@charset "utf-8";
@import url(css/common.css);
@import url(css/muku-style/style.css);

/* 施工実績の設定 */
div.results {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
div.resultsL {
	width: 300px;
	float: left;
}
div.resultsR {
	width: 300px;
	float: right;
}
div.results p { margin: 0; padding: 0; }

