@charset "utf-8";
/* CSS Document */

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
/* ----------------------------------------------------------- テーブルのつなぎ目を無くす --- */
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* ----------------------------------------------------------- テーブルのつなぎ目を無くす（ここまで） --- */

fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}
ul,ol,li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
abbr,acronym {
	border:0;font-variant:normal;
}

/* デザインで変更する */
a {
	color:#000000;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	padding : 0 0 0 0;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	font-size:14px;
	line-height: 24px;
	color:#282828;
	background-image:url(img/common/back_01.png);
	background-repeat:repeat;
}
.body_header{
margin:auto;

}

.menu1{
background-image:url(img/common/button_01.png);
background-repeat:repeat-x;
}

/* ----------------------------------------------------------- warapper --- */
.warapper {
	width: 981px; /* �y�[�W�̕� */
	margin:auto;
	top: 17px;
}

/* ----------------------------------------------------------- 施工例 --- */

table.bd_list {
border:0;
width:978px;


}
table.bd_list th{
border:0;

}
table.bd_list td{
border:0;
height:340px;
background-image:url(img/example/back_01.png);
background-repeat:no-repeat;
background-position:center;
}
.list{
padding-top:10px;
font-size:18px;
text-align:left;
padding-left:20px;
}

.box_list{
	float:left;
	width:320px;
	height:321px;
	background-color: #ffffff;
	margin-right:3px;
	margin-left: 3px;
	margin-bottom:20px;
}
.name{
	font-size:18px;
	line-height:1em;
	padding:5px 0;
	padding-left:20px;
	padding-right: 20px;
}
.box_list img{
	max-width:303px;
	max-height:227px;
	margin: 12px 8px 5px;
	border:0;
}





/* ----------------------------------------------------------- 施工手順 --- */
table.bd_tejyun {
border:0;
width:831px;
height:261px;
background-color:#FFFFFF;
margin:auto;

}
table.bd_tejyun th{
border:0;
padding-left:20px;
margin-top:13px;

}
table.bd_tejyun td{
border:0;
padding-top:30px;
font-size:18px;

}
.banner02{
margin-bottom:10px;
margin-top:20px;
}

/* ----------------------------------------------------------- 施工価格 --- */

table.bd_price {
border-top:solid 1px #003A83;
border-left:solid 1px #003A83;
width:814;
}
table.bd_price th{
border-right:solid 1px #003A83;
border-bottom:solid 1px #003A83;
background-color:#AEC0D7;
padding:3px;
text-align:center;
font-size:16px;

}
table.bd_price td{
border-right:solid 1px #003A83;
border-bottom:solid 1px #003A83;
padding:10px;
font-size:16px;
}

/* ----------------------------------------------------------- 会社概要 --- */

table.bd_company {
border-top:solid 1px;
border-left:solid 1px;
width:700;
}
table.bd_company th{
border-right:solid 1px;
border-bottom:solid 1px;
background-color:#AEC0D7;
padding:3px;
text-align:center;
font-size:16px;

}
table.bd_company td{
border-right:solid 1px;
border-bottom:solid 1px;
padding:10px;
font-size:16px;
}

#map {
margin: 20px auto 30px;
width:700px;
height:380px;
border: 10px solid #FFFFFF;
margin-bottom:2px;

}

/* ----------------------------------------------------------- お問い合わせ --- */

table.bd_contact {
border-top:solid 2px;
border-left:solid 2px;
width:720;
}
table.bd_contact th{
border-right:solid 2px;
border-bottom:solid 2px;
background-color:#AEC0D7;
padding:3px;
text-align:center;
font-size:16px;

}
table.bd_contact td{
border-right:solid 2px;
border-bottom:solid 2px;
padding:10px;
font-size:16px;
}

/* ----------------------------------------------------------- 施工業者様へ --- */

table.bd_trader {
border-top:solid 1px #003A83;
border-left:solid 1px #003A83;
width:754;
}
table.bd_trader th{
border-right:solid 1px #003A83;
border-bottom:solid 1px #003A83;
background-color:#AEC0D7;
padding:3px;
text-align:center;
font-size:16px;

}
table.bd_trader td{
border-right:solid 1px #003A83;
border-bottom:solid 1px #003A83;
padding:10px;
font-size:16px;
}



/* トップページ　SEO文 */
.box_seo{
	width:980px;
	margin:0 auto 60px;
}
.box_seo .inner{
	width:90%;
	margin:20px auto 0;
}
.answer{
	margin-bottom:40px;
	margin-left:3em;
}
.answer li{
	list-style:decimal;
	font-size:120%;
	line-height:1.8em;
	font-weight:bold;
}
.answer li a:hover{color:#017ddc;}

.box_seo .inner p{margin-left:1em; text-indent: 1em;}
.box_seo .inner p.ans_ttl{
	text-indent:0;
	font-size:150%;
	line-height:1.5em;
	margin:40px 0 10px 0;
	border-bottom:solid 1px #999;
}








