/* ヘッダー */
header {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  background-color: #FFF;
  padding-bottom: 3px;
  margin-bottom: 7px;
}
header h1 {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
}
header img {
  width: 200px;
  height: auto;
}
header .welcome {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  font-size: 10px;
  text-align: right;
  background-color: #e8e8e8;
}
header .welcome span {
  margin-left: 10px;
  margin-right: 10px;
}
header .welcome .available_point,
.available_point {
  display: inline-block;
  float: left;
  margin-left: 10px;
  font-weight: bold;
  color: #555555;
}
header .welcome .available_point .user_point,
.available_point .user_point {
  margin: 0 0 0 5px;
  color: #ff0000;
}
header .header_btn {
  display: block;
  width: 40px;
  height: 40px;
  color: #FFF;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: #ff7300;
  background: -webkit-gradient(linear,left bottom, left top,
  to(#ffca80),
  color-stop(0.5,#ff9100),
  color-stop(0.49,#ff7300),
  color-stop(0.03,#fe8a0f),
  color-stop(0.02,#ffb160),
  color-stop(0.01,#ffb160),
  from(#fc8312)) ;
  background: -moz-linear-gradient(
  top,
  #FFCA80 0%,
  #FF9100 50%,
  #FF7300 51%,
  #FE8A0F 98%,
  #FFB160 99%
  );
  background: -ms-linear-gradient(
  top,
  #FFCA80 0%,
  #FF9100 50%,
  #FF7300 51%,
  #FE8A0F 98%,
  #FFB160 99%
  );
  background: -o-linear-gradient(
  top,
  #FFCA80 0%,
  #FF9100 50%,
  #FF7300 51%,
  #FE8A0F 98%,
  #FFB160 99%
  );
  border-top: 1px solid #fecd4d;
  border-bottom: 1px solid #ff3300;
  border-left: 1px solid #fecd4d;
  border-right: 1px solid #ff8402;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;

}
header .header_btmline {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
}

/* 2016_04_25 追加 */

/* ログインボタン */
.btn_login_hdr {
  position: relative;
}
.btn_login_hdr ul {
  display: block;
  background-color: #FFF;
  border: 5px solid #e8e8e8;
  position: absolute;
  top: 50px;
  left: -70px;
}
.btn_login_hdr ul li {
  display: block;
}
.btn_login_hdr ul li a {
  display: block;
  width: 200px;
  height: auto;
  color: #666;
  font-size: 16px;
  text-indent: 10px;
  padding: 10px 0;
  border-bottom: 1px dotted #CCC;
  background-image: url(../images/common/right_min.gif);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center right
}
.btn_login_hdr ul li a span {
  display: block;
  margin-left: 10px;
}
.btn_login_hdr ul li a span.login_user {
  border-left: 5px solid #09F;
}
.btn_login_hdr ul li a span.login_girl {
  border-left: 5px solid #F9D;
}
.btn_login_hdr ul li a span.login_shop {
  border-left: 5px solid #FC5;
}
.btn_login_hdr ul li a span.login_new {
  border-left: 5px solid #F90;
}
/* //2016_04_25 追加 */


/* ページトップボタン */
.btn_to_top {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  font-size: 12px;
  color: #555;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 1px #FFFFFF;
  background: #cccccc;
  background: -webkit-gradient(linear,left bottom, left top,
  to(#ffffff),
  color-stop(0.5,#eeeeee),
  color-stop(0.49,#e0e0e0),
  color-stop(0.03,#eaeaea),
  color-stop(0.02,#e8e8e8),
  color-stop(0.01,#e8e8e8),
  from(#f7f7f7)) ;
  background: -moz-linear-gradient(
  top,
  #ffffff 0%,
  #f3f3f3 50%,
  #e0e0e0 51%,
  #e8e8e8 98%,
  #f7f7f7 99%
  );
  background: -ms-linear-gradient(
  top,
  #ffffff 0%,
  #f3f3f3 50%,
  #e0e0e0 51%,
  #e8e8e8 98%,
  #f7f7f7 99%
  );
  background: -o-linear-gradient(
  top,
  #ffffff 0%,
  #f3f3f3 50%,
  #e0e0e0 51%,
  #e8e8e8 98%,
  #f7f7f7 99%
  );
  border: 1px solid #CCC;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}


/* フッター */
footer {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  margin-bottom: 10px;
}


/* フッターアイコン */
footer .ftr_mainbox {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  /* 2015_05_26 削除 開始 */
  /*
  display: flex;
  */
  /* 2015_05_26 削除 開始 */
  width: 100%;
  height: 50px;
  word-break: break-all;
  font-size: 10px;
}

footer .ftr_mainbox .ftr_icobox {
  display: block;
  word-break: break-all;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  height: auto;
  /* 2016_04_25 追加 */
  position: relative;
  /* //2016_04_25 追加 */
}
footer .ftr_mainbox .ftr_icobox .ftr_icobox_inner {
  display: block;
  width: 50px;
  height: auto;
  word-break: break-all;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}



/* フッターリンク */
.ftr_link {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  font-size: 10px;
  text-align: center;
  background-color: #e8e8e8;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ftr_link a {
  color: #555;
}


/* フッター下部他エリアボタン */
footer ul {
  display: block;
  width: 100%;
  height: auto;
  font-size: 10px;
}
footer ul li {
  display: block;
  width: 20%;
  height: 15px;
  color: #555;
  text-align: center;
  margin: 3px 0;
  border-right: 1px solid #CCC;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: left;
}
footer ul li:last-child {
  border-right: none;
}


/* 2016_04_25 追加 */

/* フッターログイン */
footer .ftr_mainbox .ftr_icobox ul.login_ul {
  display: block;
  width: 200px;
  background-color: #FFF;
  border: 5px solid #e8e8e8;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
}
footer .ftr_mainbox .ftr_icobox ul.login_ul li {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0;
  border-right: none;
  float: none;
}
footer .ftr_mainbox .ftr_icobox ul.login_ul li a {
  display: block;
  width: 200px;
  height: auto;
  color: #666;
  font-size: 16px;
  text-indent: 10px;
  padding: 10px 0;
  border-bottom: 1px dotted #CCC;
  background-image: url(../images/common/right_min.gif);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center right
}
footer .ftr_mainbox .ftr_icobox ul.login_ul li a span {
  display: block;
  margin-left: 10px;
}
footer .ftr_mainbox .ftr_icobox ul.login_ul li a span.login_user {
  border-left: 5px solid #09F;
}
footer .ftr_mainbox .ftr_icobox ul.login_ul li a span.login_girl {
  border-left: 5px solid #F9D;
}
footer .ftr_mainbox .ftr_icobox ul.login_ul li a span.login_shop {
  border-left: 5px solid #FC5;
}
footer .ftr_mainbox .ftr_icobox ul.login_ul li a span.login_new {
  border-left: 5px solid #F90;
}

/* //2016_04_25 追加 */


/* フッターコピーライト */
.ftr_copy {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  font-size: 10px;
  text-align: center;
  margin-bottom: 50px;
}

/* エリア検索 */
footer .common_areasrch ul li {
  display: block;
  width: auto;
  height: auto;
  color: #333;
  text-align: left;
  margin: auto;
  border-right: none;
  float: left;
}
footer .common_areasrch ul li:last-child {
  border-right: none;
}
.common_areasrch {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  line-height: 1.5em;
}
.common_areasrch .area_big {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  background-color: #FB0;
}
.common_areasrch .area_big h4 {
  color: #FFF;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.common_areasrch .area_middle {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
}
.common_areasrch .area_middle h5 {
  font-size: 12px;
  font-weight: bold;
  color: #555;
}
.common_areasrch ul.area_small {
  font-size:10px;
  margin-bottom: 5px;
}
.common_areasrch ul.area_small li {
  float: left;
}
.common_areasrch ul.area_small li a {
  color: #555;
}


/* タイトルバー */
.ttle_bar {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  box-shadow: 1px 1px 3px #999999;
}
.ttle_bar h3 {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

.ttle_bar_gy {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  box-shadow: 1px 1px 3px #999999;
}
.ttle_bar_gy h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

#sldr_opn dt.up .ico_list_opn {
  display: none;
}
#sldr_opn dd ul {
  display: block;
  width: 100%;
  height: auto;
}
#sldr_opn dd ul li {
  display: block;
  width: 100%;
  height: auto;
  text-shadow: 0 1px 1px #FFFFFF;
  border: 1px solid #FFF;
  background-position:right center;
  background-repeat:no-repeat;

  background-image: url("../images/common/right_min.gif");
  background-color: #EEEEEE;
  background-image: url("../images/common/right_min.gif"), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
  background-image: url("../images/common/right_min.gif"), -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);
  box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
  margin-bottom: 5px;
}
#sldr_opn dd ul li a {
  display:block;
  width: 100%;
  height: auto;
  padding: 10px 0;
}
#sldr_opn dd ul li a span.list_title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 0 0 10px;
  border-left: 5px solid #F90;
}
#sldr_opn dd ul li a span.list_caption {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.75;
  padding-left: 5px;
}

.not_sldr {
  display: block;
  width: 100%;
  height: auto;
}
.not_sldr ul {
  display: block;
  width: 100%;
  height: auto;
}
.not_sldr ul li {
  display: block;
  width: 100%;
  height: auto;
  text-shadow: 0 1px 1px #FFFFFF;
  border: 1px solid #FFF;
  background-position:right center;
  background-repeat:no-repeat;

  background-image: url("../images/common/right_min.gif");
  background-color: #EEEEEE;
  background-image: url("../images/common/right_min.gif"), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
  background-image: url("../images/common/right_min.gif"), -moz-linear-gradient(top, #ffffff 0%, #eeeeee 99%);
  box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
  margin-bottom: 5px;
}
.not_sldr ul li a {
  display:block;
  width: 100%;
  height: auto;
  padding: 10px 0;
}
.not_sldr ul li a span.list_title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 0 0 10px;
  border-left: 5px solid #F90;
}
.not_sldr ul li a span.list_caption {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.75;
  padding-left: 5px;
}

/* 統一検索用 */
.srch_koumoku {
  display: block;
  width: 100%;
  height: auto;
  background-position:right center;
  background-repeat:no-repeat;
  background-image: url("../images/common/right_min.gif");
}
.arrow_gr {
  background-position:right center;
  background-repeat:no-repeat;
  background-image: url("../images/common/arrow_10px_gr.gif");
}

.srch_list {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.srch_list.searchBnr {
	margin-bottom: 5px;
	background-color: #ffffcc;
}
.srch_list li.srch_list_frame {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
  position: relative;
}
.srch_list.searchBnr li.srch_list_frame {
	margin-bottom: 0;
	padding: 0;
}
.srch_list li.srch_list_frame a {
  display: block;
  word-break: break-all;
  color: #555;
}
.srch_list.searchBnr li.srch_list_frame a {
	margin-bottom: 0;
	padding: 10px;
}
.srch_list li.srch_list_frame a .srch_list_parent {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  /* 2015_05_26 削除 開始 */
  /*
  display: flex;
  */
  /* 2015_05_26 削除 開始 */
  word-break: break-all;
  padding: 5px 0;
  margin: 0 10px;
  background-position:right center;
  background-repeat:no-repeat;
  background-image: url("../images/common/arrow_10px_gr.gif");
}
.srch_list.searchBnr li.srch_list_frame a .srch_list_parent {
	margin: 0;
	padding: 0;
}
.srch_list li.srch_list_frame a .srch_list_parent .srch_list_child_80px {
  display: block;
  width: 80px;
  height: auto;
  word-break: break-all;
}

/* 2016_09_23 追加 */
.srch_list li.srch_list_frame a .srch_list_parent .srch_list_child_80px img {
  width: 64px;
}
/* //2016_09_23 追加 */

.srch_list li.srch_list_frame a .srch_list_parent dl.srch_list_child_flx1 {
  display: block;
  word-break: break-all;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
}
.srch_list li.srch_list_frame a .srch_list_parent dl.srch_list_child_flx1 dt {
  font-size: 16px;
  font-weight: bold;
  color: #F60;
  margin-bottom: 3px;
}
.srch_list li.srch_list_frame a .srch_list_parent dl.srch_list_child_flx1 dd.copy {
  font-size: 10px;
  margin-bottom: 3px;
}
.srch_list.searchBnr li.srch_list_frame a .srch_list_parent dl.srch_list_child_flx1 dd.copy {
	padding: 5px;
	color: #ffffff;
	background-color: #327ac3;
}

/* 履歴用 */
.history {
  display: block;
  width: 100%;
  background-image: url(../images/common/history/history_back.png);
  background-repeat: repeat-x;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index:99;
}
.history .history_br {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  background: #cccccc;
  background: -webkit-gradient(linear,left bottom, left top,
  to(#ffffff),
  color-stop(0.5,#eeeeee),
  color-stop(0.49,#e0e0e0),
  color-stop(0.03,#eaeaea),
  color-stop(0.02,#e8e8e8),
  color-stop(0.01,#e8e8e8),
  from(#f7f7f7)) ;
  background: -moz-linear-gradient(
  top,
  #ffffff 0%,
  #f3f3f3 50%,
  #e0e0e0 51%,
  #e8e8e8 98%,
  #f7f7f7 99%
  );
  background: -ms-linear-gradient(
  top,
  #ffffff 0%,
  #f3f3f3 50%,
  #e0e0e0 51%,
  #e8e8e8 98%,
  #f7f7f7 99%
  );
  background: -o-linear-gradient(
  top,
  #ffffff 0%,
  #f3f3f3 50%,
  #e0e0e0 51%,
  #e8e8e8 98%,
  #f7f7f7 99%
  );
}
.history .history_br .history_ttl {
  display: inline-block;
  line-height: 40px;
  border-left: 5px solid #F90;
  padding-left: 5px;
  margin-left: 5px;
}
.history .history_br a.history_on {
  display: inline-block;
  width: 50px;
  height: auto;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  background-color: #FF8E01;
  box-shadow: inset 1px 1px 3px #F60;
}
.history .history_br img {
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.history .history_br a.history_off {
  display: inline-block;
  width: 50px;
  height: auto;
  color: #555;
  text-align: center;
  line-height: 40px;
  background-color: #E8E8E8;
  box-shadow: inset 1px 1px 3px #999;
}
.history .history_box {
  width: 100%;
  height: 75px;
  padding: 0 0 5px 0;
  position: relative;
  overflow: hidden;
}
.history .history_box ul li a {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
}
.history .history_box ul.history_g {
  display: block;
  width: 1000px;
  height: 75px;
  letter-spacing: -0.40em;
}
.history .history_box ul.history_g li {
  display: inline-block;
  width: 175px;
  height: 75px;
  border-left: 1px solid #FFF;
  position: relative;
}
.history .history_box ul.history_g li:first-child {
  margin-left: 30px;
}
.history .history_box ul.history_g li img {
  width: 50px;
  margin: 0 5px;
}
.history .history_box ul.history_g li span.history_name {
  display: inline-block;
  width: 115px;
  height: 75px;
  color: #FFF;
  line-height: 15px;
  letter-spacing: 0;
  margin: 3px 0;
}
.history .history_box ul.history_g li img.delete {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right:0;
}

.history .history_box ul.history_s {
  display: block;
  width: 1000px;
  height: 75px;
  letter-spacing: -0.40em;
}
.history .history_box ul.history_s li {
  display: inline-block;
  width: 200px;
  height: 75px;
  border-left: 1px solid #FFF;
  position: relative;
}
.history .history_box ul.history_s li:first-child {
  margin-left: 30px;
}
.history .history_box ul.history_s li img {
  width: 75px;
  margin: 0 5px;
}
.history .history_box ul.history_s li span.history_name {
  display: inline-block;
  width: 105px;
  height: 75px;
  color: #FFF;
  line-height: 15px;
  letter-spacing: 0;
  margin: 3px 0;
}

.history .history_box ul.history_btn {
}
.history .history_box ul.history_btn li {
  display: block;
  width: 30px;
  height: 75px;
  position: absolute;
}
.history .history_box ul.history_btn li.prev {
  top: 0;
  left: 0;
}
.history .history_box ul.history_btn li.next {
  top: 0;
  right: 0;
}
.history .history_box ul.history_btn li img {
  width: 30px;
}

/* ログインタイトル */
.login_title{
  border-left:#F30 5px solid;
  border-bottom:#666 1px dotted;
  padding-left:5px;
  margin-bottom:15px;
}

/* ログインと会員登録ボタン */
.button_member {
  margin:0 60px;
  height: 30px;
  border-radius: 5px;
  border-top: 1px solid #999999;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #999999;
  color: #ff0033;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 2.2em;
}

.button_login {
  margin:0 60px;
  height: 30px;
  border-radius: 5px;
  border-top: 1px solid #ff0033;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #ff0033;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 2.2em;
  text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #ff0033/*シャドウ色*/;
}

.button_manager {
  margin:0 60px;
  height: 30px;
  border-radius: 5px;
  border-top: 1px solid #0066ff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #0066ff;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 2.2em;
  text-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #0066cc/*シャドウ色*/;
}

/* 2016_04_25 追加 */
.button_login_2016 {
  display: block;
  margin:0 60px;
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 2.2em;
}
.button_half {
  display: block;
  width: 48%;
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 2.2em;
  margin: 0 1%;
  float: left;
}
/* //2016_04_25 追加 */


/* ログイン情報入力フォーム */
.login input {
  height: 30px;
  border:1px solid #ccc;
  background: #fff;
  border-radius: 5px;
}

/*リスト枠*/
.box_list02 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  margin-bottom:8px;
}
.box_list02 a {
  display:block;
  width: 100%;
  height: auto;
}
.box_list02 .list_img_64px {
  display: table-cell;
  vertical-align: top;
}
.box_list02 .list_img_64px img {
  width: 64px;
  height: auto;
  -ms-interpolation-mode: bicubic;
  margin-left: 10px;
}
.box_list02 .list_img_80px {
  display: table-cell;
  vertical-align: top;
}
.box_list02 .list_img_80px img {
  width: 80px;
  height: auto;
  margin-left: 10px;
}
.box_list02 .list_img_100px {
  display: table-cell;
  vertical-align: top;
}
.box_list02 .list_img_100px img {
  width: 100px;
  height: auto;
  margin-left: 10px;
}
.box_list02 .list_img_100px_toko {
  display: table-cell;
  vertical-align: top;
}
.box_list02 .list_img_100px_toko .tokolist_inner {
  display:block;
  width:100px;
  height: 75px;
  text-align:center;
  background-color:#000;
  margin-left:10px;
}
.box_list02 .list_img_100px_toko .tokolist_inner img {
  max-width: 100px;
  max-height: 75px;
}
.box_list02 .list_caption {
  display: table-cell;
  width: 100%;
}
.box_list02 .list_caption ul {
  display: block;
  margin-left: 5px;
}
.box_list02 .list_caption ul li img {
  padding-top: 1px;
  margin-right: 5px;
}

.box_list02 .arrow {
  display: table-cell;
  vertical-align: middle;
}
.box_list02 .arrow img {
  margin:0 10px;
}

/* 会員登録 */

ul.regist_list {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
  margin-bottom: 10px;
  letter-spacing: -.40em;
}
ul.regist_list li {
  display: inline-block;
  width: auto;
  height: auto;
  word-break: break-all;
  background-image: url(../images/common/icon-off.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  -ms-background-size: 15px 15px;
  letter-spacing: normal;
  margin: 0 10px 0 0;
}
ul.regist_list li.checked {
  background-image: url(../images/common/icon-on.png);
}
ul.regist_list li:first-child {
  width: 100%;
}
ul.regist_list li .list_cont {
  line-height: 15px;
  margin: 0 0 0 20px;
}
ul.regist_list li .list_cont span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.25em;
}

/* 2016_04_25 追加 */
/* メニュー内ログイン */
.menu_login {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 3px 0;
  margin: 10px auto 30px auto;
  letter-spacing: -0.40em;
}
.menu_login a {
  display: inline-block;
  width: auto;
  color: #333;
  font-size: 14px;
  text-align: center;
  letter-spacing: normal;
  border-radius: 4px;
  padding: 10px 0;
  margin: 0 0 0 2%;
}
.menu_login a.menu_login_user {
  width: 18%;
  color: #FFF;
  background-color: #4AA5FF;
  margin: 0 0 0 1.5%;
}
.menu_login a.menu_login_girl {
  width: 18%;
  color: #333;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.menu_login a.menu_login_shop {
  width: 18%;
  color: #333;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.menu_login a.menu_login_new {
  width: 38%;
  color: #F00;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.menu_login a.menu_logout {
  width: 96%;
  color: #FFF;
  background-color: #F90;
}
.menu_login a span {
  letter-spacing: normal;
}
/* //2016_04_25 追加 */

/* ページTOPバナー */
a.pagetop_bn {
  display: block;
  width: 100%;
  height: auto;
  margin: -15px 0 20px 0;
}

/* 体験談一覧へのリンク */
.link_rvw {
  display: block;
  height: 48px;
  color: #F90;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-image: url(../images/common/right_min.gif);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center right;
  margin: 0 10px 20px 10px;
}
.link_rvw img {
  width: 30px;
  height: auto;
  padding: 14px 0;
  margin: 0 0 0 -20px;
}

/* ポイント加盟店マーク */
.point_shop_mark {
  margin: 0 1% 10px;
  text-align: right;
}

/* 口コミ・体験談 */
#rvw_btn_frm {
  width: 100%;
  height: 30px;
  margin: -5px 0 10px 0;
}
#rvw_btn_frm a.left_btn {
  width: auto;
  height: 22px;
  color: #666;
  border: 1px solid #F90;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #F90;
  margin: 0 1%;
  float: left;
}
#rvw_btn_frm a.left_btn img {
  display: inline-block;
  width: auto;
  height: 100%;
}

/* 2016_08_18 削除 */
/*
#rvw_btn_frm a.right_btn .right_btn_txt .right_btn_ttl {
  color: #0081FF;
}
*/
/* //2016_08_18 削除 */
#rvw_btn_frm a.right_btn {
  width: 50%;
  height: 22px;
  color: #666;
  border: 1px solid #0081FF;
  box-sizing: border-box;
  border-radius: 2px;
  background-image: url(../images/common/right_min.gif);
  background-position: center right;
  background-size: 15px auto;
  background-repeat: no-repeat;
  margin: 0 1%;
  float: right;
}
#rvw_btn_frm a.right_btn img {
  display: inline-block;
  width: auto;
  height: 20px;
}
#rvw_btn_frm a.right_btn .right_btn_txt {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-indent: 1px;
}
#rvw_btn_frm a.right_btn .right_btn_txt .right_btn_ttl {
  color: #0081FF;
}
#rvw_btn_frm a.right_btn .right_btn_txt .right_btn_number {
  color: #F00;
  margin-right: 3px;
}

.ico_rvw_b {
  width: 19px;
  margin-right: 5px;
}

#rvw_score {
  padding: 10px;
}
#rvw_score .rvw_str {
  width: 18px;
  margin-top: -2px;
}

/* 体験談一覧 */
ul#rvw_list_site {
  display: block;
  margin: 0 10px;
}
ul#rvw_list_site li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  position: relative;
  background-color: #e8e8e8;
}
ul#rvw_list_site li .li_inner {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 0;
}
ul#rvw_list_site li .rvw_photo {
  width: 45px;
  max-height: 70px;
  overflow: hidden;
  margin: 3px 5px 5px 5px;
  float: left;
}
ul#rvw_list_site li .rvw_photo img {
  width: 45px;
  height: auto;
  border: 1px solid #FFF;
  box-sizing: border-box;
}
ul#rvw_list_site li .rvw_dtl {
  width: 75%;
  height: auto;
  margin: 3px 0 5px 0;
  float: left;
}
ul#rvw_list_site li .rvw_dtl.no_img {
  width: 95%;
  height: auto;
  margin: 3px 0 5px 5px;
  float: left;
}
ul#rvw_list_site li .rvw_dtl .rvw_date {
  width: 100%;
  height: auto;
  font-size: 12px;
  margin-bottom: 5px;
}
ul#rvw_list_site li .rvw_dtl .rvw_username {
  width: 100%;
  height: auto;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
ul#rvw_list_site li .rvw_dtl .rvw_username a {
  color: #F60;
}
ul#rvw_list_site li .rvw_dtl .rvw_ctgr {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 3px
}
ul#rvw_list_site li .rvw_dtl .rvw_ctgr a {
  color: #F6D;
}
ul#rvw_list_site li .rvw_dtl .rvw_ctgr a.shop {
  color: #F60;
}

ul#rvw_list_site li .rvw_dtl .rvw_date_02 {
  width: 100%;
  height: auto;
  font-size: 12px;
  margin-bottom: 5px;
}
ul#rvw_list_site li .rvw_dtl .rvw_username_02 {
  width: 100%;
  height: auto;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
ul#rvw_list_site li .rvw_dtl .rvw_username_02 a {
  color: #F60;
}
ul#rvw_list_site li .rvw_dtl .rvw_ctgr_02 {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 3px
}
ul#rvw_list_site li .rvw_dtl .rvw_ctgr_02 a {
  color: #F6D;
}
ul#rvw_list_site li .rvw_dtl .rvw_ctgr_02 a.shop {
  color: #F60;
}


ul#rvw_list_site li .rvw_dtl_cont {
  width: 97%;
  height: auto;
  color: #333;
  background-color: #FFF;
  padding: 5px 0;
  margin: 0 1.5%;
  float: left;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_dtl_cont_inner {
  padding: 5px;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_star {
  height: 16px;
  margin-bottom: 10px;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_star .rvw_star_ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  float: left;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_star img {
  width: 16px;
  height: auto;
  float: left;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_star span {
  display: block;
  color: #F00;
  font-size: 16px;
  line-height: 16px;
  /* 2016_08_22 修正 */
  margin: 0 5px;
  /* //2016_08_22 修正 */
  float: left;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_star_girl {
  height: 16px;
  margin-bottom: 10px;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_star_girl .rvw_star_ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  float: left;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_star_girl img {
  width: 16px;
  height: auto;
  float: left;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_star_girl span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  /* 2016_08_22 修正 */
  margin: 0 5px;
  /* //2016_08_22 修正 */
  float: left;
  color: #F06;
}

ul#rvw_list_site li .rvw_dtl_cont .rvw_txt {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_txt .rvw_ttl {
  color: #F60;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 5px;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_txt .rvw_ttl_detail {
  color: #F60;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_txt p.rvw_honbun {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.4;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_txt p.rvw_honbun_detail {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.6;
}
ul#rvw_list_site li .rvw_dtl_cont .rvw_iine {
  width: 100%;
  height: auto;
  font-size: 10px;
}
ul#rvw_list_site li .rvw_dtl_cont .reply {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_ttl {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.3;
  margin: 15px 0 10px 0;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_ttl img {
  width: 15px;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .photo {
  overflow:hidden;
  vertical-align:bottom;
  margin:0 12px 0 0;
  float: left;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .photo img {
  width:45px;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .reply_txt {
  /* 2016_08_22 追加 */
  width: 79%;
  line-height: 1.4;
  /* //2016_08_22 追加 */
  float: left;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .reply_txt .name_date {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .reply_txt .name_date span {
  color: #F60;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi {
  wdith: 100%;
  height: auto;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi img {
  width: 8px;
  height: auto;
  margin-top: 10px;
  float: left;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi .hukidasi_shop {
  width: 200px;
  height: auto;
  float: left;
  padding: 5px;
  background-color: #d3f3ff;
  border-radius: 5px;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi .hukidasi_shop p {
  line-height: 1.3;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi .hukidasi_shop_detail {
  width: 200px;
  height: auto;
  float: left;
  padding: 5px;
  background-color: #d3f3ff;
  border-radius: 5px;
}
ul#rvw_list_site li .rvw_dtl_cont .reply .reply_inner .reply_txt .hukidasi .hukidasi_shop_detail p {
  font-size: 14px;
  line-height: 1.4;
}
/* 女の子ログイン時グレーアウト */
#rvw_btn_frm .right_btn_gy {
  width: 50%;
  height: 22px;
  color: #CCC;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 2px;
  background-image: url(../images/common/right_min.gif);
  background-position: center right;
  background-size: 15px auto;
  background-repeat: no-repeat;
  margin: 0 1%;
  float: right;
}
#rvw_btn_frm .right_btn_gy img {
  display: inline-block;
  width: auto;
  height: 20px;
}
#rvw_btn_frm .right_btn_gy .right_btn_txt {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-indent: 1px;
}
#rvw_btn_frm .right_btn_gy .right_btn_txt .right_btn_ttl {
  color: #CCC;
}

/*review-TypeList*/

.review-TypeList {
  padding-bottom: 20px;
  margin-top: -5px;
  font-size: 13px;
  line-height: 1.4;
}

.review-TypeList-item {
  margin: 5px 10px 0 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

.review-TypeList-item span {
  padding: 2px 6px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.review-TypeList-item.nuki_free {
  width: 230px;
  border-color: #47b247;
  color: #47b247;
}

.review-TypeList-item.nuki_half {
  width: 230px;
  border-color: #4885FF;
  color: #4885FF;
}

.review-TypeList-item.nuki_point {
  width: 300px;
  border-color: #f26666;
  color: #f26666;
}

.review-TypeList-item.nuki_free .review-TypeList-item-title {
  padding: 2px 12px;
  background-color: #47b247;
  color: #ffffff;
}

.review-TypeList-item.nuki_half .review-TypeList-item-title {
  padding: 2px 12px;
  background-color: #4885FF;
  color: #ffffff;
}

.review-TypeList-item.nuki_point .review-TypeList-item-title {
  background-color: #f26666;
  color: #ffffff;
}

.pointPresentLink {
  padding: 10px 0;
  text-align: center;
  border-top: 1px dotted #e8e8e8;
  border-bottom: 1px dotted #e8e8e8;
}

.pointPresentLink a {
  background: transparent url(../images/common/icon-present.png) no-repeat left center;
  background-size: 21px 21px;
  padding: 5px 0 5px 27px;
  text-decoration: underline;
}

.pointPresentLink a.is-noPoint {
  background: transparent url(../images/common/icon-balloon.png) no-repeat left center;
  background-size: 20px 18px;
  padding: 5px 0 5px 25px;
}

.addReview {
  text-align: center;
}

.typeIcon {
  color: #ffffff;
  font-size: 11px;
  margin: 10px 0;
}

.typeIcon span {
  padding: 4px 10px;
  border-radius: 3px;
}

.typeIcon.normal span {
  background-color: #9c6db4;
}

.typeIcon.point span {
  background-color: #f26666;
}

.typeIcon.half span {
  background-color: #4885FF;
}

.typeIcon.free span {
  background-color: #47b247;
}

/* pointPresent */
.pointPresent {
  width: 300px;
  margin: 0px auto 25px;
  color: #474747;
  line-height: 20px;
}

.pointPresent img {
  vertical-align: bottom;
}

.pointPresent-content {
  position: relative;
  padding: 0 10px 10px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #189f00;
}

.pointPresent-content-text {
  padding: 10px;
  border-radius: 10px;
  background-color:#e8f5e6;
  font-size: 96%;
}

.pointPresent-content-link {
  position: absolute;
  top: 208px;
  right: 5px;
}

/* ユーザー公開ページ */
.user_data_frm {
  padding: 0 10px;
  margin: 0 0 15px 0;
}
.user_data_frm .user_profimg {
  width: 110px;
  max-height: 165px;
  overflow: hidden;
  float: left;
}
.user_data_frm .user_profimg img {
  max-width: 100%;
  height: auto;
}
.user_data_frm dl{
  display: block;
  width: 170px;
  font-size: 13px;
  line-height: 1.4;
  padding: 0 0 0 10px;
  float: left;
}
.user_data_frm dl dt {
  display: block;
  width: 110px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 5px 0;
  float: left;
}
.user_data_frm dl dd {
  display: block;
  width: 60px;
  text-align: right;
  border-bottom: 1px solid #e8e8e8;
  float: left;
}
.user_data_frm dl dt.name {
  width: 100%;
  font-size: 16px;
  border-bottom: none;
  margin: -3px 0 5px 0;
}
.user_data_frm dl dd .number {
  font-size: 16px;
  line-height: 1.0;
}
.user_data_frm dl dt.point_dt {
  width: 100%;
  border: none;
  margin: 0;
}
.user_data_frm dl dd.point_dd {
  width: 170px;
  margin: 0 0 3px 0;
}
.user_data_frm dl dt.cap {
  width: 170px;
  font-size: 10px;
  border: none;
}

.sort-select_user {
  text-align: center;
  margin: 10px 10px 15px 10px;
}
.sort-select_user select {
  -webkit-appearance: none;
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-indent: 5px;
  border:1px solid #CCC;
  border-radius: 3px;
  background-image: url(../images/common/downlist_btn.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 98% 12px;
}

.user_public_ttl {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 -1px 1px #0066cc;
  background-color: #4885FF;
  padding: 15px 0;
  margin: 0 10px 15px 10px;
}
.user_public_ttl span {
  border-left: 5px solid #FFF;
  padding: 0 5px;
  margin: 0 10px;
}
/* //2016_06_05 追加 */


/* 2016_06_10 追加 */
.movie_frm {
  display: block;
  width: 100%;
  height: auto;
  background-color: #000;
  margin: -15px 0 0 0;
}
.escape_movie {
  display: block;
  width: 100%;
  height: auto;
  background-color: #e8e8e8;
  padding: 5px 0;
  margin: 0 0 15px 0;
}
.escape_movie .update {
  margin: 0 0 0 5px;
  float: left;
}
.escape_movie a.btn_escape {
  display: block;
  width: 150px;
  height: auto;
  color: #666;
  text-align: center;
  border-radius: 3px;
  background-color: #FFF;
  padding: 5px;
  margin: 0 5px 0 0;
  float: right;
}
/* //2016_06_10 追加 */

/* SPお店ランキング */
/* icons */
.shopRankingIcon--blog, .shopRankingIcon--newWait, .shopRankingIcon--today,
.shopRankingIcon--movie, .shopRankingIcon--admit {
  display: inline-block;
  width: 80px;
  margin-bottom: 3px;
  margin-right: 5px;
  padding: 2px 0;
  border-radius: 3px;
  font-size: 83%;
}
.shopRankingIcon--blog {
  background-color: #fe850c;
}
.shopRankingIcon--newWait {
  background-color: #f460a2;
}
.shopRankingIcon--today {
  background-color: #40a039;
}
.shopRankingIcon--movie {
  background-color: #2667a4;
}
.shopRankingIcon--admit {
  background-color: #d2a745;
}
.shopRankingIcon-name {
  display: inline-block;
  width: 47px;
  padding-top: 3px;
  text-align: center;
  color: #ffffff;
}
.shopRankingIcon-count {
  display: inline-block;
  width: 30px;
  padding: 3px 0;
  border-radius: 3px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
/* SPお店ランキング */

/* グループ店リスト */
.groupPage-inHeader-list-wrap {
  display: block;
  width: auto;
  height: auto;
  margin: 0 8px 12px 8px;
  border: 1px solid #457de3;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
    color: #ff00ff;
}
.groupPage-inHeader-list-title {
  color: #fff;
  font-size: 14px;
  padding: 7px 10px 7px 0;
  background: -moz-linear-gradient(top, #598eee 0%, #447ce2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #598eee 0%,#447ce2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #598eee 0%,#447ce2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#598eee', endColorstr='#447ce2',GradientType=0 ); /* IE6-9 */
}
.groupPage-inHeader-list-title > span {
  background: url(../images/common/groupPage-list-title-icon.png) no-repeat 5px 0px;
  background-size: 16px;
  padding-left: 25px;
}
.groupPage-inHeader-list {
  text-align: center;
  padding: 10px 5px;
}
.groupPage-inHeader-list a {
  margin-right: 17px;
  color: #ff00ff;
}
.groupPage-inHeader-list > a:last-child {
  margin-right: 0px;
}
.groupPage-inHeader-list-item {
  display: inline-block;
  width: 70px;
  text-align: left;
}
.groupPage-inHeader-list-item > img {
  width: 70px;
  height: 70px;
  margin-bottom: 3px;
}