@charset "euc-jp";

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

.event-detail {
  box-sizing: border-box;
  width: 740px;
  height: 1141px;
  padding: 590px 55px 180px 55px;
  margin: 25px 0 60px 30px;
  background: url(https://assets.chatpia.jp/common/event/img/hyakumonogatari.jpg) no-repeat;
  font-family: "Hiragino Kaku Gothic Pro", "�ҥ饮�γѥ� Pro W3", "�ᥤ�ꥪ",Meiryo, "�ͣ� �Х����å�", sans-serif;
  line-height: 1.7em;
  color: #fff;
  letter-spacing: 0px;
}

.event-detail__title {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}

.event-detail-data {
  font-size: 14px;
  margin-bottom: 20px;
}

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

.event-detail-data__text {
  margin-bottom: 12px;
  font-size: 14px;
}

.event-detail-data__text.is_emphasis {
  font-weight: bold;
  color: #cb9dff;
}

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

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

.text.is_accent {
  color: #ff0000;
}
