#productWrap{display:flex;justify-content: space-between;flex-wrap: wrap;}
#expWrap {width:68%;}
#formWrap{width:30%;}
.setAlert{
    border: 1px solid red;
    padding: 2px 10px;
    color: red;
}
.txtRight{text-align:right; margin-bottom:0;}
.regularPrice{font-weight:bold;}
.dietz_rot th{color:#bc0000;}
.dietz_rot td{text-align:left!important;}
.dietz_rot td span{font-weight:bold; color:#bc0000;}
.yoyakuExp{
	line-height: 1.4em;
    margin-top: 10px;
    font-size: 90%;
    text-align: left;
    color: red;
}
.product-order{text-align:right;margin-bottom: 30px;}
.soldoutEnd{background:#bc0000;
    text-align: center;
    margin: 0;
    color: white;
    padding: 2px 0;
    letter-spacing: 2px;
    border-radius: 6px;}
#tagclowd{margin-top:50px;}
#tagclowd strong{
	display: inline;
    font-weight: bold!important;
    letter-spacing: 1px;
    font-size: 80%;
    padding: 2px 10px;
    background: rgba(126, 100, 73,0.1);
    border-radius: 10px;
    margin-right: 2px;
}
#OriFly strong{
	display: inline;
    font-size: 105%;
    background: none;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
}
.mainImg {
  padding-left:0 !important;
  padding-right:5px !important;
  text-align:center;
}
.otherImg {
  margin-bottom:4px !important;
  padding-left:2px !important;
  padding-right:2px !important;
  text-align:center;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
   background: rgb(111, 111, 111) !important;
}
.bt_Reservation a{
	text-align: center;
    background: #bc0000;
    color: #fff;
    padding: 4px;
    letter-spacing: 1px;
    border-radius: 6px;
    display: block;
}
.bt_Reservation a:hover {
  	background: #bc0000;
    opacity: 0.5;
    text-decoration: none;
    color: white;
}
.infoBlock{margin-bottom:10px;}
.infoBlock th{font-weight: normal;color: black;}

@media (max-width:480px){
  .mainImg {
     padding-left:2px !important;
     padding-right:2px !important;
     margin-bottom:4px !important;
  }
  .otherImg {
     margin:0 
  }
  #expWrap {width:100%;margin-bottom: 20px;}
  #formWrap{width:100%;}
}

@media (min-width:480px) and (max-width:780px){
	.mainImg {
  }
}

.input-append, .input-prepend {
  margin-bottom:0 !important;  
}

.input-prepend.input-append input {
  font-size: 16px;
  width: 93px;
  text-align: right;
  color:#333;
  height:28px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}

.product-order-exp {
  background:rgba(255,255,255,0.4);
  font-size:12px;
  line-height:1.7em;
  border-radius:4px;
  min-height:300px !important;
}
.product-order-exp img {
  border-radius:4px;
}
.memberPrice {
  color:#bc0000!important;
}

.memberPrice span{
	display:block;
	text-align:right;
}

#prdctOpbtn a{
  text-decoration:none;
  text-align:center;
  display:block;
  border-radius: 14px;
  font-size:12px;
  color:#fff;
}
#prdctOpbtn a:hover{background:rgb(111,111,111);}
#prdctOpbtn li{
  width:80%;
  margin:0 auto 4px;
}

.priceTable {
    font-size: 14px;
    margin-bottom: 0 !important;
    border-spacing: 0 !important;
    border: 0px !important;
    border-top: 1px solid #6e6e6e !important;
    border-bottom: 1px solid #6e6e6e !important;
    border-radius: unset;
}

.priceTable th{
  width:110px;
  background:rgba(240,240,240,0.6);
  border:0!important;
  border-bottom: 1px solid #e2e2e2!important;
}
.priceTable td{
  background:rgba(255,255,255,0.4);
  text-align:right;
  border:0!important;
  border-bottom: 1px solid #e2e2e2!important;
  vertical-align: middle !important;
}
.priceTable .discount{
  text-align:right;
  margin-bottom:0;
}
.product-order .btn-addcart {
  font-size:14px ;
  padding:4px 16px;
background: rgb(248,80,50)!important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 )!important; /* IE6-9 */
}

.product-image img {
  border-radius:4px;
  box-shadow: 0px 2px 10px rgba(0,0,200,0.1);
}

.prduct-option {
  text-align:right;
}
#optionLink {
  text-decoration:none;
  font-size:13px;
  padding:5px 20px;
  border-radius:15px;
  margin-bottom:10px;
  color:#fff;
}
.product-order-exp h2{
  font-size:16px;
  font-weight:bold;
  letter-spacing:1px;
  line-height:1.6em;
  margin:10px 0 !important;
}

#product .aleart {
  width:100%;
  padding:4px 0;
  margin-bottom:4px;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  background:#bc0000;
  border-radius:16px;
  text-align:center;
}
#product .aleartInfo{
  background: none;
    color: #c50000;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
}
#product .alex {
  background:rgba(255,255,255,0.4);
  font-size:12px;
  border-radius:6px;
  padding:6px;
  text-align:center;
  margin-bottom:10px;
}

/*
------------------------
防災非常袋ページ
------------------------
*/

.item li{
  padding:0 4px !important;
  height:240px;
}
.item .pttl{
  line-height:1.2em;
  font-size:11px;
  font-weight:bold;
  margin:2px 0 4px !important;
}
.item p{
  line-height:1.2em;
  font-size:11px;
}


/*
------------------------
オプションオーバーレイ
------------------------
*/

#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
#opList, #notice{
  background: none repeat scroll 0 0 rgba(255,255,255,0.9);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 20px;
  width: 900px;
  height: 70%;
  border-radius:6px;
 }
.modal_close{ 
  position: absolute;
  top: 12px;
  right: 12px;
  display: block; 
  width: 14px;
  height: 14px; 
  background: url(../img/modal_close.png);
  z-index: 2;
}
.opFrame {
  width:100%;
  height:100%;
  border-radius:6px;
}

@media(min-width:481px){
  #notice img {
     width:100px;
     float:left;
     margin:20px 0 0 20px;"
  }
  #notice h2{
    float:left;
    font-size:18px;
    font-weight:bold;
    letter-spacing:2px;
    margin:40px 0 0 20px;"
  }
  .nouki_ex {
     width:85%;
     line-height:1.6em;
     margin:40px auto;
  }
}
@media (max-width:480px) {
  #opList, #notice{
     width:95%;
     padding:2%;
  }
  #notice img {
     width:70px;
     margin:10px 0 0 10px;
     float:left;
  }
  #notice h2{
    float:left;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1px;
    text-align:center;
    margin:20px 0 0 10px;
  }
  .nouki_ex {
     font-size:12px;
     line-height:1.4em;
     margin:10px;
  }
  br {
    height:0.8em;
  }

}

#delivery_time_notice a, #optionLink{
  font-size:12px;
  width:145px;
  text-align:center;
  border-radius:6px;
  background: #000;
  display:inline-block;
  text-decoration:none;
  color:#fff;
  letter-spacing:2px;
  padding:4px 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media(min-width:481px){
  .stock_error {
    	width: 160px;
        height: 24px;
        text-indent: -1000em;
        overflow: hidden;
        background: url(https://img21.shop-pro.jp/PA01327/971/etc/soldoutmark.jpg?cmsp_timestamp=20160714160832);
        border-radius: 15px;
        border: 1px solid #562a24;
        margin: 10px auto;
        background-size: cover;
  }
  .nouki_al {
     position: absolute;
     bottom: 8px;
     right: 8px;
     width: 20%;
  }
}
@media(max-width:480px){
  .nouki_al {
     position: absolute;
     bottom: 8px;
     right: 8px;
     width: 30%;
  }
}
.pro_ex_img150 img {
    width: 150px !important;
    margin-right: 4px;
    margin-bottom: 4px;
}

/*
------------------------
ご案内（特定商取引）
------------------------
*/

#tokuteisyou {
  border-top: 1px solid rgba(200,200,200,0.2);
  border-left: 1px solid rgba(200,200,200,0.4);
  border-radius: 6px;
  padding: 20px 10px 0;
  box-shadow: 2px 4px 4px rgba(0,0,200,0.2);
}

#tokuteisyou h2{
  margin-top:0;
  margin-bottom:4px;
  font-size:14px;
  padding:6px;
  color:#fff;
}
#tokuteisyou p{
  padding:0 4px;
  font-size:12px;
  line-height:1.4em;
  margin-bottom:20px;
}
#tokuteisyou table{
  width:100%;
  font-size:12px;
  border-collapse: collapse
  border: 1px solid rgba(128,105,14,0.4);
  margin-bottom:8px;
}
#tokuteisyou table th{
  border: 1px solid rgba(128,105,14,0.4);
  font-weight:normal;
  padding:4px 0 4px 8px;
}
#tokuteisyou table td{
  border: 1px solid rgba(128,105,14,0.4);
  padding:4px 0 4px 8px;
}
#tokuteisyou .pay {
  margin-bottom:10px;
}
#tokuteisyou .pay img{
  width:140px;
  float:left;
  border: 1px solid rgba(128,105,14,0.4);
  margin-left:10px;
  margin-bottom:10px;
}

/*
------------------------
お勧め商品リスト
------------------------
*/
.prd-lst {
  background:rgba(255,255,255,0.4);
  border-radius:6px;
}

.kanbai {
  	text-align: center;
    border: 2px solid rgb(255,0,0);
    padding: 4px 0;
    border-radius: 16px;
    color: rgb(255,0,0);
}

/* * * * * フライパン * * * * */
#fryingpanNote {
	padding: 10px;
    background: #f7f7f7;
    border-radius: 10px;
}
#fryingpanNote h3{
    line-height: 2em;
    margin: 0!important;
    text-align: center;
    letter-spacing: 2px;
    font-size: 130%!important;
    font-weight: bold;}
#fryingpanNote > ul > li{line-height: 1.4em; margin-bottom: 6px;list-style: disc; margin-left: 20px;}

/* * * * * 商品ページ内動画再生 * * * * */
.productMovie{width: 100%;margin: 0 auto; display: block;}

.dietz_exlink{
    border: 1px solid;
    padding: 1px 20px;
    border-radius: 12px;
}

/***** Olight *****/
.technical-table{width:100%;}
.technical-table tr{border-bottom:1px solid #c7c7c7;}
th.technical-th{padding-top: 10px;}
td.technical-td{padding:4px 10px;}
td.technical-td:first-child{width:30%;}

.olight{
	width: 100% !important;
    display: block;
    border-radius: 0px !important;
	margin: 0 !important;}
.olight_sm{display:none;}
.border-ress{border-bottom:none!important;}

@media(max-width:480px){
  td.technical-td:first-child{ width: 40%;}
  .olight_pc{display:none;}
  .olight_sm{display:block;}
}