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

/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin-bottom: 50px;
}
#detail .imgbox ul.imgbig {
	margin-bottom: 20px;
	text-align: center;
}
#detail .imgbox ul.imgbig li {
	margin: 0 auto;
	width: 500px;
}
#detail .imgbox ul.imglist {
	margin: 0 auto 20px;
	width: 500px;
	text-align: center;
    letter-spacing: -0.4em;
}
#detail .imgbox ul.imglist li {
	margin: 0 10px 0 0;
    letter-spacing: normal;
	display: inline-block;
	/display: inline;
}
#detail .imgbox ul.imglist li:nth-child(7n),
#detail .imgbox ul.imglist li:last-child {
	margin-right: 0;
}
#detail .imgbox ul.imglist li a,
#detail .imgbox ul.imglist li span {
	border: 1px solid #6BB72D;
	width: 54px;
	height: 54px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding:2px;
}
#detail p.text {
	margin-bottom: 10px;
}
#detail table th {
	width: 200px;
}
#content table th, #content table td {
	padding:6px 9px;
}
#detail p.back {
	margin: 30px 0 0;
}
#detail p.videolink {
	text-align: center;
	margin-bottom: 30px;
}
