@charset "utf-8";

/* SIDE MENU */
#sidebana1 .bana-firewood 		{ display:none;}


body.servicing-index #section01, body.servicing-index #section02 {
	overflow: hidden;
	clear: both;
}
body.servicing-index #section01 .service_image {
	padding: 0 5px 0 10px;
	width: 270px;
	height: auto;
	float: right;
}
body.servicing-index #section02 .service_image {
	padding: 0 15px 0 10px;
	width: 220px;
	height: auto;
	float: right;
}
body.servicing-index #section01 .service_image img,
body.servicing-index #section02 .service_image img {
	width: 100%;
	height: auto;
}

body.servicing-index #section03 {
	margin-top: -40px;
}

/* ########## スマホ版 ########## */

@media screen and (max-width:640px) {
	
	body.servicing-index #section01 .service_image {
		padding: 10px 0 10px;
		width: 100%;
		float: none;
		text-align: center;
	}
	body.servicing-index #section02 .service_image {
		padding: 10px 0 10px;
		width: 100%;
		float: none;
		text-align: center;
	}
	body.servicing-index #section01 .service_image img {
		width: 80%;
		height: auto;
	}
	body.servicing-index #section02 .service_image img {
		width: 65%;
		height: auto;
	}

	body.servicing-index #section03 {
		margin-top: 0;
	}

}