@charset "UTF-8";
/* CSS Document */

#service h3{
	font-size:150%;
	font-weight:900;
	color:#111;
	letter-spacing: 1px;
	max-width:800px;
	padding:0 10px;
	margin:0 auto 20px;
}

#service #mainArea{
	background:url(../images/service/hero_bg.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	min-width:960px;
	height:800px;
	padding-top:350px;
	color:#FFF;
}

#service #mainArea #message{
	width:50%;
	margin:0 auto;
	padding:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:rgba(0,0,0,0.50);
}

#service #mainArea p.title {
	font-size: 300%;
	letter-spacing: 10px;
	margin-bottom:50px;
	font-weight: 900;
	color: #fff;
	text-align:center;
}

#service #mainArea p.read {
	font-size: 130%;
	text-align:center;
	line-height:2.50;
}

#service .contentsBlock p {
	line-height:2.00;
}
#service div.icon{
	width:80%;
	max-width:330px;
	background:#3dc9b3;
	padding:20px 20px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0 auto 50px;
	font-size:90%;
}


#service div.icon h3{
	text-align:center;
	color:#FFF;
}

#service div.icon img{
	width:90%;
	margin:0 5%;
}
