/* 番組の枠 */
.content-box {
    border: solid 1px gray;
    border-radius: 3px;
  }
  
  .content-box-kids {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #eedf6a;
  }
  
  .content-box-morning {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #b7dfe2;
  }
  
  .content-box-all-level {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #a8d4f1;
  }
  
  .content-box-para {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #a3d4c5;
  }
  
  .content-box-beginner {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #c1ddb1;
  }
  
  .content-box-advance {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #cab7d7;
  }
  
  .content-box-white {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #9e9e9c;
  }
  
  .content-box-free-roll {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #6578b9;
  }
  
  .content-box-grap-beginner {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #f6c2b9;
  }
  
  .content-box-grap-free {
    border: solid 1px gray;
    border-radius: 3px;
  
    /* 背景色 */
    background-color: #ea7759;
  }
  