<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.title_history_ele {
	color: #bfa473;
	overflow: auto;
	height: 42px;
}
.frame_history_ele {
	width: 166px;
	float:left;
}
.history_number {
	width: 100%;
}
.history_number img {
	width:auto;
	height: 9px;
}
.history_number span {
	display: inline-block;
	height: 9px;
	width: auto;
	font-size: 9px;
	padding-left:10px;
}
.history_date {
	font-size:18px;
	height: 20px;
}
.frame_history_bar {
	background-image: url(../img/bar_history_tit.svg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	float:left;
	height:40px;
	width:65%;
}</pre></body></html>