@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin-bottom: 30px;
}
#detail .imgbox {
	overflow: hidden;
	/zoom: 1;
}
#detail .imgbox ul.imgbig {
	float: left;
	margin-bottom: 15px;
}
#detail .imgbox ul.imgbig li {
	width: 356px;
	height: 356px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background:#000;
	padding: 2px;
}
#detail .imgbox ul.imglist {
	float: right;
	width: 260px;
	overflow: hidden;
	/zoom: 1;
}
#detail .imgbox ul.imglist li {
	float: left;
	margin: 0 10px 10px 0;
}
#detail .imgbox ul.imglist li.none {
	margin-right: 0;
}
#detail .imgbox ul.imglist li a,
#detail .imgbox ul.imglist li span {
	width: 76px;
	height: 76px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background:#000;
	padding: 2px;
}
#detail p.text {
	margin-bottom: 23px;
}
#detail table th {
	width: 140px;
	padding: 6px 10px 1px 11px;
}
#detail table td {
	padding: 6px 10px 1px;
}
#detail p.back {
	margin: 30px 0 50px;
}
