@charset "Shift_JIS";
/* 要素リセット */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 95%;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	color: #000000;/* 標準文字色 */
	min-width: 965px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/

html:first-child body{
	font-size: 95%;
}
/* end */

img{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-container{
	background-image: url(headerBg_1G1b.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#hpb-header{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 113px;
	overflow: hidden;
}

#HPB-HEADERLOGO {
}

#hpb-inner{
	position: relative;
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	padding: 23px 0 0 0;
}

#hpb-main{
	width: 659px;
	float: left;
	text-align: left;
	padding-bottom: 60px;
}

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

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

#hpb-aside{
	width: 291px;
	float: right;
	text-align: left;
	padding-bottom: 60px;
	padding-top: 10px;
}

#hpb-footer{
	clear: both;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
	width: 965px;
	height: 319px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(mainimg_1G1b.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.hpb-layoutset-02 #hpb-title{
	width: 965px;
	height: 98px;
	background-image: url(titleBg_1G1b.png);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* ナビゲーション */

#hpb-nav{
	width: 100%;
	position: absolute;
	top: -29px;
	left: 0;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-inner{
		background-image: none;
		width: 100%;
	}
	#hpb-wrapper{
		width: 100%;
	}
	#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{
		padding-top: 0;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-aside{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-aside{
		padding-top: 0;
	}


	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
		width: 100%;
		height: 170px;
		overflow: hidden;
		background-size: contain;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 100%;
		background-size: cover;
		background-position: top right;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		background-color: #2165b1;

	}
	.hpb-layoutset-02 #hpb-title h2{
		line-height: 1;
		padding: 7px 0px 0px 10px;
		font-size: 1.7em;
	}

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



}