@charset "UTF-8";

/* == 建築部専用 ================================================================================ */


/* == サブメニュー =========================================================== */
#submenu {
	background-image:url(/build/img/sabmenu.gif);
	background-repeat: no-repeat;
}

/* == コンテンツ ============================================================ */

/* -- 本社・支社タイトル -- */
h2 {
	clear: both;
	/*
	width:780px;
	*/
	height:45px;
	line-height:2.7em;
	text-indent:40px;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	margin-top:20px;
	background-image:url(/build/img/titleback1.gif);
}
h2#bihoro strong {
	font-weight:bold;
	margin-left:15%;
}
h2#sapporo strong {
	font-weight:bold;
	margin-left:50%;
}


/* -- 本社リニューアル --------------------------------- */
#officerenew {
	width:780px;
	font-size:.9em;
	margin-top: 30px;
	border-collapse:collapse;
	border-spacing:0;
	background-image:url(/build/img/reform_bodyimg.gif);
	background-repeat:repeat-y;
}
#officerenew th,
#officerenew td {
	vertical-align:top;
}
#officerenew thead td{
	height: 26px;
	background-image:url(/build/img/reform_topimg.gif);
	background-repeat: no-repeat;
}
#officerenew tfoot td {
	height: 13px;
	background-image:url(/build/img/reform_bottomimg.gif);
	background-repeat: no-repeat;
}
#officerenew tbody th {
	width:400px;
	text-align:left;
	font-weight:normal;
}
#officerenew h3 {
	margin-left:10px;
}
#officerenew img {
	margin-left:10px;
}
#officerenew .text td {
	text-align:left;
}
#officerenew tbody td {
	text-align:center;
}


/* -- コンセプト -- */
#officerenew .concept {
	text-align: left;
	line-height: 1.3em;
	margin: 5px;
	padding: 5px;
	background-color:#CCCCCC;
	border-top: 3px dashed #666666;

}
/* -- テキスト -- */
#officerenew .text {
	margin-left:10px;
}



/* -- 事例(casebox) ------------------------------------------------------------------ */
.heightLine {
	width:370px;
	font-size:.9em;
	margin-top:30px;
	margin-bottom:30px;
	border-collapse:collapse;
	border-spacing:0;
	background-image:url(/build/img/build_bodyimg.gif);
	background-repeat:repeat-y;
}
.heightLine th,
.heightLine td {
	vertical-align:top;
}
.heightLine thead td{
	height: 26px;
	background-image:url(/build/img/build_topimg.gif);
	background-repeat: no-repeat;
}
.heightLine tfoot td {
	height: 11px;
	background-image:url(/build/img/build_bottomimg.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}
.heightLine tbody td {
	text-align:center;
}
.heightLine h3 {}
.heightLine img {}
.heightLine p {
	margin:0;
	padding:0;
}

/* -- コンセプト -- */
.heightLine .concept {
	text-align: left;
	line-height: 1.3em;
	margin: 5px;
	padding: 5px;
	background-color:#CCCCCC;
	border-top:3px dashed #666666;

}
/* -- テキスト -- */
.heightLine .text {}



/* -- 左寄せ(奇数) -- */
.odd {
	clear:both;
	float:left;
}

/* -- 右寄せ(偶数) -- */
.even {
	float:right;
}
