@charset "Shift_JIS";

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

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-header{
	width: 85%;
	height: 65px;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
}

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

*html #hpb-header
{
    /* for IE6 */
}

#hpb-headerMain{
	width: 100%;
	height: 9px;
	overflow: hidden;
	text-indent: -9999px;
	background-image : url(headerBg_1Pa_02.png);
	background-position: top center;
	background-repeat: no-repeat;
}

* html #hpb-headerMain{
    /* for IE6 */
    display: none;
}

#hpb-headerExtra1{
	width: 260px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}

#hpb-headerExtra1 p{
    text-align: right;
}

#hpb-inner{
	clear: both;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	position: relative;
}

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

.hpb-layoutset-02 #hpb-wrapper{
    width: 712px;
    float: left;
}

#hpb-main{
	width: 100%;
	background-color: #fff;
	margin-top: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

* html #hpb-main{
    /*for IE6*/
    padding-right: 0;
}

.hpb-layoutset-02 #hpb-main{
    width: 692px;
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
}

#hpb-aside{
	width: 100%;
	background-color: #fff;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 80px;
}

#hpb-nav{
	width: 100%;
	height: 35px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 1px;
}

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

/* ヘッダー領域 */

#hpb-headerLogo{
	width: 400px;
	padding-top: 10px;
	float: left;
}

* html #hpb-headerLogo{
    /* for IE6 */
    padding-bottom: 0;
}

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

* html #hpb-headerLogo a{
    /* for IE6 */
    margin-top: 0;
}

.hpb-layoutset-01 #hpb-title{
	width: 100%;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.hpb-layoutset-01 #hpb-title h2{
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 284px;
    background-image : url(top_mainimg_1Pa_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #hpb-title{
    width: 712px;
    float: left;
    margin-top: 0;
    padding-right: 20px;
    background-color: #fff;
}


/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 2px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: center;
    background-image : url(mainmenuItem_1Pa_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

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

#hpb-nav li{
	float: left;
	display: block;
	font-size: 22px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	padding-right: 2px;
	background-image : url(mainmenuItem_1Pa_02.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 49.8%;
}

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

#hpb-nav li a{
    display: block;
    height: 35px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

#hpb-nav a:link
{
}
#hpb-nav a:visited
{
}
#hpb-nav a:hover{
    background-image : url(mainmenu_1Pa_02_on.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    background-image : url(mainmenu_1Pa_02_on.png);
    background-position: top center;
    background-repeat: no-repeat;
}

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

	body{
		min-width: 100%;
		background-image : none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-header{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	#hpb-headerMain{
		width: 100%;
		background-position: top center;
	}
	#hpb-headerExtra1{
		width: 98%;
		float: none;
		padding-top: 10px;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-inner{
		width: 100%;
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-wrapper{
		width: 100%;
		float: none;
	}
	#hpb-main{
		width: 96%;
		float: none;
		padding-top: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-02 #hpb-main{
		width: 96%;
		padding-left: 0;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		padding-bottom: 20px;
	}
	#hpb-nav{
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		background-color: #feb802;
		border-top-width: 3px;
		border-top-color: #ffd71e;
		border-top-style: solid;
		border-bottom-width: 3px;
		border-bottom-color: #ffd71e;
		border-bottom-style: solid;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ヘッダー領域 */
	#hpb-headerLogo{
		width: 98%;
		padding-top: 0;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-headerLogo a{
		display: block;
		max-width: 100%;
		background-size: contain;
		background-position: top center;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-title{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.hpb-layoutset-01 #hpb-title h2{
		height: 170px;
		background-size: contain;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 100%;
		float: none;
    padding-right: 0;
	}

	/* コンテンツ配置領域 */
	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		padding-left: 0;
		text-align: left;
		background-image : none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		float: none;
		display: block;
		line-height: 1.4;
		height: auto;
		padding-right: 0;
		background-image : none;
		border-top-width: 1px;
		border-top-color: #ff9211;
		border-top-style: solid;
	}
	#hpb-nav li a{
		display: block;
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top-width: 1px;
		border-top-color: #ffe479;
		border-top-style: solid;
	}
	#hpb-nav a:hover,
	#hpb-nav a:active{
		background-image : none;
	}
	#hpb-nav li a:hover{
		background-color: #ffc600;
	}



}
