@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#case
-------------------------------------------------------------------*/
#case {
	margin-bottom:30px;
}
#case .box {
	margin:18px 0 23px;
	overflow: hidden;
 /* /zoom: 1; */
}
#case .box .imgbox {
	float: left;
	background: url(../image/list_ba_arrow.jpg) 150px 61px no-repeat;
	overflow: hidden;
 /* /zoom: 1; */
	padding-top:3px;
}
@media screen and (max-width: 680px) {
  #case .box .imgbox {
    float: none;
    width: 311px;
    margin: 0 auto 20px;
  }
}
#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:6px 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 #CCCCCC;
	width: 143px;
	height: 143px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#case .box .text {
	margin: 0 0 0 330px;
}
@media screen and (max-width: 680px) {
  #case .box .text {
    margin: 0;
  }
}