@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: #252525; /* 標準文字色 */
}
/* 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:1010px;
    margin-top:0;
    margin-right:auto;
    margin-bottom:0;
    margin-left:auto;
    position: relative;
}

#hpb-header{
    height: 120px;
    background-image : url(headerBg_1S.png);
    background-position:center top;
    background-repeat:no-repeat;
}

#hpb-inner{
    padding-top:0;
    padding-right:0;
    padding-bottom:20px;
    padding-left:0;
    background-image : url(fBg_1S.png);
    background-position:center top;
    background-repeat:repeat-y;
    clear: both;
}

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

.hpb-layoutset-01 #hpb-wrapper{
    width: 701px;
    float: right;
    margin-top:340px;
    margin-right:35px;
    margin-bottom:0;
    margin-left:auto;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 701px;
    float: right;
    margin-top:40px;
    margin-right:35px;
    margin-bottom:0;
    margin-left:auto;
}

.hpb-layoutset-01 #hpb-title{
    position:absolute;
    left:32px;
    top:120px;
    width:943px;
    height:320px;
    z-index:2;
}

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

.hpb-layoutset-01 #hpb-title h2{
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
    width:943px;
    height:320px;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(top_mainimg_1S_01.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#hpb-main
{
}

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

#hpb-aside{
    width: 231px;
    float: left;
    margin-top:340px;
    margin-right:auto;
    margin-bottom:0;
    margin-left:32px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 40px;
}

#hpb-footer{
    position:relative;
    height: 118px;
    clear: both;
    background-image : url(footerBg_1S.png);
    background-position:center top;
    background-repeat:no-repeat;
}

.hpb-layoutset-01 #hpb-nav{
    width: 700px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    top: 68px;
    left: 275px;
}

.hpb-layoutset-02 #hpb-nav{
    width: 700px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    top: 68px;
    left: 275px;
}


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

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


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

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-image : url(mainmenuBg_1S.png);
    background-position:left top;
    background-repeat:no-repeat;
    list-style-type: none;
    text-align: left;
}

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

#hpb-nav li{
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
}

* html #hpb-nav li
{
    /* ie6用ハック */
}

#hpb-nav li a{
    display: block;
    height: 42px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

* html #hpb-nav li a
{
    /* ie6用ハック */
}


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


#hpb-nav a:link{
    background-image : url(mainmenu_1S_01.png);
    background-position:right top;
    background-repeat:no-repeat;
}
#hpb-nav a:visited{
    background-image : url(mainmenu_1S_01.png);
    background-position:right top;
    background-repeat:no-repeat;
}
#hpb-nav a:hover{
    background-image : url(mainmenu_1S_01_on.png);
    background-position:center top;
    background-repeat:no-repeat;
}
#hpb-nav a:active{
    background-image : url(mainmenu_1S_01_on.png);
    background-position:center top;
    background-repeat:no-repeat;
}

* html #hpb-nav li a:link
{
    /* ie6用ハック */
}
* html #hpb-nav li a:visited
{
    /* ie6用ハック */
}
* html #hpb-nav li a:hover
{
    /* ie6用ハック */
}
* html #hpb-nav li a:active
{
    /* ie6用ハック */
}

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

	body{
		min-width: 100%;
		background-color: #f9f9f9;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
	}
	#hpb-header{
		height: auto;
		background-image : none;
	}
	#hpb-inner{
		padding-bottom: 0;
		background-image : none;
	}
	.hpb-layoutset-01 #hpb-wrapper{
		width: 100%;
		float: none;
		margin-top:0;
		margin-right:auto;
	}
	.hpb-layoutset-02 #hpb-wrapper{
		width: 100%;
		float: none;
		margin-top:0;
		margin-right:auto;
	}
	.hpb-layoutset-01 #hpb-title{
		position:relative;
		left:0;
		top:0;
		width:100%;
		height:auto;
	}
	.hpb-layoutset-01 #hpb-title h2{
		margin-right:auto;
		margin-left:auto;
		width:100%;
		height:200px;
		background-size: contain;
	}
	#hpb-main{
		width:96%;
		margin-right:auto;
		margin-left:auto;
		padding-bottom:20px;
	}
	#hpb-aside{
		width:96%;
		float: none;
		margin-top:0;
		margin-right:auto;
		margin-left:auto;
		padding-bottom:20px;
	}
	.hpb-layoutset-02 #hpb-aside{
		margin-top: 0;
	}
	#hpb-footer{
		height: auto;
		background-image :none;
	}
	.hpb-layoutset-01 #hpb-nav{
		width:100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-02 #hpb-nav{
		width:100%;
		height: auto;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
	}

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

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

	/* ナビゲーション */
	#hpb-nav{
		border-top-width: 1px;
		border-top-color: #cacaca;
		border-top-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #00a8e6;
		border-bottom-style: solid;
	}
	#hpb-nav ul{
		display: none;
		background-image : none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li{
		float: none;
		display: block;
		line-height: 1.4;
		height: auto;
		border-top-width: 1px;
		border-top-color: #cacaca;
		border-top-style: solid;
	}
	#hpb-nav li a{
		display: block;
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-nav a:link,
	#hpb-nav a:visited,
	#hpb-nav a:hover,
	#hpb-nav a:active{
		background-image : none;
	}
	#hpb-nav a:hover{
		background-color : #c6e3ed;
	}



}
