@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align : right;
    font-size : 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : #000000; /* 標準文字色 */
/*    min-width: 960px;*/
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 90%; /* スマホ用：70%→90% 2021.07.21 */
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
/*	background-image : url(headerBg_1F1_02.png);
	background-repeat: repeat-x;
	background-position: top left;
 2021.08.19 削除 Kensuke */
}

#hpb-header{
/*	height: 153px; 以下に変更 2021.08.30 Kensuke */
	height: 103px;
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#hpb-inner{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image : url(../images/innerBg_1F1_02.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #fff;
	margin-top: -1px;
}

#hpb-wrapper{
/*	width: 730px; 以下に変更 2021.08.31 Kensuke */
	width: 100%;
	float: left;
	margin-top: -1px;
}

#hpb-main{
/*    width: 694px; 以下に変更 2021.08.31 Kensuke */
/*    width: 960px;*/
    width: 100%;
    float: left;
    clear: both;
    text-align: left;
/*    padding-bottom: 30px; 削除 2021.08.31 Kensuke */
    padding-bottom: 20px;
	padding-left: 18px;
/*	padding-right: 18px; いったん削除 2021.09.07 Kensuke */
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 20px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 10px;
}

#hpb-aside{
    width: 214px;
	float: right;
    text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
/*	padding-right: 6px; いったん削除 2021.09.07 Kensuke */
}

#hpb-footer{
    clear: both;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* パンくず 追加 2021.08.31 Kensuke */

.hpb-layoutset-01 #hpb-pankuzu{
	background-position: top left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}

.hpb-layoutset-02 #hpb-pankuzu{
	background-position: top left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}

/* タイトル */

.hpb-layoutset-01 #hpb-title{
/*    width: 730px;*/
    width: 900px;
/*    height: 309px;*/
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
/*	background-image : url(mainimg_1F1.png);  削除 2021.08.31 Kensuke */
    background-position: top left;
    background-repeat: no-repeat;
	padding-left: 10px;  /* 追加 2021.08.31 Kensuke */
}

.hpb-layoutset-02 #hpb-title{
/*    width: 730px;*/
    width: 900px;
/*    height: 111px;*/
    height: 40px;
/*	background-image : url(titleBg_1F1.png);  削除 2021.08.30 Kensuke */
    background-position: top left;
    background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 10px;  /* 追加 2021.08.31 Kensuke */
}

/* ナビゲーション */

#hpb-nav{
	width: 100%;
	position: absolute;
/*	top: -56px; 以下に変更 2021.08.30 Kensuke */
	top: -36px;
	left: 0;
}

#hpb-nav ul{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	width: 960px;
/*	height: 51px; 以下へ変更 2021.08.30 Kensuke */
	height: 35px;
	overflow: hidden;
	letter-spacing: -0.4em;
	border-top: 1px solid silver; /* 追加 2021.08.30 Kensuke */
	border-bottom: 1px solid silver; /* 追加 2021.08.30 Kensuke */
	}


#hpb-nav li{
    display: inline-block;
	width: 160px; /* 追加 2021.08.30 Kensuke */
	text-align: center; /* 追加 2021.08.30 Kensuke */
/*    font-size: 12px;*/
	font-size: 15.5px;
	color: #658A00; /* 追加 2021.08.30 Kensuke */
	letter-spacing: 0.1em;
/*	background-image : url(mainmenu_1F1_02.png); 削除 2021.08.30 Kensuke */
	background-repeat: no-repeat;
	background-position: bottom center;
/*	border-right: 1px solid #c8dcbd; 削除 2021.08.30 Kensuke */
}
#hpb-nav li:first-child{
/*	border-left: 1px solid #c8dcbd; */
}


#hpb-nav li a{
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px; /* 追加 2021.08.30 Kensuke */
    padding-bottom: 5px; /* 追加 2021.08.30 Kensuke */
/*	height: 51px; 以下に変更 2021.08.30 Kensuke */
	height: 25px;
	overflow: hidden;
/*	line-height: 51px; 以下に変更 2021.08.30 Kensuke */
	line-height: 25px;
/*	font-size: 1.1em; 削除 2021.08.30 Kensuke */
	
}
/* ホバーを削除 2021.08.30 Kensuke 
#hpb-nav li a:hover{
	background-color: #20bc71;
	background-image : url(mainmenu_1F1_02.png);
	background-repeat: no-repeat;
	background-position: bottom center;
} */


/*トップページ*/

#toppage p.large{

}

/* 社員教育 テーブル */
td.shikaku_t{
  background-color: #f2f2f2;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size:13px;
}
td.shikaku{
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: solid 1px silver;
  font-size:13px;
}

td.rnumber_t{
  background-color: #f2f2f2;
  width: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size:13px;
}
td.rnumber{
  width: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  border-bottom: solid 1px silver;
  text-align: right;
  font-size:13px;
}

#topmessage{
  line-height: 2em;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 20px;
  font-size: 13px;
}

#iso{
  /*font-size:12px;*/
  line-height: 2em;
}

#access{
  width:98%;
  align:justify;
}

#company{
  line-height: 2em;
}

/*#comment{
  line-height: 2em;
}*/
  
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-inner{
		background-image: none;
		width: 100%;
	}
	#hpb-wrapper{
		width: 100%;
	}
	#hpb-main{
		width: 100%;
		float: none;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top: 0;
		margin-top: -10px;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 0;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		padding-left: 0;
		padding-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-aside{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-aside{
		padding-top: 0;
	}
	#hpb-nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
/*		background-color: #20bc71; 以下に変更 2021.08.31 Kensuke*/
		background-color: #658A00;
	}
	#hpb-nav ul{
		width: 100%;
	}
	#hpb-nav li{
		border-bottom: 1px solid #c8dcbd;
		text-align: center;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
		width: 96%; /* スマホ横スクロール修正 2021.09.07 Kensuke */
		width: 960px;
/*		height: 170px; 下に変更 2021.08.31 Kensuke */
		height: 50px;
		overflow: hidden;
		background-size: contain;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 96%; /* スマホ横スクロール修正 2021.09.07 Kensuke */
		background-size: contain;
		background-position: top right;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
/*		background-color: #3cc482; 削除 2021.08.31 Kensuke */

	}
	.hpb-layoutset-02 #hpb-title box{
		margin: auto;
		width: 50px;
		height: 30px;
		background: #658a00;
	}
	.hpb-layoutset-02 #hpb-title h2{
		float:left /* 追加 2021.08.31 Kensuke */
		width: 200px; /* 追加 2021.08.31 Kensuke */
		line-height: normal;
		padding: 14px 0px 0px 10px;
		font-size: 1.3em;
	}
	.hpb-layoutset-02 #hpb-title p{
		float:right/* 追加 2021.08.31 Kensuke */
	}

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		height: auto;
		background-color: #fff;
		margin: 0;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li{
		display: block;
		background-image: none;
	}
	#hpb-nav li a{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.4;
	}
	#hpb-nav li a:hover{
		background-image: none;
	}

	/*トップページ*/
	#toppage p.large{
		margin-bottom: 5px;
	}



}