@charset "utf-8";

html {
  height: 100%;
  font-size: 10px;
  color: #fff;
  background: #2b2126;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.wrap_ledger_sheet {
  color: #333;
  font-size: 0;
  margin-top: 10px;
}

.ledger_sheet_middle > div {
  height: 100%;
}

.grid_line_bottom div[class^="row"] {
  border-bottom: solid 1px var(--color-scheme-UI-filter-20);
}

.grid_border_bottom {
  border-bottom: solid 1px var(--color-scheme-UI-filter-20);
}

.border_bottom {
  border-bottom: solid 1px var(--color-scheme-UI-filter-20);
}

.border_left {
  border-left: solid 1px var(--color-scheme-UI-filter-20);
}

.uc_default .limit_col_width > div.ledger_sheet_middle > div:first-child div[class^="col"],
.uc_default div.wrap_ledger_sheet {

}

.uc_green .limit_col_width > div.ledger_sheet_middle > div:first-child div[class^="col"],
.uc_green div.wrap_ledger_sheet {
  background: #d7e4bd;
}

.uc_dark .limit_col_width > div.ledger_sheet_middle > div:first-child div[class^="col"],
.uc_dark div.wrap_ledger_sheet {
  color: #fff;
  background: #383a4c;
}

.uc_orange .limit_col_width > div.ledger_sheet_middle > div:first-child div[class^="col"],
.uc_orange div.wrap_ledger_sheet {
  color: #663300;
  background: #fadb9d;
}

.uc_pink .limit_col_width > div.ledger_sheet_middle > div:first-child div[class^="col"],
.uc_pink div.wrap_ledger_sheet {
  background: #fee8e8;
}

div.ledger_sheet_fixed, div.ledger_sheet_scroll {
  font-size: 0;
  overflow: scroll;
}

div.ledger_sheet_fixed, div.ledger_sheet_scroll2 {
  font-size: 0;
  overflow: scroll;
}

.extrow {
  position: relative;
  top: 5px;
}

.bar::-webkit-scrollbar {
  background: #f0f6ff;
}

.bar::-webkit-scrollbar-thumb {
  background: #1abc9c;
  border-radius: 2px;
}

.bar::-webkit-scrollbar-corner {
  background: transparent;
}

.bar_x::-webkit-scrollbar {
  width: 0;
  height: 10px;
}

.bar_y::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

.bar_xy::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.bar_x_hidden::-webkit-scrollbar {
  height: 0;
}

.bar_y_hidden::-webkit-scrollbar {
  width: 0;
}

.barNonPointer::-webkit-scrollbar {
  background: #f0f6ff;
}

.barNonPointer::-webkit-scrollbar-thumb {
  background: #1abc9c;
  border-radius: 2px;
}

.barNonPointer::-webkit-scrollbar-corner {
  background: transparent;
}

.sheet_data p {
  color: var(--color-scheme-text-main);
  background-color: var(--color-scheme-UI-bg);
}

.uc_dark .sheet_data p {
  background: #424458;
}

.sheet_data p.yen:after {
  content: "円";
  font-size: 10px;
}

.sheet_data p.machine:after {
  content: "台";
  font-size: 10px;
}

.sheet_data p.day:after {
  content: "日";
  font-size: 10px;
}

div.bg_alt p, p.bg_alt {
  background: #f0f0f0;
}

.uc_dark div.bg_alt p, .uc_dark p.bg_alt {
  background: #494b5f;
}

.uc_orange div.bg_alt p, .uc_orange p.bg_alt {
  background: #fffddf;
}

.uc_pink div.bg_alt p, .uc_pink p.bg_alt {
  background: #fffddf;
}

div.tekkyo p {
  background: #c5c5c5 !important;
}

div.tekkyo_center p {
  background: #c5c5c5 !important;
}

div.tekkyo_center_alt p {
  background: #c5c5c5 !important;
}

div.tekkyo, div.tekkyo p, p.tekkyo {
  background: #c5c5c5;
}

.uc_default .tekkyo div {
  background: #c5c5c5 !important;
}

.uc_dark .tekkyo div {
  background: #c5c5c5 !important;
}

.uc_green .tekkyo div {
  background: #c5c5c5 !important;
}

.uc_orange .tekkyo div {
  background: #c5c5c5 !important;
}

.uc_pink .tekkyo div {
  background: #c5c5c5 !important;
}

div p.bg_grey {
  background: #949494;
}

div.bg_col_grey p.highlight {
   color: #000;
 }

div.bg_col_grey p {
  color: #fff;
  background: #949494;
}

div.bg_col_red p {
  background: #eebcbc;
}

div.bg_col_yellow p {
  background: #edd769;
}

p.pale {
  color: #333;
  background: #c7dbff;
}

.uc_green p.pale {
  background: #d7e4bd;
}

.uc_dark p.pale {
  color: #fff;
  background: #383a4c;
}

.uc_orange p.pale {
  background: #fadb9d;
}

.uc_pink p.pale {
  background: #fee8e8;
}

p.male {
  color: #294dcd;
}

p.female {
  color: #e33c3c;
}

p.bg_profit_grey {
  background: #c2c2c2;
}

p.bg_profit_yellow {
  background: #d8d15c;
}

p.bg_profit_red {
  background: #f07272;
}

p.bg_profit_blue {
  background: #72adf0;
}

div.bg_aggregate2_data, div.bg_aggregate2_data p, p.bg_aggregate2_data {
  background: #c8e8e3;
}

.uc_dark div.bg_aggregate_data, .uc_dark div.bg_aggregate_data p, .uc_dark p.bg_aggregate_data {
  background: #2e3049;
}

.uc_pink div.bg_aggregate_data, .uc_pink div.bg_aggregate_data p, .uc_pink p.bg_aggregate_data {
  background: #c8e8e3;
}

.uc_orange div.bg_aggregate_data, .uc_orange div.bg_aggregate_data p, .uc_orange p.bg_aggregate_data {
  background: #c8e8e3;
}

.uc_dark div.bg_aggregate2_data, .uc_dark div.bg_aggregate2_data p, .uc_dark p.bg_aggregate2_data {
  background: #2e3049;
}

.uc_pink div.bg_aggregate2_data, .uc_pink div.bg_aggregate2_data p, .uc_pink p.bg_aggregate2_data {
  background: #c8e8e3;
}

.uc_orange div.bg_aggregate2_data, .uc_orange div.bg_aggregate2_data p, .uc_orange p.bg_aggregate2_data {
  background: #c8e8e3;
}

.uc_default .highlight {
  background: #f6eaae !important;
}

.uc_default .highlight p {
  background: #f6eaae !important;
}

.uc_default .highlight_graph_grid {
  background: #f6eaae !important;
}

.uc_default .highlight_graph_grid p {
  background: #f6eaae !important;
}


.uc_dark .highlight {
  background: #969213 !important;
}

.uc_dark .highlight p {
  background: #969213 !important;
}

.uc_green .highlight {
  background: #f6eaae !important;
}

.uc_green .highlight p {
  background: #f6eaae !important;
}

.uc_orange .highlight {
  background: #add9f5 !important;
}

.uc_orange .highlight p {
  background: #add9f5 !important;
}

.uc_pink .highlight {
  background: #add9f5 !important;
}

.uc_pink .highlight p {
  background: #add9f5 !important;
}

.pagerinner {
  border-right: solid 1px #fff;
  margin-right: 10px;
}

.table_link p {
  text-decoration: none;
}

.table_kishu_link p {
  color: #000AFF !important;
  text-decoration: none;
}
.table_kishu_link p:hover {
  text-decoration: underline;
}

.sheet_header div, .sheet_header_above div {
  color: var(--color-scheme-text-main);
  white-space: nowrap;
}

.uc_green .sheet_header div, .uc_green .sheet_header_above div {
  background: #72a24e;
}

.uc_dark .sheet_header div, .uc_dark .sheet_header_above div {
  background: #383a4c;
}

.uc_orange .sheet_header div, .uc_orange .sheet_header_above div {
  color: #663300;
  background: #f9bf4b;
}

.uc_pink .sheet_header div, .uc_pink .sheet_header_above div {
  color: #c36464;
  background: #fab8b8;
}

.uc_green .sheet_header div p, .uc_green .sheet_header_above div p {
  border-bottom: solid 2px #666;
}

div[class^="row"] {
  font-size: 0;
  box-sizing: border-box;
}

div[class^="col"] {
  font-size: 12.3px;
  text-align: center;
  box-sizing: border-box;
}

div[class^="col"] p,
div[class^="row"] p {
  padding: 4px 5px;
  color: var(--color-scheme-col-color-default);
}

div.sheet_header div[class^="col"] p.no-padding {
  padding: 10px 5px;
}

div.sheet_header div[class^="row"] p,
div.sheet_header_above div[class^="row"] p {
  font-size: 12px;
  text-align: center;
}


div.fix_data_col_height div[class^="col"] p,
div.fix_data_col_height div[class^="row"] p {
  padding: 5px 5px !important;
}

.border_r_bk {
  border-right: solid 1px #666 !important;
}

.uc_green .sheet_header .border_r, .uc_green .sheet_header_above .border_r {
  border-right: solid 1px #666;
}

.uc_default .sheet_header .border_lr {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.uc_green .sheet_header .border_lr {
  border-left: solid 1px #666;
  border-right: solid 1px #666;
}

.sheet_header .pale {
  border-right: solid 1px #666;
}

.border_t {
  border-top: solid 1px var(--color-scheme-UI-filter-20);
}

.border_l {
  border-left: solid 2px #666;
}

.border_bw {
  border-bottom: solid 1px #fff;
}

.grid_border_bottom {
  border-bottom: solid 1px var(--color-scheme-UI-filter-20);
}

.sheet_header {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow-y: hidden;
}

/* ヘッダ配下の要素を800の太字に設定 */
.sheet_header p,
.sheet_header span,
.sheet_header a {
  font-weight: 800 !important;
  color: var(--color-scheme-col-color-default);
}

.sheet_header_k011 {
  height: 60px !important;
}

.sheet_header_k012 {
  height: 60px !important;
}

.sheet_header_k013 {
  height: 60px !important;
}

.ledger_sheet_top {
  font-weight: bold;
  height: 40px;
  border-bottom: solid 2px var(--color-scheme-accent-green-darker);
  background-color: var(--color-scheme-accent-green-filter);
}

/* グリッドエリア配下の要素を700の太字設定にする */
#ledger_sheet_01 p,
#ledger_sheet_01 span,
#ledger_sheet_01 a,
#ledger_sheet_02,
#ledger_sheet_02 span,
#ledger_sheet_02 a {
  font-weight: 700;
}

.grid_sheet_top {
  height: auto !important;
}

.grid_padding_left {
  padding-left: 15px !important;
}

.fixed_left {
  font-weight: bold;
}

.limit_col_width > div:not(.ledger_sheet_top) > div:first-child div[class^="col"] {
  vertical-align: middle;
  overflow-x: hidden;
}

.limit_col_width > div:not(.ledger_sheet_top) > div:first-child div.no_extend p {
  vertical-align: middle;
  overflow-x: hidden;
}

.limit_col_width div.no_extend {
  white-space: nowrap;
}

div[data-accordion] {
  position: relative;
}

.accordion_btn {
  display: block;
  position: absolute;
  left: 5px;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 3px 0 #d2d2d2;
}

.accordion_open {
  top: 4px;
  box-shadow: 1px 1px 0 #d2d2d2 inset;
}

.accordion_btn:hover {
  top: 4px;
  box-shadow: 1px 1px 0 #d2d2d2 inset;
}

.extcol {
  position: relative;
  top: 5px;
}


.clear_margin_b {
  margin-bottom: 0 !important;
}

.pager {
  font-size: 30px;
}

.pagerinner a {
  padding: 0 5px 0 0;
}

.pagerinner a:last-child {
  padding-right: 15px;
}

.reception_time {
  float: right;
  line-height: 1;
  margin: 18px 15px 0 0;
}
.reception_time.pt2 {
  padding-top: 0;
}

.leg {
  font-size: 12px;
  background: rgba(255, 255, 255, .7);
  color: #000;
}
.komoku_sentaku {
  float: right;
  line-height: 1;
  text-decoration: underline;
  margin: 15px 15px 0 0;
}


div.bg_col_grey div {
  color: #fff;
  background: #949494;
}

div.bg_col_red div {
  background: #eebcbc;
}

div.bg_col_yellow div {
  background: #edd769;
}

.uc_default .highlight div {
  background: #f6eaae !important;
}

.uc_dark .highlight div {
  background: #969213 !important;
}

.uc_green .highlight div {
  background: #f6eaae !important;
}

.uc_orange .highlight div {
  background: #add9f5 !important;
}

.uc_pink .highlight div {
  background: #add9f5 !important;
}

.left_col_width_set {
  width: 100%;
  text-align: center !important;
}

div.wrap_color_labels {
  padding: 40px 0 0 20px;
}

div.wrap_color_labels dl {
  width: 400px;
  font-size: 0;
}

div.wrap_color_labels dl.large {
  width: 500px;
  background: #fff;
  border: solid 1px #666;
}

div.wrap_color_labels dt {
  width: 40%;
  padding: 4px 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #666;
  border-right: none;
}

.uc_default div.wrap_color_labels dt {
  background: #5985c9;
}

.uc_green div.wrap_color_labels dt {
  background: #477327;
}

.uc_dark div.wrap_color_labels dt {
  background: #2b2937;
}

.uc_orange div.wrap_color_labels dt {
  background: #ff9933;
}

.uc_pink div.wrap_color_labels dt {
  background: #e3898a;
}

div.wrap_color_labels dl.large dt {
  width: 30%;
  height: 230px;
  padding: 0;
  line-height: 230px;
  border: none;
}

div.wrap_color_labels dd {
  width: 60%;
  margin-bottom: 8px;
  padding: 4px 0 4px 10px;
  font-size: 13px;
  background: #fff;
  box-sizing: border-box;
  border: solid 1px #666;
  border-left: none;
}

div.wrap_color_labels dl.large dd {
  width: 70%;
  padding: 0 15px;
  border: none;
}

p.cell_right {
  text-align: right !important;
}

#popup_window p.caption {
  padding-top: 4px;
  font-size: 12px;
}

.popup_pulldown > i {
  font-size: 24px !important;
  color: #19a69a;
  position: relative;
  top: -5px;
  cursor: pointer;
}

div.wrap_scroll_contents {
  width: 100%;
  overflow: scroll;
}

.mh100 {
  max-height: 100px;
}

.u-pr3 {
  position: relative !important;
  top: 3px !important;
}

#loading_operation {
  position: fixed;
  z-index: 9990;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  display: none;
}

#loading_operation > DIV {
  position: relative;
  width: 100%;
  height: 100%;
}

#loading_operation > DIV > DIV {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 25px;
  text-align: center;
}

div.ui-dialog {
  z-index: 10000;
}

.uc_green .tableform02 table.tablecolor th,
.uc_green .tableform02 table.tablecolor td {
  border: 1px solid #333;
}

table#jquery-tablehover {
     width: 500px;
}

table#jquery-tablehover td {
  border: 1px solid gray;
  text-align: center;
}

table#jquery-tablehover thead,
table#jquery-tablehover tfoot {
  background-color: #bababa;
}

table#jquery-tablehover td.hover {
  background-color: #ffdbdb;
}

table#jquery-tablehover td.tablehover-col {
  background-color: #dbdcff;
}

table#jquery-tablehover td.tablehover-click {
  background-color: #ffdd00;
}

table#jquery-tablehover td.tablehover-cell {
  background-color: #ddffdb;
}

#loading, #loadingResize {
  display: none;
  background: #eeeeee;
  opacity: 0.5;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loadingResize {
  opacity: 1;
}

#loading img,#loadingResize img {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.displayNone {
  display:none
}

.inline_block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid_body_row_height {
  min-height: 59px;
}
.grid_body_row_height_day_on {
  min-height: 87px;
}