@charset "euc-jp";

#main_content #left_column {
  margin-top: 10px;
}

#main_content #container {
  margin-top: 8px;
}

.product-image {
  padding-bottom: 30px;
  /*width: 55%;*/
  width: 376px;
  float: left;
}

#box_right_clm {
  /*width: 44%;*/
  width: 345px;
  float: right;
}

  .product-image-main {
    /*text-align: center;*/
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }

  .photo_sub {
    /*width: 800px;*/
    width: 376px;
  }
  .photo_sub ul li {
    display: block;
    float: left;
    margin: 0 16px 30px 0;
    padding: 0;
  }
  .photo_sub ul li:nth-child(4n) {
    display: block;
    float: left;
    margin: 0 0px 0 0;
    padding: 0;
  }
  .photo_sub ul li img {
    width: 78px;
  border: 1px solid #ccc;
  }

.product-order {
  /*margin: 30px 0;*/
  margin: 21px 0 0px 0;
}
.product-order .prduct-option {
  height: 40px;
}
  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
    /*margin-bottom: -20px;*/
  }
    .product-option-select .product-option-wrapper {
      /*width: 345px;*/
      width: 100%;
      height: 50px;
      /*position: relative;
      left: 50%;
      float: left;*/
      display: table;
    }
    .product-option-select .product-option-unit {
      /*width: 300px;*/
    /*width:130px;*/
      /*position: relative;*/
      /*left: -50%;*/
    /*left: -100%;*/
      /*float: left;*/
    /*clear:both;*/
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    padding: 0 0px;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
    }
.product-order-price {
  margin: 40px 0;
  color: #999;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
  .product-order-price li {
    margin: 0 10px;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 40px 0;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  /*display: inline;*/
  display: inline-block;
  position: relative; /* 151222 */
  height: 25px;
}
.product-order-num input {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

.mainImage {
  /*width: 550px;
  height: 366px;*/
  width: 374px;
  height: 374px;
  border: 1px solid #c8c8c8;
}
.input-prepend .arrow_up {
  display:block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 68px;
}
#wrap_num2 .input-prepend .arrow_up {
  display:block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 78px;
}
.input-prepend .arrow_down {
  display:block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 19px;
  left: 68px;
}
#wrap_num2 .input-prepend .arrow_down {
  display:block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 19px;
  left: 78px;
}

.btn-addcart {
  line-height: 24px;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.stock_error,
.product-member-sale-msg {
  margin: 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
  }
    .product-info-lst li {
      display: inline;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }


/*@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;

      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
}
*/




.ie_wrapper .product-order-num .btn {
  display: none;
}



/* 2016.01 add */

#rht_tbl {
  margin-top: 50px;
  margin-bottom: 50px;
}

#rht_tbl td {
  padding: 5px 0;
}
#rht_tbl .cel01 {
  width: 20%;
}
#rht_tbl .cel02 {
  width: 30%;
}
#rht_tbl .cel03 {
  width: 20%;
}
#rht_tbl .cel04 {
  width: 30%;
}

.b_top {
  border-top: 1px solid #000;
}
  
.b_btm {
  border-bottom: 1px solid #000;
}

.btn-lg {
  padding: 5px;
}

.btn-addcart {
  line-height:20px;
}

.product-order-num input {
    padding: 5px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

.google-font {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 200;
    font-family: 'Karla', sans-serif;
  font-size: 12px;
}

.product-unit {
    display: inline !important;
    padding-left: 5px;
    font-size: 14px;
    line-height: 40px;
}

.disable_cartin .btn-01 {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
  border-radius:0px;
  /*margin-left: 20px;*/
  padding: 12px 33px 8px 28px;
  margin-top: 20px;
  font-size:14px;
  font-weight: bold;
  display: block;
  z-index: 10001;
}

.product-option-select .option-select-name {
    /*display: block;*/
  display: inline-block;
    margin: 0;
  width: 25px;
  margin-right: 0px;
  /*float: left;*/
  float: none;
  font-size: 12px;
  color: #252525;
  font-weight: bold;
}


.product-option-select select {
  border: 1px solid #656565;
    background-color: #fff;
  border-radius:0px;
  /*float: left;*/
  float: none;
  font-size: 12px;
  color: #252525;
}
/*.product-option-wrapper select:first-child {
  width: 58px;
}
.product-option-wrapper select:nth-child(2) {
  width: 80px;
}*/

.opt_sel01 {
  
}
.opt_sel02 {
  
}

.product-option-select .product-option-unit {
    /*width: 100px;*/
    /*position: relative;
    left: -50%;
    float: left;
  margin-bottom: 15px;*/
  /*float: left;*/
}

.product-order-exp {
    padding: 0 0 0px 0;
    border-top: none;
    border-bottom: none;
  width: 100%;
  height: auto;
  margin-top: -17px;
}

.tb_tbl {
  width: 345px;
}
.tb_tbl2 {
  width: 220px;
}
.tb_tbl th {
  font-size:12px !important;
  font-weight: normal;
}
.tb_tbl .cel01 {
  width:21%;
}
.tb_tbl .cel02 {
  width: 39%;
}
.tb_tbl .cel03 {
  width: 39%;
}

/*#tb_tbl .trs {
  border-bottom: 1px solid #000;
}*/
.tb_tbl .btp {
  border-top: 1px solid #c4c4c4;
}
.tb_tbl .brt {
  border-right: 1px solid #c4c4c4;
}
.tb_tbl .flt {
  /*float: left;*/
  padding:5px 0;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #c4c4c4;
  color: #7b7b7b;
  font-family: "Hiragino Kaku Gothic ProN","¥á¥¤¥ê¥ª", sans-serif;
}
.tb_tbl tr:first-child {
  border-top: 1px solid #c4c4c4;
  color: #7b7b7b;
}

.tb_tbl tr.bdnon {
  border-top: none;
}

.exp_price {
  font-size: 12px;
  color: #7b7b7b;
  display: block;
  margin-top: -18px;
  text-align: right;
}

.product-order-input {
    margin: -20px 0 20px 0;
    text-align: left;
    padding: 0 0 10px 0;
  ¡¡¡¡position: relative;
}

.product-order-num input {
    padding: 4px;
    width: 50px;
    text-align: left;
  text-indent: 15px;
    font-size: 14px;
    line-height: 1;
  border: 1px solid #656565;
  margin:2px 0px 0 20px;
  color: #000;
}

h2 {
    /*margin: 20px 0 20px 0;*/
    margin: 30px 0 3px 0;
    text-align: left;
  /*padding-left:20px;*/
  font-size: 21px;
  color: #252525;
  font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  font-weight: 100;
  letter-spacing: 0px !important;
}

.prname_sub {
  font-size: 16px;
}

}
.product-option-select .product-option-unit div {
    padding: 0 0px 0 0px;
  float: left;
  width: 150px;
  line-height: 30px;
}




/* select */
/*.product-option-select .opunit01 {*/
.product-option-wrapper .opunit01 {
  /*display: block;*/
  display: table-cell;
  -webkit-display:block;
  -webkit-float: left;
  width: 115px;
  /*float: left;*/
}
.product-option-wrapper .opunit03 {
  /*display: block;*/
  display: table-cell;
  -webkit-display:block;
  -webkit-float: left;
  width: 205px;
  /*float: left;*/
}
 .opunit03 .option-select-name {
  width: 13px;
 }
.product-option-select .slt01 {  
  /*width: 100%;*/
  width: 58px;
  /*padding: 10px;*/
  padding: 2px 2px 2px 10px;
  line-height:16px;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  background: #fff;
  background: url(https://img21.shop-pro.jp/PA01340/647/etc/ico_down.gif?cmsp_timestamp=20160114155148) 92% 50% no-repeat;
  /*background-size: 20px, 100%;*/
}
.product-option-select .slt03 {  
  /*width: 100%;*/
  width: 102px;
  /*padding: 10px;*/
  padding: 2px 2px 2px 7px;
  line-height:12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  background: #fff;
  background: url(https://img21.shop-pro.jp/PA01340/647/etc/ico_down.gif?cmsp_timestamp=20160114155148) 96% 50% no-repeat;
  /*background-size: 20px, 100%;*/
}
/*.product-option-select .opunit02 {*/
.product-option-wrapper .opunit02 {
  width: 145px;
  /*display: block;*/
  display: table-cell;
  -webkit-display:block;
  -webkit-float: left;
  /*float: left;*/
}
.product-option-select .slt02 {
  /*width: 100%;*/
  width: 90px;
  /*padding: 10px;*/
  padding: 2px 2px 2px 7px;
  line-height:12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  background: #fff;
  background: url(https://img21.shop-pro.jp/PA01340/647/etc/ico_down.gif?cmsp_timestamp=20160114155148) 95% 50% no-repeat;
  /*background-size: 20px, 100%;*/
}
.slt01::-ms-expand {
  display: none;
}
.slt03::-ms-expand {
  display: none;
}
.slt02::-ms-expand {
  display: none;
}

.product-option-wrapper #wrap_num {
  /*display: block;*/
  display: table-cell;
  -webkit-display:block;
  width: 105px;
  height: 35px;
  /*float: right;*/
  position: relative;
  -webkit-position: absolute;
  -webkit-top: 0;
  -webkit-left: 250px;
}
.product-option-wrapper #wrap_num2 {
  /*display: block;*/
  display: table-cell;
  -webkit-display:block;
  width: 205px;
  height: 35px;
  /*float: right;*/
  position: relative;
  -webkit-position: absolute;
  -webkit-top: 0;
  -webkit-left: 250px;
}
#wrap_num2 .product-order-num input {
  margin: 2px 0px 0 30px;
}

#wrap_num .unitnum {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size:12px;
  line-height: 30px;
  font-weight: bold;
  color: #252525;
}
#wrap_num2 .unitnum {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0px;
  font-size:12px;
  line-height: 30px;
  font-weight: bold;
  color: #252525;
}
.product-order {
  position: relative;
}
.product-order .unitnum_2 {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0px;
  font-size:12px;
  line-height: 30px;
  font-weight: bold;
  color: #252525;
}
.product-order .inp01_2 {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 10px;
}
/* google chromeÍÑ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .product-option-wrapper .opunit01 {
  display:block;
  float: left;
  width: 110px;
  height: 35px;
  }
  .product-option-wrapper .opunit02 {
  width: 120px;
  height: 35px;
  display:block;
  float: left;
  }
  .product-option-wrapper #wrap_num {
  display:block;
  width: 105px;
  height: 35px;
  /*position: relative;*/
  position: absolute;
  top: -1px;
  left: 110px;
  }
   .product-option-wrapper #wrap_num2 {
  display:block;
  width: 105px;
  height: 35px;
  /*position: relative;*/
  position: absolute;
  top: -1px;
  left: 140px;
  }

}

/* fire foxÍÑ */
@-moz-document url-prefix() {
  .product-option-wrapper .opunit01 {
  display:block;
  float: left;
  width: 105px;
  height: 35px;
  }
  .product-option-wrapper .opunit02 {
  width: 120px;
  height: 35px;
  display:block;
  float: left;
  }
  .product-option-wrapper #wrap_num {
  display:block;
  width: 105px;
  height: 35px;
  /*position: relative;*/
  position: absolute;
  top: -1px;
  left: 250px;
  }
  .product-option-wrapper #wrap_num2 {
  display:block;
  width: 105px;
  height: 35px;
  /*position: relative;*/
  position: absolute;
  top: -1px;
  left: 145px;
  }
}


#wrap_num .inp01 {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 10px;
}
#wrap_num .inp01 {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 10px;
}


.product-order-exp #box_disp {
  /*position: absolute;
  top: 315px;
  left:0;*/
}
#box_disp .subttl {
  width: 100%;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid #868686;
  margin: 0 0 8px 0;
  color: #7b7b7b;
  font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  font-weight: 100;
  letter-spacing: 1px;
}
#box_disp .prg {
  font-size: 12px;
  color: #7b7b7b;
  margin-bottom: 30px;
  line-height: 20px;
}
#box_disp .prg2 {
  font-size: 12px;
  color: #7b7b7b;
  margin-bottom: 18px;
  line-height: 20px;
}

.product-order-input .btn_buy1 {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  /*z-index: 10000;*/
}


.product-order-input .btn_buy2 {
  display: block;
  margin-top: 42px;
  margin-bottom: 20px;
  z-index: 10000;
}

.img_txt1 {
  display: inline-block;
  width: 376px;
  margin-top: 5px;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
  height: 12px;
}
.img_txt2 {
  display: inline-block;
  width: 82px;
  margin-top: 5px;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
}

.wrap_chart {
  margin: 20px auto 15px auto;
}
.wrap_chart_b {
  margin: 0px auto 15px auto;
  border-top: 1px solid #c9c9c9;
  padding-top: 20px;
}


.fltclear {
  clear: both;
  height: 0;
  width: 0;
}