@charset "UTF-8";

/*================================================================================
	Font-size Adjustment（基準サイズ：12px）
	｜　10px：84％　 ｜　15px：125％　｜　20px：167％　｜　25px：209％　｜
	｜　11px：92％　 ｜　16px：134％　｜　21px：175％　｜　26px：217％　｜
	｜　12px：100％　｜　17px：142％　｜　22px：184％　｜
	｜　13px：109％　｜　18px：150％　｜　23px：192％　｜
	｜　14px：117％　｜　19px：159％　｜　24px：200％　｜
===================================================================================*/



/*   sell-area   */
#shop-area{
	position: relative;
	width:710px;
	height:380px;
	background-image:url(/img/shop/shop-area-bg.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0 0 20px;
}

#shop-catch{
	/*width:380px;*/
	width: 660px;
	height:auto;
	font-size:14px;
	line-height:25px;
	margin:0 36px 0 35px;
	padding:70px 0 0 0;
	float:left;
}

#shop-button{
	position: absolute;
	right: 42px;
	top: 150px;
	width:217px;
	height:41px;
	padding: 0;
	float:left;
}

.shop-text{
	width: 380px;
}
.shop-text02{
	color: red;
}

#area-menu{width:660px;
	height:44px;
	margin: 10px auto 0;
	padding: 0;
	font-size:13px;
	line-height:44px;
	background-color: #FDF0CF;
}

#area-menu ul{}

#area-menu li{ width:70px;
 float:left;
 text-align:center;}


.shop-zone{ width:658px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
}
.area-ttl{ width:618px;
	height:32px;
	margin:0 0 17px 0;
	padding:0 0 0 40px;
	background-image:url(/img/shop/area-ttl-bg.gif);
	background-repeat:no-repeat;
	font-size:16px;
	line-height:32px;
}

.shop-l,
.shop-r {
	display: inline-block;
	vertical-align: top;
	letter-spacing: -.4em;
	box-sizing: border-box;
	width: 49%;
}

.shop-name,
.shop-cont,
.shop-plus {
	letter-spacing: normal;
}

.shop-l{
	height:auto;
	margin:0 0 20px 0;
}

.shop-r{
	height:auto;
	margin:0 0 20px 0;
}

.shop-name{ width:100%;
	height:auto;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	margin:0 0 5px 0;
}

.shop-cont{width:100%;
	height:auto;
	margin:0 0 5px 0;
}

.shop-img{width:100%;
	height:auto;
	margin:0 0 5px 0;
}

.shop-plus{width:100%;
	height:auto;
	margin:0;
}

.boader{ width:618px;
	height:1px;
	border-bottom:1px dashed #ff989c;
	margin:0 20px 20px 20px;
}
