@charset "EUC-JP";
.product_image {
  padding: 10px 0;
  border: 1px solid #dadada;
  background-color: #fff;
}
  .product_image_main {
    margin: 0 10px 10px;
  }
    .product_image_main img {
      display: block;
      margin: 0 auto;
      border: 1px solid #fff;
      max-width: 100%;
      height: auto;
    }
  .product_image_thumb ul {
    text-align: center;
  }
  .product_image_thumb li {
    display: inline;
    margin-right: 2px;
  }
    .product_image_thumb img {
      margin-bottom: 6px;
      max-width: 65px;
      max-height: 65px;
      vertical-align: top;
      cursor: pointer;
      _width: 65px;
    }

.product_info {
  border: 1px solid #dadada;
  padding: 18px;
  background-color: #fff;
}
  .product_spec {
    float: left;
  }
    .product_spec_table {
      width: 400px;
    }
      .product_spec_table th {
        padding: 8px 0;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        vertical-align: middle;
        border-bottom: 1px solid #dadada;
      }
      .product_spec_table td {
        width: 300px;
        padding: 8px 0;
        vertical-align: middle;
        border-bottom: 1px solid #dadada;
      }
      .product_order_form th, .product_order_form td {
        background-color: #f1f1f1;
      }
        .product_order_form input {
          width: 80px;
          height: 30px;
          margin-right: 4px;
          padding: 0 10px;
          text-align: right;
          line-height: 30px;
          float: left;
          border: 1px solid #dadada;
        }
        .product_init {
          width: 18px;
          margin-right: 4px;
          float: left;
          background-image: url(https://img.shop-pro.jp/tmpl_img/55/product_init_btn.png);
        }
          .product_init li {
            width: 18px;
            height: 14px;
            line-height: 0;
            vertical-align: bottom;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            border: 1px solid transparent;
            font-size: 0;
          }
          .product_init a {
            width: 18px;
            height: 14px;
            zoom: 1;
            display: block;
            
          }
        .product_unit {
          float: left;
          line-height: 32px;
        }
        
      .product_sales {
        font-size: 18px;
        font-weight: bold;
        color: #f00;
      }
  
  .product_social {
    width: 270px;
    float: right;
  }
    .product_social a {
      text-decoration: none;
      color: #000;
    }
    .product_social a:hover {
      text-decoration: underline;
    }
    .product_social li {
      margin-bottom: 4px;
    }
      .product_social_twitter {
        margin-top: 10px;
      }
      .product_social_calamel {
        margin-bottom: 0 !important;
      }
  
  .product_option_table {
    padding-top: 20px;
    clear: left;
    float: left;
  }
  .ie_product_option_table {
    width: 400px;
    float: none;
  }
    .product_option_table table {
      border-collapse: collapse;
    }
      .product_option_table input {
        margin: 0 0 5px;
        width: auto;
      }
      .product_option_table th, .product_option_table td.none {
        background-color: #f1f1f1;
      }
      .product_option_table th, .product_option_table td {
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #dadada;
      }
      .product_option_table .stock_zero {
        color: #f00;
      }

  .product_cart {
    clear: left;
  }
    .product_cart .blk {
      padding-top: 20px;
    }
    .product_cart_table {
    }
    .product_cart_btn {
      width: 184px;
      height: 34px;
      padding: 0;
      display: block;
      background-color: transparent;
      background-image: url(https://img.shop-pro.jp/tmpl_img/55/product_cart_btn.png);
      font-size: 0;
    }
    .product_addcart_btn {
      margin-left: 100px;
      border: none;
      background-position: left -0px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
    }
    .product_quick_order {
      margin-top: 10px;
      margin-left: 100px;
      height: 30px;
      padding: 0;
      background-image: url(https://img.shop-pro.jp/tmpl_img/55/product_quick_btn.png);
      font-size: 0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
    }
      .product_quick_order a {
        display: block;
        height: 100%;
      }
    .product_soldout {
      background-position: left -34px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
    }
    .product_member_sale {
      background-position: left -68px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
    }
    .stock_error {
      width: 394px;
      margin-top: 20px;
      padding: .5em 0;
      display: none;
      text-align: center;
      font-weight: bold;
      color: #f00;
      border: 3px solid #f00;
    }

.wrap_product_cmt {
  margin-bottom: 20px;
  padding: 4px 18px 18px;
  border: 1px solid #dadada;
  background-color: #fff;
}
.product_cmt_by_user {
  padding: 14px 0;
  border-bottom: 1px dotted #dadada;
}
.product_cmt_date {
  margin-bottom: 4px;
}
.product_cmt_title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
}

.product_review_stars {
  height: 14px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/55/product_review_stars.png);
  background-repeat: no-repeat;
  float: left;
  _font-size: 0;
}
  .product_review_star_10 {
    background-position: left -0px;
  }
  .product_review_star_9 {
    background-position: left -14px;
  }
  .product_review_star_8 {
    background-position: left -28px;
  }
  .product_review_star_7 {
    background-position: left -42px;
  }
  .product_review_star_6 {
    background-position: left -56px;
  }
  .product_review_star_5 {
    background-position: left -70px;
  }
  .product_review_star_4 {
    background-position: left -84px;
  }
  .product_review_star_3 {
    background-position: left -98px;
  }
  .product_review_star_2 {
    background-position: left -112px;
  }
  .product_review_star_1 {
    background-position: left -126px;
  }
  .product_review_star_0 {
    background-position: left -140px;
  }
  .product_review_maxstar_1 {
    width: 15px;
  }
  .product_review_maxstar_2 {
    width: 30px;
  }
  .product_review_maxstar_3 {
    width: 45px;
  }
  .product_review_maxstar_4 {
    width: 60px;
  }
  .product_review_maxstar_5 {
    width: 75px;
  }
  .product_review_maxstar_6 {
    width: 90px;
  }
  .product_review_maxstar_7 {
    width: 105px;
  }
  .product_review_maxstar_8 {
    width: 120px;
  }
  .product_review_maxstar_9 {
    width: 135px;
  }
  .product_review_maxstar_10 {
    width: 150px;
  }
.product_cmt_by_owner {
  margin-left: 100px;
  padding: 3px 0 3px 10px;
  border-left: 1px solid #ccc;
}

.trackback_url {
  width: 708px;
  padding: .5em 10px;
  border: 1px solid #dadada;
}

.prd_lst_together .prd_lst_item {
  margin-bottom: 25px;
}