@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
    background-image : url(pageBg_3F.png);
    background-position: top left;
    background-repeat: repeat;
    min-width: 1020px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 16px;
}
/* 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;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}

#hpb-header{
    width: 1020px;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 0;
    padding-top: 15px;
    background-image : url(fBg_3F.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#hpb-inner{
    width: 1020px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

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

.hpb-layoutset-01 #hpb-wrapper{
    width: 1020px;
    padding-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 735px;
    float: right;
    padding-top: 10px;
}

#hpb-title{
    margin-top: 30px;		
}

.hpb-layoutset-01 #hpb-main{
    width: 735px;
    float: right;
}

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

.hpb-layoutset-01 #hpb-aside{
    width: 251px;
    float: left;
    padding-bottom: 10px;
}

* html .hpb-layoutset-01 #hpb-aside{
    float: left; /* for IE6 */
}

*:first-child + html .hpb-layoutset-01 #hpb-aside{
    position: absolute; /* for IE7 */
    left: 0;
    top: 345px;
    margin-bottom: 10px;
}

.hpb-layoutset-02 #hpb-aside{
    width: 251px;
    float: left;
    padding-top: 50px;			
}

.sns-box{
	width: 251px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#hpb-footerMain p{
    width: 1020px;
}

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

/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title{
    width: 1020px;
    padding-bottom: 20px;
}

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

.hpb-layoutset-01 #hpb-title h2{
    width: 1020px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
	display: none;
}
/* コンテンツ配置領域 */

#toppage-text p{
    padding-left: 5px;
    padding-right: 5px;
}

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

#banner ul li{
    width: 251px;
    height: 55px;
    background-image : url(banner.png);
    background-position: top left;
    background-repeat: no-repeat;

    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 7px;
    padding: 0;
}

#banner ul li:hover{
    width: 251px;
    height: 55px;
    background-image : url(banner-on.png);
    background-position: top left;
    background-repeat: no-repeat;

    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 7px;
    padding: 0;
}

.hpb-layoutset-02 #banner ul li a{
    margin-bottom: 4px;
}

#shopinfo{
	border: solid 2px #63aa28;
	background-color: #e9f7dd;
	margin-top: 10px;
    padding: 4px;
}

#shopinfo h3{
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 14px;
    color: #4b8e0a;
    margin-top: 0;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

#shopinfo p{
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 0;
}

#shopinfo a:hover{
	opacity: 0.6;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	/* 要素リセット */
	body{
	    min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		padding-top: 5px;
		background-image: none;
		border-top-color:#41b0ea;
		border-top-style: solid;
		border-top-width: 5px;
	}

	#hpb-header{
	    width: 100%;
	    height: auto;
		padding-top: 0px;
		padding-bottom: 10px;
		background-image: none;
		border: none;
	}

	#hpb-inner{
	    width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}

	.hpb-layoutset-01 #hpb-wrapper{
	    width: 100%;
		padding-top: 0;
	}

	.hpb-layoutset-02 #hpb-wrapper{
	    width: 100%;
	    float: none;
	    padding-top: 0;
	}

	#hpb-title{
	    margin-top: 0;
	}

	.hpb-layoutset-01 #hpb-main{
		width: 96%;
	    float: none;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 20px;
	}

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

	.hpb-layoutset-01 #hpb-aside{
	    width: 96%;
	    float: none;
	    padding-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
	}

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


	#hpb-footerMain p{
	    width: 100%;
		word-break:break-all;
	}


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

	/* トップページ デザイン定義 */
	.hpb-layoutset-01 #hpb-title{
	    width: 100%;
	}

	.hpb-layoutset-01 #hpb-title img{
		width: 100%;
		height: auto;
	}

	.hpb-layoutset-01 #hpb-title h2{
	    width: 100%;
	}
	/* コンテンツ配置領域 */

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

	#banner ul li, 
	#banner ul li:hover{
		background-image: none;
		background-color: #49c6fd;
	  	border-radius: 7px;
		border-style: solid;
		border-width: 2px;
		border-color: #13b1e6;
		width: 98%;
		height : 55px;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.sns-box{
		width: 98%;
	｝
}
