@media screen and (max-width: 1024px) {
  #sU-16-1 .common-select > select,
  #sU-17-1 .common-select > select{
    font-size: 2.7vw;
}}

#sU-17-1 .commentary-window,
#sU-16-1 .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-17-1 .commentary-window > div,
#sU-16-1 .commentary-window > div {
  position: relative;
  top: 5vw;
  width: 30vw;
  height: 80vh;
  background: #fff;
  text-align: left;
  padding: 1vw;
  margin: auto;
}@media screen and (max-width: 1024px) {
  #sU-17-1 .commentary-window > div,
  #sU-16-1 .commentary-window > div {
    top: 5vh;
    width: 70vw;
    height: 80vh;
    padding: 4vw;
}}
#sU-17-1 .commentary-close,
#sU-16-1 .commentary-close {
  position: absolute;
  top: 0;
  right: 1vw;
  font-size: 3.0vw;
  cursor: pointer;
} @media screen and (max-width: 1024px) {
  #sU-17-1 .commentary-close,
  #sU-16-1 .commentary-close {
    font-size: 5vw;
    right: 2vw;
}}

#sU-17-1 .commentary-window > div > h3,
#sU-16-1 .commentary-window > div > h3 {
  line-height: 1.5em;
  font-size: 1.6vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
} @media screen and (max-width: 1024px) {
  #sU-17-1 .commentary-window > div > h3,
  #sU-16-1 .commentary-window > div > h3 {
    line-height: 1.5em;
    font-size: 2.6vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
  }
}
#sU-17-1 .commentary-window > div > p > #departmentFilter,
#sU-16-1 .commentary-window > div > p > #departmentFilter {
  margin-bottom: 1vw;
}

#sU-17-1 .commentary-window > div > div,
#sU-16-1 .commentary-window > div > div {
  overflow-y: scroll;
  height: calc(100% - 14vw);
  margin-bottom: 1vw;
} @media screen and (max-width: 1024px) {
  #sU-17-1 .commentary-window > div > div,
  #sU-16-1 .commentary-window > div > div {
    height: calc(100% - 20vw);
  }
}
#sU-17-1 .commentary-window table,
#sU-16-1 .commentary-window table {
  width: 100%;
  margin: 1vw auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#sU-17-1 .commentary-window th,
#sU-17-1 .commentary-window td,
#sU-16-1 .commentary-window th,
#sU-16-1 .commentary-window td {
  padding: 1em;
  border: 0.01vw solid #aaa;
  font-size: 1.2vw;
  line-height: 1em;
} @media screen and (max-width: 1024px) {
  #sU-17-1 .commentary-window th,
  #sU-17-1 .commentary-window td,
  #sU-16-1 .commentary-window th,
  #sU-16-1 .commentary-window td{
    font-size: 1.7vw;
}}

#sU-17-1 .commentary-window th,
#sU-16-1 .commentary-window th,
#sU-16-1 .commentary-window th {
  background: #eee;
  line-height: 1.5em;
  min-width: 6em;
}
#sU-17-1 .commentary-confirm,
#sU-16-1 .commentary-confirm,
#sU-16-2 .commentary-confirm {
    bottom: 0;
    line-height: 2.5vw;
    text-align: center;
    font-size: 1.5vw;
    width: 25%;
} @media screen and (max-width: 1024px) {
  #sU-17-1 .commentary-confirm,
  #sU-16-1 .commentary-confirm,
  #sU-16-2 .commentary-confirm{
    margin: auto;
    font-size: 2.6vw;
    right: 2vw;
    width: 40vw;
    height: 1vw;
    line-height: 1.5vw;
  }
}

@media screen and (max-width: 1024px) {
  #sU-17-1 .commentary-window .common-textbox, .common-confirmation-text,
  #sU-16-1 .commentary-window .common-textbox, .common-confirmation-text {
      width: calc(100% - 2.4vw);
      padding: 1vw;
      margin: 0 0 1vw 0;
      border-width: 0.2vw;
      font-size: 2.0vw;
      min-height: 1.8vw;
      border-radius: 2vw;
  }
}

#sU-16-1 .common-textbox:read-only,
#sU-17-1 .common-textbox:read-only {
  background: #fff;
}
