@charset "UTF-8";
/*------------------------------------------------------section*/
/*section01*/
.service_box {
	clear: both;
	margin-bottom: 20px;
}
.service_box img.service_ph {
	width: 130px;
	height: auto;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 3px #8F8F8F;
}
.service_box p.service_comment {
	margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
.service_box img.service_ph {
	width: 200px;
}
}
