@charset "Shift_JIS";

/* --------------------------------------------------------------------
	バルーン表示
--------------------------------------------------------------------- */
.balloon_guest .balloon_inner_{
  position: relative;
  width: 177px;
  height: auto;
  margin: 0 auto;
  padding: 13px;
  background: #ffd600;
  border-radius: 5px;
  font-size: 13px;
  box-shadow:0px 0px 10px 0px #999;
  -moz-box-shadow:0px 0px 10px 0px #999;
  -webkit-box-shadow:0px 0px 10px 0px #999;
}
.balloon_guest .balloon_inner_:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 45%;
  display: block;
  height:0px;
  width:0px;
  border-top:#ffd600 10px solid;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-bottom:0px solid transparent;  
}

.balloon_guest .balloon_inner_ p{
  padding-bottom: 10px;
}
.balloon_guest .balloon_inner_ .link_box_{
  padding: 0;
  color: #eb6212;
  text-decoration: none;
  cursor: pointer;
}
.balloon_guest .balloon_inner_ .link_box_:after{
  content: '';
  display: inline-block;
  height:0px;
  width:0px;
  border-left:#eb6212 5px solid;
  border-top:4px solid transparent;
  border-right:0px solid transparent;
  border-bottom:4px solid transparent;  
  position: relative;
  right: -2px;
  top: -2px;
}
.balloon_member .balloon_inner_{
  position: relative;
  width: 177px;
  height: auto;
  margin: 0 auto;
  padding: 13px;
  background: #7d7d7d;
  border-radius: 5px;
  text-align:center;
  font-size: 13px;
  color: #fff;
  box-shadow:0px 0px 10px 0px #999;
  -moz-box-shadow:0px 0px 10px 0px #999;
  -webkit-box-shadow:0px 0px 10px 0px #999;
}
.balloon_member .balloon_inner_:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 45%;
  display: block;
  height:0px;
  width:0px;
  border-top:#7d7d7d 10px solid;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-bottom:0px solid transparent;  
}


/* --------------------------------------------------------------------
	ダミー表示用
--------------------------------------------------------------------- */
._dummy {
	display: inline-block;
	position: relative;
}
._dummy::after {
	content: '';
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	background: url(../img/usr/common/dummy.png) repeat;
}

/* --------------------------------------------------------------------
	お気に入り登録用
--------------------------------------------------------------------- */
li span.bookmark_.loading_{
  background: url(../img/usr/sb/common/bookmark_icon_loading.gif) right bottom no-repeat;
  background-size: 15px;
}
li div.goods_t2_item_favorite span.bookmark_{
  position: absolute;
  display: block;
  width: 15;
  height: 15px;
  /*background: url(../img/usr/sb/common/bookmark_icon.png) right bottom no-repeat;*/
  background-size: 15px;
  overflow: hidden;
  padding-top: 0px;
  right: 0px;
  top: 0px;
  bottom: 10px;
  cursor: pointer;
}
li span.bookmark_.on_{
  /*background: url(../img/usr/sb/common/bookmark_icon_on.png) right bottom no-repeat;*/
  background-size: 15px;
}

/* --------------------------------------------------------------------
	ドロワーメニュー初期表示用
--------------------------------------------------------------------- */
#menulist {
  display: none;
}

/* --------------------------------------------------------------------
	会員統合・店舗会員パスワード変更ボタン表示用
--------------------------------------------------------------------- */
.sp_menu_button{
  margin-bottom: 20px;
  width:95%;
}

/* --------------------------------------------------------------------
	スマホアプリログイン時マイページTOP表示用
--------------------------------------------------------------------- */

.point_app_{
  font-size: 50px;
  font-weight: bold;
  color: #eb6212;
  font-family: 'meiryo',sans-serif;
}