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

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

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

#hpb-main{
    width: 654px;
    float: left;
    text-align: left;
    padding-bottom: 20px;
	padding-left: 27px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 470px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 158px;
}

#hpb-aside{
    width: 246px;
    float: right;
    text-align: left;
	padding-bottom: 20px;
	padding-right: 17px;
}
.hpb-layoutset-01 #hpb-aside{
	padding-top: 523px;
}
.hpb-layoutset-02 #hpb-aside{
	padding-top: 156px;
}

#hpb-footer{
    clear: both;
}


#hpb-nav{
    width: 929px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 406px;
    left: 14px;
	border-bottom: 1px solid #e0e0e0;
}
.hpb-layoutset-02 #hpb-nav{
	top: 93px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
    width: 990px;
    height: 411px;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(top_mainimg_1B1_01.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: -15px;
}

.hpb-layoutset-02 #hpb-title{
    width: 990px;
    height: 89px;
	background-image : url(titleBg_1B1_01.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: -15px;
}

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	letter-spacing: -0.4em;
	background-color: #f79a15;
	height: 44px;
	overflow:hidden;
	}


#hpb-nav li{
    display: inline-block;
    font-size: 12px;
	letter-spacing: 0.1em;
}

#hpb-nav li a{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
	height: 44px;
	line-height: 44px;
	border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #fff;
	
}
#hpb-nav li a:hover{
	background-color: #feab35;
}


/*トップページ*/

#toppage p.large{
	top: -10px;
	left: -8px;
}

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

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-main{
		width: 96%;
		float: none;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 2em;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-aside{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-aside{
		padding-top: 0;
	}
	#hpb-nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		background-color: #f79a15;
	}
	.hpb-layoutset-02 #hpb-nav{
		top: 0;
	}

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

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		height: auto;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li{
		display: block;
	}
	#hpb-nav li a{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.4;
		border-right-width: none;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #fff;
	}

	/*トップページ*/
	#toppage p.large{
		top: 0;
		left: 0;
	}



}