@charset "UTF-8";

#update_number{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1% 0 0;

}
.update_date{
	display:table-cell;
	vertical-align:middle;
	width:47%;
	text-align:left;
	font-size:3vw;
	font-weight:bold;
	color:#ff5500;
	line-height:1.2em;
	padding-left:3%;
}
.update_date span{
	margin-left:1%;
	color:#555;
}
.update_number{
	display:table-cell;
	vertical-align:middle;
	width:47%;
	text-align:right;
	font-size:3vw;
	font-weight:bold;
	color:#555;
	line-height:1.2em;
	padding-right:3%;
}
.update_number span{
	color:#ff5500;
	margin-right:1%;
}
/******************************************
エグゼクティブバナー/VIPバナー表示
*******************************************/
#exective_banner{
	display: block;
	width:98%;
	height:auto;
	margin-top:1%;
	background-color:rgba(255,255,255,0.5);
	overflow:hidden;
	padding:1% 1% 0;
	margin:0 auto;
}

#exective_osusume_title{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:90%;
	font-size:0.9rem;
	font-weight:bold;
	color:#999;
	line-height:1.4em;
	text-align:center;
	margin:0 auto 1%;
}
div#vipBanner {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% 0 2%;
	border-bottom:2px #dadada solid;
}
.vipbanner_text{
	display:table;
	table-layout:fixed;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.vipbanner_area_type{
	display:table-cell;
	vertical-align:middle;
	width:60%;
	font-size:12px;
	font-weight:bold;
	color:#555;
	line-height:1.2em;
	text-align:left;
}
.vipbanner_shopname{
	display:table-cell;
	vertical-align:middle;
	width:auto;
	font-size:12px;
	font-weight:bold;
	color:#555;
	line-height:1.2em;
	text-align:right;
}
/******************************
	キープリスト一覧
******************************/
#keep_number_reset_box{
	display:table;
	table-layout:fixed;
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:1% auto;
}
#keep_number{
	display:table-cell;
	vertical-align:bottom;
	width:55%;
	height:auto;
	overflow:hidden;
	font-size:90%;
	font-size:0.9rem;
	color:#999;
	line-height:1.6em;
	text-align:left;
}
#keep_number span{
	color:#ff69a4;
	font-size:120%;
	font-size:1.5rem;
	font-weight:bold;
	margin:0 1%;
}
#keep_reset_mail{
	display:table-cell;
	vertical-align:middle;
	width:45%;
	height:auto;
	overflow:hidden;
}
.keep_reset{
	background-color:#CCC;
	width:85%;
	height:auto;
	overflow:hidden;
	line-height:2em;
	text-align:center;
	white-space: nowrap;
	padding:0 3%;
	margin:1%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:right;
}
.keep_reset a{
	display:block;
	font-size:100%;
	font-size:1rem;
	font-weight:bold;
	color:#ff6666;
	text-decoration:none;
}
#keep_reset_mail_bottom{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:3% 0;
}
.keep_reset_bottom{
	background-color:#CCC;
	width:35%;
	height:auto;
	overflow:hidden;
	line-height:2em;
	text-align:center;
	white-space: nowrap;
	padding:0 3%;
	margin:1%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:right;
}
.keep_reset_bottom a{
	display:block;
	font-size:100%;
	font-size:1rem;
	font-weight:bold;
	color:#ff6666;
	text-decoration:none;
}

.keep_mail{
	background-color:#f64445;
	width:70%;
	height:auto;
	overflow:hidden;
	font-size:120%;
	font-size:1.2rem;
	font-weight:bold;
	color:#ffd7d7;
	line-height:2.6em;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:2% auto;
}
.keep_mail a{
	display:block;
	color:#ffd7d7;
	text-decoration:none;
}
#areaserch_title{
	width:100%;
	font-size:3.4vw;
	color:#333;
	text-align:left;
	line-height:1.4em;
	margin:0;
}
#areaserch_detail_box{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% 0;
}
#areasearch_menu{ /*エリアメニュー*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_menu:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_menu:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_menu.active:before{
  margin-top: -4px;
}
#areasearch_menu.active:after{
  margin-top: 5px;
}


#relevantdata {
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#555;
	line-height:1.6em;
	text-align:left;
	padding:1%;
	margin:1% 0;
}

/*******************************************
  レフトメニュードンファンなびエリアリンク
*******************************************/
#donfun_areasearch{
	background-color:#ced5f1;
	width:98%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:100%;
	color:#666;
	line-height:1.6em;
	margin:3% auto;
	border:1px #8891b8 solid;
}
#donfun_areasearch a{
	display:block;
	font-size:100%;
	color:#666;
	margin:1% 0;
	text-decoration:none;
}

#areasearch_tokyo{ /*東京*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_tokyo:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_tokyo:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_tokyo.active:before{
  margin-top: -4px;
}
#areasearch_tokyo.active:after{
  margin-top: 5px;
}
#areasearch_kanagawa{ /*神奈川*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_kanagawa:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_kanagawa:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_kanagawa.active:before{
  margin-top: -4px;
}
#areasearch_kanagawa.active:after{
  margin-top: 5px;
}
#areasearch_saitama{ /*埼玉*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_saitama:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_saitama:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_saitama.active:before{
  margin-top: -4px;
}
#areasearch_saitama.active:after{
  margin-top: 5px;
}
#areasearch_chiba{ /*千葉*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_chiba:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_chiba:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_chiba.active:before{
  margin-top: -4px;
}
#areasearch_chiba.active:after{
  margin-top: 5px;
}
#areasearch_ibaraki{ /*茨城*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_ibaraki:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_ibaraki:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_ibaraki.active:before{
  margin-top: -4px;
}
#areasearch_ibaraki.active:after{
  margin-top: 5px;
}
#areasearch_gunma{ /*群馬*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_gunma:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_gunma:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_gunma.active:before{
  margin-top: -4px;
}
#areasearch_gunma.active:after{
  margin-top: 5px;
}
#areasearch_tochigi{ /*栃木*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_tochigi:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_tochigi:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_tochigi.active:before{
  margin-top: -4px;
}
#areasearch_tochigi.active:after{
  margin-top: 5px;
}
#areasearch_iwate{ /*岩手*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_iwate:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_iwate:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_iwate.active:before{
  margin-top: -4px;
}
#areasearch_iwate.active:after{
  margin-top: 5px;
}
#areasearch_miyagi{ /*宮城*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_miyagi:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_miyagi:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_miyagi.active:before{
  margin-top: -4px;
}
#areasearch_miyagi.active:after{
  margin-top: 5px;
}
#areasearch_fukushima{ /*福島*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	overflow:hidden;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_fukushima:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_fukushima:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_fukushima.active:before{
  margin-top: -4px;
}
#areasearch_fukushima.active:after{
  margin-top: 5px;
}
#areasearch_aichi{ /*愛知*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	overflow:hidden;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_aichi:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_aichi:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_aichi.active:before{
  margin-top: -4px;
}
#areasearch_aichi.active:after{
  margin-top: 5px;
}
#areasearch_shizuoka{ /*静岡*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_shizuoka:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_shizuoka:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_shizuoka.active:before{
  margin-top: -4px;
}
#areasearch_shizuoka.active:after{
  margin-top: 5px;
}
#areasearch_niigata{ /*新潟*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_niigata:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_niigata:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_niigata.active:before{
  margin-top: -4px;
}

#areasearch_niigata.active:after{
  margin-top: 5px;
}
#areasearch_nagano{ /*長野*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_nagano:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_nagano:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_nagano.active:before{
  margin-top: -4px;
}
#areasearch_nagano.active:after{
  margin-top: 5px;
}
#areasearch_mie{ /*三重*/
	display:table;
	position:relative;
	table-layout:fixed;
	width:99.5%;
	height:35px;
	margin:0.5% auto 0;
	text-align:center;
	background-color:#FFF;
	border:1px #FFCC00 solid;
}
#areasearch_mie:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 47.5%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #FFCC00;
}
#areasearch_mie:after{
  display: block;
  content: "";
  position: absolute;
  top: 35%;
  right: 46.5%;
  width: 25px;
  height: 15px;
  margin-top: -9px;
  background: #FFF;
}
#areasearch_mie.active:before{
  margin-top: -4px;
}
#areasearch_mie.active:after{
  margin-top: 5px;
}
.todou_dispcount{
	text-align:left;
	width:auto;
	height:auto;
	overflow:hidden;
	font-weight:bold;
	font-size:100%;
	font-size:1rem;
	color:#767175;
	margin:3.5% 0;
	line-height:1em;
}

.todou_kan{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	width:45%;
	height:auto;
	overflow:hidden;
	font-weight:bold;
	font-size:3vw;
	color:#767175;
	line-height:2.4em;
	padding-left:5%;
	float:left;
}
.todou_roma{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	width:45%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#999;
	line-height:2.4em;
	font-weight:bold;
	padding-right:5%;
	float:right;
}

.todou_prefectural{
	background:url(/img/smart/area_tainyu_heartIcon.png) no-repeat;
	background-position:left 40%;
	background-size:auto 60%;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:left;
	font-size:3vw;
	color:#333;
	line-height:2.5em;
	padding-left:6%;
	border-bottom:1px #FFCC00 solid;
}
.todou_prefectural a{
	display:block;
	color: #555 !important;
	text-decoration: none;
}

/*** アコーディオンエリア用 ***/
.smallArea {
	width: 96%;
	height:auto;
	overflow:hidden;
	background-color: #FFF;
	margin:0px auto;
	display: none;
}
.smallArea .arealink {
	display:table;
	table-layout:fixed;
	text-align:center;
	width: 100%;
	height:auto;
	margin:0px;
	font-size:2.8vw;
	line-height:2.5em;
	list-style-type: none;
	border-bottom:1px #FFCC00 solid;
}
.smallArea .arealink a{
	display:block;
	color: #999;
	text-decoration: none;
}
.smallArea .arealink .divarea {
	background:url(/img/smart/area_tainyu_heartIcon.png) no-repeat;
	background-position:left 40%;
	background-size:auto 60%;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	width: 44.5%;
	height:auto;
	overflow:hidden;
	margin:0px;
	font-size:100%;
	line-height:2.8em;
	list-style-type: none;
	padding-left:6%;
	border-right:1px #FFCC00 solid;
}
.smallArea .arealink .divarea:last-child {
	border:0px;
}
.smallArea .arealink .divarea a{
	display:block;
	color: #333 !important;
	text-decoration: none;
}

/*******************************
	エリア別テキスト
*******************************/
#area_tainyu_review_title{
	background-position:left bottom !important;
	background-size:100% auto !important;
	background-repeat:no-repeat !important;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:left;
	font-size:4vw;
	font-weight: bold;
	color:#ff5500;
	padding-bottom:3%;
	margin:3% auto;
}
.area_tainyu_review_box{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1%;
	box-sizing: border-box;
}
.area_tainyu_review_item{
	background-color:#ff5500;
	width:30%;
	font-size:3vw;
	font-weight: bold;
	color:#FFF;
	text-align:left;
	padding:1% 0 1% 1%;
}
.area_tainyu_review_text{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font-size:3vw;
	color:#555;
	text-align:left;
	line-height:1.4em;
	padding:1%;
	box-sizing: border-box;
}

#area_comment_box{
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1% auto 2%;
	position:relative;
	margin:5px auto;
}
#area_comment_title{
	background-color:#555;
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:3.4vw;
	color:#FFF;
	line-height:1.4em;
	text-align:left;
	padding:1%;
}
.area_comment{
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#555;
	line-height:1.6em;
	text-align:left;
	margin-top:1%;
	padding:1%;
}

/*** 1店舗表示設定 ***/

ul#shoplist{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-left:0px;
	margin:0;
	list-style:none;
}
li.shoplist{
	width:98%;
	margin:2% auto 1%;
}
#keeplist{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
}
.keeplist{
	width:98%;
	margin:3% auto 1%;
}
#shoplist_osusume_box{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:0;
}
.osusume_icon{
	width:auto;
	font-size:2.8vw;
	font-weight:bold;
	color:#fe4066;
	line-height:1.6em;
	text-align:left;
	padding:1%;
	float:left;
}
.osusume_newopenicon{
	width:auto;
	font-size:2.8vw;
	font-weight:bold;
	color:#ddbb01;
	line-height:1.6em;
	text-align:left;
	padding:1%;
	float:left;
}
.osusume_newicon{
	width:auto;
	font-size:2.8vw;
	font-weight:bold;
	color:#47c8c4;
	line-height:1.6em;
	text-align:left;
	padding:1%;
	float:left;
}

h2#shop_exe_name_box{
	background-color:#464646;
	display:table;
	table-layout:fixed;
	width:96%;
	height:auto;
	overflow:hidden;
	padding:1% 2%;
	margin:1% auto;
}
h2#shop_exe_name_box a{
	display:block;
	font-size:3.4vw;
	color:#FFF;
	text-decoration:none;
}
h2#shop_vip_name_box{
	background-color:#ff5500;
	display:table;
	table-layout:fixed;
	width:96%;
	height:auto;
	overflow:hidden;
	padding:1% 2%;
	margin:1% auto;
}
h2#shop_vip_name_box a{
	display:block;
	font-size:3.4vw;
	color:#FFF;
	text-decoration:none;
}
h2#shop_normal_name_box{
	background-color:#ff9600;
	display:table;
	table-layout:fixed;
	width:96%;
	height:auto;
	overflow:hidden;
	padding:1% 2%;
	margin:1% auto;
}
h2#shop_normal_name_box a{
	display:block;
	font-size:3.4vw;
	color:#FFF;
	text-decoration:none;
}
.shop_name{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:3.4vw;
	color:#FFF;
	text-align:left;
	line-height:1.2em;
}
.shop_name .shop_name_kana{
	font-size:2.4vw;
}
.shop_pickup{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#FFF;
	text-align:right;
	line-height:1.6em;
}
#shop_contents_icon{
	display: flex;
	justify-content: space-between;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.shop_contents{
	background-size:15% auto !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-color:#ffe5d8;
	width:24.5%;
	height:auto;
	overflow:hidden;
	font-size:2.3vw;
	line-height: 2em;
	color:#555;
	text-align:center;
	letter-spacing: -0.01em;
	padding:1% 0 1% 3%;
	border:1px #fda97d solid;
	box-sizing: border-box;
}
.shop_blank_contents{
	background-size:15% auto !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-color:#ffe5d8;
	width:24.5%;
	height:auto;
	overflow:hidden;
	font-size:2.3vw;
	line-height: 2em;
	color:#cdcbce;
	text-align:center;
	letter-spacing: -0.01em;
	padding:1% 0 1% 3%;
	border:1px #fda97d solid;
	box-sizing: border-box;
}
#shop_vip_catch{
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1%;
	font-size:3vw;
	color:#333;
	line-height:1.4em;
	text-align:left;
}
#shop_catch{
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1%;
	font-size:3vw;
	color:#333;
	line-height:1.4em;
	text-align:left;
}
#shop_image{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% 0;
}
#shop_detail_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto 0;
}
.shop_detail_vip_title{
	display:table-cell;
	vertical-align:middle;
	background-color:#ff5500;
	width:19%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#FFF;
	text-align:left;
	line-height:2em;
	padding:1% 3%;
}
.shop_detail_title{
	display:table-cell;
	vertical-align:middle;
	background-color:#ff9600;
	width:21%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#FFF;
	text-align:left;
	line-height:2em;
	padding:1% 2%;
}

h3.shop_detail{
	display:table-cell;
	vertical-align:middle;
	width:69%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#333;
	text-align:left;
	line-height:1.4em;
	font-weight: normal;
	padding:1% 3%;
	border-bottom:1px #999 solid;
}
h3.shop_detail a{
	color:#333;
}

.shoplist_pr2_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
	padding:1%;
	font-size:3vw;
	color:#333;
	line-height:1.4em;
	text-align:left;
}

.shoplist_tainyu_box{
	background-color:#ffffd9;
	display: flex;
	justify-content: space-between;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:3% auto;
	padding:1%;
	box-sizing: border-box;
}
.shoplist_tainyu_people{
	display:table;
	table-layout: fixed;
	width:35%;
	border:2px #ff1d1e solid;
	margin-right:5px;
}
.shoplist_tainyu_salary{
	display:table;
	table-layout: fixed;
	width:35%;
	border:2px #ff1d1e solid;
	margin-right:5px;
}
.shoplist_tainyu_guarantee{
	display:table;
	table-layout: fixed;
	width:30%;
	border:2px #ff1d1e solid;
}
.shoplist_tainyu_item{
	display: table-cell;
	vertical-align: middle;
	background-position:center top 10% !important;
	background-size:35% auto !important;
	background-repeat: no-repeat !important;
	background-color:#ff1d1e;
	width:auto;
	text-align:center;
	font-size:2.8vw;
	font-weight: bold;
	color:#fff604;
	padding:25% 0 5%;
}
.shoplist_tainyu_detail{
	display: table-cell;
	vertical-align: middle;
	width:auto;
	background-color:#FFF;
	font-size:3vw;
	color:#f6221f;
	text-align:center;
}
.shoplist_tainyu_detail span{
	color:#333;
}
.shoplist_merit_box{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.merit_icon{
	width:31%;
	height:auto;
	overflow:hidden;
	margin:1%;
	float:left;
	border:2px #fece84 solid;
	box-sizing: border-box;
}
.merit_off_icon{
	width:31%;
	height:auto;
	overflow:hidden;
	margin:1%;
	float:left;
	border:2px #fece84 solid;
	box-sizing: border-box;
}
.merit_icon img, .merit_off_icon img{
	width:100%;
	vertical-align: bottom;
}

#shop_gift_box{
	background-color:#fdfeec;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% 0;
	border:1px #5cc3d6 solid;
}
.shop_gift_title{
	background:url(/img/smart/shoplist_gift_title.jpg) no-repeat;
	background-position:left center;
	background-size:70% auto;
	width:96%;
	height:auto;
	overflow:hidden;
	font-size:90%;
	font-size:0.9rem;
	color:#666;
	padding:2%;
	text-align:right;
	border-bottom:2px #EEE solid;
}
.shop_gift_detail{
	width:96%;
	height:auto;
	overflow:hidden;
	font-size:120%;
	font-size:1.2rem;
	font-weight:bold;
	color:#5cc3d6;
	text-align:left;
	line-height:1.6em;
	padding:2%;
}
.shop_gift_detail div{
	font-size:100%;
	font-size:1rem;
	font-weight:normal;
	color:#666;
	text-align:left;
	line-height:1.4em;
}
#shop_contact_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.shop_contact_icon{
	display:table-cell;
	vertical-align:middle;
	width:19.8%;
	height:auto;
	overflow:hidden;
}
.shop_contact_icon img{
	vertical-align:bottom;
}
.shop_contact_icon_keeplist{
	display:table-cell;
	vertical-align:middle;
	width:25%;
	height:auto;
	overflow:hidden;
}
.shop_contact_icon_space{
	display:table-cell;
	vertical-align:middle;
	width:0.5%;
	height:10px;
	overflow:hidden;
}

#keeplist_delete{
	width:70%;
	height:auto;
	overflow:hidden;
	margin:5% auto;
}

#freeshop_box{
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:0 auto;
}
h2.freeshop_shopname{
	width:96%;
	height:auto;
	overflow:hidden;
	text-align:left;
	line-height:1.6em;
	padding:1% 2%;
	position:relative;
	border:1px #ff6aa2 solid;
}
h2.freeshop_shopname .free_shopname_kana{
	font-size:2.4vw;
	color:#fb327e;
	text-align:left;
	line-height:1.4em;
}
h2.freeshop_shopname a{
	display:block;
	font-size:3.4vw;
	font-weight:bold;
	color:#fb327e;
	text-decoration:none;
}
h2.freeshop_shopname a:not(.noListLink):after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #fb327e;
	border-right: solid 2px #fb327e;
	-webkit-transform: rotate(45deg);
}
.freeshop_category{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:80%;
	font-size:0.8rem;
	color:#FFF;
	text-align:left;
	line-height:1.6em;
	margin:0 0 1%;
	border-bottom:1px #999 solid;
}
.freeshop_item{
	display:table-cell;
	vertical-align:middle;
	background-color:#fb327e;
	width:21%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#FFF;
	text-align:left;
	line-height:2em;
	padding:1% 2%;
}
h3.freeshop_detail{
	display:table-cell;
	vertical-align:middle;
	width:69%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#555;
	text-align:left;
	line-height:1.4em;
	font-weight: normal;
	padding:1% 3%;
}
h3.freeshop_detail a{
	color:#555;
	text-decoration: none;
}

input[type="button"].nextbutton {
	background-color:#ff6699;
	width:90%;
	height:auto;
	overflow:hidden;
	margin:2% 5%;
	font-size:120%;
	color:#FFF;
	line-height:2em;
	text-align:center;
	-webkit-appearance: none;
	border-radius: 0;

}

/*********************************
	LINE　ポップアップ
*********************************/
.inline_content {
	width: 90%;
	overflow: hidden;
	padding:0;
	margin:auto;
}

.inline_content .line_contents_title {
	background-color:#00c300;
	width:100%;
	margin:0px;
	font-size:4vw;
	color:#FFF;
	text-align:center;
	line-height:1.6em;
	padding:1% 0;
}
.line_contents{
	background-color:#FFF;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.line_area_name{
	width:100%;
	font-size:4vw;
	font-weight:bold;
	color:#666;
	line-height:2em;
}
.line_shoparea{
	width:100%;
	font-size:3vw;
	color:#666;
	line-height:1.3em;
	margin:0 auto 1%;
}

.line-detail-img{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
}
.line-detail-copy{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
}
.clipboard_copy_txt{display: none;}

.line_copy_h{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font-size:3vw;
	color:#ff4500;
	line-height:1.5em;
}
.line_copy_text{
	width:90%;
	height:70px;
	overflow:hidden;
	font-size:4vw;
	color:#666;
	line-height:1.5em;
	text-align:left;
	border:1px #d7074b solid;
	padding:1%;
	margin:0 auto;
}
.line_copy_btn{
	width:70%;
	height:auto;
	overflow:hidden;
	font-size:4vw;
	color:#33cc33;
	line-height:2em;
	text-align:center;
	margin:0 auto 5%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px #33cc33 solid;
}
.line_copy_alert {
  display: none;
}
.line_btn{
	width:70%;
	height:auto;
	overflow:hidden;
	text-align:center;
	background-color:#33cc33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:2% auto;
}

.line_btn a{
	display:block;
	color:#FFF;
	font-size:4vw;
	line-height:2em;
	overflow:hidden;
	text-decoration:none;
}

.linepop_text{
	width:80%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:4vw;
	color:#33cc33;
	line-height:1.2em;
	padding:1%;
	margin:0 auto;
}
.linepop_linename{
	display:table;
	table-layout:fixed;
	width:80%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.linepop_name_title{
	display:table-cell;
	vertical-align:middle;
	width:26%;
	font-size:4vw;
	color:#33cc33;
	line-height:1.2em;
	padding:1%;
	text-align:left;
}
.linepop_name{
	display:table-cell;
	vertical-align:middle;
	width:66%;
	height:auto;
	font-size:4vw;
	color:#666;
	line-height:1.2em;
	padding:1%;
	text-align:left;
}
textarea.linepop_id{
	display:table-cell;
	vertical-align:middle;
	width:94%;
	height:20px;
	font-size:4vw;
	color:#666;
	line-height:1.2em;
	padding:1%;
	text-align:left;
	border:1px #CCC solid;
}
