﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    concept css
------------------------------------------------------------*/  

#detailHd{
	background:url(../img/bg-detailHd.png) no-repeat 50% top;
	background-size:cover;
}

.subHd{
	width:100%;
	padding:10px 0 9px;
	text-indent:25px;
	color:#fff;
	font-size:167%;
	letter-spacing:1px;
	background:url(../img/bg-subHd.png) no-repeat;
	font-weight: bold;
}

.column{
	width:auto;
	padding:25px 50px;
	overflow:hidden;
	background:#fff;
}

.conceptTxt01{
	width:405px;
	float:left;
	font-size:117%;
	line-height:2.2;
}

.conceptImg01{
	width:436px;
	float:right;
}

.conceptTxt02{
	font-size:117%;
	line-height:1.8;
	margin:20px 0;
}


/*施工実績1*/
.box001 {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.box001 img {
	border: medium solid #CCCCCC;
	padding: 2px;
	margin-left: 38px;
}

/*施工実績2*/
.box002 {
	background-color: #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.box002 img {
	border: medium solid #CCCCCC;
	padding: 2px;
	margin-left: 38px;
}

