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


/*-------------------------------------------------------------------
	.detail
-------------------------------------------------------------------*/
.detail {
	margin-bottom: 22px;
}
.detail .imgbox {
	background: url(/kosaizouen/image/case_icon.jpg) center 160px no-repeat;
	margin: 0 0 5px;
	overflow: hidden;
	/zoom: 1;
}
.detail .imgbox .before {
	float: left;
	width: 290px;
}
.detail .imgbox .after {
	float: right;
	width: 290px;
}
.detail .imgbox dl {
	width: 290px;
	margin-bottom: 10px;
}
.detail .imgbox dl dt {
	margin: 0 0 10px;
}
.detail .imgbox dl dd {
	border: 1px solid #DFDFDF;
}
.detail .imgbox dl dd a {
	width: 288px;
	height: 288px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.detail .imglist {
	overflow: hidden;
	/zoom: 1;
}
.detail .imglist li {
	float: left;
	margin: 0 10px 10px 0;
}
.detail .imglist li.none {
	margin-right: 0;
}
.detail .imglist li a,
.detail .imglist li span {
	border: 1px solid #DFDFDF;
	width: 138px;
	height: 138px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#content .detail p.text{
	text-align: left;
}
