.recommend__section, .together-block {
  margin: 40px 0 30px 0;
  padding: 40px 0 0 0;
  width : -webkit-calc(100% + 20px  );
 width : calc(100%  + 20px );
  border-top: 1px solid #555;
}
.ttl-h2.hinmei {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  text-align: left;
  font-size: 22px;
  background-image: none;
}
  .table-bordered {
  border: none;
}
.table-bordered th, .table-bordered td {
  border: none;
  text-align: left;
  padding: 10px 0 ;
}
tr.stock_head {
  display: none;
}
.table.product-order-spec {
  width:auto;
  display: inline-block;
  vertical-align: bottom;
}
.table td {
padding: 10px 0 ;
  text-align: left;
}
th.cell_1 {
 white-space: nowrap;
  padding-right: 10px ;
}
td.cell_2 {
 white-space: nowrap;
  padding-left: 10px ;
}
td.cell_2 div {
  display: inline !important;
}
td.cell_2 label {
  display: inline !important;
  margin-left: 10px;
}
.prd-opt-select {
  border: none;
}
.product-order-spec tbody {
  border: none;
  margin-bottom: 10px;
}
th.cell_1 {
  font-size: 14px;
}
.table_price {
  font-size: 14px;
}


.product-image {
  padding-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.product-image img {
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}
.product-image {
   width:180px;
  float:left;
}
.product-image-main {
  margin-bottom: 30px;
 
}

.product-image-main img {
  border: 1px solid #555;
}

.product-image-thumb ul {
  margin: 0;
}

.product-image-thumb li {
  margin-bottom: 20px;
 /* padding: 0 10px;  */
  cursor: pointer;
 /* width: 150px; */
  display: inline-block;
}
/*その他画像の1番めを隠す*/
.product-image-thumb li:nth-of-type(2) {
  display: none;
}

.product-image-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
/*  max-height: 150px;*/
}

.content-wrap {
  width : -webkit-calc(100% - 200px);
  width : calc(100% - 200px);
  margin: 0 0 0 200px;
}

.product-information {
  padding: 0;
}

.product-order {
  margin: 0 auto 30px;
  max-width: 900px;
}

.product-option-table table {
  margin: 0 ;
}

.product-option-table th,
.product-option-table td {
  text-align: center;
  padding: 0;
}

.product-option-table td input[type="radio"] {
  margin-bottom: 5px;
}

.product-order-price {
  margin: 20px 0 10px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.product-order-price li {
  margin: 0 20px;
}

.product-order-regular {
  color: #abaaaa;
  text-decoration: line-through;
}

.product-order-discount {
  color: #b81717;
}

.product-order-input {
  margin: 0 0 10px 0;
  text-align: center;
 display: inline-block;
  vertical-align: bottom;
}

.product-unit {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  line-height: 40px;
}

.input-prepend {
  display: inline-block;
  margin: 10px 0;
}

.input-prepend .btn {
  padding: 10px;
}

.product-order-select {
  font-size: 18px;
  height: 40px;
  line-height: 40px;

}

input.product-init-num {
  padding: 3px 5px;
  width: 50px;
  text-align: right;
  font-size: 14px;
  line-height: 1;
    margin: 10px 0;
}

input.text-titles-list__detail-text {
  width: 70%;
  text-align: left;
}

.btn.btn-addcart {
  border: none;
  padding:5px 0 0 0;
}

.btn-addcart .icon-lg-w {
  margin-right: .5em;
}

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

.product-order-exp {
  padding: 0 0;
  margin-bottom: 0;
}
.product-order-exp hr {
  border-top: 1px dashed #888;
  border-bottom: none;
}

.product-order-spec {
  margin: 0 0 0 0;
  background-color: rgba(0,0,0,0.00);

}

.product-order-spec th {
  width: 40%;
  font-weight: normal;
  border-top: none;
  padding: 5px 10px 5px 0;
  text-align: left;
  box-sizing: border-box;
}

.product-order-spec td {
  width: 60%;
  border-top: none;
  padding: 0 0 0 0;
  text-align: left;
  box-sizing: border-box;
}

.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;
}

.input-append {
  margin: 0;
}

#option_tbl {
  width: 100%;
}
/*
@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }

  .product-image-thumb li {
    width: 18%;
  }

  .product-option-select .product-option-unit {
    margin-bottom: 1em;
  }

  .btn-addcart,
  .btn-quick {
    display: block;
    margin-bottom: 20px;
  }

  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 50%;
    background-color:#990000;
    color:#fff;
  }
  .btn-addcart:hover {
    background-color:#c60000;
    color:#fff;
  }
  
  .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-information {
    padding: 0;
    background: transparent;
  }

  .product-order {
    width: 100%;
  }
}
.ie_wrapper .product-order-num .btn {
  display: none;
}
 */

/* ------------------------------------------------------------------------------------ */
@media only screen and (max-width:879px)  {
  .product-image {
   width:100%;
  float:none;
}

.content-wrap {
  width : -webkit-calc(100%);
  width : calc(100%);
  margin: 0 0 0 0;
}

}


/* ------------------------------------------------------------------------------------ */
@media only screen and (max-width:800px)  {
  
.product-order-spec td {
  width: 50%;
  padding: 5px 0 5px 0;
  text-align: left;
}
  .btn-01.visible-phone {
  border: none;
   border: 1px solid #777;
  font-size:18px;
  padding:5px 5px 5px 5px;
  background-color:#4d4abf;
  width: 40px;
  overflow: hidden;
  line-height: 1;
    text-align:center;
}
input.product-init-num {
  padding: 5px;
  width: 50px;
  text-align: right;
  font-size: 16px;
  line-height: 1;
    margin: 0 0;
   overflow: hidden;
  
}
  
}