@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family :"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    color: #000000; /* 標準文字色 */
    min-width: 960px;
	font-weight: 400;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 100%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	background-repeat: repeat-x;
	background-position: top left;
}
.hpb-layoutset-01 #hpb-container{
	background-image : url(../img/headerBg_1H1a_01.png);
}
.hpb-layoutset-02 #hpb-container,
.hpb-layoutset-03 #hpb-container{
	background-image : url(../img/headerBg_1H1a_02.png);
}

#hpb-header{
	height: 150px;
	overflow: hidden;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.hpb-layoutset-01 #hpb-inner{
	position: relative;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.hpb-layoutset-02 #hpb-inner,
.hpb-layoutset-03 #hpb-inner{
	position: relative;
	max-width:1080px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#hpb-title{
	max-width: 1080px;
    margin:0 auto;
}
.hpb-layoutset-01 #hpb-main{
    width: 60%;
    float: left;
    text-align: left;
    padding-bottom: 20px;
	padding-left: 25px;
}
.hpb-layoutset-02 #hpb-main{
    width: 68%;
    float: left;
    text-align: left;
    padding-bottom: 0px;
	padding-left: 0px;
}
.hpb-layoutset-03 #hpb-main{
	float: none;
    width: 96%;
    text-align: left;
    padding-bottom: 0px;
	margin: 0 auto;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 20px;
}
.hpb-layoutset-02 #hpb-main,
.hpb-layoutset-03 #hpb-main{
    padding-top: 10px;
}

#hpb-aside{
    width: 34%;
	float: right;
    text-align: left;
	margin-top: 35px;
	padding: 0 15px;
}
.hpb-layoutset-02 #hpb-aside{
    width: 28%;
	float: right;
    text-align: left;
	margin-top: 150px;
	padding: 0 15px;
}
/*.hpb-layoutset-02 #hpb-aside a[href$=".pdf"]:after{
    content:" ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/PDF_24.png") no-repeat;
}*/

#hpb-footer{
    clear: both;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

/*.hpb-layoutset-01 #hpb-title{
    width: 960px;
    height: 373px;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(../img/mainimg_1H1a_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}*/

/*.hpb-layoutset-02 #hpb-title{
    width: 960px;
    height: 122px;
	background-image : url(../img/titleBg_1H1a.png);
    background-position: top left;
    background-repeat: no-repeat;
	overflow: hidden;
}*/

/* ナビゲーション */

#hpb-nav{
	width: 100%;
	position: absolute;
	top: -54px;
	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: 2px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	max-width: 1080px;
	height: 53px;
	overflow: hidden;
	/*background-image : url(../img/mainmenu_1H1a.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: -0.4em;
	}


#hpb-nav li{
    display: inline-block;
    font-size: 12px;
	letter-spacing: 0.1em;
	/*background-image : url(../img/mainmenu_1H1a.png);*/
	background-repeat: no-repeat;
	background-position: right top;
	border-left: solid 1px #FFF;
}

#hpb-nav #nav-recruit{
	border-right:solid 1px #FFF;
}

#hpb-nav li a{
    display: block;
    padding-left: 33px;
    padding-right: 33px;
	height: 53px;
	overflow: hidden;
	line-height: 53px;
	font-size: 1rem;
	color: #fff;
	
}
#hpb-nav li a:hover{
	background-image : url(../img/mainmenu_1H1a_on.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #333;
}


/*トップページ*/


/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}
	
	html:first-child body{
        font-size: 100%;
    }

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-inner{
		background-image: none;
		width: 100%;
	}
	.hpb-layoutset-02 #hpb-inner,
	.hpb-layoutset-03 #hpb-inner {
    margin-top: 0px;
}
	#hpb-wrapper{
		width: 100%;
	}
	.hpb-layoutset-01 #hpb-main,
	.hpb-layoutset-02 #hpb-main,
	.hpb-layoutset-03 #hpb-main{
		width: 96%;
		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
	.hpb-layoutset-03 #hpb-main{
		padding-top: 0;
	}
	.hpb-layoutset-01 #hpb-aside{
		width: 96%;
		float: none;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-02 #hpb-aside,
	.hpb-layoutset-03 #hpb-aside{
		width: 96%;
		float: none;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-top:35px; 
	}
	.hpb-layoutset-01 #hpb-aside{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-aside,
	.hpb-layoutset-03 #hpb-aside{
		padding-top: 0;
	}


	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-size: contain;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-02 #hpb-title,
	.hpb-layoutset-03 #hpb-title{
		width: 100%;
		background-size: cover;
		background-position: top right;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
	}
	
	.hpb-layoutset-02 #hpb-title h2,
	.hpb-layoutset-03 #hpb-title h2{
		padding: 0px 0px 3px 10px;
		font-size: 2em;
	}
.hpb-layoutset-02 h3,
.hpb-layoutset-03 h3 {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 10px 10px 0px;
	border-bottom: solid 1px #216E00;
}
	/* ナビゲーション */
	
	.hpb-layoutset-01 #hpb-nav,
	.hpb-layoutset-02 #hpb-nav,
	.hpb-layoutset-03 #hpb-nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		background-color: #30A7CE;
	}

	
	#hpb-nav ul{
		width: 100%;
		display: none;
		height: auto;
		margin: 0;
		background-image: none;
	}
	
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	
	#hpb-nav li{
		display: block;
		background-image: none;
		border-bottom: 1px solid #c0c0c0;
	}
	
	#hpb-nav li a{
		color: #333333;
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.4;
		background-image : url(../img/mainmenu_1H1a_02.png);
		background-repeat: repeat-x;
		background-position: bottom left;
	}
	
	#hpb-nav li a:hover{
		background-image: none;
		background-color: #134d90;
		color: #fff !important;
	}

	/*トップページ*/
	#toppage p.large{
		margin-bottom: 10px;
	}



}