@charset "utf-8";

.spotBox{
	margin:100px 0 0 0;
}

.spotBox .service_rogo {
	margin:-130px 0 5px 0;
}
.spotBox .serviceList{
	overflow:hidden;
}
.spotBox .serviceList li{
	float:left;
	width:20%;
	height:90px;
	text-align:left;
	display:block;-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 2px #000;
	background:white;
	background-position:10px 10px;
	padding:5px 0 0 100px;
	margin:2px 25px 20px 2px;
}
.spotBox .serviceList li:nth-child(3n){
	margin-right:0;
}
.spotBox .serviceList li.sList01{background-image: url(img/serviceList01.jpg); background-repeat:no-repeat;}
.spotBox .serviceList li.sList02{background-image: url(img/serviceList02.jpg); background-repeat:no-repeat;}
.spotBox .serviceList li.sList03{background-image: url(img/serviceList03.jpg); background-repeat:no-repeat;}
.spotBox .serviceList li.sList04{background-image: url(img/serviceList04.jpg); background-repeat:no-repeat;}
.spotBox .serviceList li.sList05{background-image: url(img/serviceList05.jpg); background-repeat:no-repeat;}
.spotBox .serviceList li.sList06{background-image: url(img/serviceList06.jpg); background-repeat:no-repeat;}
.spotBox .serviceList li.sList07{background-image: url(img/serviceList07.jpg); background-repeat:no-repeat;}
.spotBox .serviceList li.sList08{background-image: url(img/serviceList08.jpg); background-repeat:no-repeat;}
.spotBox .serviceList li.sList09{background-image: url(img/serviceList09.jpg); background-repeat:no-repeat;}

.spotBox .serviceList li p{
	color:#24B2D1;
	font-size:18px;
	font-weight:bold;
}

@media only screen and (max-width:900px){
	.spotBox .serviceList li{
		width:22%;
		height:80px;
		padding: 53% 0 0;
		position:relative;
		-webkit-background-size: 20% auto;
		-o-background-size: 20% auto;
		background-size: 20% auto;
		padding:5px 0 0 8%;
		margin: 2px 2% 2% 1%;
	}
	.spotBox .serviceList li:nth-child(3n){
		margin-right:1%;
	}
	.spotBox .serviceList li p{
		font-size:1em;
	}
	.spotBox .serviceList li span{
		font-size:0.8em;
	}
	
}
@media only screen and (max-width:480px){
	.spotBox{
		margin:20px 0 0 0;
	}
	.spotBox .service_rogo{
		margin:-70px auto 5px auto;
		width:80%;
	}
	.spotBox .service_rogo img{
		width:100%;
	}
	.spotBox .serviceList li{
		width:72%;
		height:70px;
		padding:5px 0 1% 25%;
	}
}



h3.service_h3{
	background:#007EA8;
	padding:10px 0;
	text-align:center;
	color:#FFF;
	font-size:30px;
	font-weight:normal;
	margin-bottom:15px;
}
p.service_text01,
p.service_text02{
	line-height:140%;
	font-weight:bold;
	text-align:center;
	color:#FF791F;
}
p.service_text01{
	padding:10px 0;
	font-size:30px;
}
p.service_text02{
	padding:10px 0;
	font-size:42px;
}
.service_tBox01{
	text-align:left;
	line-height:200%;
	overflow:hidden;
	margin-bottom:15px;
}
.service_tBox01 img{
	float:right;
	margin:0 30px 0 15px;
}
.service_tBox01 p{
	margin-top:30px;
}


@media only screen and (max-width:900px){
	.service_tBox01 img{
		width:40%;
	}
	.service_tBox01 p{
		margin-top:10px;
	}
	
	h3.service_h3{
		padding:10px 0;
		font-size:1.5em;
	}
	.service_tBox02 img{
		width:100%;
	}
	p.service_text01{
		font-size:1.5em;
	}
	p.service_text02{
		font-size:1.8em;
	}
	.BoxCenter img{
		width:90%;
	}
}
@media only screen and (max-width:480px){
	.service_tBox01 img{
		width:96%;
		text-align:center;
		float:none;
	}
}