@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

/* ヘッダー内パーツ */

#hpb-header{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 105px;
	overflow: hidden;
}
#hpb-header::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

#hpb-headerMain h1{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-weight: normal;
	line-height: 18px;
	font-size: 14px;
	color: #ffffff;
	overflow: hidden;
}

#hpb-headerLogo{
	width: 500px;
	float: left;
}


#hpb-headerLogo a{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -9999px;
	overflow: hidden;
	height: 55px;
	background-image : url(topimg/logo_1E1a_2.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#hpb-headerExtra1{
	width: 430px;
	margin-top: 15px;
	margin-right: 10px;
	float: right;
	letter-spacing: 0.1em;
	color: #ffffff;
}
#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.4;
    text-align: right;
	font-size: 1.6em;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
	text-align: left;
	font-size: 0.6em;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
}


/* フッター内パーツ */

#hpb-footer{
	width: 100%;
	position: relative;
	background-color: #2e4e6f;
	padding-top: 16px;
}

#hpb-footerMain{
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	background-color : #2e4e6f;
	background-image : url(img/footerBg_1E1a.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#hpb-footerMain p{
    /* コピーライト文字設定 */
    text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#hpb-footerExtra1{
	
    width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 22px;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
    width: 1000px;
	height: 20px;
	line-height: 17px;
	overflow: hidden;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    background-image : url(img/arrow_1E1a.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 13px;
	padding-top: 6px;
	padding-bottom: 5px;
    font-weight: normal;
}

#hpb-footerExtra1 a:link{
	color: #fff;
    text-decoration: none;
}
#hpb-footerExtra1 a:visited{
	color: #fff;
    text-decoration: none;
}
#hpb-footerExtra1 a:hover{
    color: #eee;
    text-decoration: underline;
}
#hpb-footerExtra1 a:active{
    color: #eee;
    text-decoration: underline;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
	/* ナビゲーション文字設定 */
	font-weight: bold;
	font-size: 14px;
}

#hpb-nav li a:link{
    color: #000;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
    color: #000;
    text-decoration: none;
}
#hpb-nav li a:hover{
    color: #2e4e6f;
    text-decoration: none;
}
#hpb-nav li a:active{
    color: #2e4e6f;
    text-decoration: none;
}

#hpb-nav li span.en{
    display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #000;
    text-decoration: underline;
}
a:visited{
    color: #000;
    text-decoration: underline;
}
a:hover{
    color: #666;
    text-decoration: none;
}
a:active{
    color: #666;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.6;
    text-align: left;
}

p.large{
    font-weight: bold;

}
p.indent{
    padding-left: 25px;
}

.left{
    float: left;
}

img.left{
    margin-left: 10px;
}

.right{
    float: right;
}

img.right{
    margin-right: 10px;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: 24px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2{
	font-family:"Times New Roman","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: left;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 1.8em;
	line-height: 154px;
	padding-left: 34px;
	margin: 0;
}

h2 span.ja{
    display: none;
}

#hpb-wrapper h3{
	text-align: left;
	font-family: "メイリオ", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 10px;
	background-image : url(topimg/indexBg_1E1a.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.hpb-layoutset-02 #hpb-wrapper h3 {
	
}
h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 2px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #0c2131;
    font-weight: bold;
}

h5{
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 2px;
	margin-right: 0px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 0px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #d9d9d9;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d9d9d9;
	width: 95%;
}

table.record{
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-size: 10px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d9d9d9;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #cccac5;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d9d9d9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d9d9;
}

table td{
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9d9d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}

table td.construction1{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-align: center;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9d9d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	width: 80px;
}

table td.construction2{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9d9d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}

br.sp{
	display: none;
}

ol{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}

ol li{
	background-image : url(img/path-mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 5px;
	display: inline;
}

ol li.first{
	background-image : url(img/image.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
	padding: 10px;
}
textarea{
    width: 400px;
    height: 200px;
}

input.l{
	width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}
#contact form{
	text-align:center;
}
#contact form h3{
	text-align: left;
}
#contact form table{
	margin-left:auto;
}

/* メインコンテンツ内基本パーツ */

#hpb-main p{
    margin-left: 5px;
    margin-right: 0px;
	line-height: 1.5;
}

#hpb-main ul{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height : 1.6;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
	background-image : url(img/arrow_1E1a.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: normal;
    width: 140px !important;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 10px;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 165px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
}


#hpb-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#hpb-main img.right2{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop{
	position: absolute;
	bottom: 20px;
	right: 27px;
    text-align: right;
}

#pagetop a{
	/* ページの先頭へのリンク設定 */
	background-image : url(img/returnTop_1E1a.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	width: 135px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

/* サイドブロック内パーツ */

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    padding-bottom: 9px;
}

#banner li a{
    display: block;
    width: 267px;
    height: 71px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-service{
	/* 事業案内バナー */
	background-image : url(img/banner_1E1a_01.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a:hover#banner-service{
	/* 事業案内バナーon */
	background-image : url(img/banner_1E1a_01on.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a#banner-construction{
	/* 施工現場紹介バナー */
	background-image : url(img/banner_1E1a_02.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a:hover#banner-construction{
	/* 施工現場紹介バナーon */
	background-image : url(img/banner_1E1a_02on.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a#banner-catalog{
	/* カタログバナー */
	background-image : url(img/banner_1E1a_03.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a:hover#banner-catalog{
	/* カタログバナーon */
	background-image : url(img/banner_1E1a_03on.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a#banner-recruit{
	/* 採用情報バナー */
	background-image : url(img/banner_1E1a_04.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a:hover#banner-recruit{
	/* 採用情報バナー */
	background-image : url(img/banner_1E1a_04on.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a#banner-entry{
	/* エントリーシートバナー */
	background-image : url(img/banner_1E1a_05.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a:hover#banner-entry{
	/* エントリーシートバナーon */
	background-image : url(img/banner_1E1a_05on.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a#banner-access{
	/* アクセスバナー */
	background-image : url(img/banner_1E1a_06.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a:hover#banner-access{
	/* アクセスバナーon */
	background-image : url(img/banner_1E1a_06on.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a#banner-relations{
	/* 関連企業バナー */
	background-image : url(img/banner_1E1a_07.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner a:hover#banner-relations{
	/* 関連企業バナーon */
	background-image : url(img/banner_1E1a_07on.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#hpb-inner #companyinfo{
	padding-bottom: 15px;
	width: 267px;
	margin-bottom: 10px;
}

#hpb-inner #companyinfo h3{
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image : url(topimg/indexBg_1E1a.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#hpb-inner #companyinfo p{
    margin-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
/* トップページ デザイン定義 */

#toppage p.large{
	font-weight: normal;
	font-size: 14px;
	padding-left: 0px;
	margin-left: 0px;
}

#toppage h3{
	font-size: 1.8em;
}

#toppage h3 span.ja{
    display: none;
}

#hpb-main #toppage-topics hr{
	margin-bottom: 0px;
	padding-bottom: 0;
}
#hpb-main #toppage-topics ul {

}
#hpb-main #toppage-topics ul{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main #toppage-topics li{
    text-align: left;
    line-height: 1.5;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
	line-height: 1.6;
	background-image: none;
}


/* アクセスページ デザイン定義 */

#access h3 + img{
	margin-left: 10px;
	margin-bottom: 10px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-header{
		width: 100%;
		height: auto;
		background-color: #2e4e6f;
		padding-bottom: 10px;
	}
	#hpb-headerMain h1{
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 10px;
		padding-left: 5px;
		text-align: left;
		line-height: 1.4;
	}
	#hpb-headerLogo{
		width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	#hpb-headerLogo a{
		max-width: 100%;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		background-size: contain;
		background-position: top center;
	}
	#hpb-headerExtra1{
		width: 98%;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	/* フッター内パーツ */
	#hpb-footer{
		padding-top: 0;
	}
	#hpb-footerMain{
		position: relative;
		top: 0;
		background-position: bottom center;
	}
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		padding-right: 5px;
		padding-left: 5px;
		word-break: break-all;
	}
	#hpb-footerExtra1{
		width: 100%;
		padding-top: 20px;
	}
	#hpb-footerExtra1 ul{
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 13px;
		width: auto;
		height: auto;
		line-height: 1.4;
	}
	#hpb-footerExtra1 li{
		/* フッターナビ設定 */
		display: inline-block;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	img.left{
		margin-left: 0;
	}
	img.right{
		margin-right: 0;
	}
	hr{
		margin-right: auto;
	}
	.hpb-layoutset-02 h2{
		width: 96%;
		line-height: 1.4;
		margin-right: auto;
		margin-left: auto;
		padding-top: 45px;
		padding-bottom: 45px;
		padding-left: 0;
		word-break: break-all;
	}
	h4{
		margin-right: 0;
		padding-left: 0;
	}
	h5{
		margin-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	table{
		margin-left: auto;
		width: 95%;
	}
	br.sp{
		display: block;
	}
	span.pc{
	    display: none;
	}
	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}
	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	#contact form h3{
		text-align: left;
	}
	#contact form table{
		margin-left:auto;
	}

	/* メインコンテンツ内基本パーツ */
	#hpb-main p{
		margin-right: 0;
		margin-left: 0;
	}
	#hpb-main dt{
		float: none;
		max-width: 100%;
		padding-bottom: 0;
		box-sizing: border-box;
	}
	#hpb-main dd{
		padding-right: 0;
		padding-left: 10px;
	}
	#hpb-main img.left{
		margin-right: 0;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 0;
		float: none;
	}
	#hpb-main img.right2{
		margin-left: 0;
		float: none;
		width: 100%;
	}
	#pagetop{
		position: relative;
		bottom: 0;
		right: 0;
		text-align: right;
	}
	#pagetop a{
		/* ページの先頭へのリンク設定 */
		margin-left: auto;
	}

	/* サイドブロック内パーツ */
	#banner li a{
		max-width: 100%;
	}
	#banner a#banner-service,
	#banner a#banner-recruit,
	#banner a#banner-access{
		background-position: top center;
		background-size: contain;
	}

	#hpb-inner #companyinfo{
		max-width: 100%;
	}

	/* トップページ デザイン定義 */

	/* アクセスページ デザイン定義 */
	#access h3 + img{
		margin-left: 0;
	}



}