@charset "Shift_JIS";

/* 要素リセット */

body{
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    background-color:#f2f0d7;
}
/* 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: 960px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    position: relative;
    background-image : url(../image/containerBg_4Ic.png);
    background-position:center top;
    background-repeat:repeat-y;
}


#hpb-header{
    position:absolute;
    left: 19px;
    top: 0;
    width: 277px;
    height: 225px;
    background-image : url(../image/headerBg_4Ic.png);
    background-position:left top;
    background-repeat:no-repeat;
    z-index: 2;
}

#hpb-inner
{
}

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

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

#hpb-wrapper{
    float: right;
    width: 643px;
    margin-top: 212px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left:auto;
}

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

#hpb-title
{
}

.hpb-layoutset-01 #hpb-title{
    position:absolute;
    left: 10px;
    top: 0;
    width: 960px;
    height: 198px;
    z-index: 1;
}

.hpb-layoutset-02 #hpb-title{
    margin-bottom:40px;
}

#hpb-main{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
}

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

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

#hpb-aside{
    float: left;
    width: 277px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 9px;
}

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

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

#hpb-footer{
    clear: both;
    position: relative;
    height:70px;
    margin-top: 30px;
    margin-right: 25px;
    margin-bottom: 0;
    margin-left: 25px;
}

#hpb-nav{
    float: left;
    width: 277px;
    margin-top: 225px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 9px;
}


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

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

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

#hpb-nav li{
    display: block;
}


#hpb-nav li a{
    display: block;
    height: 41px;
    padding-left:28px;
}

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

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


#hpb-nav a:link{
    text-decoration: none;
    background-image : url(../image/mainmenu_4Ic_01.png);
    background-position:center top;
    background-repeat:no-repeat;
}
#hpb-nav a:visited{
    text-decoration: none;
    background-image : url(../image/mainmenu_4Ic_01.png);
    background-position:center top;
    background-repeat:no-repeat;
}
#hpb-nav a:hover{
    text-decoration: none;
    background-image : url(../image/mainmenu_4Ic_01_on.png);
    background-position:center top;
    background-repeat:no-repeat;
}
#hpb-nav a:active{
    text-decoration: none;
    background-image : url(../image/mainmenu_4Ic_01_on.png);
    background-position:center top;
    background-repeat:no-repeat;
}

/* トップページデザイン */
.hpb-layoutset-01 #hpb-title h2{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 960px;
    height: 198px;
    background-color:#8aaaa8;
    background-image : url(../image/mainimg_4Ic_01.png);
    background-position: right top;
    background-repeat: no-repeat;
}



/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #shopinfo
{
}




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

	body{
		background-image : none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		background-image : none;
		background-color : #ffffff;
	}

	#hpb-header{
		position:relative;
		left: 0;
		width: 100%;
		height: auto;
		background-image : none;
		border-top-color: #002562;
		border-top-width: 4px;
		border-top-style: solid;
	}

	#hpb-wrapper{
		float: none;
		width: 100%;
		margin-top: 0;
		margin-right: auto;
	}

	.hpb-layoutset-02 #hpb-wrapper{
		margin-top: 0;
	}

	.hpb-layoutset-01 #hpb-title{
		position:relative;
		left: 0;
		width: 100%;
		height: 115px;
	}

	#hpb-main{
		width: 96%;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		padding-bottom: 20px;
	}

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

	#hpb-footer{
		height:auto;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}

	#hpb-nav{
		float: none;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		background-color: #f8fafa;
		border-top-color: #d8dddc;
		border-top-width: 1px;
		border-top-style: solid;
		border-bottom-color: #d8dddc;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}


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

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

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		padding-top: 0;
		background-image : none;
	}

	#hpb-nav ul.toggled-on{
		display: block;
	}
	
	#hpb-nav li{
		border-top-color: #d8dddc;
		border-top-width: 1px;
		border-top-style: solid;
	}


	#hpb-nav li a{
		height: auto;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	#hpb-nav li span.ja{
		line-height: 1.4;
	}


	#hpb-nav a:link{
		background-image : none;
	}
	#hpb-nav a:visited{
		background-image : none;
	}
	#hpb-nav a:hover{
		background-image : none;
		background-color: #002665;
	}
	#hpb-nav a:active{
		background-image : none;
		background-color: #002665;
	}

	/* トップページデザイン */
	.hpb-layoutset-01 #hpb-title h2{
		width: 100%;
		height: 115px;
		background-color: #ffffff;
		background-size: contain;
	}

}