@charset "EUC-JP";
/* CSS Document */

  .product-coupon-get{
    margin: 20px 5%;
    text-align: center;
  }
  .product-coupon-get a{
  display: block;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 144%;
  font-weight: bold;
  text-decoration: none;
  color:#ffffff;
  background-color: #c10000;
  border-bottom: solid 6px #910000;
  border-radius: 5px;
  }
.product-coupon-get a span{
  font-size: 120%;
}
  .product-coupon-limit {
  padding: 10px;
  color: #ffffff;
  background: #333333;
  border-radius: 22px;
}
