@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/

#detail .imgbox ul.imgbig {
	margin-bottom: 20px;
	text-align: center;
}
#detail .imgbox ul.imgbig li {
	margin: 0 auto;
	width: 500px;
	height: 500px;
}
#detail .imgbox ul.imgbig li.noimage span,
#detail .imgbox ul.imgbig li a {
	border: 1px solid #dedede;
	width: 490px;
	height: 490px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail .imgbox ul.imgbig li.noimage span img{
	max-width:490px;
	max-height: 490px;
}

#detail .imgbox ul.imglist {
	margin: 0 auto 20px;
	width: 490px;
	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.none,
#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 #dedede;
	width: 58px;
	height: 58px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail p.text {
	margin-bottom: 20px;
}
#detail table th {
	width: 180px;
}

#detail p.back {
	margin: 20px 0 0;
}