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

/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	overflow: hidden;
	/zoom: 1;
	margin-bottom: 70px;
}
#case .box {
	float:left;
	width: 393px;
	margin: 0 24px 50px 0;
	overflow: hidden;
	/zoom: 1;
}
#case .box.last{
	margin-bottom: 40px;
}
#case .none,
#case .box .imgbox .none {
	margin-right: 0;
}
#case .box h4 {
	position: relative;
	padding: 8px 15px 6px;
	margin: 0 0 20px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
}
#case .box h4::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 1px;
	background: #3AA8CE;
	width: 5px;
	height: 100%;
}
#case .box .imgbox {
	overflow: hidden;
	/zoom: 1;
	background: url(../image/list_ba_arrow.png) top 94px left 192px no-repeat;
}
#case .box .imgbox dl,
#case .box .imgbox li {
	float: left;
	width: 184px;
	margin: 0 25px 0 0;
	text-align: center;
}
#case .box .imgbox dl dt {
	margin: 0 0 5px 0;
	text-align: center;
	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 {
	display: table-cell;
	border: 1px solid #EEEEEE;
	width: 182px;
	height: 182px;
	text-align: center;
	vertical-align: middle;
}
#case .box .imgbox dl.none dd a,
#case .box .imgbox dl.none dd span,
#case .box .imgbox li.none a,
#case .box .imgbox li.none span {
	border: 1px solid #FFE3CA;
}
#case .box .imgbox dl dd span img,
#case .box .imgbox li span img {
	max-width: 174px;
}
#case .box p.more {
	margin-top: 15px;
	text-align: right;
}
