@charset "utf-8";
/* CSS Document */
/*----- コーティング -----*/
#coating {
}
#coating h3 {
	margin:10px auto 0;
	border-bottom:2px solid #ff6600;
}
#coating_img {
	margin:10px auto 15px;
	width:100%;
	text-align:center;
}

/*----- 料金表 -----*/
#coating_price {
	margin:15px auto 0;
	overflow-x: scroll;
}
#coating_price span {
	font-size:10px;
}
#coating_price h3 {
	background-image: url(../images/pricelist.png);
	background-size:26px 18px;
	background-repeat:no-repeat;
	background-position:center left;
	padding:3px 0 3px 30px;
}
#coating_price table {
	width:520px;
	margin:0 auto 5px;
	text-align:center;
	border-right:1px solid #c7c6c6;
	border-top:1px solid #c7c6c6;
}
#coating_price table th {
	padding:10px 0;
	text-align:center;
	border-left:1px solid #c7c6c6;
	border-bottom:1px solid #c7c6c6;
	background-color:#fefa8f;
}
#coating_price table td {
	padding:10px 0;
	border-left:1px solid #c7c6c6;
	border-bottom:1px solid #c7c6c6;
}
#coating_price table tr:nth-child(odd) td {
	background-color:#eeeeee;
}

/*------ deodorize -----*/
#deodorize {
	margin:30px auto 0;
}
#deodorize h3 {
	margin:0 auto 10px;
	border-bottom:2px solid #ff6600;
}

/*---- お問合せ -----*/
.contact_Area {
	border:2px solid #42b6fe;
}
.contact_Area h3 {
	background-color:#42b6fe;
}
.contactBT p:before {
	color:#046daa;
}
.BT01 {	
	box-shadow: 2px 2px #187bb9;
}
.BT01 span:before {
	color:#42b6fe;
}
.BT02 {
	background-color:#49b7fb;
	box-shadow: 2px 2px #187bb9;
}