@charset "UTF-8";






/*
携帯用
========================================================= */
@media (max-width: 700px){

#closebtn{
  background-color: #00a096;
  padding: 10px 10px;
  color: #fff;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: block;
  position: relative;
  bottom:30px;
  margin: 0 auto;
  font-size: 12px;

}

  .t-body{ /*テーブルのラップ*/
    position: relative;
    width: 95%;
    margin: auto;
    top:30px;
    padding-bottom: 80px;
    padding-top: 40px;
  }


    th,td{
      border: solid 1px #00a096;
      padding: 5px;      /* 余白指定 */
      font-size: 12px;
      line-height: 1.5;
      font-family: 'Noto Sans JP', sans-serif;
  }
  
  .table-week{
      text-align: center;
  }
  
  
  .clinical{
  color: #00a096;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  }
  
  .annotation{
      font-size: 8px;
      line-height: 1px;
  }
  
  .table-caption{
      font-size: 15px;
      font-weight: bold;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      padding-bottom: 10px;
      color: #00a096
  }
  
  .closed{
      color: #f67690;
      font-weight: bold;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  

  

}
