 #contents {
  background:#FFFBEE;
}
.product {
  background:#FFFBEE;
  padding:0.5em;
}
.product .sub-title {
  text-align:right
}
.product h2 {
 border-bottom:1px solid #cf3800
}
.product table.list {
  border-collapse:collapse;
}
.product table.list td,
.product table.list th {
  border:1px solid #929a40;
}
.product .cart-buttom {
  text-align:center;
}
.product .list {
  margin:1em 3%;
  width:90%;
  font-size:0.9em;
}
.product .list th {
 color:#fff;
 font-weight:normal;
 background:#929a40;
 text-align:center;
 padding:0.2em 1em;
}
.product .list td {
  background:#fff;
  padding:0.2em 0.5em;
}
.product .list td.price {
  color:#f00;
}
.product .list td.code,
.product .list td.weight {
  text-align:center;
}
.normal h2, .normal p {
  margin:1em 0;
}

