@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: #333333; /* 標準文字色 */
    background-position: top left;
    background-repeat: repeat-x;
    min-width: 900px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 75%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 0;
    background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAA3CAYAAADE3YBDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8yMy8xMFxcZMgAAAAkSURBVDiNY2zcZfSfAQ0woQtQQZCF43w4tc0cFRwVHBUc6oIAwIoECgDFJQIAAAAASUVORK5CYII=");
    background-position: bottom left;
    background-repeat: repeat-x;
    zoom: 1;
}

#hpb-header{
    width: 900px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
}
  /* 修正あり */
#hpb-inner{
    position: relative;
    width: 900px;
    padding-top: 45px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

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

#hpb-wrapper{
    width: auto;
    margin-top: 0 auto;
    float: left;
}

* html #hpb-wrapper{
    width: 671px; /* for IE6 */
}

#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
}
.hpb-layoutset-01 #hpb-title{
    margin-left: auto;
    height: 260px;
}

.hpb-layoutset-02 #hpb-title{
    margin-left: 20px;
    margin-right: 20px;
    width: 635px;
    padding-top: 5px;
}

#hpb-main{
    width: 635px;
    font-size: 133%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}

html:first-child body #hpb-main{
    font-size: 133%;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 15px;
}

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

#hpb-aside{
    width: 225px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
    background-color: #fbfbfb;
    text-align: left;
}

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

#hpb-footer{
    width: 900px;
    clear: both;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

#hpb-nav{
    display:none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 70px;
    overflow: hidden;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
body.hpb-layoutset-01{
    background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGaCAYAAADOwym9AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB94GGhAOK3od4hoAAABeSURBVEjHY3j//v1/JgYGBgYmRkZGKIHg0o5FrOKRRjTtNsYqwfDt27f/6BL//v1D5v7//x+Zy8zMjD04cXLxq2NiYiKk7t69ewxMB75UjtDIGyVGiVFilKAWQQ8AAJsNFzh8xnSvAAAAAElFTkSuQmCC");
}

body.hpb-layoutset-02{
}

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

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

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

#hpb-nav li{
    display: block;
    width: 148px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dddddd;
    float: left;
    height: 33px;
    overflow: hidden;
}


#hpb-nav li a{
    display: block;
    text-align: center;
}

#hpb-nav li span.en{
    display: block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: bold;
    color: #81BA32;
    line-height: 18px;
}

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


#hpb-nav a:link{
    color: #666666;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #666666;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #81BA32;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #81BA32;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
.hpb-layoutset-01 #banner{
    background-image : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAEECAYAAADgRP70AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB94GGg8qE7SNX28AAAC2SURBVFjD7ZdRDoAwCEOp8UTe0Gt5Of1XlpjUFpa4T36Alb0V7Md2xu0skRwyuCLwDCYxSfa8pEjSj4oXZAcKe8f3tzRq0zNLtqsj1VTMkmLm36tJdkSWpHgIaUkNYSXikmmWUDnepJo2firUbMlP6i+W/DIC4WhUYgpU2hDUkJ82NWv5afMMtfz8d5kqe6Ap3mQPavmp4NLca4vAMzRcWxp6Btv+blPT9hAUS+gsq/p7z9CQnxdRMgVj0Eu0SQAAAABJRU5ErkJggg==");
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02 #banner{
}

#shopinfo{
    background-color: #F6F6F6;
}

.hpb-layoutset-01 #shopinfo{
    margin-top: 20px;
}

.hpb-layoutset-02 #shopinfo{
    margin-top: 20px;
}

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

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		background-image: none;
	}
	#hpb-header{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #81ba32;
	}
	#hpb-inner{
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	#hpb-wrapper{
	    width: 100%;
		overflow-x:hidden;
	    float: none;
	}
	.hpb-layoutset-01 #hpb-title{
		height: auto;
	}
	.hpb-layoutset-02 #hpb-title{
		margin-left: 3px;
		width: 100%;
		padding-top: 0;
	}
	#hpb-main{
		width: 96%;
		padding-bottom: 20px;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 0.5em;
	}
	#hpb-aside{
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		padding-bottom: 20px;
	}
	#hpb-footer{
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		border-top-width: 5px;
		border-top-style: solid;
		border-top-color: #81ba32;
		background-color: #898989;
	}
	#hpb-nav{
		display:none;
		position: relative;
		width: 100%;
		height: auto;
		background-color: #f5f5f5;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */
	body.hpb-layoutset-01{
		background-image : none;
	}
	body.hpb-layoutset-02{
		background-image : none;
	}
	.hpb-layoutset-01 #banner{
		background-image : none;
	}	
	/* コンテンツ配置領域 */
	
	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		margin-top: 0;
		margin-bottom: 0;
		border-right-width: 0;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		width: 100%;
		border-left-width: 0;
		border-top-style: solid;
		border-top-color: #dddddd;
		border-top-width: 1px;
		float: none;
		height: auto;
	}
	
	#hpb-nav li a{
		text-align: left;
		padding-top: 7px;
		padding-right: 10px;
		padding-bottom: 7px;
		padding-left: 10px;
	}
	#hpb-nav li span.ja{
		line-height: 1.4;
	       padding-top: 0;
	}

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