body{
	background: url(img/bg_header.jpg) no-repeat center top;
}

.author{
	margin-top: 40px;
	text-align: right;
	font-size: 18px;
	font-family: '游明朝',serif;
	font-weight: bold;
}




#concept{
	padding: 87px 0;
	background: url(img/bg_concept.jpg) no-repeat center top;
	color: #166C93;
	font-size: 24px;
}

#service_point{
	margin: 50px auto 0;
	width: 800px;
	border: solid 4px #166C93;
	padding: 4px;
}
#service_point h3{
	background: #F2F2F2;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	position: relative;
}
#service_point h3:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 30px;
	height: 20px;
	margin-left: -15px;
	background: url(img/node.png) no-repeat;
}
/* IE10~ */
@media all and (-ms-high-contrast:none){
	#service_point h3{
		padding-top: 8px;
		line-height: 42px;
	}
}
#service_point h3 strong{
	color: #00B2B2;
}
#service_point ul{
	list-style: none;
	padding: 16px 16px 12px;
	font-weight: bold;
	font-size: 20px;
}
#service_point li{
	padding-top: 14px;
}
#service_point .sp_num{
	display: inline-block;
	margin-right: 5px;
	background: #00B2B2;
	color: #FFFFFF;
	line-height: 30px;
	min-width: 30px;
	text-align: center;
	font-size: 24px;
}
/* IE10~ */
@media all and (-ms-high-contrast:none){
	#service_point .sp_num{
		padding-top: 8px;
		line-height: 22px;
	}
}

ul.biz_list{
	list-style: none;
	padding: 10px 0 40px 5px;
}
.biz_list li{
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0 15px;
	width: 300px;
	/* < IE8 */
	/display: inline;
	/zoom: 1;
}
.biz_list .biz_thumb img{
	width: 100%;
}
.biz_list h4{
	padding: 5px;
	padding-left: 46px;
	text-indent: -46px;
	background: #166C93;
	color: #FFFFFF;
	font-size: 19px;
	font-family: "游ゴシック";
	line-height: 30px;
}
/* IE10~ */
@media all and (-ms-high-contrast:none){
	.biz_list h4{
		padding-top: 9px;
		line-height: 26px;
	}
}
.biz_list h4 em{
	margin: 0 10px;
	padding: 0 10px 0 2px;
	border-right: solid 1px #FFFFFF;
	font-size: 26px;
	font-family: "Book Antiqua";
}
.biz_list p{
	padding-top: 10px;
}
