@charset "UTF-8";
/* line 8, sass/product.scss */
table#spec {
  border-top: solid 1px #fc042d;
  border-bottom: solid 1px #fc042d;
}
/* line 12, sass/product.scss */
table#spec th, table#spec td {
  border-bottom: solid 1px #fc042d;
  padding-left: 1em;
}
/* line 16, sass/product.scss */
table#spec th {
  background-color: #000;
  color: #fc042d;
}
/* line 20, sass/product.scss */
table#spec td {
  color: #fff;
}

/* line 25, sass/product.scss */
.margin-gentei {
  margin-left: 78px;
}

/* line 30, sass/product.scss */
#houjinBox .shop-image {
  width: 285px;
  height: 285px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}
/* line 37, sass/product.scss */
#houjinBox .shop-image img.hoilzon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 46, sass/product.scss */
#houjinBox h3 {
  font-size: 1rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
  border-bottom: solid 1px #e60012;
}
/* line 54, sass/product.scss */
#houjinBox .badge {
  font-weight: normal;
  font-size: 0.8rem;
}
