*{
	margin:0px;
	padding:0px;
}



a img{
	border:none;
}



li{
	list-style-position:inside;
}


/*////////////////////////////////////////////クリア*/

.clearfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	
	font-size:0.1em;
	line-height:0;
	clear:both;
}  
.clearfix{   
    /display:inline-block;
}  

.contentsBox:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	
	font-size:0.1em;
	line-height:0;
	clear:both;
}  
.contentsBox{   
    /display:inline-block;
}  



.clear{
	clear:both;
	height:0px;
	line-height:1%;
}



/*////////////////////////////////////////////////////////////////display:none*/

.none{
	display:none;
}





address{
	font-style:normal;
}

body{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:95%;
	line-height:180%;
}


section{
	margin-bottom:20px;
}






#wrapper{
	
	
	
	
}
header{
	
	
}



#contentsBody{
	margin:0px 5px;
}




.rightImgBox{
	
}
.rightImgBox:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	
	font-size:0.1em;
	line-height:0;
	clear:both;
}  
.rightImgBox{   
    /display:inline-block;
}  


.rightImgBox img{
	float:right;
	margin-left:20px;
	margin-bottom:10px;	
	margin-right:30px;
}




footer{
	text-align:center;
	color:#FFF;
	background-color:#604C3F;
	
}
	
	
	
	
	
/*////////////////////////////////////////////////////////////////////////////施工事例  */

.myExample:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	
	font-size:0.1em;
	line-height:0;
	clear:both;
}  
.myExample{   
    /display:inline-block;
}  



.myExample{
	border:solid 1px #cccccc;
	padding:10px;
	margin-bottom:20px;
}
	.myExample h5{
		font-size:120%;
	}

	.myExample .imgbox{
		float:right;
		width:400px;
	}
	.myExample .textBox{
		float:left;
		width:450px;
	}
	.myExample .textBox ul{
		list-style:none;
		margin-top:20px;
		padding-left:0px;
	}
	.myExample .textBox ul li{
		float:left;
		width:45%;
		margin-right:20px;
		border-bottom:dotted 1px #cccccc;
		padding-top:5px;
	}

/*

 <div class="myExample">
	<h5>ベランダの雨漏り被害</h5>
	<div class="imgbox">
		<img src="images/dummyPic.jpg" width="197" height="148">
		<img src="images/dummyPic.jpg" width="197" height="148">
	</div>
	<div class="textBox">
		<p>ダミーテキストダミーテキストダミーテキストダミーテキストダミーテキストダミーテキスト</p>
		<ul>
			<li>調査：1日</li>
			<li>施工：2日</li>
			<li>金額：156,000円</li>
		</ul>
	
	</div>

</div>*/
<!-- myExample▲▲ -->*/


/*///////////////////////////////////////////////////////////////////////////////////////お客様の声 */
{}
.myVoice{
	
	float:left;
	margin-bottom:20px;
	margin-right:30px;
	width:380px;
}
	.myVoice h5{
		font-size:120%;
		margin-bottom:10px;
	}
	.myVoice img{
		float:left;
		
	}
	.myVoice ul{
		float:right;
		width:170px;
		list-style:none;
	}
	.myVoice  ul li{
		
		border-bottom:dotted 1px #cccccc;
		padding-top:5px;
	}
	.myVoice .textBox{
		clear:both;
	}

/*
<div class="myVoice">
	<h5>皆さん気さくでストレスなくできました。</h5>
	<img src="images/dummyPic.jpg" width="197" height="148" class="imgbox">
	<ul>
		<li>住所が入ります</li>
		<li>お名前が入ります</li>
	</ul>
	<div class="textBox">
	 <p>ダミーテキストダミーテキストダミーテキストダミーテキスト</p>
	</div>

</div>
*/	



/*/////////////////////////////////////////////////////////////スタッフ紹介*/

.myMember{
	
	float:left;
	margin-bottom:20px;
	margin-right:30px;
	width:410px;
}
	.myMember h5{
		font-size:120%;
	}
	.myMember img{
		float:left;
		
	}
	.myMember ul{
		float:right;
		width:200px;
		list-style:none;
	}

	.myMember .textBox{
		clear:both;
	}

 /*<div class="myMember">
	<ul>
		<li>本店</li>
		<li>中野伸治</li>
   </ul>
   <img src="images/dummyPic.jpg" width="197" height="148"> 
	<p>雨漏りの修理はどこに頼みますか？防水屋さんでも塗装屋さんでもありません。家を知り尽くした大工にお任せ下さい。</p>
	
	</div>
   <!-- myMember▲▲ -->*/
   
   
 /*/////////////////////////////////////////////////////////////////////////メールフォーム*/
.tipped {color: #999999;
	font-style:italic;
}
	
	
.contactBox table{
	border-top:dotted 1px #87786F;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
	.contactBox table th{
		
		font-weight:normal;
		width:200px;
		text-align:center;
	}
		.contactBox table th,
		.contactBox table td{
			padding:10px 5px;
			border-bottom:dotted 1px #87786F
		}

			.contactBox table td textarea,.contactBox table td input{
				padding:5px;
			}
