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


h1 a{
	background: url(../img/headlogo.gif) no-repeat;
	width: 260px;
	height: 50px;
	text-indent: -9999px;
	float: left;
	display: inline;
}


#main_img{
	width: 100%;
	height: 200px;
	margin-bottom: 70px;
	background-color: #000;
}

#main_img h2{
	color: #fff;
	text-shadow: 1px 2px 3px #000000;
	font-size: 30px;
	text-align: center;
	padding-top: 85px;
}

#company #main_img h2{
	width: 1000px;
	height: 200px;
	background: url(../img/company_top.jpg) no-repeat;
	margin: auto auto;
}
#service #main_img h2{
	width: 1000px;
	height: 200px;
	background: url(../img/service_top.jpg) no-repeat;
	margin: auto auto;
}
#works #main_img h2{
	width: 1000px;
	height: 200px;
	background: url(../img/works_top.jpg) no-repeat;
	margin: auto auto;
}

#recruit #main_img h2{
	width: 1000px;
	height: 200px;
	background: url(../img/recruit_top.jpg) no-repeat;
	margin: auto auto;
}

#contact #main_img h2{
	width: 1000px;
	height: 200px;
	background: url(../img/contact_top.jpg) no-repeat;
	margin: auto auto;
}


#contents{
	width: 800px;
	margin: auto auto;
}
.contents_in{
	margin-bottom: 70px;
	clear: both;
	overflow: hidden;
}

#contents h3,#contact_box h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

#contents h3 span{
	font-size: 12px;
}

/*会社案内*/

p.president{
	text-align: right;
	font-size: 12px;
	margin-top: 30px;
}
p.president span{
	font-size: 16px;
	font-weight: bold;
}


table.company{
	width:800px;
	margin-bottom:30px;
	font-size:13px;
	border:1px solid #cccccc;
}

table.company th{
	width:130px;
	padding:20px 15px 20px 15px;
	border:1px solid #cccccc;
	font-weight:bold;
	background:#f7f7f7;
}

table.company td{
	padding:20px 15px 20px 15px;
	border:1px solid #cccccc;
}

table.sikaku{
	width:800px;
	margin-bottom:30px;
	font-size:13px;
	border:1px solid #cccccc;
}

table.sikaku th{
	width:370px;
	padding:10px 15px 10px 15px;
	border:1px solid #cccccc;
	font-weight:bold;
	background:#f7f7f7;
}

table.sikaku td{
	padding:10px 15px 10px 15px;
	border:1px solid #cccccc;
}


/*事業案内*/

.asiba{
	float: left;
	width: 380px;
}

.lease{
	float: right;
	width: 380px;
}

.asiba_in,.lease_in{
	background: #c30d23;
	padding: 20px 30px 20px 30px;
}

.asiba_t,.lease_t{
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.asiba p,.lease p{
	color: #fff;
}

.tokui1{
	width: 250px;
	float: left;
}

.tokui2{
	width: 250px;
	float: left;
	margin-left: 25px;
	display: inline;
}
.tokui3{
	width: 250px;
	float: left;
	margin-left: 25px;
	display: inline;
}

p.tokui_t{
	width: 250px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	margin-bottom: 15px;
}

.tokui1 img,.tokui2 img,.tokui3 img{
	margin-bottom: 15px;
}

/*工事実績*/

.works_box_l{
	width: 380px;
	float: left;
	margin-bottom: 30px;
	display: inline;
	overflow: hidden;
}

.works_box_r{
	width: 380px;
	float: right;
	margin-bottom: 30px;
	display: inline;
	overflow: hidden;
}

.works_box_l img,.works_box_r img{
	margin-bottom: 5px;
}

table.kouji{
	width:380px;
	font-size:13px;
	border:1px solid #cccccc;
}

table.kouji th{
	padding:5px 10px;
	border:1px solid #cccccc;
	background:#f7f7f7;
}

table.sonota{
	width:800px;
	font-size:13px;
	border:1px solid #cccccc;
}

table.sonota td{
	width: 380px;
	padding:5px 10px;
	border:1px solid #cccccc;
}

.in_box{
	clear: both;
	overflow: hidden;
}

.works_img{
	width: 100%;
	height: 100%;
}

/*お問合わせ*/

.contact_tel{
	font-size: 50px;
	text-align: center;
	color: #c30d23;
	font-weight: bold;
	margin-top: 20px;
}

.contact_tel span{
	font-size: 15px;
}

span.red{
	color: red;
}

#send_b{
	width: 300px;
	height: 40px;
	background-color: #c30d23;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: auto auto;
	padding: 10px　0;
	display: block;
	border: none;
}

.m30{
	margin-bottom: 30px;
}
.m50{
	margin-bottom: 50px;
}

.full{
	width: 100%;
}