@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif; /* 標準文字色 */
    min-width: 900px;
    background-position: top left;
    background-repeat: repeat-x;
    /*background-color : #ffffff;*/
    scrollbar-face-color : white;
    scrollbar-track-color : #004400;  /* バーの背景色(格調のある緑) */
    background-image : url(pageBg_1Lb.png);
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container
{
}

#hpb-header{
    width: 900px;    /* 900→850 */
    margin-left: auto;
    margin-right: auto;
    height : 100px;   /* 105→60*/
}

#hpb-headerLogo{
    width: 350px;   /* 2020.01.15 400→350 */
    float: left;
}

#hpb-inner{
    width : 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

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

#hpb-wrapper{
    padding-top: 50px;
    margin-top : 0px;
}

.hpb-layoutset-02 #hpb-title{
    width : 700px;  	/*2019.10.27 646→700*/
    text-align: left;
    float: left;
    margin-bottom: 0;
}

#hpb-main{
    width : 700px;	/*2019.10.27 646→700*/
    text-align: left;
    float: left;
}

#hpb-aside{
    width: 175px;	/*2019.10.27 238→175*/
    float: right;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: -53px;
}

*:first-child + html .hpb-layoutset-02 #hpb-aside{
    /*for IE7*/
    margin-top: -103px;
}

#hpb-footer{
    width: 100%;
}

#hpb-nav{
    width : 900px;      /* 2020.01.15 800→900 */
    height : 40px;      /* 2023.11.15 height : 40px; */
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    /* background-image : none;
    background-position: top left;
    background-repeat: no-repeat;  */
 /*   background-color : #000077;   /* バーの背景色(格調のある緑)   #004400  */
    color: block; /*white; 2023.11.15 */ 
  /*   color: yellow;  */
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* コンテンツ配置領域 */
#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    list-style-type: none;
    height: 40px;  /*  2023.11.15 40 → 372020.04.01 36 → 40 */
    overflow: hidden;
}

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

#hpb-nav li{
    float: left;
    font-size: 11px;     /* 2023.11.15 12 → 11*/
    line-height: 40px;   /* 36 → 40  */
    height: 40px;        /* 36 → 40  */
    overflow: hidden;
 /*   padding-right: 1px;
    background-image : url(mainmenuItem_1L_02.png);
    background-position: top right; 
    background-repeat: no-repeat; */
}

* html #hpb-nav li{
    /* ie6用ハック */
    width: 115px;
}

#hpb-nav li a{
    display: block;
    height: 40px;   /* 2020.01.15 38→36px */
    overflow: hidden;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #004400; /* 2023.11.15 追加　*/
   /* border: 1px solid black;   /* 2023.11.15 追加　*/
    border-radius: 15px;       /* 2023.11.15 追加　*/
}

* html #hpb-nav li a{
    /* ie6用ハック */
    padding-left: 5px;
    padding-right: 5px;
}

#hpb-nav li:first-child a{
    padding-left: 20px;	 /*2019.11.18 5px→20px */
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav a:link
{
    color: white;    /* yellow; */
}
#hpb-nav a:visited
{
}
#hpb-nav a:hover{
    color: #ff0000;            /* 2020.01.15 メニュー項目にマウスが載ったときの文字色(濃い赤色)   #dd0000 → #ff0000 */	
    background-color: #ffdddd; /* 2020.01.15 メニュー項目にマウスが載ったときの背景色(淡いピンク) #0000cd → #ffdddd */
}
#hpb-nav a:active
{
}
/* サイドブロック内パーツ */

#banner{
    margin-top: -1px;
}

#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: 4px;
}

#banner li a{
    display: block;
    width: 175px;  /*2019.10.27 238→175*/
    height: 86px;  /*2019.10.27 116→ 86*/
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-service{
    /* 製品一覧バナー */
    background-image : url(banner_1L_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

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

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

/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title h2{
    margin : 0px 0px 20px;
    overflow: hidden;
    text-indent: -9999px;
    height: 275px;
    background-image : url(top_mainimg_1L_02.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#toppage h3{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 38px;
    overflow: hidden;
    background-image : url(indexBg_1L_01.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 38px;
    padding-left: 20px;
    text-align: left;
    color: #555555;
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 0.1em;
}

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

#hpb-inner #companyinfo{
    width: 228px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #feffe8;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

#hpb-inner #companyinfo h3{
    color: #555;
    text-align: center;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    margin-top: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

#hpb-inner #companyinfo p{
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) { 
	body{
		min-width: 100%;         /* 2019.11.29 100% → 90% */
		background-image: none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-header{
		width: 100%;
		height: auto;
		background-color: #d4f2c6;
		padding-bottom: 10px;
	}
	#hpb-headerLogo{
		width: 100%;
		float: none;
	}
	#hpb-inner{
		width: 100%;
	}
	#hpb-wrapper{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 100%;
		float: none;
	}
	#hpb-main{
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-aside{
		margin-top: 0;
	}
	#hpb-nav{
		width: 100%;
		height: auto;
		position: relative;
		background-image: none;
		border-top-width: 1px;
		/* border-top-color: #cccccc; */
		border-top-style: solid;
		border-bottom-width: 1px;
	/*	border-bottom-color: #cccccc;*/
		border-bottom-style: solid;
		background-color: #000077;   /* 2023.11.15 #04400 -> #000077 */
	}

	/*--------------------------------------------------------
	デザイン設定
	--------------------------------------------------------*/
	/* コンテンツ配置領域 */
	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		padding-left: 0;
		height: auto;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		float: none;
		line-height: 1.4;
		height: auto;
		padding-right: 0;
		background-image : none;
		border-top-width: 1px;
		border-top-color: #cccccc;
		border-top-style: solid;
	}
	#hpb-nav li a{
		height: auto;
		text-align: left;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	#hpb-nav li:first-child a{
		padding-left: 10px;
	}
	#hpb-nav a:link,
	#hpb-nav a:visited,
	#hpb-nav a:hover,
	#hpb-nav a:active{
		background-image : none;
	}
	#hpb-nav a:hover{
		color: #ff0000;            /* 2020.01.15 メニュー項目にマウスが載ったときの文字色(濃い赤色)   #dd0000 → #ff0000 */
    		background-color: #ffdddd; /* 2020.01.15 メニュー項目にマウスが載ったときの背景色(淡いピンク) #ffffff → #ffdddd */
	}

	/* サイドブロック内パーツ */
	#banner{
		margin-top: 0;
	}
	#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-layoutset-01 #hpb-title h2{
		height: 170px;
		background-size: contain;
		margin-bottom: 0;
	}
	#toppage h3{
		height: auto;
		background-image : none;
		line-height: 1.4;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 14px;
		border-left-width: 6px;
		border-left-color: #4c9351;
		border-left-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #cccccc;
		border-bottom-style: solid;
		background-color: #f5f5f5;
	}
	#hpb-inner #companyinfo{
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}



}
 