@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}


#dh ul li.slide ul {
	display:block;
}

/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin-bottom: 30px;
}
#detail .imgbox {
	overflow: hidden;
	/zoom: 1;
	margin-bottom:20px;
}
#detail .imgbox .imgbig {
	float: left;
}
#detail .imgbox .imgbig a {
	border: 1px solid #E4D1BE;
	width: 458px;
	height: 458px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#detail .imgbox ul.imglist {
	float: left;
	margin-left: 20px;
}

#detail .imgbox ul.imglist li {
	margin-bottom: 20px;
}

#detail .imgbox ul.imglist li.last {
	margin-bottom:0;
}

#detail .imgbox ul.imglist li a,
#detail .imgbox ul.imglist li span {
	border: 1px solid #E4D1BE;
	width: 138px;
	height: 138px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail .text {
	font-size:0.85em;
	margin-bottom: 10px;
}

#detail table {
	margin-bottom:20px;
}

#detail table th {
	width: 158px;
}
#detail p.back {
	text-align:right;
}