@charset "euc-jp";

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

.event-detail {
  box-sizing: border-box;
  width: 720px;
  min-height: 917px;
  margin: 25px auto 60px;
  padding: 330px 40px 45px;
  background: url(https://assets.chatpia.jp/common/event/img/celebration/bg_18th.png) top no-repeat, url(https://assets.chatpia.jp/common/event/img/celebration/bg_bottom.png) bottom no-repeat, url(https://assets.chatpia.jp/common/event/img/celebration/bg.png) repeat-y;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
  line-height: 1.7em;
  color: #ffffff;
}

.event-detail-box__title {
  font-size: 16px;
  font-weight: bold;
  color: #e50000;
}

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

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

.event-detail-box-data__text:not(:last-of-type) {
  margin-bottom: 12px;
}

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

.event-detail-box-data__image:not(:last-of-type) {
  margin-bottom: 15px;
}

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

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

.text.is_daytime {
  color: #ff9600;
}

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

.text.is_emphasis {
  font-size: 16px;
  font-weight: bold;
  color: #ccff00;
}

.text.is_accent {
  color: #ff0000;
}
