@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin-bottom: 40px;
}
#detail .imgbox {
	background: url(../image/list_ba_arrow.jpg) no-repeat center 145px;
	overflow: hidden;
	/zoom: 1;
	margin-bottom:10px;
}
#detail .imgbox .before {
	float: left;
	width: 310px;
}
#detail .imgbox .after {
	float: right;
	width: 310px;
}
#detail .imgbox ul.big {
	width: 310px;
	margin-bottom: 10px;
}
#detail .imgbox ul.big li a,#detail .imgbox ul.big li span {
	width: 286px;
	height: 286px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #534C2C;
	padding:6px;
}
#detail .imglist {
	overflow: hidden;
	/zoom: 1;
}
#detail .imglist li {
	float: left;
	margin: 0 10px 10px 0;
	width:150px;
}
#detail .imglist li.none {
	margin-right: 0;
}
#detail .imglist li a,
#detail .imglist li span {
	border: 1px solid #534C2C;
	width: 144px;
	height: 144px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail p.text {
	margin: 0 0 20px;
}