@charset "UTF-8";


/*=============================================== 
  event
===============================================*/
#Event section:last-child {
    margin-bottom: 80px;
}
#Event .wrapper_inner {
  padding: 40px 0 0px;
  width: 640px;
  margin: auto;
}
#Event .wrapper_inner .Date {
  margin-bottom: 3px;
  font-size: 12px;
}
@media screen and (max-width: 640px){
#Event .wrapper_inner {
    width: 96%;
}
}
#Event h3 {
    background-color: #004ea1;
    color: #fff;
    padding: 10px 14px;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: .8em;
}
#Event table {
  max-width: 100%;
  margin-top: 15px;
}
#Event table td ,
#Event table th {
  padding: 4px;
}
#Event table td img ,
#Event table th img {
  width: 100%;
  height: auto;
}