@charset "UTF-8";
.right_banner {
 position: fixed;
 bottom: 10px;
 right: 10px;
 background-color: #342220;
 opacity: 0.85;
 color: #fff;
 width: 95%;
 height: 60px;
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 1000;
}

/* --------------------------------------------------------------------
	商品一覧
--------------------------------------------------------------------- */
div.dual_price_sp_ span.regular_price_ {
  background: linear-gradient( #fff, #fff 53.5%, #000 52.5%, #000 59.5%, #fff 51.5%, #fff);
}
div.dual_price_sp_ span.cursor_ {
  margin: 0 0 0 3px; }


/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
/* 通常価格表示 */
h2.goods_price_ span {
  line-height: 1.3; }

#spec_price span.normal_price_ {
    margin: 0 10px;
    font-family: Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

/* 標準価格・セール価格表示 */
div.goods_price_ {
  margin: 0 15px 15px 0;
  line-height: 140%;
  text-align: right; }

div.goods_price_ div {
  margin: 0 0 -3px 0; }
  
div.goods_price_ div.regular_price_ {
  font-size:20px; }

div.goods_price_ div.regular_net_ {
  margin: 0 0 3px 3px; 
  font-size:83%; }

div.goods_price_ div.regular_net_ .through_ {
  font-size:120%; }

div.goods_price_ div.cursor_ {
  margin: 0 20px 3px 0; }

div.goods_price_ div.price_ {
  font-size:20px; }

div.goods_price_ p.net_ {
  margin: 0 0 0px 3px; 
  font-size: 58%;
}

div.goods_price_ p.format_discount_rate_ {
  margin: 3px 0 0 0 }

div.regular_price_ .through_ {
  font-size:20px; }

div.goods_price_ .through_ {
  background: linear-gradient( #fff, #fff 53.5%, #000 52.5%, #000 59.5%, #fff 51.5%, #fff);
}

div.price_ {
  font-weight:normal !important; }

div.goods_price_ .salesnet_ {
  font-size: 120%;
}
/* --------------------------------------------------------------------
	店舗別在庫情報(商品詳細)
--------------------------------------------------------------------- */
.shop_stock_button_ {
  margin-left: 10px;
}
#StoreStocdList .heading-s {
  font-size: 17px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
  padding-bottom: 12px; }
#StoreStocdList table {
  width: 100%;
  border: solid #ddd;
  border-width: 1px;
  margin-bottom: 10px; }
#StoreStocdList th {
  border: solid #ddd;
  border-width: 1px;
  background: #f5f5f5;
  padding: 10px;
  text-align: center; }
#StoreStocdList td {
  border: solid #ddd;
  border-width: 1px;
  padding: 10px;
  text-align: center; }
#StoreStocdList td.store_name {
  width: 70%; }
#StoreStocdList .StoreStocdClose {
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 16px;
  z-index: 100;
  background: #fff; }
#StoreStocdList {
  display: none;
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
  width: 90%;
  left: 50%;
  margin-left: -45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
#StoreStockMask {
  left: 0;
  display: none;
  z-index: 900;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }
.goods_stock_left{
	display: inline-block;
	width: 40%;
	height:100%;
}
.goods_stock_right{
	float:right;
	width: 60%;
	height:100%;
}

div.goods_price_ .regular_price_ {
  color: #000000 !important;
  font-size:20px; }

/* 価格表示 */
h2.goods_price_ {
  margin: 0 0 15px 0;
  line-height: 140%;
  text-align: right; }

.goods_detail_price_pop_ {
  color: #ff0000;
  font-size: 14px;
  color: #a93d3d;
  font-family: Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif; }

.goods_detail_price_ {
  color: #cc3300;
  font-size: 20px;
  color: #a93d3d;
  font-family: Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif; }

.goods_detail_price_small_ {
  font-size: 100%; }
/* --------------------------------------------------------------------
	ご利用ガイド(商品詳細)
--------------------------------------------------------------------- */
#description_to_user {
  display: none;
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 5px;
  width: 90%;
  left: 50%;
  margin-left: -45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
#description_to_user .description_to_user_close_btn {
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 16px;
  z-index: 100;
  background: #fff; }
#description_to_user_mask {
  left: 0;
  display: none;
  z-index: 900;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }
