@charset "utf-8";

/* CSS Document */
.flex-sb {
  display: flex;
  justify-content: space-between;
}

.rajiento-box {
  width: 236px;
  border: 2px solid #ccc;
  padding: 11px;
  position: relative;
  z-index: 1;
}

.height-110 {
  height: 110px !important;
}

.height-114 {
  height: 114px !important;
}

.rajiento-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.rajiento-box:hover {
  border: 2px solid #d70101;
  zoom: 1;
}

.rajiento-off {
  padding: 10px 10px 4px 10px;
  border: 2px solid #d70101;
  color: #d70101;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px
}

.rajiento-on {
  padding: 10px 10px 4px 10px;
  background: #d70101;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px
}

.discount_rate {
  background: #ff0000;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px;
  margin: 5px 10px;
}

.span_list {
  margin-left: 14px;
  text-indent: -14px;
  display: block;
}

.rajiento-off {
  padding: 10px 10px 4px 10px;
  border: 2px solid #d70101;
  color: #d70101;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px
}

.rajiento-on {
  padding: 10px 10px 4px 10px;
  background: #d70101;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px
}

style+script+.el_hdg3 {
  margin-top: 20px;
}

/* 緑ボタン */
.static {
  text-align: center;
  border-radius: 3px;
  text-align: center;
  background-color: #40b11d;
  width: 215px;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 0 14px 0px;
}

.static:hover {
  opacity: 0.7;
}