h5  {
  text-align: left;
  border-bottom: 1px solid black;
}

  .sat {
    background  : lightblue;
  }
  .sun {
    background  : pink;
  }
  .normal {
    background  : #fff;
  }
/*
  .past {
    background  : #eee;
  }
  .font-sm  {
    font-size   : 90%;
    line-height   : 20px;
  }
  .applyBtn {
    display: inline-block;
    padding : 10px 30px;
    color   : #fff;
    border-width  : 2px;
    border-style  : double;
    border-color  : #fff;
    border-radius : 8px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
    font-weight   : bold;
    font-size     : 85%;
    text-decoration : none;

    background: -moz-linear-gradient(to bottom,#FFF,#66A266 20%,#006500); 
    background: -webkit-linear-gradient(to bottom,#FFF,#66A266 20%,#006500);
    background: linear-gradient(to bottom,#FFF,#66A266 20%,#006500); 
  }

  .font-black {
    color : #000;
  }
  .font-red {
    color : #f00;
  }
  .subj-year  {
    font-size : 110%;
  }
  .subj-month  {
    font-size : 120%;
  }
  .closed {
    font-size   : 105%;
    font-weight : bold;
    color       : #f00;
  }
  table.cal th,  table.cal td   {
    font-family : 'ＭＳ Ｐゴシック';
    color       : black;
    font-size : 80%;
  }
*/

  .table-list {
    border-collapse: collapse;
    width: 100%;
  }
  .table-list caption {
    text-align: left;
    padding: 3px;
  }
  .table-list th {
    border: 1px solid black;
    padding: 5px;
    background: lightblue;
    font-size: 90%;
  }
  .table-list td {
    border: 1px solid black;
    padding: 5px;
    font-size: 90%;
  }
  .highlight{
    background: yellow;
  }
  .text-red {
    color: red;
  }
  .hidden {
    display: none;
  }

  .explan {
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .explan-list {
    text-align: left;
    margin-left: 30px;
    font-size: 90%;
    line-height: 26px;
  }



  .table-search {
    width: 650px;
    margin: auto;
  }
  .table-search th {
    border-bottom: 1px solid black;
    padding: 5px;
    width: 100px;
  }
  .table-search-explain {
    text-align: left;
    padding: 10px;
    color: #666;
    width: 650px;
    font-size: 80%;
    margin: auto;
  }

  .pc-disp { display: block; }
  .sp-disp { display: none; }

  .new-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #d9534f;
  }


@media screen and (max-width: 480px) {
  #honbun {
    padding: 15px;
    font-size: 120%;
    line-height: 12px;
  }

    .table-search {
      width: 100%;
    }
    .table-search th {
      width: 20%;
      font-size: 85%;
    }

    .table-search-explain {
      width: 98%;
    }

    .explan-list {
      text-align: left;
      margin-left: 5px;
      font-size: 90%;
      line-height: 26px;
    }

    .cancel-list th {
      font-size: 75%;
    }

    .cancel-list td {
      font-size: 75%;
    }

    .pc-disp { display: none; }
    .sp-disp { display: block; }
    .sp-br { display: block; }
}


