#sU-30-1 .common-flex,
#sU-30-2 .common-flex{
  justify-content: flex-start;
}@media screen and (max-width: 1024px){
  #sU-30-1 .common-flex,
  #sU-30-2 .common-flex{
    display: block;
  }
}
#sU-30-1 .common-flex > *,
#sU-30-2 .common-flex > *{
  width: 100%;
  margin-right: 1vw;
}@media screen and (max-width: 1024px){
  #sU-30-1 .common-flex > *,
  #sU-30-2 .common-flex > *{
    margin-right: auto;
  }
}
#sU-30-1 .name,
#sU-30-2 .name{
  width: 31vw;
}@media screen and (max-width: 1024px){
  #sU-30-1 .namem,
  #sU-30-2 .name{
    width: calc(100% - 4vw);
  }
  #sU-30-1 .common-flex .common-select.name,
  #sU-30-2 .common-flex .common-select.name{
    width: 100%;
  }
}
#sU-30-1 .name-short,
#sU-30-2 .name-short{
  width: 20vw;
}@media screen and (max-width: 1024px){
  #sU-30-1 .name-short,
  #sU-30-2 .name-short{
    width: 70vw;
  }
}
#sU-30-1 .commentary-open,
#sU-30-2 .commentary-open{
  font-size: 1.5vw;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}@media screen and (max-width: 1024px){
  #sU-30-1 .commentary-open,
  #sU-30-2 .commentary-open{
    font-size: 3.2vw;
    line-height: 2em;
  }
}
#sU-30-1 .commentary-window,
#sU-30-2 .commentary-window{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}
#sU-30-1 .commentary-window > div,
#sU-30-2 .commentary-window > div{
  position: relative;
  top: 2vw;
  width: 60vw;
  height: 40vw;
  background: #fff;
  text-align: left;
  padding: 1vw;
  margin: auto;
}@media screen and (max-width: 1024px){
  #sU-30-1 .commentary-window > div,
  #sU-30-2 .commentary-window > div{
    top: 20vh;
    width: 80vw;
    height: 60vh;
    padding: 4vw;
}}
#sU-30-1 .commentary-close,
#sU-30-2 .commentary-close{
  position: absolute;
  top: 0;
  right: 1vw;
  font-size: 4.5vw;
  cursor: pointer;
}@media screen and (max-width: 1024px){
  #sU-30-1 .commentary-close,
  #sU-30-2 .commentary-close{
    font-size: 9vw;
    right: 2vw;
}}
#sU-30-1 .commentary-confirm,
#sU-30-2 .commentary-confirm{
  bottom: 0;
  line-height: 2.5vw;
  text-align: center;
  font-size: 1.5vw;
  width: 25%;
  height: 5%;
}@media screen and (max-width: 1024px){
  #sU-30-1 .commentary-confirm,
  #sU-30-2 .commentary-confirm{
    margin: 1.5vw auto;
    font-size: 3.6vw;
    right: 2vw;
    width: 40vw;
    height: 3vw;
    line-height: 2.5vw;
}}
#sU-30-1 .commentary-window > div > h3,
#sU-30-2 .commentary-window > div > h3{
  line-height: 2em;
}
#sU-30-1 .commentary-window > div > div,
#sU-30-2 .commentary-window > div > div{
  overflow-y: scroll;
  height: calc(100% - 8vw);
}@media screen and (max-width: 1024px){
  #sU-30-1 .commentary-window > div > div,
  #sU-30-2 .commentary-window > div > div{
    height: calc(100% - 20vw);
  }
}
#sU-30-1 .commentary-window table,
#sU-30-2 .commentary-window table{
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#sU-30-1 .commentary-window th,
#sU-30-1 .commentary-window td,
#sU-30-2 .commentary-window th,
#sU-30-2 .commentary-window td{
  padding: 1em;
  border: 0.01vw solid #aaa;
  font-size: 0.9vw;
  line-height: 2em;
}@media screen and (max-width: 1024px) {
  #sU-30-1 .commentary-window th,
  #sU-30-1 .commentary-window td,
  #sU-30-2 .commentary-window th,
  #sU-30-2 .commentary-window td{
    font-size: 1.7vw;
}}
#sU-30-1 .commentary-window th,
#sU-30-2 .commentary-window th{
  background: #eee;
  line-height: 1.5em;
  min-width: 6em;
}
#sU-30-2 .sub-text{
  margin: 0;
  font-size: 1.0vw;
}
#sU-30-2 .edit_upload_file_name {
    padding: 0.5vw;
}

#sU-30-1 .dataTables_filter,
#sU-30-2 .dataTables_filter{
  text-align: right;
  margin: 2vw 0;
}

#sU-30-1 table.dataTable thead .sorting,
#sU-30-2 table.dataTable thead .sorting{
  background-image: url("../img/sort_both.png");
}
#sU-30-1 table.dataTable thead .sorting_asc,
#sU-30-2 table.dataTable thead .sorting_asc{
  background-image: url("../img/sort_asc.png");
}
#sU-30-1 table.dataTable thead .sorting_desc,
#sU-30-2 table.dataTable thead .sorting_desc{
  background-image: url("../img/sort_desc.png");
}
#sU-30-1 table.dataTable thead .sorting_asc_disabled,
#sU-30-2 table.dataTable thead .sorting_asc_disabled{
  background-image: url("../img/sort_asc_disabled.png");
}
#sU-30-1 table.dataTable thead .sorting_desc_disabled,
#sU-30-2 table.dataTable thead .sorting_desc_disabled{
  background-image: url("../img/sort_desc_disabled.png");
}
#sU-30-1 table.dataTable thead .sorting,
#sU-30-1 table.dataTable thead .sorting_asc,
#sU-30-1 table.dataTable thead .sorting_desc,
#sU-30-1 table.dataTable thead .sorting_asc_disabled,
#sU-30-1 table.dataTable thead .sorting_desc_disabled,
#sU-30-2 table.dataTable thead .sorting,
#sU-30-2 table.dataTable thead .sorting_asc,
#sU-30-2 table.dataTable thead .sorting_desc,
#sU-30-2 table.dataTable thead .sorting_asc_disabled,
#sU-30-2 table.dataTable thead .sorting_desc_disabled{
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
#sU-30-1 #dataTable-user-name,
#sU-30-2 #dataTable-user-name {
  width: 10%!important;
}
#sU-30-1 #dataTable-mail,
#sU-30-2 #dataTable-mail {
  width: 30%!important;
}
#sU-30-1 #dataTable-role,
#sU-30-2 #dataTable-role {
  width: 5%!important;
}

