@charset "utf-8";
/* CSS Document */
/*サイドメニュー*/
#class_master ul#main_menu li#menu04 {
  background: #DEF2D9;
}
/*20210716ここから*/
#class_master #grid_wrapper:not(.no-sidenavi) {
  grid-template-columns: 260px 260px auto;
}
/*20210716ここまで*/
#class_master .open_classlist {
  z-index: 1; /*20210716*/
  position: relative; /*20210716*/
  /*top: 8.5vh;*/ /*20210716*/
  /*left: 13.5%;
    width:13.5%;*/
  width: 260px;
  /*left: 260px;*/ /*20210716*/
  height: calc(100vh - 8.9vh); /*20210716*/
  overflow-y: auto;
  box-shadow: 3px 0 5px 0 #DCDCDC;
  background: #FBFBFB;
}
/*#class_master #main_menu_classlist{
	overflow-y:scroll;
	height:100vh;
}*/
#class_master li.class_list_one {
  display: block;
  padding: 25px 0 25px 15px;
  border-bottom: 1px solid #DCDCDC;
  font-size: 120%;
  cursor: pointer;
  word-wrap: break-word;
}

#class_master .class_list_one_1 {
  background: #DEF2D9;
}

#class_master li.class_list_last {
  height: 40px;
}

#class_master .class_list_class {
  background: #eee;
}

#class_master button.btn_new {
  width: 100%;
  background: url(../img/plus_2.png) 85% 30px no-repeat, linear-gradient(to left, #2ED803, #07C184);
  border: none;
  font-size: 120%;
  color: #ffffff;
  padding: 21px 0 20px 20px;
  text-align: left;
}

#class_master button.btn_search {
  width: 100%;
  background: url(../img/arrow_enji.png) 85% 30px no-repeat #DEF2D9;
  border-bottom: 1px solid #fff;
  font-size: 120%;
  padding: 21px 0 20px 20px;
  text-align: left;
}
/*園児管理マスタ絞り込み*/
#class_master .open {
  display: block !important; /*.openを外したら、検索のエリアが消えます*/
}

#class_master div.class_search_area {
  display: none;
  z-index: 10;
  position: absolute;
  top: calc(8.9vh + 74px); /*20210716*/
  left: 520px;
  width: 170px;
  height: 370px; /*20210716*/
  overflow-y: scroll;
  padding: 20px;
  background: #fff;
  box-shadow: 3px 0 5px 0 #DCDCDC;
}

  #class_master div.class_search_area input[type="checkbox"] {
    display: none;
  }

  #class_master div.class_search_area label {
    display: block;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 8px 8px 0;
    cursor: pointer;
  }

  #class_master div.class_search_area input[type="checkbox"]:checked + label {
    background: #30C40C;
    border: 1px solid #ccc;
  }

  #class_master div.class_search_area input.searchbox {
    border-radius: 50px;
    width: 370px;
    padding: 10px;
  }

#class_master div.btn_kensaku {
  width: 80px;
  height: 30px;
  margin: 0 auto;
}

  #class_master div.btn_kensaku [type="submit"] {
    width: 80px;
    height: 30px;
    display: block;
    border-radius: 50px;
    background: linear-gradient(to bottom, #FCFCFC, #CBCBCB); /* グラデーション */
    font-size: 90%;
    line-height: 1em;
    font-size: 100%;
    border: 1px solid #ccc;
  }
/*右コンテンツ*/
#class_master main#grid_container_class {
  z-index: 2;
  /*20210716ここから*/
  /*position: absolute;
  top: 8.5vh;
  left: 522px;
  margin: 0 0 0 0;
 width: 70.5%;*/
  padding: 10px 20px 20px 20px;
  /*float: right;*/
  height: calc(100vh - 8.9vh);
  background: #F7F7F7;
  overflow-y: scroll;
  overflow-x: scroll;
  box-sizing: content-box;
  /*20210716ここまで*/
}
/* CHANGE SMO - START====================================== */
/* 小さい画面のときに横スクロールが表示されるように修正 */
@media screen and (min-width:500px) and (max-width:1280px) {
  #class_master main#grid_container_class {
    /*20210716ここから*/
    /*  z-index: 2;
  position: absolute;
  top: 8.5vh;
  left: 522px;
  margin: 0 0 0 0;
  width: calc(100% - 522px);
  padding: 10px 20px 0 20px;
  float: right;
  height: 90.5vh;
  background: #F7F7F7;
  overflow-y: scroll;*/
    /*20210716ここまで*/
  }
}
/* CHANGE SMO - END======================================== */
#class_master main#grid_container_class .class-base-sec {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 10px 10px 0 0;
  width: 95%;
  margin: 0 auto 30px;
  padding: 0;
  box-shadow: 2px 0 2px 0 #DCDCDC;
  clear: both;
  line-height: 2em;
}
/* CHANGE SMO - START====================================== */
/* 小さい画面のときに横スクロールが表示されるように修正 */
@media screen and (min-width:1280px) and (max-width:1720px) {
  #class_master main#grid_container_class .class-base-sec {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 10px 10px 0 0;
    width: 90%; /*20210721*/
    margin: 0 0 20px 20px;
    padding: 0;
    box-shadow: 2px 0 2px 0 #DCDCDC;
    clear: both;
    line-height: 2em;
  }
}

@media screen and (min-width:500px) and (max-width:1280px) {
  #class_master main#grid_container_class .class-base-sec {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 10px 10px 0 0;
    width: 150%;
    margin: 0 0 20px 20px;
    padding: 0;
    box-shadow: 2px 0 2px 0 #DCDCDC;
    clear: both;
    line-height: 2em;
  }
}
/* CHANGE SMO - END======================================== */
#class_master main#grid_container_class .master-sec {
  padding: 20px;
}

#class_master .title {
  margin: 0 0 30px 0;
  border-bottom: 2px solid #4B5570;
  width: 100%;
  height: 40px;
}

@media screen and (min-width: 500px) and (max-width: 1720px) {
  #class_master .title {
    margin: 0 0 30px 0;
    border-bottom: 2px solid #4B5570;
    width: 95%; /*20210716*/ /*20210721*/
    height: 40px;
  }
}

#class_master .title h2.ttl_2 {
  font-size: 140%;
  width: 6em;
  display: block;
  float: left;
  padding-top: 10px;
}

#class_master .title p {
  float: right;
  width: 25px;
  height: 32px;
  cursor: pointer;
}

#class_master div.nendo select {
  width: 100px;
  height: 18px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 5px 2px #DCDCDC inset;
  border-radius: 10px;
  background: url(../img/arrow02.jpg) right 50% no-repeat, #fff;
  background-size: 40px;
  cursor: pointer;
}

#class_master div.common-box {
  margin: 0;
  display: inline-block;
  width: 95%;
}

  #class_master div.common-box input[type="checkbox"] {
    display: none;
  }

  #class_master div.common-box label {
    display: block;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 0 5px 5px;
    text-align: center;
    cursor: pointer;
    background: #fff;
  }

  #class_master div.common-box input[type="checkbox"]:checked + label {
    background: #30C40C;
    border: 1px solid #ccc;
    color: #fff;
  }

#class_master .class_tantou {
  display: inline-block;
  padding: 20px auto;
  font-weight: bold;
  margin: 20px 20px 0px 20px;
}

#class_master div.wakusen {
  width: 78%;
  border: 1px solid #DCDCDC;
  padding: 20px;
  margin: 0 0 30px 20px;
  /* background: #EEEEEE; */
}

#class_master #sentaku-kaijyo {
  cursor: pointer;
}

#class_master ul.teacher-name li {
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 5px 5px 0;
  text-align: center;
  cursor: pointer;
  background: #fff;
}

#class_master ul.kids-name {
  width: 100%;
}

  #class_master ul.kids-name li {
    width: 50%;
    float: left;
  }

    #class_master ul.kids-name li span.kids-nameL {
    }

    #class_master ul.kids-name li span.kids-nameR {
      display: inline-block;
      padding: 3px 5px;
      border: 1px solid #ccc;
      border-radius: 10px;
      margin: 0 5px 5px 0;
      /* text-align: center;*/ /*20210716*/
      cursor: pointer;
      background: #fff;
    }
/*モーダルウィンドウのｃｓｓ*/
#class_master .ReactModal__Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#class_master .ReactModal__Content {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  border: none;
  background: #fff;
  overflow: visible;
  border-radius: 10px;
  outline: none;
  padding: 20px;
  transform: translate(-50%, -50%);
  width: 55vw;
  min-height: 60vh;
  font-size: 18px;
}

#class_master .modal-close {
  position: absolute;
  background: #4B5570;
  padding: 15px;
  border-radius: 25px;
  border: 2px solid #fff;
  top: -20px;
  right: -20px;
  width: 15px;
  height: 15px;
}

  #class_master .modal-close img {
    z-index: 9999;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 15px;
    height: 15px;
  }

.class_master-modal {
  font-size: 18px;
}

  .class_master-modal .modal-headeing {
    font-size: 120%;
    margin: 0 0 20px 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #30C50B;
  }

.class_master-modal .modal-headeing-teacher {
  font-size: 120%;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #30C50B;
}

.class_master-modal div.nenrei {
    display: inline-block;
  }

    .class_master-modal div.nenrei select {
      width: 200px;
      height: 40px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 10px;
      border: 1px solid #DCDCDC;
      box-shadow: 0px 0px 5px 2px #DCDCDC inset;
      border-radius: 10px;
      background: url(../img/arrow02.jpg) right 50% no-repeat, #fff;
      background-size: 40px;
      cursor: pointer;
      line-height: 1.3em;
      font-size: 18px;
    }

  .class_master-modal select#select-nenrei {
    outline: 0;
  }

  .class_master-modal input[type="button"].zensentaku {
    display: inline-block;
    width: 130px;
    height: 36px;
    padding: 5px 20px;
    font-size: 18px;
    margin: 0 10px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FCFCFC, #CBCBCB);
    outline: 0;
  }

  .class_master-modal input[type="button"].zenkaijyo {
    display: inline-block;
    width: 130px;
    height: 36px;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FCFCFC, #CBCBCB);
    outline: 0;
  }

  .class_master-modal .sentaku-area {
    margin-bottom: 20px;
  }

  .class_master-modal div.kid-name-area {
    width: 100%;
    height: 50vh;
    overflow-y: auto;
  }

    .class_master-modal div.kid-name-area input[type="checkbox"] {
      display: none;
    }

    .class_master-modal div.kid-name-area label {
      display: block;
      display: inline-block;
      padding: 5px 10px;
      border: 1px solid #ccc;
      border-radius: 10px;
      margin: 0 5px 5px 0;
      cursor: pointer;
    }

      .class_master-modal div.kid-name-area label.no-select {
        background: #ccc !important;
        color: #4B5570 !important;
      }

    .class_master-modal div.kid-name-area input[type="checkbox"]:checked + label {
      background: #30C40C;
      border: 1px solid #ccc;
      color: #fff;
    }

  .class_master-modal div.teacher-name-area {
    width: 100%;
    height: 40vh;
    overflow-y: auto;
  }

    .class_master-modal div.teacher-name-area input[type="checkbox"] {
      display: none;
    }

    .class_master-modal div.teacher-name-area label {
      display: block;
      display: inline-block;
      padding: 5px 10px;
      border: 1px solid #ccc;
      border-radius: 10px;
      margin: 0 5px 5px 0;
      cursor: pointer;
    }

    .class_master-modal div.teacher-name-area input[type="checkbox"]:checked + label {
      background: #30C40C;
      border: 1px solid #ccc;
      color: #fff;
    }

  .class_master-modal div.btn_touroku {
    width: 180px;
    height: 60px;
    margin: 0 auto 0 auto;
  }

    .class_master-modal div.btn_touroku [type="button"] {
      width: 180px;
      height: 60px;
      display: block;
      border-radius: 100px;
      box-shadow: none;
      background: linear-gradient(to right, #2ED803, #07C184); /* グラデーション */
      font-size: 90%;
      line-height: 1em;
      color: #fff;
      font-size: 120%;
    }

#class_master div.teacher-name-area input[type="checkbox"] {
  display: none;
}

#class_master div.teacher-name-area label {
  display: block;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

#class_master div.teacher-name-area input[type="checkbox"]:checked + label {
  background: #30C40C;
  border: 1px solid #ccc;
  color: #fff;
}

#class_master div.teacher-name-area label.no-select {
  background: #ccc !important;
  color: #4B5570 !important;
}

#class_master input[type="button"].zensentaku {
  display: inline-block;
  height: 15px;
  padding: 5px 20px;
  margin: 0 10px 6px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #FCFCFC, #CBCBCB);
}

#class_master input[type="button"].zenkaijyo {
  display: inline-block;
  height: 15px;
  padding: 5px 20px;
  margin: 0 0 6px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #FCFCFC, #CBCBCB);
}
