@charset "euc-jp";

/*
detail_sp.css
*/

.detail_section_inner{
	padding: 1rem 1rem 1.5rem;
}
/*発送についての注意事項*/
.delivery_notes{
  background: #ffeb3b87;
  width: 90%;
  padding: 1rem;
  color: #a51e0c;
  margin: 0 auto 1rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

/*ギフトラッピングについて*/
.gift_info{
	padding: 0 .5rem 1rem;
}

/*商品情報 */
.product_exp {
  margin: 6rem auto;
}
  .product_exp_ttl{
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    padding: 1.5rem 0 .7rem 2rem;
    position: relative;
  }
  .product_exp_ttl:before{
    content:"";
    display:inline-block;
    width: 25px;
    height: 25px;
    background:url(http://anfruitiere.com/online/detail/common/icon_product_exp.png
) no-repeat;
    background-size:contain;
    position: absolute;
    bottom: 12px;
    left: 0;
  }
  .product_exp_txt{
    font-size: .9rem;
    line-height: 1.4rem;
    padding: 1rem 0;
  }
 table.product_exp_table{
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-top: 3rem;
 }
 .product_exp_table th {
        color: #000;
        font-size: .7rem;
        font-weight: normal;
        text-align: left;
        width: 25%;
        padding: 1em .5em;
        vertical-align: top;
        border: 1px solid #b6b6b6;
        background: #f3f3f3;
      }
      .product_exp_table td {
        font-size: .7rem;
        padding: 1em .5rem .5em;
        vertical-align: top;
        border: 1px solid #b6b6b6;
      }
.product_detail_info{
  width: 420px;
}
  .product_detail_info > h2{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: bold;
  }
.product_info_block {
  padding-top: 2em;
}
  .product_spec_block {
    float: left;
    width: 65%;
    margin-bottom: 3em;
  }
    .product_spec_block table {
      width: 100%;
    }
      .product_spec_table {
        width: 100%;
        border-top: 1px solid #888;
      }
      .product_spec_table th {
        padding: 2em .5em 2em 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: 35%;
            background-color: #EEE;
            border: none;
            display: inline-block;
            font: inherit;
            height: 30px;
          }
          .product_order_form input {
            float: left;
            margin-right: .3em;
            padding: .3em;
            width: 3em;
            text-align: right;
          }
          .product_order_form .text-titles-list__detail-text {
            width: 85%;
            text-align: left;
          }
          .product_unit {
            padding: .3em;
            float: left;
          }
          .product_init {
            display: none;
          }
          .product_option_table td div {
            margin-bottom: .5em;
          }
          .product_spec_table .product_sales{
            font-size: 1.2rem;
          }

  .product_info_lst {
    width: 30%;
    margin-bottom: 2em;
  }
    .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_soldout_msg {
  background: #9e9e9e;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.1rem;
}
.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}
  .product_addcart_btn {
    width: 100%;
    padding: 1.7em 0;
    border: none;
    border-radius: 0;
    background-color: #df3f29;
    cursor: pointer;
    -webkit-appearance:none;
  }
  .product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
  }
  .product_member_sale_msg {
    color: #df7676;
  }

.button--line_a span{
	font-weight: bold;
}

.product_num_box {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #666;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: .5rem 0 1em;
  padding: 0.6em 1rem;
  text-decoration: none;
  width: 15%;
}

.product_num_box:hover,
.product_num_box:focus {
  outline: none;
}

.product_num_box::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/*セレクトボックス*/
.select_pulldown {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ddd url(http://azumay.itigo.jp/online/sp/common/bottom_b.png) no-repeat center right 8px/16px 16px;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  margin: .5rem 0 1rem;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 40px;
}

.select_pulldown::-ms-expand {
  display: none;
}

.select_pulldown:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
