@charset "euc-jp";

.titLv1 {
  font-size: 28px;
}

.text strong,.text b {
  font-weight: bold;
  color: #00b7ff;
}

#evArea .text {
  box-shadow: 0 0 0 3px #100c11 inset, 0 0 0 6px #00b7ff inset;
}

.text dt {
  color: #fff600;
}

#evArea .event-detail-data-lottery__text {
  display: none;
  text-align: center;
  color: #ff0033;
}

#evArea .event-detail-data-lottery__text.is_attention {
  display: block;
  font-size: 16px;
  font-weight: bold;
  animation: blink_text 0.5s ease 1s infinite;
}

@keyframes blink_text {
  0% {opacity:0.3;}
  100% {opacity:1;}
}

#evArea .lottery-component {
  display: none;
}

#evArea .lottery-component__btn {
  display: block;
  width: 320px;
  height: 65px;
  margin: 10px auto 0;
  padding: 0;
  border: none;
  background: url(https://livede55.com/event/img/lottery/btn_lottery.png) no-repeat;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

#evArea .lottery-component__btn:hover {
  opacity: 0.8;
}

#evArea .lottery-component__btn.is_login {
  background: url(https://livede55.com/event/img/lottery/btn_login.png) no-repeat;
}

#evArea dd.rates img {
  display: block;
  width: 100%;
}

#evArea .text li {
  padding-left: 1em;
  text-indent: -1em;
}

.text .attention li strong {
  color: #ff0000;
}

#evArea .lottery-wrap {
  display: none;
}

#evArea .lottery {
  width: 320px;
  margin: 20px auto;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  background-color: #d5d5d5;
}

#evArea .lottery-number {
  width: 308px;
  margin: 6px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#evArea .lottery-number__title {
  padding: 8px 0;
  background-color: #ff0033;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

#evArea .lottery-number-list {
  margin: 0;
  border: 1px solid #d5d5d5;
  border-radius: 0 0 3px 3px;
  text-align: center;
  list-style-type: none;
}

#evArea .lottery-number-list-item {
  margin: 0 4px;
  padding: 12px;
  border-bottom: 1px solid #d5d5d5;
  color: #222222;
}

#evArea .lottery-number-item:last-child {
  border: none;
}

#evArea .lottery-number-list-item__number {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ff0033;
}
