@charset "utf-8";
/* CSS Document */

h5{
padding:5px 0 5px 15px;
border-left:#009cde 8px solid;
border-bottom:#009cde 1px solid;
font-size: 16px;
font-weight: bold;
color:#333;
text-align:left;
}

.black_light_text{
	margin-bottom:20px;
	text-align:left;
	float:left;
	font-size:13px;
	width: 300px;
}
.black_light_img1{
width:240px;
float:right;
margin-left:5x;
}

/*施工イメージ*/

.black_light02{
width:275px;
float:left;
margin-right:10px;
}

.bl_photo01{
float:left;

}
.bl_photo{
float:left;
}

.bl_img{
width:200px;
height:200px;
float:left;
}

.bl_imgtext{
width:370px;
float:right;
}

/*テーブル部分-----------------------------*/
.table {
width:100%;
margin:0px 0px 10px 0px;
padding:0px;
border-collapse:collapse;
border-top:1px dotted #999999;
border-right:1px dotted #999999;
}
.table th {
width:30%;
padding:5px 5px 5px 5px;
vertical-align:top;
color:#000000;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;
border-left:1px dotted #999999;
text-align:center;
}

.table td {
padding:5px;
border-left:1px dotted #999999;
border-right:1px dotted #999999;
border-bottom:1px dotted #999999;
text-align:left;
}
