@charset "utf-8";
/******************************

メインバー

******************************/
/*表示領域*/
#main {
	float:right;
	width:660px;
	padding:0px 0px 0px 40px;
	margin:0px;
}
	/*タイトル*/
	#main h2 {
		padding-bottom:10px;
	}
	#main h3 {
		font-size:1em;
	}
	#main h3.content_title {
		font-size:1.5em;
		width:640px;
		margin:0px auto;
		padding-bottom:3px;
		border-bottom:solid 1px #000;
	}

/*BOX*/
.inner_box {
	width:280px;
	padding:15px 25px;
	float:left;
}

/*線付きBOX*/
.inner_line_box {
	width:280px;
	padding:10px 13px;
	margin:15px 10px;
	border:1px solid #ebebeb;
	float:left;
	display: inline;
}
	.inner_line_box img {
		padding:5px 0px;
	}
	.inner_line_box table {
		width:280px;
	}
	
/*横一列*/
.inner_wide_box {
	padding:10px 10px;
}
	/*作品詳細用*/
	.inner_wide_box .works_detail_l {
		width:390px;
		padding-top:15px;
		padding-right:10px;
		float:left;
	}
	.inner_wide_box .works_detail_r {
		width:220px;
		padding-top:15px;
		padding-left:10px;
		float:left;
	}
	.inner_wide_box .works_image {
		width:175px;
		padding:10px;
		float:left;
	}
	/*スタッフ紹介用*/
	.inner_wide_box .staff_info_l {
		width:200px;
		padding:10px 10px;
		float:left;
	}
	.inner_wide_box .staff_info_r {
		width:400px;
		padding:10px 10px;
		float:left;
	}
	/*業務内容用*/
	.inner_wide_box .sample_view img {
		padding:4px 8px 4px 0px;
	}
	/*建築資材販売用*/
	div.category_image {
		width:300px;
		float:left;
	}
	div.category_text {
		width:340px;
		float:left;
	}
	
/*会社概要内テーブル*/
th.company {
	width:20%;
}
td.company {
	width:80%;
}
/*会社概要地図*/
#map_canvas {
	width:100%;
	height:350px;
}
/*お問合せ内テーブル*/
th.inquiry {
	width:30%;
}
td.inquiry{
	width:70%;
}

/*作業の流れ*/
table.process_list {
	border-spacing:0px;
	border-collapse: collapse;
	border:none;
	width:100%;
}
td {
	
}

.step {
	width:110px;
	height:110px;
	margin:5px 0px;
	padding:0px;
}
.process {
	width:520px;
	height:110px;
	background-color:#fff;
	margin:4px;
	border:dotted 1px #000;
}
.process_harf {
	width:255px;
	height:110px;
	background-color:#fff;
	margin:4px;
	border:dotted 1px #000;
}
.process_detail{
	padding:0px 5px 0px 30px;
	margin:2px 0px;
	line-height:140%;
}
.process_detail2{
	padding:0px 10px 0px 50px;
	margin:2px 0px;
	line-height:140%;
}
h3.process_build_repair,span.process_build_repair {
	background-image: url(../images/titles/title_build_repair.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:22px;
	margin:3px;
	padding:3px 0px 0px 47px;
	
}
h3.process_build,span.process_build {
	background-image: url(../images/titles/title_build.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:22px;
	margin:3px;
	padding:3px 0px 0px 25px;
	color:#0000dd;
}
h3.process_repair,span.process_repair {
	background-image: url(../images/titles/title_repair.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:22px;
	margin:3px;
	padding:3px 0px 0px 25px;
	color:#bb7700;
}

/******************************

サイドバー

******************************/
#side {
	float:right;
	width:200px;
	padding:0px;
	margin:0px;
}