@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	margin-bottom: 30px;
}
#case .box {
	margin: 0 0 30px;
	overflow: hidden;
	/zoom: 1;
}
#case .box h4 {
	background: url(../image/h4_bg.jpg) left center no-repeat;
	padding: 6px 0 8px 20px;
	margin: 0 0 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4;
	font-size:1.2em;
}
#case .box .imgbox {
	float: left;
	background: url(../image/list_ba_arrow.jpg) 175px 72px no-repeat;
	overflow: hidden;
	/zoom: 1;
}
#case .box .imgbox dl,
#case .box .imgbox li {
	float: left;
	width: 170px;
	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 {
	border: 1px solid #534C2C;
	width: 162px;
	height: 162px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding:3px;
}
#case .box .text {
	margin: 0 0 0 380px;
}
#case .box .text .more {
	margin: 15px 0 0;
	text-align: right;
}