@charset "euc-jp";

.primary__inner {
  padding-top: 10px;
}

#haikei {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 740px;
  height: auto;
  margin: 0 auto 20px;
  padding: 370px 45px 70px;
  background: url(https://assets.angel-live.com/common/event/img/angel_omikuji_bgtop.jpg) top no-repeat, url(https://assets.angel-live.com/common/event/img/angel_omikuji_bgbottom.jpg) bottom no-repeat, url(https://assets.angel-live.com/common/event/img/angel_omikuji_bgrepeat.jpg) repeat-y;
  overflow: hidden;
}


#evArea li {
  list-style: none;
}

#evArea img {
  display: block;
  max-width: 100%;
}

.event-detail-item {
  padding: 20px 3px;
  border-top: 1px solid #666;
  line-height: 1.5;
  color: #ffffff;
}
.event-detail-item:first-child {
  padding-top: 0;
  border-top: none;
}
.event-detail-item:last-child {
  padding-bottom: 0;
}
.event-detail-item.is_term {
  font-weight: bold;
}

.event-detail__title {
  font-weight: bold;
  color: #fff000;
  font-size: 14px;
}

.event-detail-data {
  font-size: 14px;
}

.event-detail-item.is_award img {
  margin-top: 5px;
}

.event-detail-data ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

.text.is_emphasis {
  font-weight: bold;
  color: #fff000;
}

.text.is_warning {
  color: #ff0000;
}

#evArea a:link {
  color: #33ccff;
}
#evArea a:visited {
  text-decoration: none;
  color: #33ccff;
}
#evArea a:active {
  color: #33ccff;
}
#evArea a:hover {
  color: #33ccff;
}