@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin-bottom: 70px;
}
#detail .imgbox {
	overflow: hidden;
	/zoom: 1;
	background: url(../image/ba_detail_arrow.jpg) no-repeat center 195px;
	margin: 0 0 15px;
}
#detail .imgbox .before {
	float: left;
	width: 379px;
}
#detail .imgbox .after {
	float: right;
	width: 379px;
}
#detail .imgbox dl {
	width: 379px;
	margin-bottom: 10px;
}
#detail .imgbox dl dt {
	text-align: center;
	margin: 5px 0 10px;
}
#detail .imgbox dl dd a,
#detail .imgbox dl dd span {
	display: table-cell;
	border: 1px solid #EEEEEE;
	width: 377px;
	height: 377px;
	text-align: center;
	vertical-align: middle;
}
#detail .imgbox .after dl dd a,
#detail .imgbox .after dl dd span {
	border: 1px solid #FFE3CA;
}
#detail .imgbox dl dd span img {
	max-width: 359px;
}
#detail .imglist {
	overflow: hidden;
	/zoom: 1;
}
#detail .imglist li {
	float: left;
	margin: 0 19px 10px 0;
}
#detail .imglist li.none {
	margin-right: 0;
}
#detail .imglist li a,
#detail .imglist li span {
	border: 1px solid #EEEEEE;
	width: 78px;
	height: 78px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail .after .imglist li a,
#detail .after .imglist li span {
	border: 1px solid #FFE3CA;
}
#detail p.text {
	margin: 0px 0 15px;
}
#content table {
	margin: 0 0 30px;
}
#content table th {
	width: 180px
}
#detail .back {
	margin: 15px 0 0;
	text-align: left;
}
