#main-contents table.wrap {
  width: 100%;
  margin-bottom: 0.5em;
}

#main-contents table.wrap th {
  width: 50px;
  text-align: center;
}

#main-contents table.wrap td {
  vertical-align: top;
  padding: 0;
  border: 1px solid #a7a7a7;
}

#main-contents table.program {
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 0;
  width: 100%;
}

#main-contents table.program td {
  display: block;
  width: 95%;
  vertical-align: top;
  padding: 10px;
  border: none;
}

#main-contents table.program td.none {
  display: none;
}

#main-contents table.program h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}

#main-contents table.program p {
  margin: 0;
  margin-left: 1em;
}

@media screen and (min-width: 580px) {
  #main-contents table.wrap {
    margin-bottom: 1em;
    border: 1px solid #a7a7a7;
    border-bottom: 2px solid #a7a7a7;
    border-top: 2px solid #a7a7a7;
  }
  #main-contents table.wrap th {
    border: 2px solid #a7a7a7;
    border-right: 1px solid #a7a7a7;
  }
  #main-contents table.wrap td {
    border-bottom: none;
  }
  #main-contents table.program td {
    display: table-cell;
    width: 25%;
    border: 1px solid #a7a7a7;
    border-bottom: none;
    font-size: 12px;
  }
  #main-contents table.program tr.first td {
    border-top: none;
  }
  #main-contents table.program td.none {
    display: table-cell;
  }
  #main-contents table.program h3 {
    font-size: 16px;
  }
  #main-contents table.program p {
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */