@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	margin-bottom: 50px;
}
#case .box {
	margin: 0 0 40px;
	overflow: hidden;
	/zoom: 1;
}
#case .box h4 {
	background: #1A1A1A;
	padding: 7px 10px 7px;
	border-left: 3px solid #F15A24;
	margin: 0 0 20px;
	color: #FFFFFF;
	font-size: 1.15;
	line-height: 1.4;
}
#case .box .imgbox {
	float: left;
	background: url(../image/list_ba_arrow.jpg) 150px 58px no-repeat;
	overflow: hidden;
	/zoom: 1;
}
#case .box .imgbox dl,
#case .box .imgbox li {
	float: left;
	width: 145px;
	margin: 0 20px 0 0;
	text-align: center;
}
#case .box .imgbox dl.none,
#case .box .imgbox li.none {
	margin-right: 0;
}
#case .box .imgbox dl dt {
	margin: 10px 0 0;
	line-height: 1.0;
}
#case .box .imgbox dl dd a,
#case .box .imgbox dl dd span,
#case .box .imgbox li a,
#case .box .imgbox li span {
	
	width: 145px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#case .box .text {
	margin: 0 0 0 330px;
}
#case .box .text .more {
	margin: 13px 0 0;
	text-align: left;
}

/*-------------------------------------------------------------------
	#detail
-------------------------------------------------------------------*/
#detail {
	margin-bottom: 50px;
}
#detail .imgbox {
	margin: 0 0 20px;
	overflow: hidden;
	/zoom: 1;
	
	background: url(../image/case_arrow.jpg) center center no-repeat;
}
#detail .imgbox dl {
	float: left;
	width: 290px;
}
#detail .imgbox dl.right {
	float: right;
}
#detail .imgbox dl dt {
	margin: 0 0 10px;
}
#detail .imgbox dl dd {
	
	background-color: #1A1A1A;
}
#detail .imgbox dl dd a {
	width: 290px;
	height: 290px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail .imglist {
	margin-bottom: 10px;
	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 {
	width: 120px;
	height: 120px;
	background-color: #1A1A1A;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#detail p.text {
	margin: 0 0 20px;
}
#content table {
	margin: 0 0 30px;
}
#content table th {
	width: 180px
}
#detail .back {
	margin: 26px 0 0;
	text-align: left;
}
