@charset "UTF-8";
/* CSS Document */
/*-- business --*/
.about{
	margin-bottom:100px;
	overflow: hidden;
	font-size: 16px;
	line-height: 2.2;
}
.about .text {
	width: 450px;
	float: left;
	float: left;
	text-align: left;
	margin-bottom: 50px;
}

.about .box {
	clear:both;
	background: #f4f4f4;
	padding: 20px;
	line-height: 2;
	text-align: left;
	border-radius: 6px;
}

.about .box dt {
	font-weight: bold;
}

.about .box dd {
	font-size: 14px;
}

/*-- results --*/
.results{
	margin-bottom:72px;
	clear: both;
}

.results h3{
	margin-bottom:74px;
}

.results h4{
	margin-bottom:35px;
	text-align:left;
}

.results ul{
	overflow:hidden;
	text-align:left;
	margin-top: -20px;
}

.results li{
	width: 217px;
	float:left;
	margin-right:30px;
	margin-top: 20px;
}

.results li:nth-child(4n){
	margin-right:0;
}

.results li:nth-child(4n + 1) {
	clear: both;
}

.results li p{
	margin-top:11px;
}

.results ul.mb45{
	margin-bottom:45px;
}
