@charset "UTF-8";
html {
  font: 14px YakuHanJP, "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 18px;
}
@media only screen and (max-width: 1366px) {
  html {
    font: 12px YakuHanJP, "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
    line-height: 15.5px;
  }
}

body {
  position: relative;
  color: #222;
  outline: none;
  background-color: #ffffff;
}

img {
  display: inline-block;
}

a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
a:link {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a:active {
  color: #ffffff;
  text-decoration: none;
}
a.disabled, a[disabled] {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

input[type=checkbox] {
  display: none;
}

.checkbox-fontas {
  font-size: large;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}

.checkbox-fontas {
  font-size: large;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}

.checkbox-caption {
  font-size: 1rem;
  position: relative;
  vertical-align: middle;
}

input[type=checkbox] + .checkbox-fontas:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c8";
}

input[type=checkbox]:checked + .checkbox-fontas:before {
  color: rgb(53, 181, 193);
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
}

.select-w {
  position: relative;
  display: inline-block;
}

.inline-block {
  display: inline-block;
}

.select-w:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgb(108, 124, 137);
  width: 9px;
  height: 6px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.select2-container--default .select2-selection, .select2-container--default .select2-selection--multiple {
  font-size: 1rem;
  border: 1px solid rgb(108, 124, 137);
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgb(108, 124, 137);
}

.select2-selection__choice__remove {
  height: 100%;
}

.select2-search--inline {
  vertical-align: text-bottom;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding-left: 0px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 3px;
  margin-left: 5px;
}

.c-tag-a .disp-select2-item {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin: 3px;
  padding: 3px 5px 3px 5px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  color: #000;
}

ul.listTypeM {
  display: table;
  width: 100%;
  vertical-align: middle;
}
ul.listTypeM li {
  display: table-cell;
  vertical-align: middle;
  /* width:33%; html側でwidthを指定する*/
}
ul.listTypeM li .date_set_m, ul.listTypeM li .date_set_md {
  width: 14px;
  text-align: center;
  cursor: pointer;
}
ul.addTel li.tel, ul.addTel2 li.tel {
  padding-left: 12px;
  background: url(../image/common/tel-icon-s.png) no-repeat left 1px;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
}
ul.addTel li.mobile, ul.addTel2 li.mobile {
  padding-left: 12px;
  background: url(../image/common/mobile-icon-s.png) no-repeat 1px 1px;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
}
ul.addTel li.fax, ul.addTel2 li.fax {
  padding-left: 12px;
  background: url(../image/common/fax-icon-s.png) no-repeat left 1px;
  font-size: 11px;
  line-height: 15px;
  display: block;
}
ul.addTel {
  padding-left: 20px;
  background: url(../image/common/kokyaku-icon.png) no-repeat left 2px;
}
ul.addTel2 {
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 35px;
  border-top: 1px solid #CCC;
  background: url(../image/common/haisou-icon.png) no-repeat 15px 7px;
}

progress {
  height: 20px;
  width: 300px;
}

tr.course_detail {
  border-top: dotted 1px #999999;
}
tr.course_detail:first-of-type {
  border-top: none;
}
tr.student_info {
  border-top: dotted 1px #999999;
}
tr.student_info:first-of-type {
  border-top: none;
}

td.course_detail {
  width: 25%;
  border-right: dotted 1px #999999;
  text-align: center;
  padding: 0px 2px;
}
td.course_detail:last-of-type {
  border-right: none;
}
td.student_info {
  border-right: dotted 1px #999999;
  text-align: center;
  padding: 2px 5px;
}
td.student_info:last-of-type {
  border-right: none;
}

tr.student_info:first-of-type {
  border-top: none;
}

td.student_info:last-of-type {
  border-right: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.btn {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  padding: 10px 0px;
  text-align: center;
  background-color: rgb(53, 181, 193);
  border: 1px solid rgb(53, 181, 193);
  border-radius: 4px;
}

/*margin-topスペースゼロ*/
.ns {
  margin-top: 0px !important;
}

.nowrap {
  white-space: nowrap;
}

.errmsg-area {
  margin: 20px 0;
}

.errmsg-area-pk {
  display: inline-block;
  margin: 0px 0px 20px 0px;
  background-color: rgb(255, 230, 235);
  border: 1px solid rgb(255, 230, 235);
  border-radius: 4px;
  padding: 10px 0px;
  width: 278px;
}

.remove_errmsg {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 20px;
}

.attention {
  color: #008000;
}

.errmsg {
  color: rgb(186, 0, 1);
}

.must {
  margin-left: 5px;
  color: #c1596c;
  cursor: default;
}

.nodata {
  color: #008000;
}

.attentionBg1 {
  background-color: #d0f3b0 !important;
}

.attentionBg2 {
  background-color: #D7D0FF !important;
}

.attentionBg3 {
  background-color: #f9f1ab !important;
}

.attentionBg4 {
  background-color: #fad3d3 !important;
}

.ui-autocomplete {
  text-align: left;
}

.select2-container {
  /* select2 のドロップダウンが中央寄せになる件の回避策 */
  text-align: left;
}

.select2-container .select2-selection--multiple {
  min-height: auto;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.colorbox01 {
  width: 10px;
  height: 5px;
  vertical-align: middle;
  padding: 0 1rem 0 0;
  border: solid 1px #3f3f3f;
  line-height: 1rem;
  font-size: 1px;
}

.charge_month_area {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.charge_month_block {
  display: inline-block;
  vertical-align: middle;
}

.boxnum {
  display: inline-block;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 3px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
  border: 2px solid #cccccc;
  border-radius: 4px;
}

.boxnum_gojuon_area {
  display: inline-block;
  vertical-align: middle;
}

.boxnum_gojuon {
  display: inline-block;
  cursor: pointer;
  height: 21px;
  width: 21px;
  margin: 3px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
  border: 2px solid #cccccc;
  border-radius: 4px;
}

.oh-line:hover {
  background-color: #FFE4EF !important;
}

.sel_fee_id, .sel_line {
  background-color: #FFE4EF !important;
}

.selected_exc_dc {
  display: inline-block;
  margin: 4px;
  padding: 4px;
  border: 1px dotted #777777;
  border-radius: 4px;
}

.floatingFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 4rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgb(217, 217, 217);
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px;
  z-index: 10;
}
.floatingFooter.with-search_box {
  padding: 0 0.8rem 0 2.14rem;
  margin-bottom: 0px;
}
.floatingFooter.without-search_box {
  padding: 0 0.8rem 0 0.8rem;
  margin-bottom: 0px;
}
.floatingFooter.summary_area2 {
  height: auto;
  bottom: 4rem;
}
.floatingFooter .listFooter {
  background-color: transparent;
}
.floatingFooter .listFooter .btnArea {
  padding: 0px;
  text-align: right;
}

.total_errmsg_area {
  color: #ba0001;
  font-size: 130%;
  text-align: center;
  margin-bottom: 20px;
  min-height: 44px;
  width: 100%;
  display: table;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.total_errmsg_area div {
  padding: 10px;
  display: block;
}

.goodsName {
  font-size: 123.1%;
  height: 34px;
  display: table-row;
  line-height: 34px;
  background: #333333 url(../image/common/arrow7.png) no-repeat 10px center;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.goodsName p {
  display: table-cell;
  vertical-align: middle;
}
.goodsName .btnArea {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
}
.goodsName .btnArea div {
  display: table-cell;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 0 10px;
}

ul.keiro li img {
  margin-right: 5px;
}

.course_waribiki {
  width: 100%;
}
.course_waribiki tr td {
  padding: 4px;
  text-align: center;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

#confirmbox, .confirmbox {
  display: none;
  font-size: 1rem;
}
#confirmbox .confirmbox-inner, .confirmbox .confirmbox-inner {
  padding: 20px 10px 5px 10px;
}
#confirmbox .body, .confirmbox .body {
  text-align: center;
  font-size: 1rem;
}
#confirmbox .body .hint-area, .confirmbox .body .hint-area {
  position: relative;
  border: 1px solid #008000;
  border-radius: 5px;
  color: #008000;
  margin: 30px 30px 0px 30px;
  padding: 1rem 2rem;
  text-align: left;
}
#confirmbox .body .hint-area .hint-title, .confirmbox .body .hint-area .hint-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9rem;
  padding: 0 1rem;
  margin: 0;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%) translateX(1rem);
          transform: translateY(-50%) translateX(1rem);
}
#confirmbox .btnArea, .confirmbox .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 30px 10px 0px 10px;
}
#confirmbox .btnArea div, .confirmbox .btnArea div {
  display: inline-block;
  margin: 0px;
  margin-right: 20%;
}
#confirmbox .btnArea div:nth-last-of-type(1), .confirmbox .btnArea div:nth-last-of-type(1) {
  margin-right: 0px;
}
#confirmbox .errmsg, .confirmbox .errmsg {
  color: #FF0000;
  text-align: center;
  padding: 0px 10px 10px 10px;
}

.ui-widget-overlay {
  background-color: #777777;
  opacity: 0.5;
}

.ui-dialog, .prop_dlg, .search_dlg {
  display: none;
  font-size: 1rem;
  border-radius: 8px;
}
.ui-dialog .ui-widget-content, .prop_dlg .ui-widget-content, .search_dlg .ui-widget-content {
  border: none;
}
.ui-dialog .ui-dialog-buttonpane, .prop_dlg .ui-dialog-buttonpane, .search_dlg .ui-dialog-buttonpane {
  margin-top: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button {
  margin: 0.5em 5%;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(1), .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(1), .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(1) {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #151515;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1rem;
  padding: 0.5em 0rem;
  line-height: 1rem;
  min-width: 8rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2), .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2), .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2) {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1rem;
  padding: 0.5em 0rem;
  line-height: 1rem;
  min-width: 8rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #151515;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1rem;
  padding: 0.5em 0rem;
  line-height: 1rem;
  min-width: 8rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok2, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok2, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok2 {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #151515;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1rem;
  padding: 0.5em 0rem;
  line-height: 1rem;
  min-width: 8rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_xls, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_xls, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_xls {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: rgb(20, 107, 49);
  border-radius: 5px;
  border: 1px solid rgb(20, 107, 49);
  font-size: 1rem;
  padding: 0.5em 0rem;
  line-height: 1rem;
  min-width: 8rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 1rem;
  padding: 0.5em 0rem;
  line-height: 1rem;
  min-width: 8rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel_xls, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel_xls, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel_xls {
  color: rgb(20, 107, 49);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgb(20, 107, 49);
  font-size: 1rem;
  padding: 0.5em 0rem;
  line-height: 1rem;
  min-width: 8rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.reverse, .prop_dlg .ui-dialog-buttonpane .ui-dialog-buttonset.reverse, .search_dlg .ui-dialog-buttonpane .ui-dialog-buttonset.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ui-dialog .ui-dialog-content, .prop_dlg .ui-dialog-content, .search_dlg .ui-dialog-content {
  padding: 1em 1rem;
}
.ui-dialog .btn-margin, .prop_dlg .btn-margin, .search_dlg .btn-margin {
  margin: 0 10px;
}
.ui-dialog .body, .prop_dlg .body, .search_dlg .body {
  text-align: left;
}
.ui-dialog .confirmbox .body, .prop_dlg .confirmbox .body, .search_dlg .confirmbox .body {
  text-align: center;
}
.ui-dialog .btn-cancel, .prop_dlg .btn-cancel, .search_dlg .btn-cancel {
  background-color: #FFF;
  border: 1px solid #11b0d6;
  color: #008ee6;
}
.ui-dialog .listType5 .listBlock, .prop_dlg .listType5 .listBlock, .search_dlg .listType5 .listBlock {
  border: none;
}

.btnTypeDel a {
  text-align: center;
  padding: 5px 0px;
  background-color: rgb(218, 62, 62);
  border: 2px solid rgb(218, 62, 62);
  border-radius: 8px;
  width: 70%;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  outline: none;
  display: inline-block;
}
.btnTypeDel a.pdelete {
  color: #ffffff;
  background-color: rgb(158, 46, 47);
  border: 2px solid rgb(158, 46, 47);
}

.btnTypeEdit a {
  text-align: center;
  padding: 5px;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 8px;
  width: 70%;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.btnTypeTransfer a {
  text-align: center;
  padding: 5px;
  background-color: #008000;
  border: 2px solid #008000;
  border-radius: 8px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.btnType1 a, .btnType1 input {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #151515;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  line-height: 30px;
  width: 102px;
}
.btnType1 a[disabled], .btnType1 input[disabled] {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

.btnType2 a, .btnType2 input[type=submit] {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  line-height: 30px;
  width: 102px;
}
.btnType2 a.disabled, .btnType2 a[disabled], .btnType2 input[type=submit].disabled, .btnType2 input[type=submit][disabled] {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

.btnType2-2 a, .btnType2-2 input[type=submit] {
  color: #000000;
  width: 100px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  line-height: 27px;
  width: 102px;
}

.btnType3 a, .btnType3 input[type=submit] {
  color: #000000;
  height: 20px;
  line-height: 20px;
  width: 50px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/arrow5.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  vertical-align: middle;
}
.btnType3 a:hover {
  background: url(../image/common/arrow9.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
}

.btnType4 a, .btnType4 input[type=submit] {
  color: #ffffff;
  height: 28px;
  line-height: 28px;
  width: 160px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
}

.btnLogOut a {
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  width: 80px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  border-radius: 5px;
  border: 1px solid #666666;
  font-size: 85%;
}

.btnCsvDl a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/csvDl.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnCsvUl a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/csvUl.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnCsvUl input {
  color: #000000;
  height: 30px;
  line-height: 30px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/csvUl.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  border: 1px solid #cccccc;
  font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btnPrint a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/iconPrint.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnPage a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/iconPage.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnDelivery a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/iconDelivery.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnMailDl a {
  color: #000000;
  height: 28px;
  line-height: 28px;
  width: 160px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/iconMail.png) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.btnNewBlankWindow a, .btnNewBlankWindow input[type=submit] {
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  width: 50px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: url(../image/common/arrow4.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.errf.error {
  -webkit-box-shadow: 0 0 0 2px rgb(186, 0, 1);
          box-shadow: 0 0 0 2px rgb(186, 0, 1);
}

input {
  background-color: white;
}
input[type=text], input[type=password], input[type=number], input[type=tel], input[type=date], input[type=time], input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 1px solid rgb(108, 124, 137);
  border-radius: 4px;
  padding: 3px 5px 3px 5px;
  font-size: 0.85rem;
  line-height: 1.3rem;
}
input[type=text].error, input[type=password].error, input[type=number].error, input[type=tel].error, input[type=date].error, input[type=time].error, input[type=search].error {
  -webkit-box-shadow: 0 0 0 2px rgb(186, 0, 1);
          box-shadow: 0 0 0 2px rgb(186, 0, 1);
}
input[type=submit]:hover, input[type=button]:hover, input[type=image]:hover {
  cursor: pointer;
}
input[type=radio].radio_gojuon {
  display: none;
}
input[type=radio].radio_gojuon:checked + .boxnum_gojuon {
  color: #FFFFFF;
  border-color: #31A9EE;
  background-color: #31A9EE;
}
input[type=number], input[type=tel] {
  text-align: right;
  background-color: white;
}
input[type=date] {
  width: 9rem;
  background-color: white;
}
input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button {
  margin: 0px;
  -webkit-appearance: none;
          appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
input[type=time] {
  width: 8rem;
  background-color: white;
}
input.widthType1 {
  width: 212px;
  font-size: 1rem;
  padding: 0.5rem;
}
input.widthType2 {
  width: 40px;
}
input.widthType3 {
  width: 120px;
}
input.widthTypeM {
  /* width:194px; html側でwidthを指定する*/
}
input.widthTypeM[type=date] {
  width: 8rem;
  font-size: 83%;
}
input.inline {
  display: inline;
  vertical-align: middle;
}
input.inline + .btnType1 {
  display: inline;
}
input.inline + .btnType2-2 {
  display: inline;
}
input.number, input.price {
  text-align: right;
  ime-mode: inactive;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 1px solid rgb(108, 124, 137);
  border-radius: 4px;
  padding: 3px 5px 3px 5px;
  line-height: 1rem;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}
textarea.widthType5 {
  background-color: white;
}
textarea.error {
  -webkit-box-shadow: 0 0 0 2px rgb(186, 0, 1);
          box-shadow: 0 0 0 2px rgb(186, 0, 1);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 1px solid rgb(108, 124, 137);
  margin: 0;
  padding: 2px 8px 2px 8px;
  outline: none;
}
select.widthType1 {
  width: 212px;
}
select.widthType2 {
  width: 64px;
}
select.widthTypeS2 {
  width: 100% !important;
}

.select {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid rgb(108, 124, 137);
  margin: 0;
  padding: 1px;
  background-color: #fff;
}
.select select {
  border: none;
  margin: 0px;
  line-height: 1.3rem;
  background-color: #fff;
  outline: none;
}
.select select option {
  padding: 5px 10px 5px 10px;
}
.select select.widthType1 {
  width: 212px;
}
.select select.widthType2 {
  width: 64px;
}
.select select.widthTypeS2 {
  width: 100% !important;
}
.select.onoff-on {
  color: #ffffff;
  background-color: rgb(93, 115, 170);
  border-color: rgb(93, 115, 170);
}
.select.onoff-on select {
  color: #ffffff;
  background-color: rgb(93, 115, 170);
}
.select.onoff-off {
  color: #ffffff;
  background-color: rgb(218, 62, 62);
  border-color: rgb(218, 62, 62);
}
.select.onoff-off select {
  color: #ffffff;
  background-color: rgb(218, 62, 62);
}

.tableType1 {
  display: inline-table;
}
.tableType1 .tr {
  display: table-row;
  background-color: none !important;
}
.tableType1 .tr .td {
  display: table-cell;
  border: none !important;
  text-align: left;
  padding: 2px 0 !important;
}
.tableType1 .tr .td:nth-child(4n+3) {
  padding-left: 20px !important;
}
.tableType1 .tr .ttl {
  padding-right: 10px !important;
}

.tableType2 {
  width: 100%;
  display: table;
}
.tableType2 .tr {
  display: table-row;
}
.tableType2 .tr:nth-child(odd) {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0eff7), to(#e8f3f8));
}
.tableType2 .th {
  display: table-cell;
  text-align: center;
  background-color: #c16d8e;
  padding: 5px 10px;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.tableType2 .td {
  display: table-cell;
  text-align: right;
  padding: 5px 10px;
  border-left: 1px solid #bccfd9;
  border-bottom: 1px solid #bccfd9;
}
.tableType2 .ttl {
  display: table-cell;
  text-align: left;
  padding: 5px 10px;
  border-left: 1px solid #bccfd9;
  border-bottom: 1px solid #bccfd9;
  width: 200px;
}

.tableType3 {
  width: 100%;
  display: table;
}
.tableType3 .tr {
  display: table-row;
}
.tableType3 .tr:nth-child(odd) {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0eff7), to(#e8f3f8));
}
.tableType3 .tr .td {
  display: table-cell;
  padding: 0px 1px;
  border-left: none;
  border-bottom: 1px solid #bccfd9;
}

.listType1 {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  min-width: 500px;
}
.listType1 .errmsg-area-pk {
  display: inline-block;
  margin: 0px 0px 5px 0px;
  background-color: #ffe6eb;
  border: 1px solid #ffe6eb;
  border-radius: 6px;
  padding: 1em 0.5px;
  width: 100%;
}
.listType1 .errmsg-area-pk a {
  color: rgb(186, 0, 1);
  text-decoration: none;
  outline: none;
}
.listType1 .errmsg-area-pk a:link {
  color: rgb(186, 0, 1);
  text-decoration: none;
}
.listType1 .errmsg-area-pk a:visited {
  color: rgb(186, 0, 1);
  text-decoration: none;
}
.listType1 .errmsg-area-pk a:hover {
  color: rgb(186, 0, 1);
  text-decoration: none;
}
.listType1 .errmsg-area-pk a:active {
  color: rgb(186, 0, 1);
  text-decoration: none;
}

.sortable-helper {
  background-color: #FFFFFF;
}
.sortable-helper:nth-of-type(1) > td {
  border-top: 1px solid #d9d9d9;
}
.sortable-helper > td {
  position: relative;
  padding: 2px 2px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.sortable-helper > td.cell {
  padding-left: 5px;
  padding-right: 5px;
}
.sortable-helper > td .cell {
  padding-left: 5px;
  padding-right: 5px;
}
.sortable-helper > td.mark-error:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 5px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f071";
  color: rgb(186, 0, 1);
  font-size: 1.5rem;
  z-index: 1;
}
.sortable-helper > td input[type=text], .sortable-helper > td input[type=password], .sortable-helper > td input[type=number], .sortable-helper > td input[type=date], .sortable-helper > td input[type=time], .sortable-helper > td input[type=search] {
  background-color: rgba(255, 255, 255, 0.8);
}
.sortable-helper > td input.input_m {
  background-color: rgba(255, 253, 147, 0.4);
}
.sortable-helper > td a[name] {
  margin-top: -180px;
  padding-top: 180px;
}
.sortable-helper > td:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
}
.sortable-helper > td.top {
  vertical-align: top;
}
.sortable-helper > td.middle {
  vertical-align: middle;
}
.sortable-helper > td.center {
  text-align: center;
}
.sortable-helper > td.right {
  text-align: right;
}

table {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.85rem;
  /****** listMain table sticky ******/
}
table.footer_summary {
  background-color: transparent;
  height: 2.5rem;
}
table.footer_summary > tbody > tr {
  position: relative;
}
table.footer_summary > tbody > tr > td {
  position: relative;
  padding: 2px 2px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
table.footer_summary > tbody > tr > td.cell_sum {
  border-left: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
table.footer_summary > tbody > tr > td:nth-last-of-type(1) {
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #d9d9d9;
}
table.footer_summary > tbody > tr > td.cell_sum_end {
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #d9d9d9;
}
table.footer_summary > tbody > tr > td.top {
  vertical-align: top;
}
table.footer_summary > tbody > tr > td.middle {
  vertical-align: middle;
}
table.footer_summary > tbody > tr > td.center {
  text-align: center;
}
table.footer_summary > tbody > tr > td.right {
  text-align: right;
}
table.fixed_header > thead > tr.title > th {
  position: sticky;
  top: 50px;
  z-index: 5;
}
table.fixed_header > thead > tr.caption > th {
  position: sticky;
  top: 100px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.title1 {
  height: 3rem;
}
table.fixed_header_uc > thead > tr.title1 > th {
  position: sticky;
  top: 50px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.title2 > th {
  position: sticky;
  top: 94px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.title2 > th > header > table > tbody > tr > td {
  min-height: 32px;
}
table.fixed_header_uc > thead > tr.title3 {
  height: 3rem;
}
table.fixed_header_uc > thead > tr.title3 > th {
  position: sticky;
  top: 149px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.caption-info > th {
  position: sticky;
  top: 193px;
  z-index: 5;
}
table.fixed_header_uc > thead > tr.caption > th {
  position: sticky;
  top: 224px;
  z-index: 5;
}
table > thead > tr.title {
  height: 50px;
  position: relative;
}
table > thead > tr.title > th {
  background-color: #FFF;
  border: 1px solid #FFF;
}
table > thead > tr.title > th.top {
  vertical-align: top;
}
table > thead > tr.title > th.middle {
  vertical-align: middle;
}
table > thead > tr.title > th.center {
  text-align: center;
}
table > thead > tr.title > th.right {
  text-align: right;
}
table > thead > tr.caption-info {
  position: relative;
}
table > thead > tr.caption-info > th {
  padding: 5px 5px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  color: #000;
  background-color: rgb(195, 195, 195);
}
table > thead > tr.caption-info > th:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
}
table > thead > tr.caption {
  position: relative;
}
table > thead > tr.caption > th {
  position: relative;
  padding: 5px 5px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: rgb(23, 181, 193);
}
table > thead > tr.caption > th:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
}
table > thead > tr.caption > th.top {
  vertical-align: top;
}
table > thead > tr.caption > th.middle {
  vertical-align: middle;
}
table > thead > tr.caption > th.center {
  text-align: center;
}
table > thead > tr.caption > th.right {
  text-align: right;
}
table > thead > tr.caption > th.col_d_ast_mark:after {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  /*font-family: fontAwesome;*/
  content: "※";
  color: rgb(255, 255, 255);
  font-size: 1rem;
  z-index: 1;
}
table > thead > tr.caption > th.sub_info {
  color: #000;
  background-color: rgb(224, 239, 247);
}
table > thead > tr.caption > th[data-sort=""]:before {
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d8";
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=""]:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d7";
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=a]:before {
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d8";
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=a]:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d7";
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=d]:before {
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d8";
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  z-index: 1;
}
table > thead > tr.caption > th[data-sort=d]:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f0d7";
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  z-index: 1;
}
table > tbody > tr.selected > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
  color: #000;
}
table > tbody > tr.ui-selecting > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
  color: #000;
}
table > tbody > tr.ui-selected > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
  color: #000;
}
table > tbody > tr.alternateline:nth-child(2n) {
  background-color: #f9f9f9;
}
table > tbody > tr > td {
  position: relative;
  padding: 0.2rem 0.2rem;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
table > tbody > tr > td > .cell {
  padding-left: 2px;
  padding-right: 2px;
}
table > tbody > tr > td.mark-error:after {
  position: absolute;
  top: calc(50% + 3px);
  right: 5px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: fontAwesome;
  content: "\f071";
  color: rgb(186, 0, 1);
  font-size: 1.5rem;
  z-index: 1;
}
table > tbody > tr > td input[type=text], table > tbody > tr > td input[type=password], table > tbody > tr > td input[type=number], table > tbody > tr > td input[type=date], table > tbody > tr > td input[type=time], table > tbody > tr > td input[type=search] {
  background-color: rgba(255, 255, 255, 0.8);
}
table > tbody > tr > td input.input_m {
  background-color: rgba(255, 253, 147, 0.4);
}
table > tbody > tr > td a[name] {
  margin-top: -180px;
  padding-top: 180px;
}
table > tbody > tr > td:nth-last-of-type(1) {
  border-right: 1px solid #d9d9d9;
}
table > tbody > tr > td.top {
  vertical-align: top;
}
table > tbody > tr > td.middle {
  vertical-align: middle;
}
table > tbody > tr > td.center {
  text-align: center;
}
table > tbody > tr > td.right {
  text-align: right;
}
table > tbody > tr.del_data {
  background-color: rgb(195, 195, 195) !important;
}
table > tbody > tr .cellType2 {
  padding: 5px 10px;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
table > tbody > tr .drag_handle {
  font-size: 1.3rem;
  cursor: -webkit-grab;
  cursor: grab;
}
table > tbody > tr .icon {
  text-align: center;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
table > tbody > tr .total {
  font-size: 138.5%;
  font-weight: bold;
  text-align: right;
  color: #05b0c3;
}
table > tbody > tr div.btnArea {
  width: 70px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
table > tbody > tr[data-condition_appended=""] .mark_condition_appended {
  display: none;
}
table .kidoku {
  background-color: #DDDDDD !important;
}
table .contentType2 {
  background-color: #efefef;
}
table .contentType3 {
  background-color: #bbbbbb;
}
table .btn_edit a {
  display: inline-block;
  color: rgb(93, 115, 200);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  outline: none;
  margin-right: 0.6rem;
}
table .btn_edit a:last-child {
  margin-right: 0;
}
table .btn_edit a:link {
  color: rgb(93, 115, 200);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table .btn_edit a:visited {
  color: rgb(93, 115, 200);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table .btn_edit a:hover {
  color: rgb(93, 115, 200);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table .btn_edit a:active {
  color: rgb(93, 115, 200);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.infoArea {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
}
.infoArea dl {
  display: inline-block;
}
.infoArea dl dt {
  font-size: 11px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 3px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  background-color: #fce0fc;
  border: 1px solid #f3d4f3;
}
.infoArea dl dd {
  display: inline-block;
  margin-right: 15px;
}
.infoArea dl dd.status {
  font-size: 150%;
  color: #05b0c3;
  font-weight: bold;
}

.infoArea02 {
  display: block;
  text-align: left;
  padding: 5px 10px;
}
.infoArea02 dl dt {
  vertical-align: middle;
  font-size: 11px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 3px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  background-color: #fce0fc;
  border: 1px solid #f3d4f3;
}
.infoArea02 dl dd {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
.infoArea02 dl dd.status {
  font-size: 150%;
  color: #05b0c3;
  font-weight: bold;
}

/* 複数項目行 */
.cell.infoArea {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
}
.cell.infoArea dl dt {
  font-size: 11px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 3px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  background-color: #c16d8e;
  border: 1px solid #c16d8e;
  color: #FFFFFF;
  vertical-align: middle;
}
.cell.infoArea dl dd {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.cell.infoArea dl dd.status {
  font-size: 150%;
  color: #05b0c3;
  font-weight: bold;
}

ul.updown_area {
  margin: 0px;
  padding: 0px;
  display: inline-table;
}

ul.updown_area li {
  margin: 0px;
  padding: 0px;
  width: 20px;
  display: table-cell;
}

ul.input-horizon-list li {
  /* 入力画面で radio とかを横に並べたいときに使う */
  display: inline-block;
  margin-right: 20px;
}

.pageHeader {
  height: 44px;
  width: 100%;
  display: table;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pageHeader .btnArea {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.pageHeader .btnArea div {
  display: inline-block;
  padding-right: 10px;
}
.pageHeader .headerBtnArea {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 110px;
}

.pageFooter {
  height: 44px;
  width: 100%;
  display: table;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
}
.pageFooter .btnArea {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.pageFooter .btnArea div {
  display: table-cell;
  padding-right: 10px;
}

.btnArea {
  display: inline-table;
  vertical-align: middle;
}

.perm_func_icon_area {
  display: table;
  width: 100%;
}
.perm_func_icon_area > .col1 {
  display: table-cell;
  width: 65%;
  vertical-align: middle;
}
.perm_func_icon_area > .col2 {
  display: table-cell;
  width: 35%;
  color: black;
  vertical-align: middle;
  text-align: center;
  font-size: 1.8rem;
}

.kome-mark-area {
  display: table;
  width: 100%;
}
.kome-mark-area > .col1 {
  display: table-cell;
  vertical-align: middle;
}
.kome-mark-area > .col2 {
  display: table-cell;
  width: 1.2rem;
  vertical-align: middle;
  text-align: center;
}
.kome-mark-area > .col2.d_ast_mark_area {
  cursor: pointer;
}

.icons-table {
  display: table;
  width: 100%;
}
.icons-table > .col {
  display: table-cell;
  width: 50%;
}
.icons-table > .col.right {
  text-align: right;
}
.icons-table > .col1 {
  display: table-cell;
  width: 50%;
}
.icons-table > .col2 {
  display: table-cell;
  width: 50%;
}

.icons-table3 {
  display: table;
  width: 100%;
}
.icons-table3 > .col {
  display: table-cell;
  width: 33%;
}
.icons-table3 > .col.center {
  text-align: center;
}
.icons-table3 > .col1 {
  display: table-cell;
  width: 33%;
}
.icons-table3 > .col2 {
  display: table-cell;
  width: 33%;
}
.icons-table3 > .col3 {
  display: table-cell;
  width: 33%;
}

.icons-table4 {
  display: table;
  width: 100%;
}
.icons-table4 > .col {
  display: table-cell;
  width: 25%;
}
.icons-table4 > .col.center {
  text-align: center;
}

.sub-table {
  display: table;
}
.sub-table > .row {
  display: table-row;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sub-table > .row.right {
  text-align: right;
}
.sub-table > .row > .col {
  display: table-cell;
  vertical-align: middle;
}

.sub-table2 {
  display: table;
  width: 100%;
}
.sub-table2 > .row {
  display: table-row;
}
.sub-table2 > .row.right {
  text-align: right;
}
.sub-table2 > .row > .col1 {
  display: table-cell;
  width: 80%;
}
.sub-table2 > .row > .col2 {
  display: table-cell;
  width: 20%;
  text-align: right;
}
.sub-table2 > .row div.select {
  display: inline-block;
}
.sub-table2 > .row .btnS {
  display: inline-block;
}
.sub-table2 > .row .btnS a, .sub-table2 > .row .btnS .input[type=submit] {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  font-size: 0.9rem;
  line-height: 30px;
  padding: 0px 8px;
}
.sub-table2 > .row .btnS a.disabled, .sub-table2 > .row .btnS a[disabled], .sub-table2 > .row .btnS .input[type=submit].disabled, .sub-table2 > .row .btnS .input[type=submit][disabled] {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

.sub-table3-adjust-height {
  display: table;
  width: 100%;
}
.sub-table3-adjust-height > .row {
  display: table-row;
  height: 34px;
}
.sub-table3-adjust-height > .row > .col {
  display: table-cell;
  vertical-align: middle;
}
.sub-table3-adjust-height > .row > .col.adjust-height {
  width: 1px;
}

.icons-table2 {
  display: table;
  width: 100%;
}
.icons-table2 > .col1 {
  text-align: right;
  display: table-cell;
  width: 100%;
  padding-right: 2rem;
}

.listHeader {
  height: 3rem;
  width: 100%;
  display: table;
  background-color: #fff;
}
.listHeader h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
  padding: 0px 10px 0px 0px;
}
.listHeader h2.left {
  text-align: left;
}
.listHeader h2.center {
  text-align: center;
}
.listHeader h2.right {
  text-align: right;
}
.listHeader h2 a {
  display: inline-block;
}
.listHeader h2 a:link {
  color: #222;
}
.listHeader h2 a:visited {
  color: #222;
}
.listHeader h2 a:hover {
  color: #222;
}
.listHeader h2 a:active {
  color: #222;
}
.listHeader > div.btnArea {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  text-align: right;
  text-align: -webkit-right;
}
.listHeader > div.btnArea > div {
  margin-right: 10px;
  display: inline-block;
}
.listHeader > div.btnArea > div:nth-last-of-type(1) {
  margin-right: 0px;
}
.listHeader > div.btnArea > div a {
  width: 102px;
  padding: 0px;
}
.listHeader > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.listHeader > div > div {
  margin-right: 10px;
  display: inline-block;
}
.listHeader > div > div:nth-last-of-type(1) {
  margin-right: 0px;
}
.listHeader > div > div a {
  width: auto;
  padding: 0px 8px;
}
.listHeader > div > div i {
  margin-right: 3px;
}
.listHeader > div .title {
  display: inline-block;
  margin-right: 0px;
}
.listHeader > div:nth-last-of-type(1) {
  padding: 0px 0px 0px 10px;
}
.listHeader > div > span {
  padding: 0em 2em 0em 0rem;
}
.listHeader > div > span a {
  color: #000;
  text-decoration: none;
  outline: none;
}
.listHeader > div > span a:link {
  color: #000;
  text-decoration: none;
}
.listHeader > div > span a:visited {
  color: #000;
  text-decoration: none;
}
.listHeader > div > span a:hover {
  color: #000;
  text-decoration: none;
}
.listHeader > div > span a:active {
  color: #000;
  text-decoration: none;
}
.listHeader > div > span a i {
  font-size: 1.2rem;
}

.listFooter {
  height: 3rem;
  width: 100%;
  display: table;
  background-color: #d9d9d9;
  font-size: 0.85rem;
  line-height: 0.85rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.listFooter > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
  margin: 0;
}
.listFooter > div:nth-last-of-type(1) {
  padding: 0;
}
.listFooter > div.tree_op_area > div {
  margin-right: 20px;
}
.listFooter > div > div {
  margin-right: 10px;
  display: inline-block;
}
.listFooter > div > div:nth-last-child(1) {
  margin-right: 0px;
}
.listFooter > div > div a {
  width: auto;
  padding: 0px 8px;
}
.listFooter > div > div i {
  margin-right: 3px;
}
.listFooter > div > div i.only-icon {
  margin-right: 0px;
}
.listFooter > div .title {
  display: inline-block;
  margin-right: 0px;
}
.listFooter > div.btnArea {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.listFooter > div.btnArea > div {
  margin: 0px 10px 0 0;
  display: inline-block;
}
.listFooter > div.btnArea > div:nth-last-of-type(1) {
  margin-right: 0px;
}
.listFooter > div.btnArea > div a {
  width: 102px;
  padding: 0px;
}
.listFooter .pagerArea {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0 10px;
}

.listType2 {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
  margin-bottom: 20px;
  border-radius: 5px;
  min-width: 500px;
}
.listType2:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.listType2 .listHeader {
  height: 44px;
  width: 100%;
  display: table;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.listType2 .listHeader h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 153.9%;
  padding: 0 10px;
}
.listType2 .listHeader .btnArea {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 0 10px;
}
.listType2 .listFooter {
  height: 44px;
  width: 100%;
  display: table;
  border: 1px solid #FFFFFF;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.listType2 .listFooter .btnArea {
  display: table-cell;
  vertical-align: middle;
}
.listType2 .listFooter .btnArea div {
  display: table-cell;
  padding-right: 10px;
}
.listType2 .listFooter .pagerArea {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.listType2 .listMain {
  display: table;
  width: 100%;
}
.listType2 .content {
  display: table-row;
  background-color: #FFFFFF;
}
.listType2 .content2 {
  display: table-row;
  background-color: #FFFFFF;
}
.listType2 .contentType2 {
  display: table-row;
  background-color: #efefef;
}
.listType2 .contentType3 {
  background-color: #bbbbbb;
}
.listType2 .caption {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  vertical-align: middle;
  color: #FFFFFF;
  width: 15%;
}
.listType2 .caption div:nth-last-of-type(1) {
  border-right: none;
}
.listType2 .cell {
  display: table-cell;
  padding: 5px 10px;
  text-align: left;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  width: 35%;
}
.listType2 div.cellType2 {
  display: table-cell;
  padding: 5px 10px;
  text-align: left;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  width: 35%;
}

.listType5 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}
.listType5:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.listType5 .listHeader {
  height: 44px;
  width: 100%;
  display: table;
}
.listType5 .listHeader h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding: 0 10px;
}
.listType5 .listHeader .btnArea {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 0 10px;
}
.listType5 .listFooter {
  height: 44px;
  width: 100%;
  background-color: #d9d9d9;
}
.listType5 .listFooter .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}
.listType5 .listFooter .btnArea div {
  display: inline-block;
  margin: 0.5em 5%;
}
.listType5 h3 {
  text-indent: 5px;
  color: #000;
  margin-bottom: 3px;
}
.listType5 h3 a {
  color: #FFFFFF;
  text-decoration: underline;
}
.listType5 h3 a:hover {
  color: #10d8ff;
  text-decoration: none;
}
.listType5 .listBlock {
  display: table;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
}
.listType5 .listBlock2 {
  display: table;
  width: 100%;
  padding-bottom: 5px;
  background-color: #ffffff;
}
.listType5 .block {
  display: table-row;
}
.listType5 .block .column {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listType5 .block .column13-1 {
  width: 35%;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listType5 .block .column13-3 {
  width: 65%;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listType5 .block3 {
  display: table-row;
}
.listType5 .block3 .column {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listType5 .space {
  padding: 10px;
}
.listType5 .listMain {
  display: table;
  width: 100%;
  background-color: #FFFFFF;
}
.listType5 .listMain .btnArea {
  padding: 10px 0 10px 10px;
}
.listType5 .listMain > .content {
  display: table-row;
}
.listType5 .listMain > .content > div.caption {
  background-color: rgb(23, 181, 193);
  border-bottom: 1px solid #d9d9d9;
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  width: 150px;
}
.listType5 .listMain > .content > div.cell {
  display: table-cell;
  padding: 5px 10px;
  text-align: left;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.listType5 .listMain > .content:nth-child(1) .caption, .listType5 .listMain > .content:nth-child(1) .cell {
  border-top: 1px solid #d9d9d9;
}
.listMain5 {
  display: table;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 5px;
}
.listMain5 .caption {
  display: table-row;
}
.listMain5 .caption div.cell {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  border-right: 1px solid #FFFFFF;
  vertical-align: middle;
  color: #FFFFFF;
}
.listMain5 .caption div.sort div {
  height: 16px;
  display: block;
  margin-top: 3px;
}
.listMain5 .caption div.sort div img {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 16px;
}
.listMain5 .caption div.btnArea {
  width: 70px;
}
.listMain5 .caption div.widthType2 {
  width: 30px;
}
.listMain5 .caption div:nth-last-of-type(1) {
  border-right: none;
}
.listMain5 .content {
  display: table-row;
  background-color: #FFFFFF;
  /*
  		.iconMail{
  			background:url(../image/common/iconMail.png) no-repeat center center;
  		}
  		.iconForm{
  			background:url(../image/common/iconForm.png) no-repeat center center;
  		}
  		.iconTel{
  			background:url(../image/common/iconTel.png) no-repeat center center;
  		}
  		.iconFax{
  			background:url(../image/common/iconFax.png) no-repeat center center;
  		}
  		.iconOther{
  			background:url(../image/common/iconOther.png) no-repeat center center;
  		}
  */
}
.listMain5 .content div.cell {
  display: table-cell;
  padding: 5px 10px;
  border-left: none !important;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.listMain5 .content div.cellType2 {
  display: table-cell;
  padding: 5px 10px;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.listMain5 .content div.icon {
  text-align: center;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.listMain5 .content div.btnArea {
  width: 70px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.listMain5 .content div:nth-last-of-type(1) {
  border-right: none;
}
.listMain5 .content .total {
  font-size: 138.5%;
  font-weight: bold;
  text-align: right;
  color: #05b0c3;
}
.listMain5 .content .thread1 {
  padding-left: 28px !important;
  background: url(../image/common/arrow8.png) no-repeat 10px center;
}
.listMain5 .content .thread2 {
  padding-left: 48px !important;
  background: url(../image/common/arrow8.png) no-repeat 30px center;
}
.listMain5 .content .thread3 {
  padding-left: 68px !important;
  background: url(../image/common/arrow8.png) no-repeat 50px center;
}
.listMain5 .content .thread4 {
  padding-left: 88px !important;
  background: url(../image/common/arrow8.png) no-repeat 70px center;
}
.listMain5 .content .thread5 {
  padding-left: 108px !important;
  background: url(../image/common/arrow8.png) no-repeat 90px center;
}
.listMain5 .content .thread6 {
  padding-left: 128px !important;
  background: url(../image/common/arrow8.png) no-repeat 110px center;
}
.listMain5 .content .thread7 {
  padding-left: 148px !important;
  background: url(../image/common/arrow8.png) no-repeat 130px center;
}
.listMain5 .content .thread8 {
  padding-left: 168px !important;
  background: url(../image/common/arrow8.png) no-repeat 150px center;
}
.listMain5 .content .thread9 {
  padding-left: 188px !important;
  background: url(../image/common/arrow8.png) no-repeat 170px center;
}
.listMain5 .content .thread10 {
  padding-left: 208px !important;
  background: url(../image/common/arrow8.png) no-repeat 190px center;
}
.listMain5 .content .center {
  text-align: center;
}
.listMain5 .content .right {
  text-align: right;
}
.listMain5 .content .maru {
  background: url(../image/common/maru.png) no-repeat center center;
}
.listMain5 .content .batsu {
  background: url(../image/common/batsu.png) no-repeat center center;
}
.listMain5 .content .read {
  background: url(../image/common/iconRead.png) no-repeat center center;
}
.listMain5 .content .write {
  background: url(../image/common/iconWrite.png) no-repeat center center;
}
.listMain5 .content .none {
  background: url(../image/common/iconNone.png) no-repeat center center;
}
.listMain5 .content .iconType1 {
  text-align: center;
}
.listMain5 .content .iconType2 {
  text-align: center;
}
.listMain5 .content .iconType3 {
  text-align: center;
}
.listMain5 .content .iconType4 {
  text-align: center;
}
.listMain5 .kidoku {
  display: table-row;
  background-color: #DDDDDD !important;
}
.listMain5 .contentType2 {
  background-color: #efefef;
}
.listMain5 .contentType3 {
  background-color: #bbbbbb;
}

.listType6 {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.15);
  margin-bottom: 20px;
  border-radius: 5px;
  min-width: 500px;
}
.listType6:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.listType6 .pageBody {
  display: table;
  width: 100%;
  padding: 20px 10px;
  background-color: #bed4e0;
}

.pager {
  line-height: 0.85rem;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  display: inline-table;
  vertical-align: middle;
}
.pager div {
  display: table-cell;
}
.pager div.text {
  padding: 3px 10px;
  background-color: #ffffff;
}
.pager div.text span {
  display: inline-block;
  line-height: 21px;
  margin: 0px 2px 0px 2px;
}
.pager a {
  display: table-cell;
}
.pager a.arrow {
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  vertical-align: middle;
  width: 4rem;
  text-align: center;
  border-right: 1px solid #555555;
}
.pager a.arrow:nth-last-of-type(1) {
  border-right: none;
}
.pager a.right {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 5px;
  width: 2rem;
}
.pager a.left {
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0px;
  width: 2rem;
}
.pager input[type=text].s_page_input {
  width: 35px;
  text-align: right;
}
.pager span.select {
  margin-left: 10px;
}

#MessageBox {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
#MessageBox #ttl {
  color: #000000;
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 24px;
  margin: 0px 0px 15px 0px;
}
#MessageBox .inner {
  display: table;
  width: 800px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 30px 0px;
  background-color: #eeeeee;
}
#MessageBox .cell {
  text-align: center;
  vertical-align: middle;
}
#MessageBox .input {
  margin: 0 auto;
  display: table;
}
#MessageBox .input .cell2 {
  display: table-cell;
  vertical-align: middle;
  font-size: x-large;
}
#MessageBox .input .icon {
  height: 40px;
  width: 76px;
  background-color: #CCC;
  color: #FFF;
  font-size: 0.75rem;
}
#MessageBox .btnArea {
  margin-top: 50px;
}
#MessageBox .btnArea .btn {
  color: #ffffff;
  font-weight: bold;
  padding: 0px;
}

#kanriLogin {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.7rem;
  background: rgb(53, 181, 193);
}
#kanriLogin #loginBox {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
#kanriLogin #loginBox #corp-logo {
  width: 290px;
  margin: 0px auto;
  margin-bottom: 30px;
}
#kanriLogin #loginBox #ttl {
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 30px;
}
#kanriLogin #loginBox .inner {
  display: table;
  width: 400px;
  background-color: #FFF;
  border-radius: 8px;
  padding: 30px 0px;
  background-color: #eeeeee;
}
#kanriLogin #loginBox .cell {
  text-align: center;
  vertical-align: middle;
}
#kanriLogin #loginBox .input {
  margin: 0 auto;
  display: table;
}
#kanriLogin #loginBox .input .cell2 {
  display: table-cell;
  vertical-align: middle;
}
#kanriLogin #loginBox .input .icon {
  height: 40px;
  width: 76px;
  background-color: #CCC;
  color: #FFF;
  font-size: 0.75rem;
}
#kanriLogin #loginBox .user {
  margin-bottom: 20px;
}
#kanriLogin #loginBox input {
  height: 40px;
  width: 278px;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 1px 5px;
}
#kanriLogin #loginBox .loginBox-btnArea {
  margin-top: 20px;
}
#kanriLogin #loginBox .btn_next {
  width: 278px;
  font-weight: bold;
  font-size: 110%;
}
#kanriLogin #loginBox .btn_next1 {
  width: 278px;
  font-weight: bold;
  font-size: 110%;
  background-color: rgb(53, 181, 193);
  border: 1px solid rgb(53, 181, 193);
}
#kanriLogin #loginBox .btn_next2 {
  width: 278px;
  font-weight: bold;
  font-size: 110%;
  background-color: rgb(53, 181, 193);
  border: 1px solid rgb(53, 181, 193);
}
#kanriLogin #loginBox .divider1 {
  color: #222;
  border-top: solid 1px #d9d9d9;
  margin-bottom: 1.5rem;
}
#kanriLogin #loginBox .guide_text_area {
  text-align: center;
  padding: 2em 2em 0em 2rem;
}
#kanriLogin #loginBox .guide_text_area a {
  color: rgb(53, 181, 193);
  text-decoration: none;
  outline: none;
  font-weight: bold;
}
#kanriLogin #loginBox .guide_text_area a:link {
  color: rgb(53, 181, 193);
  text-decoration: none;
}
#kanriLogin #loginBox .guide_text_area a:visited {
  color: rgb(53, 181, 193);
  text-decoration: none;
}
#kanriLogin #loginBox .guide_text_area a:hover {
  color: rgb(53, 181, 193);
  text-decoration: none;
}
#kanriLogin #loginBox .guide_text_area a:active {
  color: rgb(53, 181, 193);
  text-decoration: none;
}
#kanriLogin #loginBox .guide_text_area a.disabled, #kanriLogin #loginBox .guide_text_area a[disabled] {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

.c-layout-A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.c-layout-B {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-layout-B p {
  font-size: 1rem;
  padding-right: 10px;
}

.c-layout-C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-header {
  background-color: rgb(23, 181, 193);
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.57rem;
  color: #FFF;
}

.l-header .l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  margin-left: 20px;
  background-color: rgb(23, 181, 193);
}

.l-header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.57rem;
  width: 4.29rem;
  cursor: pointer;
  font-size: 2rem;
}

.l-header__btn i {
  -webkit-transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
}

.l-header__btn.open {
  background-color: #7f8992;
}

.l-header__btn:hover i {
  opacity: 0.7;
}

.l-header__menu {
  display: none;
  background-color: #7f8992;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 9;
  top: 3.57rem;
  right: 0;
  width: 18rem;
}
.l-header__menu a {
  display: block;
  color: #FFF;
  padding: 0.975rem !important;
}
.l-header__menu a:hover {
  color: #777;
  background-color: rgba(207, 234, 255, 0.6);
}
.l-header__menu .block_area {
  display: block;
}
.l-header__menu .block_area span {
  display: inline-block;
}
.l-header__menu .block_area.select-lang {
  text-align: center;
  vertical-align: middle;
}
.l-header__menu .block_area.select-lang .fa-solid {
  font-size: 1.5em;
}
.l-header__menu .block_area a.selective {
  display: inline-block;
  color: #FFF;
  padding: 0.975rem !important;
}
.l-header__menu .block_area a.selective:hover {
  color: #777;
  background-color: rgba(207, 234, 255, 0.6);
}

.l-header__menu.open {
  display: block;
}

.l-gronavi {
  margin-left: 1.43rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gronavi .l-gronavi__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  height: 3.57rem;
  padding: 0px 1.07rem;
  font-weight: bold;
  font-size: 1rem;
  /*border-bottom: 1px solid $color-E;*/
  -webkit-transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.15s cubic-bezier(0, 0.5, 0.5, 1);
}
.l-gronavi .l-gronavi__item a i {
  margin-right: 5px;
}

.u-mr-sm, .c-layout-side > li {
  margin-right: 1.625rem;
}

.notification-box {
  position: fixed;
  top: 50%;
  width: 100%;
  display: none;
  z-index: 10000;
}

.c-update__inner {
  color: #FFF;
  background-color: rgba(23, 181, 193, 0.7);
  padding: 2rem;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.nav {
  height: 3.57rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav li:hover > ul > li {
  overflow: hidden;
  height: 3.57rem;
}
.nav li a {
  display: block;
  /*width: 150px;*/
  height: 3.57rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 2.4rem;
  text-decoration: none;
  padding: 0px 1.43rem;
}
@media only screen and (max-width: 1366px) {
  .nav li a {
    font-size: 1rem;
    line-height: 2.2rem;
  }
}
.nav li > a {
  background-color: rgb(18, 145, 154);
}
.nav li > a:hover {
  background-color: #7f8992;
}
.nav li ul {
  top: 3.57rem;
  left: 0px;
  position: absolute;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
}
.nav li ul li a {
  border-top: 1px solid #ffffff;
}
.nav > li > a {
  background-color: rgb(53, 181, 193);
}
.nav > li > a:hover {
  background-color: #7f8992;
}

#view_normal {
  position: relative;
  width: 100%;
  height: 100%;
}

a.link {
  color: #22f;
  text-decoration: none;
  outline: none;
}
a.link:link {
  color: #22f;
  text-decoration: none;
}
a.link:visited {
  color: #22f;
  text-decoration: none;
}
a.link:hover {
  color: #22f;
  text-decoration: none;
}
a.link:active {
  color: #22f;
  text-decoration: none;
}

#main_area {
  width: 100%;
  color: #222;
}
#main_area #main, #main_area .contents {
  vertical-align: top;
}
#main_area .search_box {
  position: fixed;
  left: 0px;
  top: 3.64rem;
  display: none;
  width: 17.86rem;
  height: calc(100% - 3.64rem);
  background-color: rgb(18, 145, 154);
  color: #FFFFFF;
  z-index: 99;
}
#main_area .search_box .search_box_inner {
  position: relative;
  background-color: rgb(18, 145, 154);
}
#main_area .search_box .search_box_inner .btnArea {
  position: fixed;
  left: 0px;
  bottom: 10px;
  width: 17.86rem;
  text-align: center;
  margin-top: 1.43rem;
  padding: 0.71rem;
  /* background-color:#2fafbd; */
  background-color: rgb(18, 145, 154);
}
#main_area .search_box .search_box_inner .btnArea .btnType1 input[type=submit] {
  color: #ffffff;
  height: 2.14rem;
  line-height: 2.14rem;
  width: 80%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#151515));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.36rem;
  border: 1px solid #cccccc;
  font: 0.86rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main_area .search_box ~ .contents {
  margin: 0px 0px 0px 2.14rem;
}
#main_area .search_tab {
  position: relative;
  vertical-align: top;
  width: 0px;
  z-index: 99;
  /*		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;*/
}
#main_area .search_tab .btn_search_tab {
  position: fixed;
  left: 0px;
  top: calc(50vh + 1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  display: table;
  width: 2.14rem;
  height: 70vh;
  line-height: 2rem;
  color: #FFFFFF;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  background-color: rgb(18, 145, 154);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#main_area .search_tab .btn_search_tab .btn_search_tab_text {
  display: table-cell;
  vertical-align: middle;
}

#contents-main, #main {
  position: static;
  padding: 0.71rem;
}

#contents-main-sticky {
  position: static;
  padding: 0px 0.8rem 0.8rem 0.8rem;
}

#chk_search_tab_state {
  display: none;
}
#chk_search_tab_state:checked + .search_box {
  display: block;
}
#chk_search_tab_state:checked ~ .search_tab .btn_search_tab {
  left: 17.86rem;
}

#searchMain {
  padding: 0.71rem 0.71rem 3.57rem 0.71rem;
}
#searchMain dl {
  margin-bottom: 1.43rem;
  overflow-y: auto;
}
#searchMain dl dt {
  font-size: 0.9rem;
  margin-bottom: 0.36rem;
  line-height: 100%;
  font-weight: bold;
}
#searchMain dl dt a {
  color: #FFF;
}
#searchMain dl dd {
  margin-bottom: 1.07rem;
  font-size: 0.9rem;
}
#searchMain dl dd:nth-last-of-type(1) {
  margin-bottom: 0;
}
#searchMain dl dd.twoColumn {
  display: table;
}
#searchMain dl dd.twoColumn .column {
  display: table-cell;
  width: 7.86rem;
}
#searchMain dl dd.twoColumn_c .column_c ul {
  display: block;
  width: 100%;
}
#searchMain dl dd.twoColumn_c .column_c ul li {
  display: block;
  float: left;
  width: 50%;
}
#searchMain dl dd.twoColumn_c .column_c ul li div {
  display: block;
  float: left;
  width: 0.71rem;
  padding: 2px 0.71rem 0 0;
  margin: 0;
}
#searchMain dl dd.twoColumn_c .column_c ul li p {
  display: block;
  float: left;
  width: 6.43rem;
  padding: 0;
  margin: 0;
}
#searchMain dl dd.koguchi input.widthType2 {
  margin-right: 0.71rem;
}
#searchMain dl dd.koguchi span {
  margin-left: 5px;
}
#searchMain dl dd ul.listType3 li {
  margin-bottom: 5px;
  display: table;
}
#searchMain dl dd ul.listType3 li div {
  display: table-cell;
  padding-top: 5px;
}
#searchMain dl dd ul.listType3 li p {
  display: table-cell;
  padding-left: 5px;
}
#searchMain dl dd ul.listType4 {
  margin-bottom: 0.71rem;
  display: table;
  width: 100%;
}
#searchMain dl dd ul.listType4 > li {
  display: table-cell;
  width: 33%;
}
#searchMain dl dd ul.listType4 > li select {
  width: 100%;
  border-radius: 3px;
  padding: 3px;
  border: none;
}
#searchMain dl dd ul.listTypeM {
  margin-bottom: 0.71rem;
  display: table;
  width: 100%;
}
#searchMain dl dd ul.listTypeM li {
  display: table-cell;
  /* width:33%; html側でwidthを指定する*/
}
#searchMain dl dd ul.listTypeM li input[type=date].widthTypeM {
  width: 100px;
}
#searchMain dl dd ul.listTypeM li input[type=number].widthTypeM {
  width: 75px;
}
#searchMain dl dd ul.listTypeM li input[type=number].widthTypeM.date {
  width: 38px;
}
#searchMain dl dd ul.listTypeM li input[type=tel].widthTypeM {
  width: 75px;
}
#searchMain dl dd ul.listTypeM li input[type=tel].widthTypeM.date {
  width: 38px;
}
#searchMain dl .select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: normal;
}
#searchMain dl .select2 {
  color: black;
  font-size: 100%;
}
#searchMain dl .select2-dropdown {
  text-align: left;
  font-size: 85%;
}
#searchMain dl input[type=checkbox] {
  display: none;
}
#searchMain dl .checkbox-fontas {
  font-size: large;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
#searchMain dl .checkbox-caption {
  font-size: 1rem;
  position: relative;
  vertical-align: middle;
}
#searchMain dl input[type=checkbox] + .checkbox-fontas:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c8";
}
#searchMain dl input[type=checkbox]:checked + .checkbox-fontas:before {
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
}

#inner_doc_search_item_area {
  margin-top: 10px;
  padding: 5px 5px 10px 5px;
  background-color: #2fafbd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#inner_doc_search_item_area #flg_inner_doc_search + #inner_doc_search_item {
  display: none;
}
#inner_doc_search_item_area #flg_inner_doc_search:checked + #inner_doc_search_item {
  display: block;
}
#inner_doc_search_item_area #btn_inner_doc_search_items {
  cursor: pointer;
  padding: 5px 0px 5px 0px;
  text-align: center;
  font-weight: bold;
}

#kengen {
  display: table;
}
#kengen .content {
  display: table-row;
}
#kengen .cell {
  display: table-cell;
  border: none;
  text-align: center;
}
#kengen .left {
  text-align: left !important;
}
#kengen .none {
  background: url(../image/common/iconNone.png) no-repeat center center;
  width: 50px;
}
#kengen .read {
  background: url(../image/common/iconRead.png) no-repeat center center;
  width: 50px;
}
#kengen .write {
  background: url(../image/common/iconWrite.png) no-repeat center center;
  width: 50px;
}

#graphArea {
  padding: 20px;
  text-align: center;
}

#graph {
  width: 900px;
  height: 400px;
  margin: 0 auto;
}

#graph2 {
  width: 900px;
  height: 400px;
  margin: 0 auto;
}

#graph3 {
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

#course_fee_list_area .summary {
  height: 60px;
  font-size: large;
}
#course_fee_list_area .summary .nodata {
  background-color: #e6e6e6;
  height: 60px;
}
#course_fee_list_area .summary .cell td.title {
  text-align: right;
  padding: 5px 10px 5px 10px;
}
#course_fee_list_area .summary .cell td.sub_total {
  text-align: right;
  padding: 5px 10px 5px 10px;
  width: 120px;
}
#course_fee_list_area .cell1 {
  width: 3%;
}
#course_fee_list_area .cell2 {
  width: 20%;
}
#course_fee_list_area .cell4 {
  width: 40%;
}
#course_fee_list_area .cell6 {
  width: 17%;
}
#course_fee_list_area .cell7 {
  width: 4%;
}
#course_fee_list_area table.input_price {
  display: inline-block;
  vertical-align: middle;
}
#course_fee_list_area table.input_price tr td {
  text-align: center;
  padding: 0px 5px;
}
#course_fee_list_area table.input_price .charge_month_block tr td {
  text-align: center;
  padding: 0;
}

#etc_fee_list_area .summary {
  height: 60px;
  font-size: large;
}
#etc_fee_list_area .summary .nodata {
  background-color: #e6e6e6;
  height: 60px;
}
#etc_fee_list_area .summary .cell td.title {
  text-align: right;
  padding: 5px 10px 5px 10px;
}
#etc_fee_list_area .summary .cell td.sub_total {
  text-align: right;
  padding: 5px 10px 5px 10px;
  width: 120px;
}
#etc_fee_list_area .cell6 {
  width: 3%;
}
#etc_fee_list_area .cell7 {
  width: 10%;
}
#etc_fee_list_area .cell1 {
  width: 20%;
}
#etc_fee_list_area .cell3 {
  width: 40%;
}
#etc_fee_list_area .cell4 {
  width: 17%;
}
#etc_fee_list_area .cell5 {
  width: 4%;
}
#etc_fee_list_area table.input_price {
  display: inline-block;
  vertical-align: middle;
}
#etc_fee_list_area table.input_price tr td {
  text-align: center;
  padding: 0px 5px;
}
#etc_fee_list_area table.input_price .charge_month_block tr td {
  text-align: center;
  padding: 0;
}

.charge_month_block .marker {
  height: 5px;
  background-color: none;
}
.charge_month_block .marker-dammy {
  height: 5px;
}
.charge_month_block .marker_now {
  background-color: #777777;
}

#master_etc_fee_list_area .cell1 {
  width: 6%;
}
#master_etc_fee_list_area .cell5 {
  width: 6%;
}
#master_etc_fee_list_area .cell6 {
  width: 28%;
}
#master_etc_fee_list_area .cell7 {
  width: 4%;
}
#master_etc_fee_list_area table.input_price {
  display: inline-block;
  vertical-align: middle;
}
#master_etc_fee_list_area table.input_price tr td {
  text-align: center;
  padding: 0px 5px;
}

/*
.summary_area {
	.summary{
		height:60px;
		font-size: large;

		.nodata{
			background-color:#e6e6e6;
			height:60px;
		}
		.cell {
			td {
				&.title{
					text-align:right;
					padding:5px 10px 5px 10px;
				}
				&.sub_total{
					text-align:right;
					padding:5px 10px 5px 10px;
					width:120px;
				}
			}
		}
		.cell_disp_month{
			padding:0px 20px;
			text-align: center;

			.disp_month_block{
				font-size: 28px;
				line-height: 28px;
				font-weight: bold;
			}
		}
		.justify{
			text-align-last: justify;
		}
		.row_sub_total td {
			border-top: 1px solid #000000;
		}
	}
	.cell6{
		width:3%;
	}
	.cell7{
		width:10%;
	}
	.cell1{
		width:20%;
	}
	.cell2{
	}
	.cell3{
		width:40%;
	}
	.cell4{
		width:17%;
	}
	.cell5{
		width:4%;
	}
	table {
		&.input_price{
			display:inline-block;
			vertical-align:middle;

			tr td{
				text-align:center;
				padding:0px 5px;
			}
		}
	}
}
*/
.end-line-area {
  padding-bottom: 20px;
}

.end-line-area2 {
  padding-bottom: 40px;
}

.ui-autocomplete {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1rem;
  z-index: 101;
}
.ui-autocomplete .ui-menu-item {
  width: 100%;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  position: relative;
  display: table;
  width: 100%;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span {
  display: table-cell;
  text-align: left;
  line-height: 1rem;
  padding-right: 0.2rem;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span.btn_area {
  display: table-cell;
  text-align: right;
  line-height: 1rem;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span.btn_area a,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span.btn_area a:link,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span.btn_area a:visited {
  color: #000000;
}
.ui-autocomplete.ui-widget.ui-widget-content {
  border: 1px solid rgb(108, 124, 137);
}
.ui-autocomplete .ui-state-active {
  border: none;
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6) !important;
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6) !important;
  color: #000000 !important;
  margin: 0px;
}
.ui-autocomplete .ui-state-active a,
.ui-autocomplete .ui-state-active a:link,
.ui-autocomplete .ui-state-active a:visited {
  color: #000000;
}

.errmsg.tooltip {
  display: none !important;
}

.error-tooltip {
  color: rgb(186, 0, 1);
  background-color: #ffe6eb;
  border: 1px solid #ffe6eb;
  border-radius: 4px;
  padding: 1em 1rem;
}

.p_rate {
  color: #0000ff;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
  background: none;
  background-color: rgba(207, 234, 255, 0.6);
  text-shadow: none;
}
ul.jqtree-tree li.jqtree-selected > .jqtree-element :focus-visible, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover :focus-visible {
  outline: none;
}

.calc_condition1 span, .calc_condition2 span {
  margin-right: 15px;
}
.calc_condition1 span:last-of-type, .calc_condition2 span:last-of-type {
  border-right: none;
}

.btn_set_m {
  margin: 0px 5px;
  cursor: pointer;
}

#top_menu {
  width: 100%;
  height: 100%;
  line-height: 1.7rem;
  background: rgb(53, 181, 193);
}
#top_menu .inner {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#top_menu .title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
}
#top_menu #corp-logo {
  text-align: center;
  margin-bottom: 30px;
}
#top_menu #corp-logo span {
  display: inline-block;
}
#top_menu .contents {
  text-align: center;
}
#top_menu .contents .menu_area {
  background-color: #F0F0F0;
  border-radius: 15px;
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 1fr);
  grid-template-rows: 30px repeat(auto-fill, 1fr);
}
#top_menu .contents .title {
  font-size: 1.5rem;
  grid-column: 1/span 3;
}
#top_menu .contents .btn_area {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}
#top_menu .contents .btn_area .btn {
  display: table;
  width: 150px;
  height: 150px;
  padding: 5px;
  background-color: rgba(23, 181, 193, 0.8);
  border: 1px solid rgba(23, 181, 193, 0.8);
  border-radius: 15px;
}
#top_menu .contents .btn_area .btn .btn_lbl {
  display: table-cell;
  vertical-align: middle;
}
#top_menu .contents .btn_area .btn .btn_lbl .icon {
  font-size: 28px;
}
#top_menu .contents .btn_area .btn .btn_lbl .icon .fa-caret-right {
  margin: 0px 5px;
}
#top_menu .contents .btn_area .btn .btn_lbl .caption {
  margin-top: 10px;
  font-size: 110%;
}
#top_menu .contents .btn_area .btn2 {
  display: table;
  width: 150px;
  height: 150px;
  padding: 5px;
  background-color: rgb(23, 181, 193);
  border: 1px solid rgb(224, 239, 247);
  border-radius: 15px;
}
#top_menu .contents .btn_area .btn2 .btn_lbl {
  display: table-cell;
  vertical-align: middle;
}
#top_menu .contents .btn_area .btn2 .btn_lbl .icon {
  font-size: 28px;
}
#top_menu .contents .btn_area .btn2 .btn_lbl .icon .fa-caret-right {
  margin: 0px 5px;
}
#top_menu .contents .btn_area .btn2 .btn_lbl .caption {
  margin-top: 10px;
  font-size: 110%;
}

.mark_ln td {
  border-bottom-width: 2px;
}

.lwe_data {
  display: inline-block;
  margin: 0px 10px 5px 0px;
}

.fa-solid.fa-user-secret {
  color: rgb(191, 191, 191);
}
.fa-solid.fa-user-secret.write {
  color: rgb(0, 0, 0);
}
.fa-solid.fa-user-secret.append_mail:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-size: 50%;
  vertical-align: top;
}
.fa-solid.fa-user-secret.append_mail.write:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-size: 50%;
  vertical-align: top;
}

#contextmenu {
  position: absolute;
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  font-size: 0.8rem;
}
#contextmenu a {
  display: block;
  color: #222;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#contextmenu a:link {
  color: #222;
  text-decoration: none;
}
#contextmenu a:visited {
  color: #222;
  text-decoration: none;
}
#contextmenu a:hover {
  color: #222;
  text-decoration: none;
}
#contextmenu a:active {
  color: #222;
  text-decoration: none;
}
#contextmenu ul {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 1px solid #a9a9a9;
  min-width: 12rem;
}
#contextmenu ul:nth-last-of-type(1) {
  border-bottom: none;
}
#contextmenu ul.disabled, #contextmenu ul[disabled] {
  display: none;
}
#contextmenu ul li {
  padding: 5px 10px;
  cursor: pointer;
}
#contextmenu ul li.title {
  font-size: 0.6rem;
  padding: 2px 10px;
  color: #777;
}
#contextmenu ul li.item:hover {
  background-color: rgba(207, 234, 255, 0.6);
}
#contextmenu ul li.disabled, #contextmenu ul li[disabled] {
  display: none;
}
#contextmenu ul li i {
  margin-right: 3px;
}

table.explorer_style_panel {
  width: 100%;
  height: calc(100vh - 3.57rem - 4rem);
  border-collapse: separate;
  font-size: 0.95rem;
}
table.explorer_style_panel .title {
  font-size: 1.1rem;
}
table.explorer_style_panel td.treeview_area {
  width: 30%;
  vertical-align: top;
  border-top: 1px solid #d9d9d9;
}
table.explorer_style_panel td.treeview_area.cell {
  padding: 0.71rem;
}
table.explorer_style_panel td.treeview_area .treeview {
  font-size: 1rem;
  height: 100%;
  word-break: keep-all;
  overflow: auto;
}
table.explorer_style_panel td.area_handle {
  border-top: 1px solid #d9d9d9;
  width: 7px;
}
table.explorer_style_panel td.setting_area {
  border-top: 1px solid #d9d9d9;
}
table.explorer_style_panel td.setting_area.cell {
  padding: 0.71rem;
}
table.explorer_style_panel .div_block {
  border: 1px solid #a9a9a9;
  border-radius: 10px;
  padding: 10px;
}

.hidden:not(.is_edit-visibility) {
  display: none !important;
}

.acl_hidden {
  display: none !important;
}

table.quo_list .list_btn_cmng_edit[data-cmng_doc_id=""] {
  display: none !important;
}
table.quo_list .list_btn_cmng_edit:not([data-cmng_doc_id=""]) {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(-30%) translateY(-50%);
          transform: translateX(-30%) translateY(-50%);
  font-size: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
}

.btn2 {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid rgb(108, 124, 137);
  line-height: 30px;
  width: auto;
  padding: 0 !important;
}
.btn2.disabled, .btn2[disabled] {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}
.btn2 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0px 8px;
  color: #222;
  text-decoration: none;
  outline: none;
}
.btn2 a:link {
  color: #222;
  text-decoration: none;
}
.btn2 a:visited {
  color: #222;
  text-decoration: none;
}
.btn2 a:hover {
  color: #222;
  text-decoration: none;
}
.btn2 a:active {
  color: #222;
  text-decoration: none;
}
.btn2 a.disabled, .btn2 a[disabled] {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

.listHeader_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  width: 100%;
  background-color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.8rem;
}
.listHeader_v2 h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  vertical-align: middle;
  font-size: 1.3rem;
  padding: 0px 10px 0px 0px;
}
.listHeader_v2 h2.left {
  text-align: left;
}
.listHeader_v2 h2.center {
  text-align: center;
}
.listHeader_v2 h2.right {
  text-align: right;
}
.listHeader_v2 .control_icons {
  width: 15rem;
  text-align: right;
}
.listHeader_v2 .control_icons .btn_use_holiday {
  margin-right: 0.5rem;
}
.listHeader_v2 .control_icons .btn_use_holiday, .listHeader_v2 .control_icons .btn_empty_columns {
  width: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.listHeader_v2 .control_icons .btn_use_holiday a, .listHeader_v2 .control_icons .btn_empty_columns a {
  width: 100%;
  padding: 0;
}
.listHeader_v2 .control_icons .btn_use_holiday.switch-on, .listHeader_v2 .control_icons .btn_use_holiday.current_view, .listHeader_v2 .control_icons .btn_empty_columns.switch-on, .listHeader_v2 .control_icons .btn_empty_columns.current_view {
  background-color: rgb(195, 195, 195);
}
.listHeader_v2 a {
  display: inline-block;
  color: #222;
  text-decoration: none;
  outline: none;
}
.listHeader_v2 a:link {
  color: #222;
  text-decoration: none;
}
.listHeader_v2 a:visited {
  color: #222;
  text-decoration: none;
}
.listHeader_v2 a:hover {
  color: #222;
  text-decoration: none;
}
.listHeader_v2 a:active {
  color: #222;
  text-decoration: none;
}
.listHeader_v2 a.disabled, .listHeader_v2 a[disabled] {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}

.listFooter.cmng_edit {
  height: 3rem;
  width: 100%;
  background-color: #d9d9d9;
  font-size: 0.85rem;
  line-height: 0.85rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: grid;
  grid-template-columns: 4fr 5fr 2.5fr 1.5fr;
  grid-template-rows: 3rem;
  place-items: center stretch;
}
.listFooter.cmng_edit a {
  color: #222;
  text-decoration: none;
  outline: none;
}
.listFooter.cmng_edit a:link {
  color: #222;
  text-decoration: none;
}
.listFooter.cmng_edit a:visited {
  color: #222;
  text-decoration: none;
}
.listFooter.cmng_edit a:hover {
  color: #222;
  text-decoration: none;
}
.listFooter.cmng_edit a:active {
  color: #222;
  text-decoration: none;
}
.listFooter.cmng_edit a.disabled, .listFooter.cmng_edit a[disabled] {
  background-color: #a9a9a9;
  cursor: default;
  pointer-events: none;
}
.listFooter.cmng_edit .btn_area {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.listFooter.cmng_edit .btn_area.left_area {
  text-align: left;
  display: block;
  padding: 0;
  padding: 0;
}
.listFooter.cmng_edit .btn_area.btn_view_area {
  display: block;
  padding: 0;
  padding: 0;
}
.listFooter.cmng_edit .btn_area.btn_view_area .btnType2 {
  margin-right: 2px;
}
.listFooter.cmng_edit .btn_area.btnArea {
  padding: 0px;
  text-align: right;
  display: block;
  padding: 0;
  padding: 0;
}
.listFooter.cmng_edit .btn_area .btn_view {
  font-size: 0.75rem;
  width: 5.3rem;
}
.listFooter.cmng_edit .btn_area .btn_view .switch-on, .listFooter.cmng_edit .btn_area .btn_view.current_view {
  background-color: rgba(207, 234, 255, 0.6);
}
.listFooter.cmng_edit .btn_area .title {
  display: inline-block;
  margin-right: 0px;
}
.listFooter.cmng_edit .btn_area .btn_rev {
  width: 3rem;
  padding: 0 !important;
}
.listFooter.cmng_edit .btn_area .btn_rev a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 8px;
}
.listFooter.cmng_edit .btn_area .btn_update {
  width: 3rem;
}
.listFooter.cmng_edit .btn_area .btn_update a {
  padding: 0 !important;
}
.listFooter.cmng_edit .btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000000;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  line-height: 30px;
  width: auto;
  padding: 0px 8px;
  border: 1px solid black;
  cursor: pointer;
}
.listFooter.cmng_edit .btn.type1 {
  background-color: black;
}
.listFooter.cmng_edit .btn.type1 a {
  color: #fff;
}
.listFooter.cmng_edit .btn.type2 {
  background-color: #fff;
}
.listFooter.cmng_edit .btn.type2 a {
  color: #222;
}
.listFooter.cmng_edit .btn i {
  margin: 0 !important;
}
.listFooter.cmng_edit .btn.disabled, .listFooter.cmng_edit .btn[disabled] {
  padding: 0px 8px;
  cursor: default;
  pointer-events: none;
}
.listFooter.cmng_edit .calendar_scale_container {
  display: inline-block;
  width: 85px;
}
.listFooter.cmng_edit .calendar_scale_container .calendar_scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listFooter.cmng_edit .calendar_scale_container .calendar_scale .btn_scale_down {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  border-top: 1px solid rgb(108, 124, 137);
  border-left: 1px solid rgb(108, 124, 137);
  border-bottom: 1px solid rgb(108, 124, 137);
  width: 28px;
}
.listFooter.cmng_edit .calendar_scale_container .calendar_scale .btn_scale_up {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  border-top: 1px solid rgb(108, 124, 137);
  border-right: 1px solid rgb(108, 124, 137);
  border-bottom: 1px solid rgb(108, 124, 137);
  width: 28px;
}
.listFooter.cmng_edit .calendar_scale_container .calendar_scale .scale_selector {
  border-radius: 0;
  border: none;
  border: 1px solid rgb(108, 124, 137);
  margin: 0;
  padding: 0;
  width: 28px;
  line-height: 30px;
}
.listFooter.cmng_edit .calendar_scale_container .calendar_scale .scale_selector select {
  border-radius: 0;
  padding: 2px 8px;
}

.view_panel {
  padding: 0 0 0.2rem 0.8rem;
  margin: 0;
  position: static;
  height: calc(100vh - 3.57rem - 4rem);
}
.view_panel .scroll_view_wrapper {
  height: 100%;
}
.view_panel .scroll_view {
  overflow: auto;
  height: 100%;
}

body[data-calendar_scale="1"] .scale_calendar .caption_calendarContainer > li, body[data-calendar_scale="1"] #dragImage .caption_calendarContainer > li {
  width: 10px;
}
body[data-calendar_scale="1"] .scale_calendar .calendarContainer > li, body[data-calendar_scale="1"] #dragImage .calendarContainer > li {
  width: 10px;
}
body[data-calendar_scale="2"] .scale_calendar .caption_calendarContainer > li, body[data-calendar_scale="2"] #dragImage .caption_calendarContainer > li {
  width: 25px;
}
body[data-calendar_scale="2"] .scale_calendar .calendarContainer > li, body[data-calendar_scale="2"] #dragImage .calendarContainer > li {
  width: 25px;
}
body[data-calendar_scale="3"] .scale_calendar .caption_calendarContainer > li, body[data-calendar_scale="3"] #dragImage .caption_calendarContainer > li {
  width: 40px;
}
body[data-calendar_scale="3"] .scale_calendar .calendarContainer > li, body[data-calendar_scale="3"] #dragImage .calendarContainer > li {
  width: 40px;
}
body[data-calendar_scale="4"] .scale_calendar .caption_calendarContainer > li, body[data-calendar_scale="4"] #dragImage .caption_calendarContainer > li {
  width: 50px;
}
body[data-calendar_scale="4"] .scale_calendar .calendarContainer > li, body[data-calendar_scale="4"] #dragImage .calendarContainer > li {
  width: 50px;
}
body[data-calendar_scale="5"] .scale_calendar .caption_calendarContainer > li, body[data-calendar_scale="5"] #dragImage .caption_calendarContainer > li {
  width: 60px;
}
body[data-calendar_scale="5"] .scale_calendar .calendarContainer > li, body[data-calendar_scale="5"] #dragImage .calendarContainer > li {
  width: 60px;
}

table.cmng_grid {
  border-collapse: separate;
  border-spacing: 0px;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.85rem;
  display: block;
  position: relative;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 3.57rem - 4rem - 3.1rem);
  padding-right: 0.8rem;
}
table.cmng_grid[data-hide_empty_columns] .caption_calendarContainer > li:has(div.hide_month) {
  border-left: 1px solid #d9d9d9;
}
table.cmng_grid[data-hide_empty_columns] .caption_calendarContainer > li[data-empty] {
  display: none !important;
}
table.cmng_grid[data-hide_empty_columns] .caption_calendarContainer > li div.normal_month {
  display: none !important;
}
table.cmng_grid[data-hide_empty_columns] .caption_calendarContainer > li:not([data-empty]):has(+ [data-empty]) {
  background-color: rgba(207, 207, 207, 0.3);
}
table.cmng_grid[data-hide_empty_columns] .calendarContainer > li[data-empty] {
  display: none !important;
}
table.cmng_grid[data-hide_empty_columns] .calendarContainer > li:not([data-empty]):has(+ [data-empty]) {
  background-color: rgba(207, 207, 207, 0.3);
}
table.cmng_grid:not([data-hide_empty_columns]) .caption_calendarContainer > li div.hide_month {
  display: none !important;
}
table.cmng_grid .translatable-set {
  width: 100%;
}
table.cmng_grid thead, table.cmng_grid tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
table.cmng_grid thead {
  position: sticky;
  top: 0;
  z-index: 5;
  border-top: 1px solid #d9d9d9;
}
table.cmng_grid thead tr th {
  border: none;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(224, 239, 247);
  height: 90px;
}
table.cmng_grid thead tr th.cross {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 6;
  width: auto;
}
table.cmng_grid thead tr th .caption_info_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  place-items: stretch;
}
table.cmng_grid thead tr th .caption_calendarContainer {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
table.cmng_grid thead tr th .caption_calendarContainer > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  line-height: 0.9em;
  font-size: 0.9em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 30px;
  width: 40px;
}
table.cmng_grid thead tr th .caption_calendarContainer > li.f1 {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 0.9em;
}
table.cmng_grid thead tr th .caption_calendarContainer > li.f2 {
  border-bottom: 1px solid #d9d9d9;
}
table.cmng_grid thead tr th .caption_calendarContainer > li.f2.last_day {
  border-right: 1px solid #d9d9d9;
}
table.cmng_grid thead tr th .caption_calendarContainer > li.f2 .disp_month {
  line-height: 1.1em;
}
table.cmng_grid thead tr th .caption_calendarContainer > li.f3 {
  border-right: 1px solid #d9d9d9;
}
table.cmng_grid thead tr th .caption_calendarContainer > li.f3 div:nth-child(2) {
  font-size: 0.9em;
}
table.cmng_grid thead tr th .caption_calendarContainer > li:last-child {
  border-right: none !important;
}
table.cmng_grid thead tr th .caption_calendarContainer > li .saturday {
  color: rgb(34, 76, 160);
}
table.cmng_grid thead tr th .caption_calendarContainer > li .sunday {
  color: rgb(179, 30, 30);
}
table.cmng_grid tbody tr th {
  position: sticky;
  left: 0;
  z-index: 3;
  background-color: #ffffff;
  width: auto;
  height: 90px;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.cmng_grid tbody tr td {
  padding: 0 0;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  height: 90px;
}
table.cmng_grid tbody tr td .selectable-cells .selected {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
}
table.cmng_grid tbody tr td .selectable-cells .pre_selected {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.3);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.3);
}
table.cmng_grid tbody tr td .dragdropable-cells .dragover {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
}
table.cmng_grid tbody tr td [draggable] {
  cursor: -webkit-grab;
  cursor: grab;
}
table.cmng_grid tbody tr td [draggable]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
table.cmng_grid tbody tr td .calendarContainer {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
table.cmng_grid tbody tr td .calendarContainer > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  line-height: 0.9em;
  font-size: 0.9em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 30px;
  width: 40px;
}
table.cmng_grid tbody tr td .calendarContainer > li.pl {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.cmng_grid tbody tr td .calendarContainer > li.go {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.cmng_grid tbody tr td .calendarContainer > li.do {
  border-right: 1px solid #d9d9d9;
}
table.cmng_grid tbody tr td .calendarContainer > li:last-child {
  border-right: none !important;
}

.schedule_grid[data-lightbulb1_off][data-lightbulb2_off] thead .caption_info_area {
  grid-template-columns: 2rem 1rem 12rem 8rem 4rem 4.3rem 5rem 40px;
  grid-template-areas: "dispno sortable_handle_space names names      names     work_day_ct work_amount sch_no" "dispno sortable_handle_space names names      names     work_day_ct work_amount sch_month" "dispno sortable_handle_space nbsp1 pl_amount1 unit_name work_day_ct work_amount sch_day";
}
.schedule_grid[data-lightbulb1_off][data-lightbulb2_off] tbody .caption_info_area {
  grid-template-columns: 2rem 1rem 12rem 8rem 4rem 4.3rem 5rem 40px;
  grid-template-areas: "dispno sortable_handle names names      names     pl_work_day_ct pl_work_amount sch_no" "dispno sortable_handle names names      names     go_work_day_ct go_work_amount sch_month" "dispno sortable_handle nbsp1 pl_amount1 unit_name do_work_day_ct do_work_amount sch_day";
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area {
  grid-template-columns: 2rem 1rem 12rem 8rem 4rem 4.3rem 5rem 4.3rem 4.3rem 4.3rem 40px;
  grid-template-areas: "dispno sortable_handle_space names names      names     work_day_ct work_amount rest_amount amount_per_unit     amount_per_unit     sch_no" "dispno sortable_handle_space names names      names     work_day_ct work_amount rest_amount amount_per_unit     amount_per_unit     sch_month" "dispno sortable_handle_space nbsp1 pl_amount1 unit_name work_day_ct work_amount rest_amount amount_per_unit_avg amount_per_unit_max sch_day";
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area {
  grid-template-columns: 2rem 1rem 12rem 8rem 4rem 4.3rem 5rem 4.3rem 4.3rem 4.3rem 40px;
  grid-template-areas: "dispno sortable_handle names names      names     pl_work_day_ct pl_work_amount pl_rest_amount pl_amount_per_unit_avg pl_amount_per_unit_max sch_no" "dispno sortable_handle names names      names     go_work_day_ct go_work_amount go_rest_amount go_amount_per_unit_avg go_amount_per_unit_max sch_month" "dispno sortable_handle nbsp1 pl_amount1 unit_name do_work_day_ct do_work_amount do_rest_amount do_amount_per_unit_avg do_amount_per_unit_max sch_day";
}
.schedule_grid[data-lightbulb2_off] thead .caption_info_area {
  grid-template-columns: 2rem 1rem 12rem 8rem 4rem 7.5rem 8rem 8rem 3rem 5rem 4.3rem 5rem 40px;
  grid-template-areas: "dispno sortable_handle_space names names      names     fst_amount fst_unit_price pl_price_q is_use pl_amount_per_day work_day_ct work_amount sch_no" "dispno sortable_handle_space names names      names     amount     unit_price     nbsp2      is_use go_amount_per_day work_day_ct work_amount sch_month" "dispno sortable_handle_space nbsp1 pl_amount1 unit_name pl_amount2 pl_unit_price  do_price_q is_use div_calc          work_day_ct work_amount sch_day";
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area {
  grid-template-columns: 2rem 1rem 12rem 8rem 4rem 7.5rem 8rem 8rem 3rem 5rem 4.3rem 5rem 40px;
  grid-template-areas: "dispno sortable_handle names names      names     fst_amount fst_unit_price   pl_price_q is_use pl_amount_per_day pl_work_day_ct pl_work_amount sch_no" "dispno sortable_handle names names      names     amount     unit_price       nbsp2      is_use go_amount_per_day go_work_day_ct go_work_amount sch_month" "dispno sortable_handle nbsp1 pl_amount1 unit_name pl_amount2 pl_unit_price    do_price_q is_use div_calc          do_work_day_ct do_work_amount sch_day";
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .fst_amount {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .amount {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .pl_amount2 {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .fst_unit_price {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .unit_price {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .pl_unit_price {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .pl_price_q {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .nbsp2 {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .do_price_q {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .is_use {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .div_calc {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .pl_amount_per_day {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .go_amount_per_day {
  display: none;
}
.schedule_grid[data-lightbulb1_off] thead .caption_info_area > .nbsp3 {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .fst_amount {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .amount {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .pl_amount2 {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .fst_unit_price {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .unit_price {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .pl_unit_price {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .pl_price_q {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .nbsp2 {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .do_price_q {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .is_use {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .div_calc {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .pl_amount_per_day {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .go_amount_per_day {
  display: none;
}
.schedule_grid[data-lightbulb1_off] tbody .caption_info_area > .nbsp3 {
  display: none;
}
.schedule_grid[data-lightbulb2_off] thead .caption_info_area > .rest_amount {
  display: none;
}
.schedule_grid[data-lightbulb2_off] thead .caption_info_area > .amount_per_unit {
  display: none;
}
.schedule_grid[data-lightbulb2_off] thead .caption_info_area > .amount_per_unit_avg {
  display: none;
}
.schedule_grid[data-lightbulb2_off] thead .caption_info_area > .amount_per_unit_max {
  display: none;
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area > .pl_rest_amount {
  display: none;
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area > .pl_amount_per_unit_avg {
  display: none;
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area > .pl_amount_per_unit_max {
  display: none;
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area > .go_rest_amount {
  display: none;
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area > .go_amount_per_unit_avg {
  display: none;
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area > .go_amount_per_unit_max {
  display: none;
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area > .do_rest_amount {
  display: none;
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area > .do_amount_per_unit_avg {
  display: none;
}
.schedule_grid[data-lightbulb2_off] tbody .caption_info_area > .do_amount_per_unit_max {
  display: none;
}

table.schedule_grid .sortable_handle {
  cursor: -webkit-grab;
  cursor: grab;
}
table.schedule_grid thead tr th .caption_info_area {
  grid-template-columns: 2rem 1rem 12rem 8rem 4rem 7.5rem 8rem 8rem 3rem 5rem 4.3rem 5rem 4.3rem 4.3rem 4.3rem 40px;
  grid-template-areas: "dispno sortable_handle_space names names      names     fst_amount fst_unit_price pl_price_q is_use pl_amount_per_day work_day_ct work_amount rest_amount amount_per_unit     amount_per_unit     sch_no" "dispno sortable_handle_space names names      names     amount     unit_price     nbsp2      is_use go_amount_per_day work_day_ct work_amount rest_amount amount_per_unit     amount_per_unit     sch_month" "dispno sortable_handle_space nbsp1 pl_amount1 unit_name pl_amount2 pl_unit_price  do_price_q is_use div_calc          work_day_ct work_amount rest_amount amount_per_unit_avg amount_per_unit_max sch_day";
}
table.schedule_grid thead tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.schedule_grid thead tr th .caption_info_area > .dispno {
  grid-area: dispno;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
table.schedule_grid thead tr th .caption_info_area > .dispno .btn_delete_line, table.schedule_grid thead tr th .caption_info_area > .dispno .btn_append_line {
  color: rgba(255, 255, 255, 0.5);
}
table.schedule_grid thead tr th .caption_info_area > .dispno .btn_delete_line:hover, table.schedule_grid thead tr th .caption_info_area > .dispno .btn_append_line:hover {
  color: #FFF;
}
table.schedule_grid thead tr th .caption_info_area > .sortable_handle_space {
  grid-area: sortable_handle_space;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_grid thead tr th .caption_info_area > .names {
  grid-area: names;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  position: relative;
}
table.schedule_grid thead tr th .caption_info_area > .nbsp1 {
  grid-area: nbsp1;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_grid thead tr th .caption_info_area > .pl_amount1 {
  grid-area: pl_amount1;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_grid thead tr th .caption_info_area > .unit_name {
  grid-area: unit_name;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_grid thead tr th .caption_info_area > .fst_amount {
  grid-area: fst_amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .amount {
  grid-area: amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .pl_amount2 {
  grid-area: pl_amount2;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .fst_unit_price {
  grid-area: fst_unit_price;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .unit_price {
  grid-area: unit_price;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .pl_unit_price {
  grid-area: pl_unit_price;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .pl_price_q {
  grid-area: pl_price_q;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .nbsp2 {
  grid-area: nbsp2;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .do_price_q {
  grid-area: do_price_q;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .is_use {
  grid-area: is_use;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .div_calc {
  grid-area: div_calc;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .pl_amount_per_day {
  grid-area: pl_amount_per_day;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .go_amount_per_day {
  grid-area: go_amount_per_day;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .nbsp3 {
  grid-area: nbsp3;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .work_day_ct {
  grid-area: work_day_ct;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_grid thead tr th .caption_info_area > .work_amount {
  grid-area: work_amount;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  position: relative;
}
table.schedule_grid thead tr th .caption_info_area > .rest_amount {
  grid-area: rest_amount;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .amount_per_unit {
  grid-area: amount_per_unit;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .amount_per_unit_avg {
  grid-area: amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .amount_per_unit_max {
  grid-area: amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid thead tr th .caption_info_area > .sch_no {
  grid-area: sch_no;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_grid thead tr th .caption_info_area > .sch_month {
  grid-area: sch_month;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_grid thead tr th .caption_info_area > .sch_day {
  grid-area: sch_day;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_grid tbody tr th .caption_info_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  place-items: stretch;
  grid-template-columns: 2rem 1rem 12rem 8rem 4rem 7.5rem 8rem 8rem 3rem 5rem 4.3rem 5rem 4.3rem 4.3rem 4.3rem 40px;
  grid-template-areas: "dispno sortable_handle names names      names     fst_amount fst_unit_price   pl_price_q is_use pl_amount_per_day pl_work_day_ct pl_work_amount pl_rest_amount pl_amount_per_unit_avg pl_amount_per_unit_max sch_no" "dispno sortable_handle names names      names     amount     unit_price       nbsp2      is_use go_amount_per_day go_work_day_ct go_work_amount go_rest_amount go_amount_per_unit_avg go_amount_per_unit_max sch_month" "dispno sortable_handle nbsp1 pl_amount1 unit_name pl_amount2 pl_unit_price    do_price_q is_use div_calc          do_work_day_ct do_work_amount do_rest_amount do_amount_per_unit_avg do_amount_per_unit_max sch_day";
}
table.schedule_grid tbody tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
table.schedule_grid tbody tr th .caption_info_area > .dispno {
  grid-area: dispno;
  background-color: rgb(224, 239, 247);
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
table.schedule_grid tbody tr th .caption_info_area > .dispno .btn_delete_line, table.schedule_grid tbody tr th .caption_info_area > .dispno .btn_append_line {
  color: rgba(255, 255, 255, 0.5);
}
table.schedule_grid tbody tr th .caption_info_area > .dispno .btn_delete_line:hover, table.schedule_grid tbody tr th .caption_info_area > .dispno .btn_append_line:hover {
  color: #FFF;
}
table.schedule_grid tbody tr th .caption_info_area > .sortable_handle {
  grid-area: sortable_handle;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_grid tbody tr th .caption_info_area > .names {
  grid-area: names;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
table.schedule_grid tbody tr th .caption_info_area > .nbsp1 {
  grid-area: nbsp1;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_amount1 {
  grid-area: pl_amount1;
  border-right: 1px solid #d9d9d9;
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .unit_name {
  grid-area: unit_name;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid tbody tr th .caption_info_area > .fst_amount {
  grid-area: fst_amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .amount {
  grid-area: amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_amount2 {
  grid-area: pl_amount2;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .fst_unit_price {
  grid-area: fst_unit_price;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .unit_price {
  grid-area: unit_price;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_unit_price {
  grid-area: pl_unit_price;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_price_q {
  grid-area: pl_price_q;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .nbsp2 {
  grid-area: nbsp2;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_grid tbody tr th .caption_info_area > .do_price_q {
  grid-area: do_price_q;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .is_use {
  grid-area: is_use;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid tbody tr th .caption_info_area > .div_calc {
  grid-area: div_calc;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_amount_per_day {
  grid-area: pl_amount_per_day;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .go_amount_per_day {
  grid-area: go_amount_per_day;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .nbsp3 {
  grid-area: nbsp3;
  border-right: 1px solid #d9d9d9;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_work_day_ct {
  grid-area: pl_work_day_ct;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_work_amount {
  grid-area: pl_work_amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .go_work_day_ct {
  grid-area: go_work_day_ct;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .go_work_amount {
  grid-area: go_work_amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .do_work_day_ct {
  grid-area: do_work_day_ct;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .do_work_amount {
  grid-area: do_work_amount;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_rest_amount {
  grid-area: pl_rest_amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_amount_per_unit_avg {
  grid-area: pl_amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .pl_amount_per_unit_max {
  grid-area: pl_amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .go_rest_amount {
  grid-area: go_rest_amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .go_amount_per_unit_avg {
  grid-area: go_amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .go_amount_per_unit_max {
  grid-area: go_amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .do_rest_amount {
  grid-area: do_rest_amount;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .do_amount_per_unit_avg {
  grid-area: do_amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .do_amount_per_unit_max {
  grid-area: do_amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.schedule_grid tbody tr th .caption_info_area > .sch_no {
  grid-area: sch_no;
  border-bottom: 1px solid #d9d9d9;
  color: rgb(0, 45, 197);
}
table.schedule_grid tbody tr th .caption_info_area > .sch_month {
  grid-area: sch_month;
  border-bottom: 1px solid #d9d9d9;
  color: rgb(45, 197, 197);
}
table.schedule_grid tbody tr th .caption_info_area > .sch_day {
  grid-area: sch_day;
  color: rgb(117, 0, 0);
}
table.schedule_grid tbody tr td .calendarContainer .pl:not(:empty) {
  background-color: rgba(0, 45, 197, 0.6);
  color: white;
}
table.schedule_grid tbody tr td .calendarContainer .go:not(:empty) {
  background-color: rgba(45, 197, 197, 0.6);
  color: black;
}
table.schedule_grid tbody tr td .calendarContainer .do:not(:empty) {
  background-color: rgba(117, 0, 0, 0.8);
  color: white;
}

.budget_grid[data-lightbulb1_off] thead .caption_info_area {
  grid-template-columns: 2rem 1rem 10rem 10rem 4rem 7.5rem 5rem 8rem 40px;
  grid-template-areas: "dispno sortable_handle_space names names      names     names   work_amount price_cc sch_no" "dispno sortable_handle_space names names      names     names   work_amount price_cc sch_month" "dispno sortable_handle_space pcode categ_name unit_name price_c work_amount price_cc sch_day";
}
.budget_grid[data-lightbulb1_off] tbody .caption_info_area {
  grid-template-columns: 2rem 1rem 10rem 10rem 4rem 7.5rem 5rem 8rem 40px;
  grid-template-areas: "dispno sortable_handle names names      names     names   pl_work_amount pl_price_cc sch_no" "dispno sortable_handle names names      names     names   go_work_amount go_price_cc sch_month" "dispno sortable_handle pcode categ_name unit_name price_c do_work_amount do_price_cc sch_day";
}
.budget_grid[data-lightbulb1_off] thead .caption_info_area > .input_mode {
  display: none;
}
.budget_grid[data-lightbulb1_off] thead .caption_info_area > .amount_per_unit {
  display: none;
}
.budget_grid[data-lightbulb1_off] thead .caption_info_area > .price_c2 {
  display: none;
}
.budget_grid[data-lightbulb1_off] tbody .caption_info_area > .input_mode {
  display: none;
}
.budget_grid[data-lightbulb1_off] tbody .caption_info_area > .amount_per_unit {
  display: none;
}
.budget_grid[data-lightbulb1_off] tbody .caption_info_area > .pl_price_c {
  display: none;
}
.budget_grid[data-lightbulb1_off] tbody .caption_info_area > .go_price_c {
  display: none;
}
.budget_grid[data-lightbulb1_off] tbody .caption_info_area > .do_price_c {
  display: none;
}

table.budget_grid .sortable_handle {
  cursor: -webkit-grab;
  cursor: grab;
}
table.budget_grid thead tr th .caption_info_area {
  grid-template-columns: 2rem 1rem 10rem 10rem 4rem 7.5rem 5rem 5rem 5rem 5rem 8rem 40px;
  grid-template-areas: "dispno sortable_handle_space names names      names     names   input_mode amount_per_unit price_c2 work_amount price_cc sch_no" "dispno sortable_handle_space names names      names     names   input_mode amount_per_unit price_c2 work_amount price_cc sch_month" "dispno sortable_handle_space pcode categ_name unit_name price_c input_mode amount_per_unit price_c2 work_amount price_cc sch_day";
}
table.budget_grid thead tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.budget_grid thead tr th .caption_info_area > .dispno {
  grid-area: dispno;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
table.budget_grid thead tr th .caption_info_area > .dispno .btn_delete_line, table.budget_grid thead tr th .caption_info_area > .dispno .btn_append_line {
  color: rgba(255, 255, 255, 0.5);
}
table.budget_grid thead tr th .caption_info_area > .dispno .btn_delete_line:hover, table.budget_grid thead tr th .caption_info_area > .dispno .btn_append_line:hover {
  color: #FFF;
}
table.budget_grid thead tr th .caption_info_area > .sortable_handle_space {
  grid-area: sortable_handle_space;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid thead tr th .caption_info_area > .names {
  grid-area: names;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  position: relative;
}
table.budget_grid thead tr th .caption_info_area > .pcode {
  grid-area: pcode;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid thead tr th .caption_info_area > .categ_name {
  grid-area: categ_name;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid thead tr th .caption_info_area > .unit_name {
  grid-area: unit_name;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid thead tr th .caption_info_area > .price_c {
  grid-area: price_c;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid thead tr th .caption_info_area > .input_mode {
  grid-area: input_mode;
  border-right: 1px solid #d9d9d9;
}
table.budget_grid thead tr th .caption_info_area > .amount_per_unit {
  grid-area: amount_per_unit;
  border-right: 1px solid #d9d9d9;
}
table.budget_grid thead tr th .caption_info_area > .price_c2 {
  grid-area: price_c2;
  border-right: 1px solid #d9d9d9;
}
table.budget_grid thead tr th .caption_info_area > .work_amount {
  grid-area: work_amount;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid thead tr th .caption_info_area > .price_cc {
  grid-area: price_cc;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid thead tr th .caption_info_area > .sch_no {
  grid-area: sch_no;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid thead tr th .caption_info_area > .sch_month {
  grid-area: sch_month;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid thead tr th .caption_info_area > .sch_day {
  grid-area: sch_day;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid tbody tr th .caption_info_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  place-items: stretch;
  grid-template-columns: 2rem 1rem 10rem 10rem 4rem 7.5rem 5rem 5rem 5rem 5rem 8rem 40px;
  grid-template-areas: "dispno sortable_handle names names      names     names   input_mode amount_per_unit pl_price_c pl_work_amount pl_price_cc sch_no" "dispno sortable_handle names names      names     names   input_mode amount_per_unit go_price_c go_work_amount go_price_cc sch_month" "dispno sortable_handle pcode categ_name unit_name price_c input_mode amount_per_unit do_price_c do_work_amount do_price_cc sch_day";
}
table.budget_grid tbody tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
table.budget_grid tbody tr th .caption_info_area > .dispno {
  grid-area: dispno;
  background-color: rgb(224, 239, 247);
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
table.budget_grid tbody tr th .caption_info_area > .dispno .btn_delete_line, table.budget_grid tbody tr th .caption_info_area > .dispno .btn_append_line {
  color: rgba(255, 255, 255, 0.5);
}
table.budget_grid tbody tr th .caption_info_area > .dispno .btn_delete_line:hover, table.budget_grid tbody tr th .caption_info_area > .dispno .btn_append_line:hover {
  color: #FFF;
}
table.budget_grid tbody tr th .caption_info_area > .sortable_handle {
  grid-area: sortable_handle;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_grid tbody tr th .caption_info_area > .names {
  grid-area: names;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
table.budget_grid tbody tr th .caption_info_area > .pcode {
  grid-area: pcode;
  border-right: 1px solid #d9d9d9;
}
table.budget_grid tbody tr th .caption_info_area > .categ_name {
  grid-area: categ_name;
  border-right: 1px solid #d9d9d9;
}
table.budget_grid tbody tr th .caption_info_area > .unit_name {
  grid-area: unit_name;
  border-right: 1px solid #d9d9d9;
}
table.budget_grid tbody tr th .caption_info_area > .price_c {
  grid-area: price_c;
  border-right: 1px solid #d9d9d9;
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .input_mode {
  grid-area: input_mode;
  border-right: 1px solid #d9d9d9;
}
table.budget_grid tbody tr th .caption_info_area > .amount_per_unit {
  grid-area: amount_per_unit;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .pl_price_c {
  grid-area: pl_price_c;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .go_price_c {
  grid-area: go_price_c;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .do_price_c {
  grid-area: do_price_c;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .pl_work_amount {
  grid-area: pl_work_amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .go_work_amount {
  grid-area: go_work_amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .do_work_amount {
  grid-area: do_work_amount;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .pl_price_cc {
  grid-area: pl_price_cc;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .go_price_cc {
  grid-area: go_price_cc;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .do_price_cc {
  grid-area: do_price_cc;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
table.budget_grid tbody tr th .caption_info_area > .sch_no {
  grid-area: sch_no;
  border-bottom: 1px solid #d9d9d9;
  color: rgb(0, 45, 197);
}
table.budget_grid tbody tr th .caption_info_area > .sch_month {
  grid-area: sch_month;
  border-bottom: 1px solid #d9d9d9;
  color: rgb(45, 197, 197);
}
table.budget_grid tbody tr th .caption_info_area > .sch_day {
  grid-area: sch_day;
  color: rgb(117, 0, 0);
}
table.budget_grid tbody tr td .calendarContainer .pl:not(:empty) {
  background-color: rgba(0, 45, 197, 0.6);
  color: white;
}
table.budget_grid tbody tr td .calendarContainer .go:not(:empty) {
  background-color: rgba(45, 197, 197, 0.6);
  color: black;
}
table.budget_grid tbody tr td .calendarContainer .do:not(:empty) {
  background-color: rgba(117, 0, 0, 0.8);
  color: white;
}

#cell_input_bubble_box {
  position: absolute;
  z-index: 100;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  padding: 5px;
}

#init_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  z-index: 10000;
}

table.cmng_grid_chart1 {
  border-collapse: separate;
  border-spacing: 0px;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.85rem;
  display: block;
  position: relative;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 3.57rem - 4rem - 3.1rem);
  padding-right: 0.8rem;
}
table.cmng_grid_chart1[data-hide_empty_columns] .caption_calendarContainer > li:has(div.hide_month) {
  border-left: 1px solid #d9d9d9;
}
table.cmng_grid_chart1[data-hide_empty_columns] .caption_calendarContainer > li[data-empty] {
  display: none !important;
}
table.cmng_grid_chart1[data-hide_empty_columns] .caption_calendarContainer > li div.normal_month {
  display: none !important;
}
table.cmng_grid_chart1[data-hide_empty_columns] .caption_calendarContainer > li:not([data-empty]):has(+ [data-empty]) {
  background-color: rgba(207, 207, 207, 0.3);
}
table.cmng_grid_chart1[data-hide_empty_columns] .calendarContainer > li[data-empty] {
  display: none !important;
}
table.cmng_grid_chart1[data-hide_empty_columns] .calendarContainer > li:not([data-empty]):has(+ [data-empty]) {
  background-color: rgba(207, 207, 207, 0.3);
}
table.cmng_grid_chart1[data-hide_empty_columns] .schedule_chart svg[data-chart_no="0"], table.cmng_grid_chart1[data-hide_empty_columns] .budget_chart svg[data-chart_no="0"] {
  display: none !important;
}
table.cmng_grid_chart1:not([data-hide_empty_columns]) .caption_calendarContainer > li div.hide_month {
  display: none !important;
}
table.cmng_grid_chart1:not([data-hide_empty_columns]) .schedule_chart svg[data-chart_no="1"], table.cmng_grid_chart1:not([data-hide_empty_columns]) .budget_chart svg[data-chart_no="1"] {
  display: none !important;
}
table.cmng_grid_chart1 .translatable-set {
  width: 100%;
}
table.cmng_grid_chart1 thead, table.cmng_grid_chart1 tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
table.cmng_grid_chart1 thead {
  position: sticky;
  top: 0;
  z-index: 5;
  border-top: 1px solid #d9d9d9;
}
table.cmng_grid_chart1 thead tr th {
  border: none;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(224, 239, 247);
  height: 90px;
}
table.cmng_grid_chart1 thead tr th.cross {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 6;
  width: auto;
  border-left: 1px solid #d9d9d9;
}
table.cmng_grid_chart1 thead tr th .caption_info_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  place-items: stretch;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  line-height: 0.9em;
  font-size: 0.9em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 30px;
  width: 40px;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li.f1 {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 0.9em;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li.f2 {
  border-bottom: 1px solid #d9d9d9;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li.f2.last_day {
  border-right: 1px solid #d9d9d9;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li.f2 .disp_month {
  line-height: 1.1em;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li.f3 {
  border-right: 1px solid #d9d9d9;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li.f3 div:nth-child(2) {
  font-size: 0.9em;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li:last-child {
  border-right: none !important;
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li .saturday {
  color: rgb(34, 76, 160);
}
table.cmng_grid_chart1 thead tr th .caption_calendarContainer > li .sunday {
  color: rgb(179, 30, 30);
}
table.cmng_grid_chart1 tbody tr th {
  position: sticky;
  left: 0;
  z-index: 3;
  background-color: rgb(224, 239, 247);
  width: auto;
  height: 30px;
  border: none;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
table.cmng_grid_chart1 tbody tr td {
  padding: 0 0;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
table.cmng_grid_chart1 tbody tr td .calendarContainer {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.cmng_grid_chart1 tbody tr td .calendarContainer > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  line-height: 0.9em;
  font-size: 0.9em;
  height: 30px;
  width: 40px;
  border-right: 1px solid #d9d9d9;
}
table.cmng_grid_chart1 tbody tr td .calendarContainer > li:last-child {
  border-right: none !important;
}
table.cmng_grid_chart1 tbody tr.chart_axis_y_padding th {
  height: 10px;
}
table.cmng_grid_chart1 tbody tr.chart_axis_y_padding td .calendarContainer > li {
  height: 10px;
}
table.cmng_grid_chart1 tbody tr.chart_row th .chart_axis_y {
  text-align: right;
}
table.cmng_grid_chart1 tbody tr.chart_row th .chart_axis_y svg {
  left: 0;
  top: 0;
  z-index: 2;
  overflow: visible;
}
table.cmng_grid_chart1 tbody tr.chart_row td {
  position: relative;
}
table.cmng_grid_chart1 tbody tr.chart_row td li {
  border-bottom: 1px solid #d9d9d9;
}
table.cmng_grid_chart1 tbody tr.chart_row td svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: visible;
}

table.schedule_chart_grid thead tr th .caption_info_area {
  grid-template-columns: 8rem;
  grid-template-areas: "sch_no" "sch_month" "sch_day";
}
table.schedule_chart_grid thead tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.schedule_chart_grid thead tr th .caption_info_area > .sch_no {
  grid-area: sch_no;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_chart_grid thead tr th .caption_info_area > .sch_month {
  grid-area: sch_month;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_chart_grid thead tr th .caption_info_area > .sch_day {
  grid-area: sch_day;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.schedule_chart_grid tbody tr th .caption_info_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr;
  place-items: stretch;
  grid-template-columns: 8rem;
  grid-template-areas: "line_caption";
}
table.schedule_chart_grid tbody tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
table.schedule_chart_grid tbody tr th .caption_info_area > .line_caption {
  grid-area: line_caption;
}
table.schedule_chart_grid tbody tr th .caption_info_area > .line_caption.pl {
  color: rgb(0, 45, 197);
}
table.schedule_chart_grid tbody tr th .caption_info_area > .line_caption.go {
  color: rgb(45, 197, 197);
}
table.schedule_chart_grid tbody tr th .caption_info_area > .line_caption.do {
  color: rgb(117, 0, 0);
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_chart_grid tbody tr th .caption_info_area > .line_caption.cum {
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_chart_grid tbody tr td .calendarContainer .pl:not(:empty) {
  background-color: rgba(0, 45, 197, 0.6);
  color: white;
}
table.schedule_chart_grid tbody tr td .calendarContainer .go:not(:empty) {
  background-color: rgba(45, 197, 197, 0.6);
  color: black;
}
table.schedule_chart_grid tbody tr td .calendarContainer .do {
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_chart_grid tbody tr td .calendarContainer .do:not(:empty) {
  background-color: rgba(117, 0, 0, 0.8);
  color: white;
}
table.schedule_chart_grid tbody tr td .calendarContainer .dif.minus {
  color: red;
}
table.schedule_chart_grid tbody tr td .calendarContainer .cum {
  border-bottom: 1px solid #d9d9d9;
}
table.schedule_chart_grid tbody tr td .calendarContainer .cum.minus {
  color: red;
}
table.schedule_chart_grid tbody tr:last-child td .calendarContainer > li {
  height: 10px;
}

table.budget_chart_grid thead tr th .caption_info_area {
  grid-template-columns: 8rem;
  grid-template-areas: "sch_no" "sch_month" "sch_day";
}
table.budget_chart_grid thead tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.budget_chart_grid thead tr th .caption_info_area > .sch_no {
  grid-area: sch_no;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_chart_grid thead tr th .caption_info_area > .sch_month {
  grid-area: sch_month;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_chart_grid thead tr th .caption_info_area > .sch_day {
  grid-area: sch_day;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.budget_chart_grid tbody tr th .caption_info_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr;
  place-items: stretch;
  grid-template-columns: 8rem;
  grid-template-areas: "line_caption";
}
table.budget_chart_grid tbody tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
table.budget_chart_grid tbody tr th .caption_info_area > .line_caption {
  grid-area: line_caption;
}
table.budget_chart_grid tbody tr th .caption_info_area > .line_caption.pl {
  color: rgb(0, 45, 197);
}
table.budget_chart_grid tbody tr th .caption_info_area > .line_caption.go {
  color: rgb(45, 197, 197);
}
table.budget_chart_grid tbody tr th .caption_info_area > .line_caption.do {
  color: rgb(117, 0, 0);
}
table.budget_chart_grid tbody tr th .caption_info_area > .line_caption.seperation {
  border-bottom: 1px solid #d9d9d9;
}
table.budget_chart_grid tbody tr td .calendarContainer .pl_price_q:not(:empty), table.budget_chart_grid tbody tr td .calendarContainer .pl_price_cc:not(:empty) {
  background-color: rgba(0, 45, 197, 0.6);
  color: white;
}
table.budget_chart_grid tbody tr td .calendarContainer .go_price_q:not(:empty), table.budget_chart_grid tbody tr td .calendarContainer .go_price_cc:not(:empty) {
  background-color: rgba(45, 197, 197, 0.6);
  color: black;
}
table.budget_chart_grid tbody tr td .calendarContainer .do_price_q:not(:empty), table.budget_chart_grid tbody tr td .calendarContainer .do_price_cc:not(:empty) {
  background-color: rgba(117, 0, 0, 0.8);
  color: white;
}
table.budget_chart_grid tbody tr td .calendarContainer .pl_price_q_cum.minus, table.budget_chart_grid tbody tr td .calendarContainer .pl_price_cc_cum.minus, table.budget_chart_grid tbody tr td .calendarContainer .pl_dif.minus, table.budget_chart_grid tbody tr td .calendarContainer .pl_cum.minus {
  color: red;
}
table.budget_chart_grid tbody tr td .calendarContainer .go_price_q_cum.minus, table.budget_chart_grid tbody tr td .calendarContainer .go_price_cc_cum.minus, table.budget_chart_grid tbody tr td .calendarContainer .go_dif.minus, table.budget_chart_grid tbody tr td .calendarContainer .go_cum.minus {
  color: red;
}
table.budget_chart_grid tbody tr td .calendarContainer .do_price_q_cum.minus, table.budget_chart_grid tbody tr td .calendarContainer .do_price_cc_cum.minus, table.budget_chart_grid tbody tr td .calendarContainer .do_dif.minus, table.budget_chart_grid tbody tr td .calendarContainer .do_cum.minus {
  color: red;
}
table.budget_chart_grid tbody tr:last-child td .calendarContainer > li {
  height: 10px;
}

table.cmng_article_grid {
  border-collapse: separate;
  border-spacing: 0px;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.85rem;
  display: block;
  position: relative;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 3.57rem - 4rem - 3.1rem);
  padding-right: 0.8rem;
}
table.cmng_article_grid .translatable-set {
  width: 100%;
}
table.cmng_article_grid thead, table.cmng_article_grid tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
table.cmng_article_grid thead {
  position: sticky;
  top: 0;
  z-index: 5;
  border-top: 1px solid #d9d9d9;
}
table.cmng_article_grid thead tr th {
  border: none;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(224, 239, 247);
  height: 60px;
}
table.cmng_article_grid thead tr th.cross {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 6;
  width: auto;
}
table.cmng_article_grid thead tr th .caption_info_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  place-items: stretch;
}
table.cmng_article_grid thead tr th .caption_data_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  place-items: stretch;
}
table.cmng_article_grid tbody tr th {
  position: sticky;
  left: 0;
  z-index: 3;
  background-color: #ffffff;
  width: auto;
  height: 60px;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr th .caption_info_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  place-items: stretch;
}
table.cmng_article_grid tbody tr td {
  padding: 0 0;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  height: 60px;
}
table.cmng_article_grid tbody tr td .caption_data_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  place-items: stretch;
}

table.cmng_article_grid thead tr th .caption_info_area {
  grid-template-columns: 2rem 24rem;
  grid-template-areas: "dispno names" "dispno names";
}
table.cmng_article_grid thead tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.cmng_article_grid thead tr th .caption_info_area > .dispno {
  grid-area: dispno;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_info_area > .names {
  grid-area: names;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  position: relative;
}
table.cmng_article_grid thead tr th .caption_data_area {
  grid-template-columns: 5rem 8rem 9rem 9rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem;
  grid-template-areas: "unit_name amount unit_price price_q work_day_ct    work_day_ct    work_day_ct    pl_amount_per_day amount_per_unit_avg    amount_per_unit_avg    amount_per_unit_avg    amount_per_unit_max    amount_per_unit_max    amount_per_unit_max" "unit_name amount unit_price price_q pl_work_day_ct do_work_day_ct df_work_day_ct pl_amount_per_day pl_amount_per_unit_avg do_amount_per_unit_avg df_amount_per_unit_avg pl_amount_per_unit_max do_amount_per_unit_max df_amount_per_unit_max ";
}
table.cmng_article_grid thead tr th .caption_data_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.cmng_article_grid thead tr th .caption_data_area > .unit_name {
  grid-area: unit_name;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .amount {
  grid-area: amount;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .unit_price {
  grid-area: unit_price;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .price_q {
  grid-area: price_q;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .work_day_ct {
  grid-area: work_day_ct;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  position: relative;
}
table.cmng_article_grid thead tr th .caption_data_area > .pl_work_day_ct {
  grid-area: pl_work_day_ct;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .do_work_day_ct {
  grid-area: do_work_day_ct;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .df_work_day_ct {
  grid-area: df_work_day_ct;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .pl_amount_per_day {
  grid-area: pl_amount_per_day;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  position: relative;
}
table.cmng_article_grid thead tr th .caption_data_area > .amount_per_unit_avg {
  grid-area: amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  position: relative;
}
table.cmng_article_grid thead tr th .caption_data_area > .pl_amount_per_unit_avg {
  grid-area: pl_amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .do_amount_per_unit_avg {
  grid-area: do_amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .df_amount_per_unit_avg {
  grid-area: df_amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .amount_per_unit_max {
  grid-area: amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  position: relative;
}
table.cmng_article_grid thead tr th .caption_data_area > .pl_amount_per_unit_max {
  grid-area: pl_amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .do_amount_per_unit_max {
  grid-area: do_amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid thead tr th .caption_data_area > .df_amount_per_unit_max {
  grid-area: df_amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid tbody tr th .caption_info_area {
  grid-template-columns: 2rem 24rem;
  grid-template-areas: "dispno names" "dispno names";
}
table.cmng_article_grid tbody tr th .caption_info_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
table.cmng_article_grid tbody tr th .caption_info_area > .dispno {
  grid-area: dispno;
  background-color: rgb(224, 239, 247);
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.cmng_article_grid tbody tr th .caption_info_area > .names {
  grid-area: names;
  border-right: 1px solid #d9d9d9;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
table.cmng_article_grid tbody tr td .caption_data_area {
  grid-template-columns: 5rem 8rem 9rem 9rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem 6rem;
  grid-template-areas: "unit_name fst_amount fst_unit_price calc_fst_price_q pl_work_day_ct do_work_day_ct df_work_day_ct pl_amount_per_day pl_amount_per_unit_avg do_amount_per_unit_avg df_amount_per_unit_avg    pl_amount_per_unit_max do_amount_per_unit_max df_amount_per_unit_max" "unit_name amount     unit_price     calc_price_q     pl_work_day_ct do_work_day_ct df_work_day_ct pl_amount_per_day pl_amount_per_unit_avg do_amount_per_unit_avg df_amount_per_unit_avg pl_amount_per_unit_max do_amount_per_unit_max df_amount_per_unit_max ";
}
table.cmng_article_grid tbody tr td .caption_data_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.cmng_article_grid tbody tr td .caption_data_area > .unit_name {
  grid-area: unit_name;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .fst_amount {
  grid-area: fst_amount;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.3em;
}
table.cmng_article_grid tbody tr td .caption_data_area > .amount {
  grid-area: amount;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.3em;
}
table.cmng_article_grid tbody tr td .caption_data_area > .fst_unit_price {
  grid-area: fst_unit_price;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.3em;
}
table.cmng_article_grid tbody tr td .caption_data_area > .unit_price {
  grid-area: unit_price;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.3em;
}
table.cmng_article_grid tbody tr td .caption_data_area > .calc_fst_price_q {
  grid-area: calc_fst_price_q;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.3em;
}
table.cmng_article_grid tbody tr td .caption_data_area > .calc_price_q {
  grid-area: calc_price_q;
  border-right: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.3em;
}
table.cmng_article_grid tbody tr td .caption_data_area > .pl_work_day_ct {
  grid-area: pl_work_day_ct;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .do_work_day_ct {
  grid-area: do_work_day_ct;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .df_work_day_ct {
  grid-area: df_work_day_ct;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .pl_amount_per_day {
  grid-area: pl_amount_per_day;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .pl_amount_per_unit_avg {
  grid-area: pl_amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .do_amount_per_unit_avg {
  grid-area: do_amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .df_amount_per_unit_avg {
  grid-area: df_amount_per_unit_avg;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .pl_amount_per_unit_max {
  grid-area: pl_amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .do_amount_per_unit_max {
  grid-area: do_amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area > .df_amount_per_unit_max {
  grid-area: df_amount_per_unit_max;
  border-right: 1px solid #d9d9d9;
}
table.cmng_article_grid tbody tr td .caption_data_area .minus {
  color: red;
}

table.report_list1 {
  border-collapse: separate;
  border-spacing: 0px;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.85rem;
  display: table;
  position: relative;
  overflow: auto;
  width: auto;
  padding-right: 0.8rem;
}
table.report_list1 .translatable-set {
  width: 100%;
}
table.report_list1 thead tr th {
  border: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
  padding: 0;
  text-align: center;
}
table.report_list1 thead tr th .caption_data_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr;
  place-items: stretch;
}
table.report_list1 thead tr th:first-child {
  border-left: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td {
  padding: 0 0;
  border: none;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  height: 150px;
}
table.report_list1 tbody tr td .caption_data_area {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  place-items: stretch;
}
table.report_list1 tbody tr td:first-child {
  border-left: 1px solid #d9d9d9;
}

table.report_list1 thead tr th .caption_data_area {
  grid-template-columns: 6rem 8rem 8rem 8rem 8rem;
  grid-template-areas: "th_caption price_q price_cc price_gm rate_cm";
}
table.report_list1 thead tr th .caption_data_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.report_list1 thead tr th .caption_data_area > .th_caption {
  grid-area: th_caption;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.report_list1 thead tr th .caption_data_area > .price_q {
  grid-area: price_q;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.report_list1 thead tr th .caption_data_area > .price_cc {
  grid-area: price_cc;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.report_list1 thead tr th .caption_data_area > .price_gm {
  grid-area: price_gm;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.report_list1 thead tr th .caption_data_area > .rate_cm {
  grid-area: rate_cm;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.report_list1 tbody tr td .caption_data_area {
  grid-template-columns: 6rem 8rem 8rem 8rem 8rem;
  grid-template-areas: "pl_caption pl_price_q pl_price_cc pl_price_gm pl_rate_cm" "do_caption do_price_q do_price_cc do_price_gm do_rate_cm" "go_caption go_price_q go_price_cc go_price_gm go_rate_cm";
}
table.report_list1 tbody tr td .caption_data_area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.report_list1 tbody tr td .caption_data_area > .pl_caption {
  grid-area: pl_caption;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.report_list1 tbody tr td .caption_data_area > .pl_price_q {
  grid-area: pl_price_q;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .pl_price_cc {
  grid-area: pl_price_cc;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .pl_price_gm {
  grid-area: pl_price_gm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .pl_rate_cm {
  grid-area: pl_rate_cm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .do_caption {
  grid-area: do_caption;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.report_list1 tbody tr td .caption_data_area > .do_price_q {
  grid-area: do_price_q;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .do_price_cc {
  grid-area: do_price_cc;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .do_price_gm {
  grid-area: do_price_gm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .do_rate_cm {
  grid-area: do_rate_cm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .go_caption {
  grid-area: go_caption;
  border-right: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
table.report_list1 tbody tr td .caption_data_area > .go_price_q {
  grid-area: go_price_q;
  border-right: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .go_price_cc {
  grid-area: go_price_cc;
  border-right: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .go_price_gm {
  grid-area: go_price_gm;
  border-right: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area > .go_rate_cm {
  grid-area: go_rate_cm;
  border-right: 1px solid #d9d9d9;
}
table.report_list1 tbody tr td .caption_data_area .minus {
  color: red;
}

.view_report .data_area2 {
  margin-top: 2rem;
  border-collapse: separate;
  border-spacing: 0px;
  width: auto;
  border: none;
  font-size: 0.85rem;
  padding-right: 0.8rem;
}
.view_report .data_area2 tbody tr td {
  padding: 0;
  border: none;
  vertical-align: top;
}
.view_report .data_area2 tbody tr td:first-child {
  width: 77rem;
}
.view_report .data_area2 tbody tr td .listType5 {
  margin-bottom: 0;
  border-radius: 0;
  max-width: 57rem;
}
.view_report .data_area2 tbody tr td .listType5 .listBlock {
  border: none;
}
.view_report {
  margin: 0;
  margin-bottom: 80px;
  position: relative;
  height: auto;
}
.view_report .rblock {
  margin-top: 1rem;
}
.view_report .rblock:first-child {
  margin-top: 0;
}
.view_report .sum_data1 {
  border-collapse: separate;
  border-spacing: 0px;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.85rem;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  place-items: stretch;
  grid-template-columns: 6rem 8rem 8rem 8rem 8rem;
  grid-template-areas: "th_caption  price_q     price_cc     price_gm     rate_cm" "pl_caption  pl_price_q  pl_price_cc  pl_price_gm  pl_rate_cm" "do_caption  do_price_q  do_price_cc  do_price_gm  do_rate_cm" "dif_caption dif_price_q dif_price_cc dif_price_gm dif_rate_cm";
}
.view_report .sum_data1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.view_report .sum_data1 > .th_caption {
  grid-area: th_caption;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data1 > .price_q {
  grid-area: price_q;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data1 > .price_cc {
  grid-area: price_cc;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data1 > .price_gm {
  grid-area: price_gm;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data1 > .rate_cm {
  grid-area: rate_cm;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data1 > .pl_caption {
  grid-area: pl_caption;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
.view_report .sum_data1 > .pl_price_q {
  grid-area: pl_price_q;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .pl_price_cc {
  grid-area: pl_price_cc;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .pl_price_gm {
  grid-area: pl_price_gm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .pl_rate_cm {
  grid-area: pl_rate_cm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .do_caption {
  grid-area: do_caption;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
.view_report .sum_data1 > .do_price_q {
  grid-area: do_price_q;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .do_price_cc {
  grid-area: do_price_cc;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .do_price_gm {
  grid-area: do_price_gm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .do_rate_cm {
  grid-area: do_rate_cm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .dif_caption {
  grid-area: dif_caption;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
.view_report .sum_data1 > .dif_price_q {
  grid-area: dif_price_q;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .dif_price_cc {
  grid-area: dif_price_cc;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 0.2rem;
}
.view_report .sum_data1 > .dif_price_gm {
  grid-area: dif_price_gm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.view_report .sum_data1 > .dif_rate_cm {
  grid-area: dif_rate_cm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.view_report .sum_data1 .minus {
  color: red;
}
.view_report .sum_data2 {
  border-collapse: separate;
  border-spacing: 0px;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.85rem;
  display: grid;
  grid-template-rows: 1fr 1fr;
  place-items: stretch;
  grid-template-columns: 6rem 32rem;
  grid-template-areas: "pl_tm_caption pl_tm_line" "do_tm_caption do_tm_line";
}
.view_report .sum_data2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.view_report .sum_data2 > .pl_tm_caption {
  grid-area: pl_tm_caption;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
.view_report .sum_data2 > .pl_tm_line {
  grid-area: pl_tm_line;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.view_report .sum_data2 > .do_tm_caption {
  grid-area: do_tm_caption;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
.view_report .sum_data2 > .do_tm_line {
  grid-area: do_tm_line;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.view_report .sum_data3 {
  border-collapse: separate;
  border-spacing: 0px;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.85rem;
  display: grid;
  grid-template-rows: 1fr 1fr;
  place-items: stretch;
  grid-template-columns: 6rem 8rem 8rem 8rem 8rem;
  grid-template-areas: "th_caption price_q    price_cc    price_gm    rate_cm" "go_caption go_price_q go_price_cc go_price_gm go_rate_cm";
}
.view_report .sum_data3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.view_report .sum_data3 > .th_caption {
  grid-area: th_caption;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data3 > .price_q {
  grid-area: price_q;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data3 > .price_cc {
  grid-area: price_cc;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data3 > .price_gm {
  grid-area: price_gm;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data3 > .rate_cm {
  grid-area: rate_cm;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  height: 50px;
}
.view_report .sum_data3 > .go_caption {
  grid-area: go_caption;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
.view_report .sum_data3 > .go_price_q {
  grid-area: go_price_q;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.view_report .sum_data3 > .go_price_cc {
  grid-area: go_price_cc;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.view_report .sum_data3 > .go_price_gm {
  grid-area: go_price_gm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.view_report .sum_data3 > .go_rate_cm {
  grid-area: go_rate_cm;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.view_report .sum_data3 .minus {
  color: red;
}
.view_report .sum_data4 {
  border-collapse: separate;
  border-spacing: 0px;
  border: none;
  background-color: #FFFFFF;
  font-size: 0.85rem;
  display: grid;
  grid-template-rows: 1fr;
  place-items: stretch;
  grid-template-columns: 6rem 32rem;
  grid-template-areas: "go_tm_caption go_tm_line";
}
.view_report .sum_data4 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.view_report .sum_data4 > .go_tm_caption {
  grid-area: go_tm_caption;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
}
.view_report .sum_data4 > .go_tm_line {
  grid-area: go_tm_line;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.view_report .sum_data4 .minus {
  color: red;
}

.view_report .data_area3 .data_area31 {
  display: inline-block;
  vertical-align: top;
  margin-top: 2rem;
  margin-right: 1.5rem;
}
.view_report .data_area3 .data_area32 {
  display: inline-block;
  margin-top: 2rem;
  vertical-align: top;
}
.view_report .data_area3 table.report_list5 thead th {
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.5rem;
  text-align: center;
  height: 50px;
  width: 8rem;
}
.view_report .data_area3 table.report_list5 thead th:first-child {
  width: 6rem;
  border-left: 1px solid #d9d9d9;
}
.view_report .data_area3 table.report_list5 tbody th {
  background-color: rgb(23, 181, 193);
  color: #FFFFFF;
  border: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.5rem;
  text-align: center;
  height: 50px;
  width: 8rem;
}
.view_report .data_area3 table.report_list5 tbody td {
  border: none;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.5rem;
  text-align: right;
  height: 50px;
  width: 8rem;
}
.view_report .data_area3 table.report_list5 tbody td:first-child {
  border-left: 1px solid #d9d9d9;
}
.view_report .data_area3 table.report_list5 .minus {
  color: red;
}

.chart_tool_tip {
  position: absolute;
  display: inline-block;
  color: black;
  background-color: #d9d9d9;
  border-radius: 8px;
  text-align: left;
  padding: 5px 10px;
  border: 1px solid rgb(108, 124, 137);
  z-index: 6;
}
.chart_tool_tip.pl {
  background-color: rgb(0, 45, 197);
  border: 1px solid rgb(0, 45, 197);
  color: white;
}
.chart_tool_tip.go {
  background-color: rgb(45, 197, 197);
  border: 1px solid rgb(45, 197, 197);
  color: black;
}
.chart_tool_tip.do {
  background-color: rgb(117, 0, 0);
  border: 1px solid rgb(117, 0, 0);
  color: white;
}

table.cmng_list .list_btn_quo_edit[data-quo_doc_id=""] {
  display: none !important;
}
table.cmng_list .list_btn_quo_edit:not([data-quo_doc_id=""]) {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(-30%) translateY(-50%);
          transform: translateX(-30%) translateY(-50%);
  font-size: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
}

#view_schedule_list .btn_lightbulb, #view_budget_list .btn_lightbulb {
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
#view_schedule_list .btn_lightbulb a, #view_budget_list .btn_lightbulb a {
  width: 1rem;
  padding: 0;
}
#view_schedule_list .btn_lightbulb.switch-on, #view_schedule_list .btn_lightbulb.current_view, #view_budget_list .btn_lightbulb.switch-on, #view_budget_list .btn_lightbulb.current_view {
  background-color: rgb(195, 195, 195);
}

.name_cell {
  display: inline-block;
}

.dragging {
  opacity: 0.5;
}

#dragImage {
  position: absolute;
  z-index: -1;
  font-size: 0.85rem;
  padding: 0 0;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#dragImage[data-hide_empty_columns] .caption_calendarContainer > li:has(div.hide_month) {
  border-left: 1px solid #d9d9d9;
}
#dragImage[data-hide_empty_columns] .caption_calendarContainer > li[data-empty] {
  display: none !important;
}
#dragImage[data-hide_empty_columns] .caption_calendarContainer > li div.normal_month {
  display: none !important;
}
#dragImage[data-hide_empty_columns] .calendarContainer > li[data-empty] {
  display: none !important;
}
#dragImage:not([data-hide_empty_columns]) .caption_calendarContainer > li div.hide_month {
  display: none !important;
}
#dragImage .calendarContainer {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dragImage .calendarContainer > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  line-height: 0.9em;
  font-size: 0.9em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 30px;
  width: 40px;
}
#dragImage .calendarContainer > li.pl {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#dragImage .calendarContainer > li.go {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#dragImage .calendarContainer > li.do {
  border-right: 1px solid #d9d9d9;
}
#dragImage .calendarContainer > li:last-child {
  border-right: none !important;
}
#dragImage .calendarContainer .pl:not(:empty) {
  background-color: rgba(0, 45, 197, 0.6);
  color: white;
}
#dragImage .calendarContainer .go:not(:empty) {
  background-color: rgba(45, 197, 197, 0.6);
  color: black;
}
#dragImage .calendarContainer .do:not(:empty) {
  background-color: rgba(117, 0, 0, 0.8);
  color: white;
}
#dragImage .selected {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
          box-shadow: inset 0 0 0 9999px rgba(207, 234, 255, 0.6);
}

.dataCell.no_rest_zero {
  color: red;
}

.editable_v2 .data_work_time ul li {
  display: inline-block;
}
.editable_v2 .data_work_time ul li > span {
  display: inline-block;
}
.editable_v2 .main_panel {
  font-size: 0.85rem;
}
.editable_v2 .flex_panel {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
}
.editable_v2 .flex_panel .panel {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 1366px) {
  .editable_v2 .flex_panel .panel {
    width: 100%;
  }
}
.editable_v2 .flex_panel .panel2 {
  width: 100%;
  font-size: 0.85rem;
}
@media only screen and (max-width: 1366px) {
  .editable_v2 .flex_panel .panel2 {
    width: 100%;
  }
}
.editable_v2 .flex_panel:first-child .panel {
  padding-top: 0;
}
.editable_v2 .flex_panel:first-child .panel2 {
  padding-top: 0;
}
.editable_v2 .flex_panel .table {
  display: table;
  width: 100%;
}
.editable_v2 .flex_panel .table .tr {
  display: table-row;
}
.editable_v2 .flex_panel .table .tr:first-child > .th {
  border-top: 1px solid #d9d9d9;
}
.editable_v2 .flex_panel .table .tr > .th {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
  background-color: rgb(23, 181, 193);
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #FFFFFF;
}
.editable_v2 .flex_panel .table .tr > .th:first-child {
  border-left: 1px solid #d9d9d9;
}
.editable_v2 .flex_panel .table .tr > .th.caption {
  width: 150px;
  text-align: center;
}
.editable_v2 .flex_panel .table .tr > .td {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
.editable_v2 .flex_panel .table .tr > .td.caption {
  background-color: rgb(23, 181, 193);
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #FFFFFF;
  width: 150px;
  text-align: center;
}
.editable_v2 .flex_panel .table .tr > .td.cell {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
}
.editable_v2 .flex_panel .table .tr > .td .iblock {
  display: inline-block;
}
.editable_v2 .flex_panel .table .tr > .td .bblock {
  display: block;
}
.editable_v2 .flex_panel .table .tr:first-child .td {
  border-top: 1px solid #d9d9d9;
}
.editable_v2 .flex_panel .panel.dp_main .table.worker .tr > .th:nth-child(1) {
  width: 3rem;
}
.editable_v2 .flex_panel .panel.dp_main .table.worker .tr > .th:nth-child(2) {
  width: 30%;
}
.editable_v2 .flex_panel .panel.dp_main .table.worker .tr > .th:nth-child(3) {
  width: calc(100% - 3rem - 30% - 3.5rem);
}
.editable_v2 .flex_panel .panel.dp_main .table.worker .tr > .th:nth-child(4) {
  width: 3.5rem;
}
.editable_v2 .flex_panel .panel.dp_main .table.worker .tr > .td.center {
  text-align: center;
}
.editable_v2 .flex_panel .panel.schedule .table .tr > .th:nth-child(1) {
  width: 3rem;
}
.editable_v2 .flex_panel .panel.schedule .table .tr > .th:nth-child(2) {
  width: calc(100% - 3rem - 6rem - 6rem - 3.5rem);
}
.editable_v2 .flex_panel .panel.schedule .table .tr > .th:nth-child(3) {
  width: 6rem;
}
.editable_v2 .flex_panel .panel.schedule .table .tr > .th:nth-child(4) {
  width: 6rem;
}
.editable_v2 .flex_panel .panel.schedule .table .tr > .th:nth-child(5) {
  width: 3.5rem;
}
.editable_v2 .flex_panel .panel.schedule .table .tr > .td:nth-child(3) {
  text-align: right;
}
.editable_v2 .flex_panel .panel.schedule .table .tr > .td:nth-child(4) {
  text-align: right;
}
.editable_v2 .flex_panel .panel.schedule .table .tr > .td .data_caption {
  padding: 0.15rem 0;
}
.editable_v2 .flex_panel .panel.schedule .table .tr > .td .data_work_time {
  margin-top: 5px;
  background-color: rgba(207, 207, 207, 0.15);
  padding: 0.5rem 0.5rem;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .th:nth-child(1) {
  width: 3rem;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .th:nth-child(2) {
  width: 5rem;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .th:nth-child(3) {
  width: 5rem;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .th:nth-child(4) {
  width: calc(100% - 3rem - 5rem - 5rem - 6rem - 6rem);
}
.editable_v2 .flex_panel .panel.budget .table .tr > .th:nth-child(5) {
  width: 6rem;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .th:nth-child(6) {
  width: 6rem;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .td:nth-child(2) {
  text-align: center;
  font-size: 0.7rem;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .td:nth-child(3) {
  text-align: center;
  font-size: 0.7rem;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .td:nth-child(5) {
  text-align: right;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .td:nth-child(6) {
  text-align: right;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .td .data_caption {
  padding: 0.15rem 0;
}
.editable_v2 .flex_panel .panel.budget .table .tr > .td .data_work_time {
  margin-top: 5px;
  background-color: rgba(207, 207, 207, 0.15);
  padding: 0.5rem 0.5rem;
}
.editable_v2 .flex_panel .panel.budget .table .tr .outsorsing {
  color: red;
}
.editable_v2 .dialy_report_list input.readmore[type=checkbox] {
  display: none;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter .panel {
  width: calc(50% - 10px);
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter:first-child .panel {
  padding-top: 0;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter:not(:has(input.chk_readmore[type=checkbox]:checked)) .panel.readmore, .editable_v2 .dialy_report_list .flex_panel_incell_with_limiter:not(:has(input.chk_readmore[type=checkbox]:checked)) .tr.readmore {
  display: none;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter:has(input.chk_readmore[type=checkbox]:checked) .panel.readmore {
  display: inline-block;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter:has(input.chk_readmore[type=checkbox]:checked) .btn_readmore {
  display: none;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter label:not(:has(input.chk_readmore[type=checkbox]:checked))::after {
  content: "";
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter label:has(input.chk_readmore[type=checkbox]:checked)::after {
  content: "";
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter .table {
  display: table;
  width: 100%;
  font-size: 0.75rem;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter .table .tr {
  display: table-row;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter .table .tr:first-child > .td {
  border-top: 1px solid #f0f0f0;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter .table .tr:nth-child(2n) > .td {
  background-color: #f9f9f9;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter .table .tr > .td {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
  background-color: #ffffff;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter .table .tr > .td:first-child {
  border-left: 1px solid #f0f0f0;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter .table .tr > .td:nth-child(1) {
  text-align: left;
}
.editable_v2 .dialy_report_list .flex_panel_incell_with_limiter .table .tr > .td:nth-child(2) {
  width: 6rem;
  text-align: right;
}
.editable_v2 ul.inner-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.editable_v2 ul.inner-cell > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1rem 0 0;
  font-size: 1rem;
}
.editable_v2 ul.inner-cell > li.sub-title {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.editable_v2 ul.inner-cell > li span {
  display: inline-block;
}
.editable_v2 ul.inner-cell > li span.sub-title {
  font-size: 0.8rem;
  text-align: right;
  color: white;
  background-color: #888;
  border-radius: 3px;
  padding: 0.1rem 0.7rem;
  text-align: center;
  margin-right: 0.5rem;
}
.editable_v2 ul.inner-cell2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.editable_v2 ul.inner-cell2 > li {
  padding: 0 1rem 0 0;
  font-size: 0.85rem;
}
.editable_v2 ul.inner-cell2 > li.sub-title {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.editable_v2 ul.inner-cell2 > li span {
  display: inline-block;
}
.editable_v2 ul.inner-cell2 > li span.sub-title {
  font-size: 0.8rem;
  text-align: right;
  color: white;
  background-color: #888;
  border-radius: 3px;
  padding: 0.1rem 0.7rem;
  text-align: center;
}

table.quo_list > thead > tr > th:nth-child(1) {
  width: 6%;
}
table.quo_list > thead > tr > th:nth-child(2) {
  width: 5.5%;
}
table.quo_list > thead > tr > th:nth-child(3) {
  width: 6%;
}
table.quo_list > thead > tr > th:nth-child(4) {
  width: 6.3%;
}
table.quo_list > thead > tr > th:nth-child(5) {
  width: 8%;
}
table.quo_list > thead > tr > th:nth-child(6) {
  width: 28.4%;
}
table.quo_list > thead > tr > th:nth-child(7) {
  width: 15%;
}
table.quo_list > thead > tr > th:nth-child(8) {
  width: 4.8%;
}
table.quo_list > thead > tr > th:nth-child(9) {
  width: 6%;
}
table.quo_list > thead > tr > th:nth-child(10) {
  width: 4.5%;
}
table.quo_list > thead > tr > th:nth-child(11) {
  width: 3%;
}
table.quo_list > thead > tr > th:nth-child(12) {
  width: 3%;
}
table.quo_list > thead > tr > th:nth-child(13) {
  width: 3%;
}

table.uc_elements_list > thead > tr > th:nth-child(1) {
  width: 4%;
}
table.uc_elements_list > thead > tr > th:nth-child(2) {
  width: 43%;
}
table.uc_elements_list > thead > tr > th:nth-child(3) {
  width: 10%;
}
table.uc_elements_list > thead > tr > th:nth-child(4) {
  width: 30%;
}
table.uc_elements_list > thead > tr > th:nth-child(5) {
  width: 7%;
}
table.uc_elements_list > thead > tr > th:nth-child(6) {
  width: 3%;
}
table.uc_elements_list > thead > tr > th:nth-child(7) {
  width: 3%;
}

table.uc_elements_edit > thead > tr.title2 table > thead > tr.caption > th:nth-child(1) {
  width: 2%;
}
table.uc_elements_edit > thead > tr.title2 table > thead > tr.caption > th:nth-child(2) {
  width: 4%;
}
table.uc_elements_edit > thead > tr.title2 table > thead > tr.caption > th:nth-child(3) {
  width: 4%;
}
table.uc_elements_edit > thead > tr.title2 table > thead > tr.caption > th:nth-child(4) {
  width: 40%;
}
table.uc_elements_edit > thead > tr.title2 table > thead > tr.caption > th:nth-child(5) {
  width: 40%;
}
table.uc_elements_edit > thead > tr.title2 table > thead > tr.caption > th:nth-child(6) {
  width: 10%;
}
table.uc_elements_edit > thead > tr.caption > th:nth-child(1) {
  width: 2%;
}
table.uc_elements_edit > thead > tr.caption > th:nth-child(2) {
  width: 4%;
}
table.uc_elements_edit > thead > tr.caption > th:nth-child(3) {
  width: 40%;
}
table.uc_elements_edit > thead > tr.caption > th:nth-child(4) {
  width: 20%;
}
table.uc_elements_edit > thead > tr.caption > th:nth-child(5) {
  width: 34%;
}

table.cmng_list > thead > tr > th:nth-child(1) {
  width: 8%;
}
table.cmng_list > thead > tr > th:nth-child(2) {
  width: 8%;
}
table.cmng_list > thead > tr > th:nth-child(3) {
  width: 30%;
}
table.cmng_list > thead > tr > th:nth-child(4) {
  width: 45%;
}
table.cmng_list > thead > tr > th:nth-child(5) {
  width: 3%;
}
table.cmng_list > thead > tr > th:nth-child(6) {
  width: 3%;
}
table.cmng_list > thead > tr > th:nth-child(7) {
  width: 3%;
}

table.report_list1 > thead > tr > th:nth-child(1) {
  width: 2rem;
}
table.report_list1 > thead > tr > th:nth-child(2) {
  width: 35rem;
}
table.report_list1 > thead > tr > th:nth-child(3) {
  width: 20rem;
}
table.report_list1 > thead > tr > th:nth-child(4) {
  width: 20rem;
}

table.dialy_report_list_const > thead > tr > th:nth-child(1) {
  width: 10%;
}
table.dialy_report_list_const > thead > tr > th:nth-child(2) {
  width: 7%;
}
table.dialy_report_list_const > thead > tr > th:nth-child(3) {
  width: 48%;
}
table.dialy_report_list_const > thead > tr > th:nth-child(4) {
  width: 32%;
}
table.dialy_report_list_const > thead > tr > th:nth-child(5) {
  width: 3%;
}

table.dialy_report_list > thead > tr > th:nth-child(1) {
  width: 5%;
}
table.dialy_report_list > thead > tr > th:nth-child(2) {
  width: 5%;
}
table.dialy_report_list > thead > tr > th:nth-child(3) {
  width: 12%;
}
table.dialy_report_list > thead > tr > th:nth-child(4) {
  width: 30%;
}
table.dialy_report_list > thead > tr > th:nth-child(5) {
  width: 30%;
}
table.dialy_report_list > thead > tr > th:nth-child(6) {
  width: 12%;
}
table.dialy_report_list > thead > tr > th:nth-child(7) {
  width: 3%;
}
table.dialy_report_list > thead > tr > th:nth-child(8) {
  width: 3%;
}

.editable_v2 .left {
  text-align: left;
}
.editable_v2 .center {
  text-align: center;
}
.editable_v2 .right {
  text-align: right;
}
.editable_v2 input.liveEdit[type=text], .editable_v2 input.liveEdit[type=password], .editable_v2 input.liveEdit[type=number], .editable_v2 input.liveEdit[type=tel], .editable_v2 input.liveEdit[type=date], .editable_v2 input.liveEdit[type=time], .editable_v2 input.liveEdit[type=search] {
  outline: none;
  border: none;
  border-radius: 0;
  width: 100%;
  line-height: 1.3rem;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 253, 147, 0.4);
}
.editable_v2 input.liveEdit[type=text].error, .editable_v2 input.liveEdit[type=password].error, .editable_v2 input.liveEdit[type=number].error, .editable_v2 input.liveEdit[type=tel].error, .editable_v2 input.liveEdit[type=date].error, .editable_v2 input.liveEdit[type=time].error, .editable_v2 input.liveEdit[type=search].error {
  -webkit-box-shadow: 0 0 0 2px rgb(186, 0, 1);
          box-shadow: 0 0 0 2px rgb(186, 0, 1);
}
.editable_v2 textarea.liveEdit {
  field-sizing: content;
  resize: none;
  outline: none;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.3rem;
  background-color: rgba(255, 253, 147, 0.4);
}
.editable_v2 select.liveEdit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 2px 8px 2px 8px;
  background-color: rgba(255, 253, 147, 0.4);
}
.editable_v2 select.liveEditoption {
  background-color: rgba(255, 253, 147, 0.4);
}
.editable_v2 span:has(> .liveEdit), .editable_v2 div:has(> .liveEdit) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.editable_v2 span:has(> .liveEdit):before, .editable_v2 div:has(> .liveEdit):before {
  content: "";
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  border-bottom: 1px dashed rgb(0, 0, 0);
  z-index: 1;
}
.editable_v2 span:has(> .liveEdit):has(> .translatable.translating):after, .editable_v2 span:has(> .liveEdit) :has(> .translatable.translating):after, .editable_v2 div:has(> .liveEdit):has(> .translatable.translating):after, .editable_v2 div:has(> .liveEdit) :has(> .translatable.translating):after {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-family: FontAwesome;
  content: "\f1ab";
  -webkit-animation: lang_translating 1s infinite;
          animation: lang_translating 1s infinite;
  color: #222;
  font-size: 1.2rem;
  z-index: 1;
}
@-webkit-keyframes lang_translating {
  0% {
    -webkit-transform: translate(0%, -50%) rotateY(0deg);
            transform: translate(0%, -50%) rotateY(0deg);
  }
  10% {
    -webkit-transform: translate(0%, -50%) rotateY(36deg);
            transform: translate(0%, -50%) rotateY(36deg);
  }
  20% {
    -webkit-transform: translate(0%, -50%) rotateY(72deg);
            transform: translate(0%, -50%) rotateY(72deg);
  }
  30% {
    -webkit-transform: translate(0%, -50%) rotateY(108deg);
            transform: translate(0%, -50%) rotateY(108deg);
  }
  40% {
    -webkit-transform: translate(0%, -50%) rotateY(144deg);
            transform: translate(0%, -50%) rotateY(144deg);
  }
  50% {
    -webkit-transform: translate(0%, -50%) rotateY(180deg);
            transform: translate(0%, -50%) rotateY(180deg);
  }
  60% {
    -webkit-transform: translate(0%, -50%) rotateY(216deg);
            transform: translate(0%, -50%) rotateY(216deg);
  }
  70% {
    -webkit-transform: translate(0%, -50%) rotateY(252deg);
            transform: translate(0%, -50%) rotateY(252deg);
  }
  80% {
    -webkit-transform: translate(0%, -50%) rotateY(288deg);
            transform: translate(0%, -50%) rotateY(288deg);
  }
  90% {
    -webkit-transform: translate(0%, -50%) rotateY(324deg);
            transform: translate(0%, -50%) rotateY(324deg);
  }
  100% {
    -webkit-transform: translate(0%, -50%) rotateY(360deg);
            transform: translate(0%, -50%) rotateY(360deg);
  }
}
@keyframes lang_translating {
  0% {
    -webkit-transform: translate(0%, -50%) rotateY(0deg);
            transform: translate(0%, -50%) rotateY(0deg);
  }
  10% {
    -webkit-transform: translate(0%, -50%) rotateY(36deg);
            transform: translate(0%, -50%) rotateY(36deg);
  }
  20% {
    -webkit-transform: translate(0%, -50%) rotateY(72deg);
            transform: translate(0%, -50%) rotateY(72deg);
  }
  30% {
    -webkit-transform: translate(0%, -50%) rotateY(108deg);
            transform: translate(0%, -50%) rotateY(108deg);
  }
  40% {
    -webkit-transform: translate(0%, -50%) rotateY(144deg);
            transform: translate(0%, -50%) rotateY(144deg);
  }
  50% {
    -webkit-transform: translate(0%, -50%) rotateY(180deg);
            transform: translate(0%, -50%) rotateY(180deg);
  }
  60% {
    -webkit-transform: translate(0%, -50%) rotateY(216deg);
            transform: translate(0%, -50%) rotateY(216deg);
  }
  70% {
    -webkit-transform: translate(0%, -50%) rotateY(252deg);
            transform: translate(0%, -50%) rotateY(252deg);
  }
  80% {
    -webkit-transform: translate(0%, -50%) rotateY(288deg);
            transform: translate(0%, -50%) rotateY(288deg);
  }
  90% {
    -webkit-transform: translate(0%, -50%) rotateY(324deg);
            transform: translate(0%, -50%) rotateY(324deg);
  }
  100% {
    -webkit-transform: translate(0%, -50%) rotateY(360deg);
            transform: translate(0%, -50%) rotateY(360deg);
  }
}
.editable_v2 span:has(> .liveEdit.hidden), .editable_v2 div:has(> .liveEdit.hidden) {
  display: none !important;
}
.editable_v2 .hidden:not(.is_edit-visibility) {
  display: none !important;
}
.editable_v2 .is_edit.hidden, .editable_v2 .is_edit-visibility.hidden {
  visibility: hidden !important;
}
.editable_v2 ul.uc-elements-name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.3rem 0;
}
.editable_v2 ul.uc-elements-name-block > li {
  width: calc(50% - 4rem);
}
.editable_v2 ul.uc-elements-name-block > li > span {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 0.1rem 0.3rem;
  line-height: 1.2rem;
}
.editable_v2 ul.uc-elements-name-block > li:nth-child(2n+1) {
  width: 4rem;
}
.editable_v2 ul.uc-elements-name-block > li:nth-child(2n+1) > span {
  width: 100%;
  font-size: 0.68rem;
  text-align: right;
  color: white;
  background-color: #888;
  border-radius: 1em;
  padding: 0.1rem 0.7rem;
  text-align: center;
}
.editable_v2 ul.uc-elements-items-tag > li {
  color: #000;
  margin: 3px;
  display: inline-block;
  background-color: #e4e4e4;
  border: 1px solid #888;
  border-radius: 4px;
  white-space: nowrap;
}
.editable_v2 ul.uc-elements-items-tag > li > span {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  padding: 0.3em 1em;
}
.editable_v2 ul.uc-elements-items-tag > li > span:nth-child(1) {
  display: inline-block;
  background-color: #888;
  overflow: hidden;
  text-overflow: clip;
  vertical-align: middle;
  min-width: 2em;
  color: white;
}

.necolib_dialog {
  display: none;
  font-size: 1rem;
  border-radius: 8px;
  padding: 1rem 1rem;
}
.necolib_dialog::-ms-backdrop {
  background: rgba(0, 0, 0, 0.3);
}
.necolib_dialog::backdrop {
  background: rgba(0, 0, 0, 0.3);
}
.necolib_dialog .body {
  text-align: left;
  margin-top: 1rem;
}
.necolib_dialog .body .listBlock {
  padding: 0px 0.8rem;
  margin: 6px 0px;
}
.necolib_dialog .body .listBlock > .block > .space {
  margin: 0px;
  padding: 0px;
}
.necolib_dialog .body .listBlock > .block > .column {
  padding: 0px;
}
.necolib_dialog .body .listBlock > .block > .column > .space {
  margin: 0px;
  padding: 0px;
}
.necolib_dialog .body .listBlock > .block > .column1 {
  padding: 0px 3px 0px 0px;
}
.necolib_dialog .body .listBlock > .block > .column2 {
  padding: 0px 0px 0px 3px;
}
.necolib_dialog .body .section-area {
  position: relative;
  border: 1px solid #222;
  border-radius: 5px;
  color: #222;
  margin: 0.8rem;
  padding: 0.8rem 0.8rem;
  text-align: left;
}
.necolib_dialog .body .section-area.hint {
  color: #008000;
  border: 1px solid #008000;
}
.necolib_dialog .body .section-area .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9rem;
  padding: 0 1rem;
  margin: 0;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%) translateX(1rem);
          transform: translateY(-50%) translateX(1rem);
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none;
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  margin: 0.5em 5%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.5em 0rem;
  line-height: 1rem;
  min-width: 8rem;
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(1) {
  color: #ffffff;
  background-color: #151515;
  border: 1px solid rgb(108, 124, 137);
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2) {
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(108, 124, 137);
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok {
  color: #ffffff;
  background-color: #151515;
  border: 1px solid rgb(108, 124, 137);
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_ok2 {
  color: #ffffff;
  background-color: #151515;
  border: 1px solid rgb(108, 124, 137);
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_xls {
  color: #ffffff;
  background-color: rgb(20, 107, 49);
  border: 1px solid rgb(20, 107, 49);
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel {
  color: #000000;
  background-color: #fff;
  border: 1px solid rgb(108, 124, 137);
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.btn_cancel_xls {
  color: rgb(20, 107, 49);
  background-color: #fff;
  border: 1px solid rgb(20, 107, 49);
}
.necolib_dialog .ui-dialog-buttonpane .ui-dialog-buttonset.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.necolib_dialog .btn-margin {
  margin: 0 10px;
}
.necolib_dialog .confirmbox .body {
  text-align: center;
}
.necolib_dialog .btn-cancel {
  background-color: #FFF;
  border: 1px solid #11b0d6;
  color: #008ee6;
}
.necolib_dialog .listType5 .listBlock {
  border: none;
}

.cmng_dialog_cell_input .body h3 {
  text-align: center;
}
.cmng_dialog_cell_input .body .main_panel {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr;
  place-items: stretch;
}
.cmng_dialog_cell_input .body .main_panel .next_rest_title {
  font-size: 0.8em;
}
.cmng_dialog_cell_input .body .options_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmng_dialog_cell_input .body .options_panel .options {
  min-width: 50%;
}
.cmng_dialog_cell_input .body .gauge_area {
  text-align: center;
}
.cmng_dialog_cell_input .body .right_panel {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  place-items: stretch;
  height: 100%;
  font-size: 0.9em;
  margin: 0;
  text-align: center;
}

.cmng_dialog_paste .body h3 {
  text-align: center;
}
.cmng_dialog_paste .body .main_panel {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr;
  place-items: stretch;
}
.cmng_dialog_paste .body .main_panel .next_rest_title {
  font-size: 0.8em;
}
.cmng_dialog_paste .body .options_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmng_dialog_paste .body .options_panel .options {
  min-width: 50%;
}
.cmng_dialog_paste .body .gauge_area {
  text-align: center;
}
.cmng_dialog_paste .body .right_panel {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  place-items: stretch;
  height: 100%;
  font-size: 0.9em;
  margin: 0;
  text-align: center;
}/*# sourceMappingURL=common.css.map */