@charset "utf-8";
/* CSS Document */
/*サイドメニュー*/
/*20210716ここから*/
#teacher_master #grid_wrapper:not(.no-sidenavi) {
  grid-template-columns: 260px 260px auto;
}
/*20210716ここまで*/
#teacher_master ul#main_menu li#menu02 {
  background: #DEF2D9;
}

#teacher_master .open_teacherlist {
  z-index: 1;
  position: relative;
  /*top: 8.5vh;*/ /*20210716*/
  width: 260px;
  /*left: 260px;*/ /*20210716*/
  height: calc(100vh - 8.9vh); /*20210716*/
  overflow-y: auto;
  box-shadow: 3px 0 5px 0 #DCDCDC;
  background: #FBFBFB;
}
/*#teacher_master #main_menu_teacherlist{
	overflow-y:scroll;
	height:100vh;
}*/
#teacher_master li.teacher_list_one {
  display: block;
  padding: 25px 0 25px 15px;
  border-bottom: 1px solid #DCDCDC;
  font-size: 120%;
  cursor: pointer;
}

#teacher_master .teacher_list_one_1 {
  background: #EEEEEE;
}

#teacher_master li.teacher_list_last {
  height: 40px;
}

#teacher_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;
}

#teacher_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;
}
/*園児管理マスタ絞り込み*/
#teacher_master .open {
  display: block !important; /*.openを外したら、検索のエリアが消えます*/
}

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

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

  #teacher_master div.teacher_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;
  }

  #teacher_master div.teacher_search_area input[type="checkbox"]:checked + label {
    background: #30C40C;
    border: 1px solid #ccc;
  }
  /*ラジオボタン*/
  #teacher_master div.teacher_search_area input[type="radio"] {
    display: none;
  }

  #teacher_master div.teacher_search_area label {
    display: block;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 8px;
  }

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

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

#teacher_master div.btn_kensaku {
  width: 190px;
  height: 30px;
  margin: 0 auto;
}

  #teacher_master div.btn_kensaku [type="submit"] {
    float: left;
    width: 80px;
    height: 30px;
    margin: 0 5px;
    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;
  }

#teacher_master div.teacher_search_area div.year select {
  width: 100px;
  height: 18px;
  margin-bottom: 20px;
  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;
}
/*右コンテンツ*/
#teacher_master main#grid_container_teacher {
  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) {
  #teacher_master main#grid_container_teacher {
    /*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-x: scroll;*/
    /*20210716ここまで*/
  }
}
/* CHANGE SMO - END======================================== */
#teacher_master main#grid_container_teacher .teacher-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) {
  #teacher_master main#grid_container_teacher .teacher-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) {
  #teacher_master main#grid_container_teacher .teacher-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======================================== */
#teacher_master main#grid_container_teacher .master-sec {
  padding: 20px;
}

#teacher_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) {
  #teacher_master .title {
    margin: 0 0 30px 0;
    border-bottom: 2px solid #4B5570;
    width: 95%; /*20210716*/ /*20210721*/
    height: 40px;
  }
}

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

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

#teacher_master div.sex select {
  width: 170px;
  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;
  line-height: 1.3;
}

#teacher_master div.common-box {
  margin: 0;
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}

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

  #teacher_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;
  }

  #teacher_master div.common-box input[type="checkbox"]:checked + label {
    background: #30C40C;
    border: 1px solid #ccc;
    color: #fff;
  }
  /*チェックボックス*/
  #teacher_master div.common-box input[type="radio"] {
    display: none;
  }

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

#teacher_master div.avator {
  display: inline-block;
  vertical-align: middle;
  width: 330px;
  margin: 0 0 0 5px;
  padding: 5px;
  border: 1px solid #ccc;
}

  #teacher_master div.avator input[type="radio"] {
    display: none;
  }

    #teacher_master div.avator input[type="radio"] + label img {
      margin: 2px;
      height: 42px;
      opacity: 0.3;
      cursor: pointer;
    }

    #teacher_master div.avator input[type="radio"]:checked + label img {
      opacity: 1;
      cursor: pointer;
    }

#teacher_master div.caractor select {
  width: 170px;
  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;
  line-height: 1.3;
}

#teacher_master .class_list {
  display: block;
  padding: 20px auto;
  font-weight: bold;
  margin: 20px 20px 0px 20px;
}

#teacher_master div.wakusen {
  width: 78%;
  border: 1px solid #DCDCDC;
  padding: 20px;
  margin: 0 0 30px 20px;
}

#teacher_master table.class-box {
  width: 600px;
  margin: 0 10px;
}

  #teacher_master table.class-box th {
    /*width:240px;*/
    width: 23%;
    padding: 10px 0;
    vertical-align: top;
  }

  #teacher_master table.class-box td {
    text-align: left;
    padding: 10px 0;
  }

#teacher_master div.class-sentaku {
  line-height: 2.0em;
}

  #teacher_master div.class-sentaku select {
    float: left;
    width: 190px;
    height: 18px;
    padding: 10px 40px 10px 10px;
    margin-bottom: 5px;
    -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;
  }

#teacher_master div.class-tuika {
  position: relative;
  width: 300px;
}

#teacher_master div.class-tuikaL {
  width: 250px;
  float: left;
}

#teacher_master p.class-tuikaR {
  width: 30px;
  float: right;
}

#teacher_master p.class-tuika-btn {
  z-index: 15;
  position: absolute;
  bottom: -25px; /*20210716*/
  left: 30%;
}

#teacher_master div.sikaku-wrap {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}

#teacher_master div.sikaku-cont {
  float: left;
  width: 80%;
  margin: 0 20px;
  padding: 10px;
  background: #EEEEEE;
}

#teacher_master div.sikaku-delete {
  width: 40px;
  margin: 80px 0;
  float: left;
  text-align: center;
  cursor: pointer;
}

#teacher_master table.sikaku-box {
  width: calc(100% - 40px); /*20210716*/
  margin: 0 20px;
  float: left;
}

  #teacher_master table.sikaku-box th {
    width: 200px;
  }

  #teacher_master table.sikaku-box td {
    padding: 5px 0px;
  }

#teacher_master div.sikaku-add {
  position: absolute;
  bottom: -10px;
  left: 40%; /*20210716*/
  cursor: pointer;
}

#teacher_master .hoikusi-sentaku label {
  /* margin-left: 0 !important;*/ /*20210716*/
}

#teacher_master div.class-sikaku-kubun select {
  float: left;
  width: 240px; /*20210721*/
  height: 18px;
  padding: 10px;
  margin-bottom: 5px;
  -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;
}
