@charset "euc-jp";

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

.history-title {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 20px;
  margin-bottom: 20px;
}

.table-product-entry {
  border-bottom: 1px solid #ddccbf;
}

.table-product-entry th,
.table-product-entry td {
  border-top: 1px solid #ddccbf;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}

.product-order .disable_cartin .btn-lg,
.product-order .disable_quick .btn-lg {
  background-color: #80273f;
  font-size: 16px;
  color: #fff;
  border: 2px solid #80273f;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #D6C0AF;
  -webkit-box-shadow: 2px 2px 2px #D6C0AF;
  -moz-box-shadow: 2px 2px 2px #D6C0AF;
  transition: .4s;
}

.product-order .disable_cartin .btn-lg:hover,
.product-order .disable_quick .btn-lg:hover {
  background: #fff;
  color: #80273f;
}

.input-append,
.input-prepend {
  margin-bottom: 0;
  border: 1px solid #b3b3b3;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  border-radius: 0;
  border: 0;
  border-right: 1px solid #b3b3b3;
  margin: 0;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  border-radius: 0;
  border: 0;
  border-left: 1px solid #b3b3b3;
  margin: 0;
}

.input-prepend.input-append input {
  font-size: 20px;
  padding: 7px 5px;
  border: 0;
}

.product-order-exp {
  line-height: 1.8;
}

.taste {
    overflow: hidden;
    margin-top: 20px;
}

.taste ul {
  margin: 0;
}

.taste ul li  {
  display: inline-block;
  margin-left: 1%;
  float: left;
  width: 19%;
  font-size: 12px;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  box-sizing: border-box;
}

.taste ul li:first-child {
  margin-left: 0%;
}

.taste ul .black {
  background: #333;
  color: #fff;
}

.tastetx {
  display: table;
  width: 100%;
  font-size: 12px;
  margin-bottom: 15px;
}

.tastehard {
  display: table-cell;
  text-align: left;
}

.tastelight {
  display: table-cell;
  text-align: right;
}

