@charset "utf-8";
/* CSS Information ====================
File name: resuluts.css
description: メインコンテンツresulutsページ部分CSS
Editors: Makoto Watanabe
LastDate: 2011,11,08

目次
*インポートunderlayer.css（下層ページ共通レイアウト）

*レフトコンテンツ（施工実績）
==================================== */

@import url("../../common/css/underlayer.css");	/* リセットスタイル */

/* ここから個別レイアウト設定（レフトカラム部分）================================================================= */

#primary-contents h3 {
	margin-bottom: 18px;
}

#primary-contents .section-lv2 {
	width: 680px;
	margin-bottom: 24px;
	border-bottom: #CCCCCC solid 2px;
}

#primary-contents .bd_none {
	border: none;
}

#primary-contents .section-lv2 p {
	margin: 0 0 16px 20px;
	font-size: 120%;
	line-height: 1.6em;
}

#primary-contents .section-lv2 p.link {
	font-size: 160%;
/*		border: #FF0000 solid 1px;	*/
}

#primary-contents .section-lv2 p.link a {
	padding-left: 26px;
/*		border: #00FF00 solid 1px;	*/
	background: url(../../common/images/link_circle.gif) no-repeat 0 3px;
	color: #304780;
}

#primary-contents .section-lv2 p.link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

/* 施工実績ギャラリー部分 */

#primary-contents .section-lv2 .section-lv3 {                    /* 施工実績ギャラリー行枠 */
	width: 640px;
	margin: 0 20px 18px;
	padding-bottom: 30px;
	background: url(../../common/images/circleLine.gif) repeat-x 0 100%;
}

#primary-contents .section-lv2 .bg_none {                      /* 最後の行だけbgを削除 */
	background: none;
}

#primary-contents .section-lv2 .section-lv3 .resulutBox {      /* 施工実績ギャラリー個別ボックス */
	float: left;
	width: 200px;
	margin-right: 20px;
}

#primary-contents .section-lv2 .section-lv3 .lastBox {        /* 一番右のボックスのマージンを削除 */
	margin: 0;
}

#primary-contents .section-lv2 .section-lv3 .resulutBox p {
	margin: 0 0 10px 0;
}

