@charset "UTF-8";
#dailyschedule {
  background: #fff; }
  #dailyschedule h2 {
    border-bottom: 1px solid #ee8e3a;
    background: #fbecdf url(../../img/daily_schedule.png) repeat;
    -moz-background-size: 100px;
    -o-background-size: 100px;
    -webkit-background-size: 100px;
    background-size: 100px; }
  #dailyschedule .message {
    padding: 100px 0;
    margin: 0;
    background: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center; }
  #dailyschedule .container {
    width: 920px;
    padding: 100px 20px;
    margin: 0 auto; }
  #dailyschedule .photos {
    padding: 40px 0;
    background: #fafafa; }
    #dailyschedule .photos ul {
      width: 1000px;
      padding: 0;
      margin: 0 auto;
      list-style: none;
      *zoom: 1; }
      #dailyschedule .photos ul:after {
        content: "";
        display: table;
        clear: both; }
    #dailyschedule .photos li {
      width: 20%;
      padding: 0 10px;
      float: left; }
    #dailyschedule .photos .photo {
      width: 180px;
      height: 180px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      margin: 0 auto;
      position: relative;
      overflow: hidden; }
    #dailyschedule .photos img {
      width: 100%; }
  #dailyschedule table {
    width: 100%;
    font-size: 14px; }
    #dailyschedule table th {
      padding: 20px 0;
      background: #fbecdf;
      color: #703400; }
    #dailyschedule table tr:first-child th {
      background: #fba051;
      color: #fffaf5; }
    #dailyschedule table td {
      padding: 20px;
      border: 1px solid #eee; }
    #dailyschedule table .time {
      width: 15%; }

@media screen and (max-width: 1000px) {
  #dailyschedule > .container {
    width: auto;
    padding: 100px 0;
    margin: 0 20px; }
  #dailyschedule .photos ul {
    width: 600px;
    text-align: center; }
  #dailyschedule .photos li {
    display: inline-block;
    width: 33%;
    padding: 10px;
    float: none; } }
@media screen and (max-width: 800px) {
  #dailyschedule .message {
    font-size: 18px;
    letter-spacing: 2px; } }
@media screen and (max-width: 768px) {
  #dailyschedule .message {
    padding: 60px 10px; }
  #dailyschedule .photos ul {
    width: auto; } }
@media screen and (max-width: 650px) {
  #dailyschedule .photos li {
    width: 48%; } }
@media screen and (max-width: 425px) {
  #dailyschedule > .container {
    padding: 46px 0 40px 0; }
  #dailyschedule .message {
    font-size: 14px; }
  #dailyschedule .photos .photo {
    width: 130px;
    height: 130px; } }
