@charset "euc-jp";
.text-left .btn{
  margin-left:0;
  margin-bottom:2rem;
}
.product-detail{
  display:flex;
  margin-top:4rem;
}

.icon_lst a.btn{
  margin-left:0;
}
.product_detail{
  margin-top:3rem;
}
.product-detail .product_image{
  width:35%;
}
.product-detail .detail{
  width:65%;
  text-align:left;
}
.ttl_h2{
  text-align:left;
}
.prd_opt_src {
    display: none !important;
}

.product_image {
    margin-bottom: 0;
}

.product_image_main {
    float: left;
    width: 74.468%;
}

.product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.product_image_thumb {
    float: right;
    width: 24.468%;
}

.product_image_thumb li {
    float: left;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 6.521%;
    width: 43.478%;
}

.product_image_thumb img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.product_exp {
    clear: both;
    line-height: 1.6;
}

.product_info_block {
    padding-top: 2em;
}

.product_spec_block {
    width: 100%;
    margin-bottom: 3em;
}

.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 {
    width: 100%;
    margin-bottom: 2em;
}
.shop section .product_info_lst ul li,
.shop section .product_info_lst ul li:last-of-type{
  width: 100%;
  margin-left:0;
}
.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: 1em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 123.076%;
}

.product_addcart_btn {
    float: left;
    width: 55%;
    padding: 1.2em 0;
    border: none;
    border-radius: 0;
    background-color: #df7676;
    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;
}

.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;
}
.back-area{
  border-top:1px solid #eee;
  margin-top:2rem;
  padding-top:2rem;
}

@media screen and (max-width: 768px){
  .product_image_main{
     text-align:center;
    width:100%;
  }
  .product-detail{
  display:block;
  margin-top:2rem;
}
  .product-detail .product_image{
  width:100%;
   
}
.product-detail .detail{
  width:100%;
  margin-top:2rem;
  text-align:left;
}
  .shop #post table {
    width: 100%;
    margin-bottom: 20px;
}
}