.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}

h2 {
  background-color: #fff;
  padding: 15px;
  border-left: 3px solid #8AB459;
}

h2.item_ttl {
    color: #124d3c;
    font-size: 30px;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
    font-weight: bold;
    border: none;
    padding: 0;
}

strong {
  font-size: 1rem;
}

.product-order-exp {
  font-size: 1.0rem;
  line-height: 1.7;
}

.price_txt {
  font-size: 1.4rem;
  line-height: 1.7;
}

.product-image li {
  width: 48.5%;
  float: left;
  margin-left: 3%;
}

.product-image li:nth-child(2n+1) {
  margin-left: 0;
}

.product-image li img {
  border: 1px solid #D8C9B0;
}

.table-bordered {
  background-color: #fff;
  font-size: 1.2rem;
}

.table th, .table td {
  padding: 12px;
}

.table th {
  background-color: #f4f4f4;
  width: 25%;
  font-size: 1rem;
}

.price_txt .table th, .price_txt .table td {
  padding: 20px;
}

.shop_info {
  padding: 20px 30px 10px;
  border: 2px solid #8AB459;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* ~768px */
.price_txt {
  font-size: 1.2rem;
  line-height: 1.5;
}

.price_txt .table-bordered th {
  width: 40%;
}

}
