#school_header {
  background: #fff;
}

#school_header .inner {
  padding-top: 0;
}

#other_area {
  padding: 0;
}

#other_area .event_list_area {
  width: 100%;
}

#other_area .event_list_area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#other_area .event_list_area li {
  width: 48%;
}

/*# sourceMappingURL=../../maps/school/css/event.css.map */
