@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: 350px 45px 50px;
  background: url(https://assets.angel-live.com/common/event/img/suigo_bgtop.png) top no-repeat, url(https://assets.angel-live.com/common/event/img/suigo_bgbottom.png) bottom no-repeat, url(https://assets.angel-live.com/common/event/img/suigo_bgrepeat.png) 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: #fcf512;
  font-size: 14px;
}

.event-detail-data {
  font-size: 14px;
}

.event-detail-item.is_price 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: #ff66ae;
}

.text.is_warning {
  color: #ff0000;
}

.text.is_primary {
  font-weight: bold;
  color: #22cf5c;
}

.text.is_secondary {
  font-weight: bold;
  color: #fcff32;
}

.text.is_tertiary {
  font-weight: bold;
  color: #447cff;
}

.text.is_quaternary {
  font-weight: bold;
  color: #ff6161;
}

.text.is_quinary {
  font-weight: bold;
  color: #ff6dab;
}

#evArea a:link {
  color: #33ccff;
}
#evArea a:visited {
  text-decoration: none;
  color: #33ccff;
}
#evArea a:active {
  color: #33ccff;
}
#evArea a:hover {
  color: #33ccff;
}