@charset "Shift_JIS";

/* 要素リセット */

body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size : 75%;
    font-family: HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
    color : #ffffff; /* 標準文字色 */
    background-color : #000000;
    background-image : url(bg_black.png);
    background-position: top center;
    background-repeat: no-repeat;
}
/* 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: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-color: #000000;
}

#hpb-header{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    height: 83px;
}

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

#hpb-inner{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-top: 37px;
}

.hpb-layoutset-01 #hpb-inner{
    background-image : url(bg_black.png);
    background-position: top center;
    background-repeat: repeat-x;
}

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

#hpb-wrapper{
    width: 675px;
    float: right;
}

#hpb-title{
    width: 670px;
}

#hpb-main{
    width: 670px;
    margin-right: auto;
    text-align: left;
    padding-top: 10px;
  font-size : medium;
}

.hpb-layoutset-02 #hpb-main{
    min-height: 560px;
}

* html .hpb-layoutset-02 #hpb-main{
    height: 560px; /* for ie6 */
}

#hpb-aside{
    width: 220px;
    float: left;
}

* html #hpb-aside{
    float: none; /* for ie6 */
}

#banner{
    width: 220px;
    margin-top: -1px;
}

#shopinfo{
    width: 220px;
    padding-top: 15px;
}

#hpb-footer{
    clear: both;
    padding-bottom: 10px;
}

#hpb-nav{
    width: 900px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #444444;
}

* html #hpb-nav{
    left: -112px; /* for ie6 */
}


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

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

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

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

#hpb-nav li{
    display: block;
    width: 179px;
    margin-right: 1px;
    float: left;
}

#hpb-nav li a{
    display: block;
    height: 30px;
    overflow: hidden;
    text-align: center;
}

#hpb-nav li span.en{
    display: block;
    line-height: 10px;
    letter-spacing: 1px;
    padding-top: 18px;
}

#hpb-nav li span.ja{
    display: block;
    line-height: 15px;
    margin-top: -25px;
}


#hpb-nav a:link{
    text-decoration: none;
    background-image : url(mainmenu_bg_7Ac_02.png);
    background-position: top center;
    background-repeat: repeat-x;
}
#hpb-nav a:visited{
    text-decoration: none;
    background-image : url(mainmenu_bg_7Ac_02.png);
    background-position: top center;
    background-repeat: repeat-x;
}
#hpb-nav a:hover{
    background-image : url(mainmenu_bg_7Ac_02_on.png);
    background-position: top center;
    background-repeat: repeat-x;
    text-decoration: none;
}
#hpb-nav a:active{
    background-image : url(mainmenu_bg_7Ac_02_on.png);
    background-position: top center;
    background-repeat: repeat-x;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* 店舗情報 220幅左寄せ時の設定 */
#shopinfo h3{
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

#shopinfo h4{
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

#shopinfo p{
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}


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

	body{
		min-width: 100%;
    background-image: none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
	}
	#hpb-header{
    margin-left: auto;
		height: auto;
		padding-bottom: 10px;
	}
	#hpb-inner{
		padding-top: 0;
	}
	.hpb-layoutset-01 #hpb-inner{
		background-image: none;
	}
	#hpb-wrapper{
		width: 100%;
		float: none;
	}
	#hpb-title{
		width: 100%;
	}
	#hpb-main{
		width: 96%;
    margin-left: auto;
    padding-top: 0;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-main{
    min-height: 0;
    padding-top: 10px;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
    padding-top: 0;
		padding-bottom: 20px;
	}
	#banner{
    margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	#shopinfo{
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-nav{
		width: 100%;
    height: auto;
    position: relative;
	}
	/*--------------------------------------------------------
		デザイン設定
	--------------------------------------------------------*/
	
	/* ナビゲーション */
	#hpb-nav ul{
		margin-top: 0;
		display: none;
		background-image: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}	
	#hpb-nav li{
    width: 100%;
    margin-right: 0;
    float: none;
		border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #444444;
	}
	#hpb-nav li a{
		height: auto;
    text-align: left;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	#hpb-nav li span.en{
    line-height: 1.4;
    padding-top: 0;
	}
	#hpb-nav li span.ja{
    line-height: 1.4;
    margin-top: 0;
	}
	#hpb-nav a:link{
    background-image: none;
	}
	#hpb-nav a:visited{
    background-image: none;
	}
	#hpb-nav a:hover{
    background-image: none;
		background-color: #313131;
	}
	#hpb-nav a:active{
    background-image: none;
		background-color: #313131;
	}
	
	/*--------------------------------------------------------
			共通パーツデザイン設定
		--------------------------------------------------------*/
	/* 店舗情報 220幅左寄せ時の設定 */
	#shopinfo h3{
		max-width: 100%;
	}
	#shopinfo h4{
		max-width: 100%;
	}
	#shopinfo p{
		max-width: 100%;
	}	
}
