@charset "UTF-8";
#event_page .inner_block {
  padding-bottom: 60px;
}

#event_page h3 {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    background-color: #E3CDAC;
    margin-bottom: 20px;
    margin-right: 25px;
}

#event_page .left {
    width: 100%;
    text-align: center;
}



#event_page .right {
  width: 255px;
}


#event_page .right .mobile {
  padding: 5px 0;
  background-color: #fff1da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bda786;
}

#event_page .right .mobile h5 {
  text-align: center;
}

#event_page .right .mobile p {
  width: 230px;
  margin: 0 auto;
}

#event_page .right .mobile p:nth-of-type(1) {
  text-align: center;
  padding: 15px 0;
}

#event_page .right .mobile p a {
  color: #fa6487;
  text-decoration: underline;
}

#event_page .event_detail {
    margin: 0 auto;
    width: 800px;
}

#event_page .event_detail p :nth-child(1) {
    width: 800px;
}
#event_page .event_detail p:nth-child(2)  {
    color: #2b7bb9;
    margin: 10px;
    width: 790px;
}
#event_page .event_detail p:nth-child(3)  {
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
    width: 790px;
}
#event_page .event_detail p:nth-child(4)  {
    margin: 10px;
    width: 790px;
    line-height: 1.6;
    color: #333;
}