@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: #333; /* 標準文字色 */
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    margin-top: -1px;
	background-image : url(headerBg_02_8F.png);
    background-position: top left;
    background-repeat: repeat-x;
    min-width: 960px;
}

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

#hpb-header::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#hpb-inner{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
    padding-bottom: 20px;
}

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

#hpb-wrapper{
	width: 703px;
	float: right;
	padding-top: 5px;
}


#hpb-main{
    margin-top: 15px;
	width: 703px;
    float: right;
}
.hpb-layoutset-02 #hpb-main{
	margin-top: 0;
}

#hpb-aside{
    width: 229px;
    float: left;
	padding-top: 20px;
}

#hpb-footer{
    clear: both;
	background-image : url(footerBg_8F.png);
    background-position: top left;
    background-repeat: repeat-x;
	padding-top: 44px;
}

#hpb-nav{
    width: 229px;
	float: left;
	padding-top: 5px;
}


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

/* ナビゲーション */
#hpb-nav ul{
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    list-style-type: none;
}

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

#hpb-nav li{
    margin-left: 0;
    margin-right: 0;
	margin-bottom: 1px;
	padding-right: 0px;
    height: 45px;
	width: 231px;
    overflow: hidden;
	text-align: left;
	background-image : url(mainmenuBg_8F.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-nav li a{
    display: block;
	height: 45px;
	line-height: 45px;
    padding-left: 25px;
    padding-right: 25px;
}

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

#hpb-nav a:link{
    color: #000000;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #000000;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #000000;
    text-decoration: none;
	background-image : url(mainmenuBg_on_8F.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    color: #000000;
    text-decoration: none;
	background-image : url(mainmenuBg_on_8F.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/* トップページ */

.hpb-layoutset-01 #hpb-title h2{
	width: 692px;
    height: 276px;
    background-image : url(top_mainimg_02_8F1.png);
	background-repeat: no-repeat;
}
.hpb-layoutset-02 #hpb-title{
	padding-left: 6px;
}

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

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		background-image: none;
		min-width: 100%;
	}

	#hpb-header{
	    width: 100%;
	    height: auto;
		padding-bottom: 10px;
	}

	#hpb-inner{
	    width: 100%;
		margin-top: 0;
		padding-right: 0;
	    padding-bottom: 0;
		padding-left: 0;
	}

	#hpb-wrapper{
	    width: 100%;
		float: none;
		padding-top: 0;
	}


	#hpb-main{
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		width: 96%;
		float: none;
		padding-bottom: 20px;
	}

	#hpb-aside{
		max-width: 96%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0;
		padding-bottom: 20px;
	}

	#hpb-nav{
		width: 100%;
		float: none;
		padding-top: 0;
		background-color: #fdf8e7;
		overflow: hidden;
		border-top-color: #d0bc71;
		border-top-width: 1px;
		border-top-style: solid;
		border-bottom-color: #d0bc71;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}


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

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		padding-left: 0;
		background-image : none;
	}

	#hpb-nav ul.toggled-on{
		display: block;
	}

	#hpb-nav li{
	    height: auto;
		width: 100%;
		background-image : none;
		border-top-color: #d0bc71;
		border-top-width: 1px;
		border-top-style: solid;
		border-left-color: #c11b1b;
		border-left-width: 5px;
		border-left-style: solid;
		box-sizing: border-box;
	}

	#hpb-nav li a{
		height: auto;
		line-height: 1.4;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	#hpb-nav a:hover{
		background-image : none;
		background-color: #faf0cd;
	}
	#hpb-nav a:active{
		background-image : none;
		background-color: #faf0cd;
	}

	/* トップページ */
	.hpb-layoutset-01 #hpb-title h2{
		width: 100%;
		height: 210px;
		background-size: contain;
	}
	.hpb-layoutset-02 #hpb-title{
		padding-left: 0;
		width: 96%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 20px;
	}

}