@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 90%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #606060; /* 標準文字色 */
    background-color: #ffffff;
}

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

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

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

#hpb-container{
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
}

#hpb-header{
	width: 900px;
	height: 293px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-image: url(hbg_2A.png);
	background-position: left top;
	background-repeat: no-repeat;
}

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

#hpb-footer{
    clear: both;
    width: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E6E6E6;
}

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

#hpb-inner{
    position: relative;
    width: 860px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    zoom: 1;
}

.hpb-layoutset-01 #hpb-inner{
    padding-top: 72px;
}

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

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

#hpb-wrapper{
    width: 630px;
    float: left;
}

.hpb-layoutset-01 #hpb-wrapper
{
}

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

#hpb-title{
    margin: 0;
}

.hpb-layoutset-01 #hpb-title
{
}

#hpb-main
{
}

.hpb-layoutset-01 #hpb-main
{
}

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

#hpb-aside{
    width: 200px;
    float: right;
}

.hpb-layoutset-01 #hpb-aside{
    padding: 0;
}

.hpb-layoutset-02 #hpb-aside{
    padding: 0;
}

/* バナー */
#banner{
    width: 200px;
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}

.hpb-layoutset-01 #banner
{
}

.hpb-layoutset-02 #banner
{
}

/* ナビゲーション */

#hpb-nav{
	position: absolute;
	top: 0px;
	left: -20px;
	width: 900px;
	height: 42px;
	overflow: hidden;
	background-color: #ffffff;
}

.hpb-layoutset-01 #hpb-nav
{
}

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

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

.hpb-layoutset-01
{
}

.hpb-layoutset-02
{
}

/* コンテンツ配置領域 */
/* トップページメインイメージ */

.hpb-layoutset-01 #hpb-title h2{
    width: 630px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    background-image : url(mainimg_2A.png);
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

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

.hpb-layoutset-01 #toppage
{
}

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

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

#hpb-nav li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 128px;
	float: left;
	overflow: hidden;
}

#hpb-nav li a{
	width: 128px;
	height: 42px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(navItemBg_2A_01.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
}

#hpb-nav li a:hover{
	background-image: url(navItemBg_2A_01-on.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
}

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

#hpb-nav li span.en{
	display: block;
	line-height: 42px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#hpb-nav a:link{
    color: #999999;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #999999;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #000000;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #999999;
    text-decoration: none;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	
	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		margin-top: 0px;
	}
	
	#hpb-header{
		width: 100%;
		height: auto;
		padding-top: 0px;
		padding-bottom: 10px;
		background-image: none;
		background-color: #F6F7F6;
	}
	
	#hpb-footer{
		width: 100%;
	}
	
	#hpb-inner{
		width: 100%;
		padding-bottom: 0px;
	}
	
	.hpb-layoutset-01 #hpb-inner{
		padding-top: 0px;
	}
	.hpb-layoutset-02 #hpb-inner{
		padding-top: 0px;
	}
	
	#hpb-wrapper{
		width: 100%;
		float: none;
	}
	
	.hpb-layoutset-01 #hpb-title{
		background-image : url(hbg_2A.png);
    background-position: top left;
    background-repeat: no-repeat;
		background-size: contain;
		padding-top: 45%;
	}
		
	#hpb-main{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	
	#hpb-aside{
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-aside{
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-aside{
		padding-bottom: 20px;
	}
	
	/* バナー */
	#banner{
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
		
	/* ナビゲーション */
	
	#hpb-nav{
		position: relative;
		left: 0px;
		width: 100%;
		height: auto;
		border-top-color: #999999;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-color: #999999;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	
	/*--------------------------------------------------------
		デザイン設定
	--------------------------------------------------------*/
	/* コンテンツ配置領域 */
	/* トップページメインイメージ */
	
	.hpb-layoutset-01 #hpb-title h2{
		width: 100%;
		height: 45px;
		background-size: contain;
	}
	
	/*--------------------------------------------------------
		共通パーツデザイン設定
	--------------------------------------------------------*/
	
	/* ナビゲーション */
	#hpb-nav ul{
		width: 100%;
		display: none;
		margin-top: 0px;
	}
	
	#hpb-nav ul.toggled-on{
		display: block;
	}
	
	#hpb-nav li{
		width: 100%;
		float: none;
		border-top-color: #999999;
		border-top-style: solid;
		border-top-width: 1px;
		text-align: left;
	}
	
	#hpb-nav li a{
		width: 100%;
		height: auto;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		background-image: none;
		box-sizing: border-box;
	}
	
	#hpb-nav li a:hover{
		background-image: none;
	}
	
	#hpb-nav li span.en{
		line-height: 1.4;
	}
	
}