@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
    min-width: 900px;
	background-color: #fef0eb;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 16px;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
}

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

#hpb-inner{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

#hpb-wrapper{
    width: 770px;
    float: right;
    padding-top: 1px;
    padding-bottom: 50px;
}

.hpb-layoutset-01 #hpb-title{
    height: 312px;
    margin: 0px;
    padding: 0;
    overflow: hidden;
}

.hpb-layoutset-02 #hpb-title{
	margin-top: 8px;
	margin-left: 20px;
	margin-bottom: 15px;
    height: 65px;
    padding: 0;
    overflow: hidden;
    zoom: 100%;

//    background-image : url(bg_1Bc_01_03.png);
//    background-position: top left;
//    background-repeat: no-repeat;
}


#hpb-main{
    text-align: left;
    width: 740px;
    margin-left: auto;
    padding-top: 10px;
    min-height: 450px;
}

* html #hpb-main{
    /* for IE6 */
    height: 730px
}

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


#hpb-aside{
    width: 250px;
    float: left;
    padding-bottom: 50px;
}

.hpb-layoutset-02 #hpb-aside
{
}

#hpb-footer{
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#hpb-nav{
    width: 250px;
    padding-bottom: 25px;
    float: left;
    background-image : url(navbg_1Bc_01.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}



/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(bg_1Bc_01_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
    background-image : url(bg_1Bc_01_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}


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

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    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: center;
}

#hpb-nav li{
    height: 51px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFA100;
    background-color: #ffffff;
    background-image : url(navitembg_1Ba_01.png);
    background-position: right top;
    background-repeat: repeat-y;
}


#hpb-nav li a{
    display: block;
    height: 51px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    background-image : url(navitemabg_1Bc_01.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#hpb-nav li span.ja{
    display: block;
    font-size: 1.1em;
    line-height: 18px;
    padding-top: 16px;
}

#hpb-nav li span.en{
    font-size: 10px;
    display: block;
    line-height: 10px;
    text-align: right;
}


#hpb-nav li a:link{
    color: #000000;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
    color: #000000;
    text-decoration: none;
}
#hpb-nav li a:hover{
    color: #FFA100;
    text-decoration: none;
}
#hpb-nav li a:active{
    color: #FFA100;
    text-decoration: none;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

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

	body{
		min-width: 100%;
		border-top-width: 2px;
		border-top-color: #ffa100;
		border-top-style: solid;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		background-image : none;
	}
	#hpb-header{
		width: 100%;
		height: auto;
		background-color: #ffffff;
		padding-bottom: 10px;
	}
	#hpb-inner{
		width: 100%;
	}
	#hpb-wrapper{
		width: 100%;
		float: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.hpb-layoutset-01 #hpb-title{
		width: 100%;
		height: auto;
		background-size: contain;
		position: relative;
		top: 0;
		left: 0;
	}

	.hpb-layoutset-01 #hpb-title img{
		width: 100%;
	    height:auto;
	}

	.hpb-layoutset-02 #hpb-title{
		height: auto;
		margin-top: 0;
		margin-left: 0;
		padding-left: 20px;
		background-color : #f4ae6f;
		background-image : none;
		border: solid 3px #ffffff;
	}

	/* コンテンツ左時のインデント設定 */
	#hpb-main{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
		padding-bottom: 20px;
	}

	.hpb-layoutset-01 #hpb-main{
		padding-top: 1em;
	}

	.hpb-layoutset-02 #hpb-main{
		padding-top: 1em;
	}

	#hpb-aside{
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	#hpb-footer{
		width: 100%;
		height: auto;
	}
	#hpb-nav{
		position: relative;
		width: 100%;
		padding-bottom: 1px;
		float: none;
		background-image : none;
		background-color: #FAE2CA;
		border-top-width: 1px;
		border-top-color: #d2d2d2;
		border-top-style: solid;
	}


	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */
	.hpb-layoutset-01,
	.hpb-layoutset-02{
		background-image : none;
	}

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

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		width: 96%;
		height: 46px;
		background-image : url(btn_menu.png);
		background-position: center center;
		background-repeat: no-repeat;
		margin-left: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
		line-height: 1.4;
	}

	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		height: 40px;
		width:48%;
		float: left;
		margin-top: 0;
		margin-left: 1%;
		margin-right: 0;
		margin-bottom: 4px;
		border: solid 1px #FFA200;
	}

	#hpb-nav li a{
		padding: 0;
		background-image : none;
	}

	/* ナビゲーション文字色設定 */
	#hpb-nav li a:link,
	#hpb-nav li a:visited{
		background-image: none;
		background-color: #ffd58e;
	    color: #000000;
	    text-decoration: none;
	}
	#hpb-nav li a:hover,
	#hpb-nav li a:active{
		background-image: none;
		background-color: #ffd58e;
	    color: #000000;
	    text-decoration: none;
	}

	#hpb-nav li span.ja{
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 1.4;
    	font-size: 85%;	
		text-align: center;

	}

	#hpb-nav li span.en{
		text-align: right;
	}




}