<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#main{
	padding-bottom: 100px;
}
/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin-bottom: 0px;
}
#detail .imgbox {
	overflow: hidden;
/zoom: 1;
}
#detail .imgbox ul.imgbig {
	float: left;
	margin-bottom: 25px;
}
#detail .imgbox ul.imgbig li span,
#detail .imgbox ul.imgbig li a {
	border: none;
	width: 470px;
	height: 470px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail .imgbox ul.imgbig li span img{
	max-width: 470px;
	max-height: 470px;
	
}

#detail .imgbox ul.imglist {
	float: right;
	width: 220px;
	overflow: hidden;
/
zoom: 1;
}
#detail .imgbox ul.imglist li {
	float: left;
	margin: 0 0 10px 10px;
}
#detail .imgbox ul.imglist li a,
#detail .imgbox ul.imglist li span {
	border: 1px solid #ffb8bd;
	width: 98px;
	height: 98px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail p.text {
	margin-bottom: 20px;
}
#detail table th {
	width: 180px;
}
#detail p.back {
	margin: 25px 0 0;
	text-align: center;
}
</pre></body></html>