@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin-bottom: 50px;
}
#detail .imgbox {
	overflow: hidden;
	/zoom: 1;
}
#detail .imgbox ul.imgbig {
	float: left;
	margin-bottom: 20px;
	margin-right:10px;
}
#detail .imgbox ul.imgbig li a {
	border:1px solid #EFD169;
	width: 400px;
	height: 400px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding:4px;
}
#detail .imgbox ul.imglist {
	float: left;
	width: 215px;
	overflow: hidden;
	/zoom: 1;
}
#detail .imgbox ul.imglist li {
	float: left;
	margin: 0 0 10px 10px;
}
#detail .imgbox ul.imglist li.last {
	margin-bottom: 0;
}
#detail .imgbox ul.imglist li a,
#detail .imgbox ul.imglist li span {
	border:1px solid #EFD169;
	width: 54px;
	height: 54px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding:2px;
}
#detail p.text {
	margin-bottom: 15px;
}

