<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

.product {
  clear: both;
  width: 100%;
}

.product_images {
  float: left;
  /*width: 585px;*/
  /* 20171022 追加 CSS */
  width: 565px;
  margin-left: 20px;
}

.product_details {
  float: right;
  box-sizing: border-box;
  padding-left: 30px;
  /*width: 615px;*/
  /* 20171022追加CSS */
  width: 595px;
  margin-right: 20px;
}

.prd_opt_src {
  display: none !important;
}
.product_image {
  margin-bottom: 0;
}
.product_image_main {
  position: relative;
  float: left;
  width: 100%;
}
  .product_image_main img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    height: auto;
  }
.fa-chevron-circle-left {
	position: absolute;
    top: 250px;
    left: 0px;
    opacity: 0.3;
}
.fa-chevron-circle-right {
	position: absolute;
    top: 250px;
    right: 0px;
    opacity: 0.3;
}
.fa-chevron-circle-left:hover ,
.fa-chevron-circle-right:hover {
	opacity: 1.0;
    cursor: pointer;
}
.product_image_thumb {
  text-align:center;
  width: 100%;
  margin-top: 30px;
}

.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align:center;
}
.product_image_thumb li:nth-child(5n) {
  margin-right: 0;
}

.product_image_thumb img {
  max-width: 75%;
  width: 89px;
  height: auto;
  text-align:center;
}

.product_exp {
  clear: both;
  padding-top: 2em;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}

.product_info_block {
  padding-top: 2em;
  font-family: 'Open Sans', sans-serif;
}
  .product_spec_block {
     width: 100%;
    margin-bottom: 3em;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 15px;
    box-sizing: border-box;
  }
    .product_spec_block table {
      width: 100%;
    }
      .product_spec_table {
      }
      .product_spec_table th {
        padding: 1em .5em 1em 1em;
        border-bottom: 1px solid #888;
      }
      .product_spec_table td {
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        border-bottom: 1px solid #888;
      }
        .product_spec_table th {
          width: 33.333%;
        }
        .product_spec_table td {
          width: 66.666%;
        }
          .product_spec_table select {
            width: 90%;
          }
          .product_order_form input {
            float: left;
            margin-right: .3em;
            padding: .3em;
            width: 3em;
            text-align: right;
          }
          .product_unit {
            padding: .3em;
            float: left;
          }
          .product_init {
            display: none;
          }
          .product_option_table td div {
            margin-bottom: .5em;
          }
  .product_info_lst {
    margin: 0 auto;
    width: 292px;
  }
    .product_info_lst .icon {
      margin-bottom: .7em;
    }
    .product_info_lst a {
      color: #444;
      text-decoration: none;
    }
    .product_info_lst a:hover {
      text-decoration: underline;
    }
  .product_review {
    margin-bottom: 1.5em;
  }
    .product_review a {
      font-weight: bold;
    }
.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
  }

.product_cart_btn {
  display: block;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  width: 292px;
}
  .product_addcart_btn {
    padding: 12px 0;
    border: none;
    border-radius: 0;
    background-color: #e00000;
    cursor: pointer;
    -webkit-appearance:none;
    margin: 30px auto 0;
  }

  .product_addcart_btn.disable {
    background-color: lightgray;
    cursor: default;
  }

  .product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
  }
  .product_member_sale_msg {
    color: #df7676;
  }

.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;

}

.trackback_block {
  clear: both;
}
  .trackback_url {
    padding: .5em;
    width: 60%;
  }
.together_block {
  clear: both;
}


.box  {
  width: 100%;
}

.boxleft  {
    float: left;
  width:700px;
}

.boxright  {
    float: right;
  width: 300px;

}

.producttitle {
  margin-top: 0px;
  margin-bottom: .7em;
  color: #595656;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* ************************************************
*  item_box
* ************************************************ */

.item_box {
  display:inline-block;
  float: left;
  margin: 0 41px 45px 0;
  width: 210px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 10px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  text-align: center;
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

.centerline {
  text-align:center;
}

ul.breadcrumb {
  padding: 8px 0 0;
}

.breadcrumb_block {
  margin: 0 20px 30px;
}

table.product_spec {
  width: 100%;
  margin-top: 30px;
  border-collapse:collapse;
}
table.product_spec th, table.product_spec td {
  text-align: center;
}

table.product_spec td {
  height: 30px;
}

table.product_data {
  border-collapse: collapse;
}

table.product_data thead.product_table_header th {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 40px;
  text-align: center;
  background-color: #dcdcdc;
}

table.product_data thead.product_table_header th.header_first_col {
  border-left: 1px solid black;
}

table.product_data thead.product_table_header th.header_last_col {
  border-right: 1px solid black;
}

table.product_data thead.product_table_header th.selection {
  width: 60px;
}

table.product_data thead.product_table_header th.num_of_product {
  width: 60px;
}

table.product_data td {
  text-align: center;
  height: 40px;
  border-bottom: 1px solid black;
}

table.product_data td.select_area:hover {
  background-color: lightgray; 
}

table.product_data input.pre_product_num {
  width: 45px;
  height: 28px;
  text-align: center;
}

.wrap_together .prd_lst_unit_m {
  width: 28%;
}


.item_number {
  clear: both;
  padding-top: 2em;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}

</pre></body></html>