@charset "euc-jp";
span.sold_out {
  display: block;
  background: #666;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}

.view_more a {
  display: block;
  box-sizing: border-box;
  width: 240px;
  margin: 60px auto 0 auto;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background-color: #111;
  color: #fff;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: normal;
}
.view_more a:hover {
  background-color: #333;
}

.for_business {
  width: 100%;
}
.for_business ul {
  display: flex;
  justify-content: center;
  background: white;
  margin-top: 25px;
  padding: 30px 0;
  border-radius: 8px;
}
.for_business a {
  margin-top: 0;
  width: 280px;
  margin: 0 15px;
  padding: 15px 0;
  background: #217fc0;
}
.for_business a:hover {
  background: #335599;
}

a.can_buy {
  background: #79a448;
}

a.business_user {
  background: #FF4D26;
}

a.business_user:hover {
  background: orange;
}

a.soldout_glay {
  background: #444;
}