@charset "utf-8";
/* CSS Document */
/*サイドメニュー*/
#kaisyobi #main_menu #menu05 {
  background: #DEF2D9;
}

#kaisyobi table.kaisyobi_table {
  width: 85%;
  margin: 0 auto 30px auto;
}

  #kaisyobi table.kaisyobi_table th {
    padding: 10px 0;
    background: #686f80;
    color: #fff;
    text-align: center;
    border-right: 1px solid #b4b4b4;
  }

    #kaisyobi table.kaisyobi_table th:last-child {
      border-right: none;
    }

  #kaisyobi table.kaisyobi_table td {
    width: calc(100%/7);
    height: 10vh;
    padding: 10px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
  }

    #kaisyobi table.kaisyobi_table td:last-child {
      border-right: none;
    }

    #kaisyobi table.kaisyobi_table td.close {
      background: #dcdcdc;
    }
/********************
ヘッダー部
********************/
#kaisyobi section.kaisyobi_head .plan_head {
  width: 100%;
  height: 70px;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box; /*20210716*/
}

#kaisyobi section.kaisyobi_head .plan_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

  #kaisyobi section.kaisyobi_head .plan_date .date {
    font-size: 2.3vw;
    color: #515d62;
    font-family: monospace, serif;
  }
  /*20210716ここから*/
  #kaisyobi section.kaisyobi_head .plan_date .day_prev, #kaisyobi section.kaisyobi_head .plan_date .day_next {
    line-height: 0;
  }
    /*20210716ここまで*/
    #kaisyobi section.kaisyobi_head .plan_date .day_prev img {
      width: 2.3vw;
      margin-right: 1.0em;
    }

    #kaisyobi section.kaisyobi_head .plan_date .day_next img {
      width: 2.3vw;
      margin-left: 1.0em;
    }

#kaisyobi div.kaisyobi_msg {
  margin: 0 0 0 auto;
  width: 92.5%;
}
