@charset "UTF-8";
/* CSS Document */
/*-- business_midashi --*/
.business_midashi{
	overflow:hidden;
	margin-bottom:30px;
	font-size:14px;
}

.midashi_left{
	float:left;
	width:385px;
	text-align:left;
	padding-right:40px;
	box-sizing:border-box;
}

.midashi_left p {
	line-height: 1.8;
}

.midashi_right{
	float:right;
	width:305px;
}

.business_midashi h4{
	margin-top:10px;
	margin-bottom:38px;
	display:block;
}

.midashi_rank{
	width:690px;
	height:144px;
	background-color:#fbfae7;
	padding:22px 0 20px 32px;
	text-align:left;
	border-radius:4px 4px;
	box-sizing:border-box;
	font-size:14px;
	margin-bottom:80px;
}

.midashi_rank li{
	margin-bottom:10px;
	padding-left: 13px;
	background: url(../../img/business/arw.png) no-repeat 0 6px;
}
.midashi_rank li:last-child{
	margin-bottom:0;
}

/*-- commendation --*/
.commendation{
	margin-bottom:84px;
}

.commendation h3{
	margin-bottom:48px;
}

.commendation .commen_cnt {
	margin-bottom: 40px;
}

.commendation h4{
	margin-bottom:15px;
}

.commendation dl{
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
	text-align: left;
}

.commendation dl:last-of-type {
	margin-bottom: 0;
}

.commendation dt{
	width:164px;
	float:left;
}

.commendation dd{
	width:526px;
	float:right;
}
/*-- case --*/
.case{
}

.case h3{
	margin-bottom:38px;
}

.case ul{
	overflow:hidden;
}

.case li{
	float:left;
	width:330px;
	text-align:left;
	margin-bottom:30px;
	font-size: 13px;
}

.case li img{
	margin-bottom:10px;
}

.case li:nth-child(odd){
	margin-right:30px;
}

.case li:last-child{
	margin-bottom:0;
	margin-right:0;
}
