<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main_image {
	position:relative;
}
.main_image .main_image_pht {
	position:relative;
	z-index:1;
}
.main_image .main_image_txt {
	position:absolute;
	z-index:2;
	top:300px;
	left:200px;
	width:700px;
	height:116px;
}
.detail {
	padding-left:103px;
}
.detail img {
	float:left;
	margin-right:39px;
}

.detail_02 {
	position:relative;
	margin-left:121px;
	margin-bottom:10px;
}
.detail_02 h3 {
	position:relative;
	z-index:1;
}
.detail_02 p {
	position:absolute;
	z-index:2;
	top:70px;
	left:185px;
	width:462px;
	height:90px;
}
.detail_03 {
	background:url(../images/dot_bg.gif);
	text-align:center;
	padding:12px;
	margin-left:100px;
	margin-right:100px;
}
</pre></body></html>