@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	margin-bottom:20px;
	overflow: hidden;
	/zoom: 1;
}
#case .box {
	float:left;
	width: 390px;
	margin: 0 30px 50px 0;
	overflow: hidden;
	/zoom: 1;
}
#case .none,
#case .box .imgbox .none {
	margin-right: 0;
}
#case .box h4 {
	background:#E1FBE2;
	
	padding: 10px 10px 6px 10px;
	text-align: center;
	margin: 0 0 10px;
	color: #000;
	font-size:14px;
	font-weight: bold;
	line-height: 1.0;
}
#case .box .imgbox {
	background: url(../image/list_ba_arrow.jpg) center top 80px no-repeat;
	overflow: hidden;
	/zoom: 1;
}
#case .box .imgbox dl,
#case .box .imgbox li {
	float: left;
	width: 180px;
	margin: 0 30px 0 0;
	text-align: center;
}
#case .box .imgbox dl dt {
	margin: 10px 0 0px;
	
	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 #CCCCCC;
	/*background: #fff;*/
	padding: 4px;
	width: 170px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#case .box p.more {
	margin-top: 24px;
	text-align: center;
}