/*
.sybarite(){
  font-family: sybarite, serif;
  font-weight: 600;
  font-style: normal;
}
*/
#contents {
  padding-bottom: 50px;
}
#contents #main_contents {
  margin: auto;
}
.eventHeader {
  width: 96%;
  display: grid;
  grid-template-columns: 1fr 1fr 230px;
  grid-template-rows: 40px 1fr;
  margin: auto;
  margin-top: 20px;
}
.eventHeader > h2 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: center;
  color: #ff5f6f;
  font-size: 24px;
  font-weight: 600;
}
.eventHeader > img {
  width: 200px;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  justify-self: end;
  align-self: center;
  display: block;
  border-radius: 3px;
}
.eventHeader .dateArea {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  justify-self: start;
  background: #ff5f6f;
  background: linear-gradient(90deg, #ff5f6f 0%, #fcad4f 50%, #ff5f6f 100%);
  color: #666666;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border-radius: 10px;
}
.liner {
  background: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 100%);
  width: 100%;
  height: 1px;
  display: block;
  margin: auto;
  margin-top: 10px;
}
.eventBody {
  margin: 20px auto;
  width: 96%;
  min-height: 700px;
  font-size: 18px;
}
.eventBody * {
  max-width: 100%;
}
.top_navi {
  border-top: solid 1px #959595;
  border-bottom: solid 1px #959595;
  width: 985px;
  height: 40px;
  font-size: 10px;
}
.top_navi > ul {
  list-style: none;
  margin: 0px;
}
.top_navi > ul li {
  width: 196px;
  height: 40px;
  border-left: solid 1px #959595;
  display: block;
  float: left;
  text-align: center;
  transition: 300ms;
}
.top_navi > ul li > i {
  color: #ff5f6f;
  font-size: 20px;
}
.top_navi > ul li a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center 2px;
  padding-top: 5px;
  display: block;
  width: 196px;
  height: 15px;
  color: #ff5f6f;
  line-height: 1;
}
.top_navi > ul li a.side {
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  padding-top: 0;
}
.top_navi > ul li.left {
  border-left: hidden;
}
.top_navi > ul li:hover {
  background-color: #ff5f6f;
  color: #fffffe;
}
.top_navi > ul li:hover a,
.top_navi > ul li:hover i {
  color: #fffffe;
}
