﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	margin-bottom: 100px;
}
#case .box {
	margin: 0 0 50px;
	overflow: hidden;
	/zoom: 1;
}
#case .box h4 {
	padding: 6px 0px 3px;
	margin: 0 0 20px;
	color: #555555;
	font-size: 1.142em;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 2px solid #555;
}
#case .box .imgbox {
	float: left;
	background: url(../image/list_ba_arrow.jpg) center top 74px 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.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 #E7E7E7;
	width: 178px;
	height: 178px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#case .box .imgbox dl dd a,
#case .box .imgbox dl dd span.noimage,
#case .box .imgbox li a,
#case .box .imgbox li span {
	border: 1px solid #E7E7E7;
	width: 178px;
	height: 178px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#case .box .text {
	margin: 0 0 0 420px;
}
#case .box .text .more {
	margin: 15px 0 0;
	text-align: right;
}