a[target="_blank"]::after {
  content: none;
  display: inline-block;
  width: 0;
  margin-left: 0;
  margin-right: 0;
}

.m-pricetable .m-pricetable__tab__td--cart, .m-pricetable .m-pricetable__tab__td--cart {
  width: auto;
  height: auto;
  max-width:145px;
}

.m-pricetable .m-pricetable__tab__td--cart input[name="btn_AddCart"], .m-pricetable .m-pricetable__tab__td--cart img {
  margin:10px 0;
}

.m-goods-spec-static {
    width:45%;
    float: left;
}

.m-goods-comment {
    width:45%;
    float: right;
}

form.m-cart-form button {
    width:100%;
    margin:10px 0;
    padding:0;
    text-align:center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-border-radius: 45px/48px;
    -moz-border-radius: 45px/48px;
    border-radius: 45px/48px;
    background-color: #069;
    border: solid 2px #af1616;
    background-image: -webkit-linear-gradient(bottom, #c52222, #df3535 41%, #fa4949 71%, #fc6666);
    background-image: -moz-linear-gradient(bottom, #c52222, #df3535 41%, #fa4949 71%, #fc6666);
    background-image: -o-linear-gradient(bottom, #c52222, #df3535 41%, #fa4949 71%, #fc6666);
    background-image: -ms-linear-gradient(bottom, #c52222, #df3535 41%, #fa4949 71%, #fc6666);
    background-image: linear-gradient(to top, #c52222, #df3535 41%, #fa4949 71%, #fc6666);
  }

.m-goods-item__footer {
  text-align:center;
}

.m-goods-item__footer img {
  width:80%;
}

  form.m-cart-form button img {
    padding:6px 0;
    width:80%;
  }

  /* ステンレスボトル */
.THERMO-BOTTLE {
  width:100%;
}
.THERMO-BOTTLE tr {
  border-bottom:1px solid #ccc;
}
.THERMO-BOTTLE .m-pricetable__tab__th--num {
  width:20%;
}

.THERMO-BOTTLE .m-pricetable__tab__th--delivery {
  width:20%;
}

.THERMO-BOTTLE .m-pricetable__tab__th--price2 {
  width:35%;
}

.THERMO-BOTTLE .m-pricetable__tab__th--cart {
  width:25%;
}

.THERMO-BOTTLE-guidance_image {
  width:100%;
  display: inline-block;
  text-align:center;
}

.THERMO-BOTTLE-guidance_image img {
  max-width:100%;
}

.THERMO-BOTTLE-text-right {
  text-align:right;
  display: block;
  font-size: 0.9rem;
  width:100%;
  margin-right:1rem;
}