/* CSS Document */

#service {
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0;
}
.service_box {
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0;
}
.service_box .left_box {
	width: 345px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
.service_box .right_box {
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
.service_box .right_box .service_ttl {
	margin: 0 0 10px 0;
}
.service_box .right_box .service_ttl-txt {
	width: 180px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #e5e5e5;
}
.service_box .right_box .service_txt {
	line-height: 1.7em;
}


.service_box .estimate_btn {
	clear: both;
	text-align: right;
	margin: 20px 0;
}