@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: #723918; /* 標準文字色 */
    background-image : url(images/bg_blue_st.png);
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 1000px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 15px;
}

#hpb-header{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #FFF;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 8px;
}

#hpb-inner{
    position: relative;	
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    zoom: 1;
}

.hpb-layoutset-01 #hpb-inner{
    margin-top: 20px;
    margin-bottom: 10px;	
    padding-bottom: 20px;
    background-image:url(images/content_bg.png);
	background-repeat: repeat;	
    padding-top: 0;
}

.hpb-layoutset-02 #hpb-inner{
    margin-top: 20px;
    margin-bottom: 10px;	
    padding-bottom: 20px;
    background-image:url(images/content_bg.png);
	background-repeat: repeat;	
    padding-top: 60px;
}

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

#hpb-wrapper{
    position: relative;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 740px;
    float: left;
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: #d4c9bf;
}

#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.hpb-layoutset-01 #hpb-title{
    padding-bottom: 75px;
    background-image : url(images/tite_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.hpb-layoutset-01 #hpb-main{
    width: 740px;
    float: left;
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: #d4c9bf;
}

.hpb-layoutset-02 #hpb-main{
    float: left;	
    margin-right: 15px;
    margin-top: -10px;
}

#hpb-aside{
    width: 210px;
    float: right;
	padding-left: 10px;
}

#hpb-footer{
    clear: both;
    position: relative;
    padding-bottom: 30px;
	background: #FFF;
}

#hpb-nav{
    position: absolute;
    left: 0px;
    width: 1000px;
    overflow: hidden;
}

.hpb-layoutset-01 #hpb-nav{
    top: 240px;
    height: 70px;
}

.hpb-layoutset-02 #hpb-nav{
    top: -15px;
    height: 105px;

}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title h2{
    height: 272px;
    background-image : url(images/index.jpg) ;
	background-repeat: no-repeat;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

/* ナビゲーション */
#hpb-nav ul{
    display: block;
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
}

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

#hpb-nav li{
    display: block;
    width: 116px;
    margin-left: 3px;
    margin-right: 3px;
    float: left;
    height: 70px;
    overflow: hidden;
    background-image : url(images/nav_bg.png);
    background-position: top center;
    background-repeat: repeat-x;
}


#hpb-nav li a{
    display: block;
    padding-top: 14px;
	color: #000099;
}

#hpb-nav li span.en{
    display: block;
    line-height: 9px;
    font-size: 10px;
    text-transform: uppercase;
    color: #1C2F90;
}

#hpb-nav li span.ja{
    display: block;
    font-size: 14px;
    line-height: 28px;
}

#hpb-nav a:link{
	color: #000099;
    text-decoration: none;
}

#hpb-nav a:hover{
    color: #1C2F90;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #1C2F90;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset-01 #toppage{
	width: 712px;
    margin-right: 15px;
}

#pagetop a{
    /* 先頭に戻るボタンの左右設定 */
    margin-right: auto;
    margin-left: 0;
}

.hpb-layoutset-02 h2{
    /* コンテンツタイトルの左右設定 */
    margin-left: 5px;
    margin-right: auto;
}

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

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
		レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
		padding-top: 15px;
	}

	#hpb-header{
    width: 100%;
		background-image : none;
		background-color: #FFFFFF;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	#hpb-inner{
	padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	}

	.hpb-layoutset-02 #hpb-inner{
    padding-top: 0px;
	}

	.hpb-layoutset-02 #hpb-wrapper{
    width: 100%;
    float: none;
    border-right-width: 0px;
	}
	
	#hpb-title{
		margin-top: 15px;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-title{
    padding-bottom: 0px;
    background-position: bottom left;
		margin-top: 0px;
		width: 100%;
	}

	.hpb-layoutset-01 #hpb-main{
    width: 96%;
    float: none;
    border-right-width: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
		text-align: left;
	}
	.hpb-layoutset-02 #hpb-main{
		margin-right: auto;
		margin-top: 0px;
		margin-left: auto;
		width: 96%;
		padding-bottom: 20px;
		text-align: left;
	}

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

	#hpb-footer{
		padding-bottom: 15px;
    background-image : none;
	}

	#hpb-nav{
    position: relative;
    width: 100%;
		background-color: #83A5EE;
	}
	.hpb-layoutset-01 #hpb-nav{
			top: 0px;
			height: auto;
	}
	.hpb-layoutset-02 #hpb-nav{
			top: 0px;
			height: auto;
			background-image : none;
	}

	/*--------------------------------------------------------
		デザイン設定
	--------------------------------------------------------*/
	/* コンテンツ配置領域 */
	/* トップページメインイメージ */
	.hpb-layoutset-01 #hpb-title h2{
    height: 205px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: 0px;
    margin-right: 0px;
	}
	
	/* ナビゲーション */
	#hpb-nav ul{
    width: 100%;
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}

	#hpb-nav li{
    width: 100%;
    float: none;
    height: auto;
    background-image : none;
		border-top-color: #1C2F90;
		border-top-style: solid;
		border-top-width: 1px;
		text-align: left;
	}
	#hpb-nav li a{
    padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	#hpb-nav li span.en{
    line-height: 1.4;
	}
	#hpb-nav li span.ja{
    line-height: 1.4;
	}

	/*--------------------------------------------------------
		共通パーツデザイン設定
	--------------------------------------------------------*/
	.hpb-layoutset-01 #toppage{
    margin-right: 0px;
	}

	.hpb-layoutset-02 h2{
    /* コンテンツタイトルの左右設定 */
    margin-left: 0px;
	}	

}