@charset "euc-jp";

.event-detail-wrap {
  border: 1px solid #b7b7b6;
  background: #fff;
}

.event-detail {
  width: 720px;
  padding: 625px 30px 35px;
  margin: 32px auto;
  box-sizing: border-box;
  background: url(https://assets.chatpia.jp/common/event/img/mzi1gp2020_bg_head.jpg) no-repeat top, url(https://assets.chatpia.jp/common/event/img/mzi1gp2020_bg_bottom.jpg) no-repeat bottom, url(https://assets.chatpia.jp/common/event/img/mzi1gp2020_bg_repeat.jpg) repeat-y;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "\\\\?\ Pro W3", "\\?\\", "Yu Gothic", "\\\\", Meiryo, sans-serif;
  color: #fff;
}

.event-detail__title {
  color: #fff000;
  font-weight: bold;
}

.event-detail-data:not(:last-child) {
  margin-bottom: 30px;
}

.event-detail-data.is_term {
  font-weight: bold;
  font-size: 16px;
}

.event-detail-data__image {
  display: block;
  width: 380px;
  max-width: 100%;
  margin-top: 5px;
}

.event-detail-data__image:first-child {
  margin-top: 0;
}

.event-detail-data-list {
  list-style-type: none;
}

.event-detail-data-list-item {
  padding-left: 1em;
  text-indent: -1em;
}

.text.is_daytime {
  color: #ff9900;
}

.text.is_night {
  color: #9999ff;
}

.text.is_emphasis{
  font-size: 16px;
  color: #fff000;
}

.text.is_accent {
  color: #ff0000;
}
