@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  background-color: white;
  font-family: Meiryo UI, FontAwesome;
  font-size: 16px;
  font-weight: normal;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  -ms-user-select: none; }

div:focus {
  outline: none; }

table {
  border-collapse: collapse; }

td, th {
  border: 0px solid black;
  cursor: default; }

.systitle {
  background-color: white;
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 1ex 3em;
  border-style: solid;
  border-color: navy;
  text-align: center;
  color: navy;
  font-size: small;
  font-family: "Meiryo UI"; }

.sysLogo {
  overflow: hidden;
  min-width: 350px;
  color: navy;
  width: 350px;
  font-size: small;
  text-align: center; }
  .sysLogo > span {
    font-size: x-large; }

.center {
  background-color: white;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 1ex 3em;
  border: 3px solid navy; }

.shopArea {
  flex: 1;
  overflow: hidden;
  min-width: 200px;
  margin: 5px;
  color: black;
  font-size: large;
  text-align: right; }

.login {
  width: 400px;
  height: 400px; }
  .login:hover {
    background-position: 0px -400px; }

.felica {
  background: url(../image/felicamark.gif); }
  .felica:active {
    background-position: 0px -800px; }

.timerecorder {
  background: url(../image/timrec.gif); }

.textBoard {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px; }

.linker {
  margin-left: 20px; }

.page-layout {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column; }

.flex-row-layout {
  flex: 1;
  display: flex; }

.align-start {
  align-items: flex-start; }

.flex-column-layout {
  flex: 1;
  display: flex;
  flex-direction: column; }

.contents-main {
  flex: 1;
  overflow: auto; }

.panel {
  border: 1px solid white;
  overflow: auto; }

.border-panel {
  margin: 3px;
  padding: 2px;
  border: 1px solid silver;
  overflow: auto; }

.flex1 {
  flex: 1; }

.gyoumuMenu {
  padding: 0 3px;
  display: flex;
  overflow: hidden; }
  .gyoumuMenu .button {
    min-width: 110px;
    padding: 5px;
    font-size: large;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    color: black; }
    .gyoumuMenu .button.current {
      border-style: solid solid none;
      color: silver; }
    .gyoumuMenu .button.dummy {
      width: 2px;
      min-width: 0;
      padding-bottom: 6px;
      border: white 1px none;
      border-bottom: silver 1px solid;
      color: transparent; }

.subButton,
.logOut {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  margin-bottom: 8px;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  font-size: 14px;
  font-weight: normal;
  color: black;
  border-radius: 1px;
  box-shadow: 1px 1px 2px #444;
  background: linear-gradient(to top, #C8C8C8 25%, #E8E8E8); }

.button:hover:not(.current):not(.dummy),
.subButton:hover:not(.current),
.logOut:hover {
  font-weight: bolder;
  background: linear-gradient(to top, #484848 50%, #C8C8C8);
  color: white;
  cursor: pointer; }

.subButton.current {
  color: silver; }

.logOut {
  width: 100px;
  height: 20px;
  margin: 7px;
  min-width: 100px; }

.selectList,
.selectTable {
  border-collapse: collapse;
  width: 100%; }
  .selectList th, .selectList td,
  .selectTable th,
  .selectTable td {
    padding: 3px;
    font-family: Meiryo UI, FontAwesome;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid silver; }
  .selectList th,
  .selectTable th {
    background: linear-gradient(to top, #C8C8C8 25%, #E8E8E8); }
  .selectList td,
  .selectTable td {
    width: 110px;
    max-width: 110px;
    word-break: break-all;
    cursor: pointer; }
  .selectList tr:hover,
  .selectTable tr:hover {
    font-weight: bolder;
    background: linear-gradient(to top, #484848 50%, #C8C8C8);
    color: white;
    cursor: pointer; }
  .selectList tr.current,
  .selectTable tr.current {
    background-color: navy;
    color: white; }

.selectTable th, .selectTable td {
  padding: 1px; }

.selectTable td {
  width: auto;
  max-width: 150px;
  text-align: center;
  font-size: 10.5px; }

.Input-panel {
  display: flex;
  margin-bottom: 0.5em;
  font: inherit;
  font-weight: normal; }
  .Input-panel > .field {
    flex: 1; }
  .Input-panel > .operator {
    width: auto; }
  .Input-panel > .label {
    background-color: rgba(147, 128, 108, 0.1);
    color: #666666;
    font: inherit;
    font-weight: bold; }
  .Input-panel > * {
    padding: 0.25em 0.5em; }
  .Input-panel > *:not(:last-child) {
    border-right: 0; }

.grid-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.btnarea,
.timearea {
  display: flex;
  justify-content: center;
  align-items: center; }

.timearea {
  width: 320px;
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: center;
  background-color: yellow;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #444; }

.dakokubtn {
  width: 85px;
  height: 85px;
  margin: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  color: black;
  border-radius: 4px; }
  .dakokubtn:hover {
    box-shadow: 5px 5px 5px #444; }
  .dakokubtn.green {
    background-color: palegreen; }
    .dakokubtn.green:hover {
      background: linear-gradient(to top, #00FF00 75%, #CCFFCC); }
  .dakokubtn.blue {
    background-color: lightcyan; }
    .dakokubtn.blue:hover {
      background: linear-gradient(to top, #00FFFF 75%, #CCFFFF); }
  .dakokubtn.yellow {
    background-color: yellow; }
  .dakokubtn.pink {
    background-color: pink;
    color: dimgray; }
    .dakokubtn.pink:hover {
      background: linear-gradient(to top, #FF00FF 75%, #FFCCFF);
      color: black; }
  .dakokubtn.mr {
    margin-right: 20px; }

.gridHeader td {
  border: 1px solid gray;
  border-bottom: 0px solid gray;
  width: 120px; }

.gridRows td {
  border: 0px solid gray;
  border-bottom: 0px solid gray;
  background-color: white;
  padding-left: 3px;
  width: 120px; }

.gridRows tr.selected > td {
  background-color: navy;
  color: white; }

.okcancel {
  font-size: 16px;
  font-weight: normal;
  width: 100px;
  height: 30px;
  margin: 5px 0px; }
  .okcancel:hover {
    font-weight: bolder;
    background: linear-gradient(to top, #484848 50%, #C8C8C8);
    color: white;
    cursor: pointer; }

.treeView {
  position: absolute;
  background-color: white;
  margin: 5px;
  overflow: auto;
  border: 1px solid #ccc;
  left: 0px;
  right: 0px;
  top: 25px;
  width: 410px;
  bottom: 35px;
  cursor: default;
  padding-left: 2px;
  font-size: 12.5px;
  font-weight: normal; }
  .treeView span {
    margin-left: 5px; }
  .treeView .selected {
    background-color: navy;
    color: white;
    user-select: none; }

.listView {
  position: absolute;
  background-color: white;
  margin: 5px;
  overflow: auto;
  border: 1px solid #ccc;
  left: 415px;
  right: 0px;
  top: 25px;
  width: 410px;
  bottom: 35px;
  cursor: default;
  padding-left: 2px;
  font-size: 12.5px;
  font-weight: normal; }
  .listView span {
    margin-left: 5px; }
  .listView .selected {
    background-color: navy;
    color: white;
    user-select: none;
    -ms-user-select: none; }

.absolutePanel {
  position: absolute;
  border: 1px solid #ccc;
  background-color: white;
  overflow: auto;
  font-weight: normal;
  cursor: default; }
  .absolutePanel.selected,
  .absolutePanel tr.selected > td {
    background-color: navy;
    color: white; }

.dialogPanel {
  position: absolute;
  font-weight: normal;
  cursor: default; }

.centerButton {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.dialog {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-color: whitesmoke;
  border-radius: 3px;
  box-shadow: 5px 5px 10px #444;
  z-index: 105;
  font-size: 12px; }
  .dialog.messageBox {
    flex: 1;
    z-index: 111; }
  .dialog .dialogTitle {
    padding-left: 10px;
    line-height: 25px;
    font-size: 16px;
    background-color: dimgray;
    color: white;
    border-radius: 3px 3px 0 0; }
  .dialog > i {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    cursor: pointer;
    color: white; }
  .dialog .listNode {
    font-size: 120%; }
  .dialog table.layout tr {
    margin-bottom: 3px; }
  .dialog .message {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .dialog .buttons {
    display: flex;
    justify-content: center;
    height: 25px;
    margin-bottom: 10px; }
    .dialog .buttons button {
      width: 80px;
      margin-left: 10px; }
    .dialog .buttons button:first-child {
      margin-left: 0; }

.dialogBack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333;
  opacity: 0.2;
  z-index: 101; }
  .dialogBack.messageBoxBack {
    z-index: 110; }

.dialogMessage {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: blue;
  font-size: 180%;
  font-weight: normal; }

.loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background-image: url(../image/ajax-loader-Bert.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: whitesmoke; }

.picker {
  display: none;
  position: absolute;
  text-align: center;
  padding: 10px;
  background-color: white;
  border: 1px solid #AAA;
  border-radius: 3px;
  box-shadow: 5px 5px 10px #444;
  z-index: 105;
  font-size: 12px; }
  .picker th, .picker td {
    border: 1px solid black;
    background-color: white;
    padding: 2px 4px;
    text-align: center;
    font-weight: bolder; }
  .picker th {
    background-color: navy;
    color: white;
    font-weight: bolder; }
  .picker td:hover {
    font-weight: bolder;
    background: linear-gradient(to top, #484848 50%, #C8C8C8);
    color: white;
    cursor: pointer; }
  .picker td.sun {
    color: red; }
  .picker td.sat {
    color: blue; }
  .picker td.other {
    color: lightgray; }
  .picker td.today {
    color: #fff;
    font-weight: normal;
    text-shadow: 0px  1px 0 black, -1px -1px 0 black, 1px -1px 0 black, 1px  1px 0 black, -1px  0px 0 black; }
  .picker td.default {
    background-color: lightgray;
    font-weight: bolder; }
  .picker.time table {
    border-collapse: separate; }
  .picker.time th,
  .picker.time td {
    border-radius: 2px; }

input[type="button"] {
  font-family: FontAwesome,Meiryo UI;
  padding: 2px 2px 3px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 1px;
  background: linear-gradient(to top, #C8C8C8 25%, #E8E8E8);
  cursor: default; }
  input[type="button"]:hover {
    font-weight: bolder;
    background: linear-gradient(to top, #484848 50%, #C8C8C8);
    color: white;
    cursor: pointer; }

input[type="text"] {
  font-size: 14px;
  font-family: FontAwesome,Meiryo UI;
  padding: 2px 2px 3px;
  margin-bottom: 5px; }

input[type="text"]:disabled {
  color: black; }

input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 5px;
  transform: scale(1.2); }

input.number {
  text-align: right; }

input.date, input.time, input.createstamp {
  text-align: center;
  width: 6.5rem;
  ime-mode: disabled; }

input.time {
  width: 4rem; }

input.tableCell {
  border: none; }

input[type="text"]:disabled,
select:disabled,
textarea:disabled {
  appearance: none;
  border-color: transparent;
  border-bottom: 1px solid black;
  background-color: transparent;
  color: inherit; }

textarea:disabled {
  border: 1px solid gray; }

select:disabled::-ms-expand {
  display: none; }

select:disabled::-ms-value {
  color: inherit; }

.hanrei {
  display: flex;
  flex-wrap: wrap; }
  .hanrei .item {
    text-align: center;
    width: 120px; }

.allDay {
  background: #ffb6c1;
  padding: 1px; }

.halfDay {
  background: #b0c4de;
  padding: 1px; }

.statusPanel {
  margin: 0px;
  width: 100%;
  height: 20px;
  cursor: default;
  display: flex;
  padding: 0 5px; }
  .statusPanel .status {
    flex: 1;
    height: 100%; }
  .statusPanel .signal {
    height: 100%;
    font-size: 12px; }

/*
* ツールバー
*/
.toolBar {
  height: 32px;
  font-size: 13.5px;
  border: 1px solid silver;
  display: flex;
  overflow: hidden;
  align-items: center;
  background: linear-gradient(to top, lightgray 25%, whitesmoke);
  background-color: lightgray;
  /* ツールボタン */ }
  .toolBar div {
    height: 80%;
    width: auto;
    text-align: left;
    margin-left: 5px;
    display: flex;
    align-items: center;
    border-radius: 1px;
    box-shadow: 1px 1px 2px #444;
    background: linear-gradient(to top, #C8C8C8 25%, #E8E8E8);
    cursor: default;
    font-weight: normal;
    padding: 0 5px; }
    .toolBar div i {
      margin-right: 5px;
      padding-top: 1px;
      width: 15px; }
    .toolBar div.disabled {
      color: gray; }
    .toolBar div.hidden {
      display: none; }
    .toolBar div:hover:not(.disabled) {
      font-weight: bolder;
      background: linear-gradient(to top, #484848 50%, #C8C8C8);
      color: white;
      cursor: pointer;
      font-weight: bold; }
    .toolBar div.spacer {
      margin-right: 5px;
      padding: 0;
      width: 0; }
      .toolBar div.spacer.sp10 {
        margin-right: 10px; }
      .toolBar div.spacer.sp20 {
        margin-right: 20px; }
      .toolBar div.spacer.sp30 {
        margin-right: 30px; }

table.remarks {
  border-collapse: collapse; }
  table.remarks td {
    padding: 2px;
    border: 1px solid #b5bcc7; }
    table.remarks td:first-child {
      text-align: center; }

.loadingBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transition: all 0.025s ease;
  color: #000;
  opacity: 0.8; }
  .loadingBox.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .loadingBox .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 120px;
    height: 120px; }
    .loadingBox .spinner span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 12px; }
    .loadingBox .spinner.type1 {
      border-radius: 50%;
      border-width: 13px;
      border-style: solid;
      border-color: dimgray rgba(105, 105, 105, 0.12) rgba(105, 105, 105, 0.12);
      animation: spinner1_1 1.5s infinite linear forwards; }
      .loadingBox .spinner.type1 span {
        animation: spinner_loading_text 1.5s infinite linear forwards reverse; }

@keyframes spinner1_1 {
  0% {
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes spinner_loading_text {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg); }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg); } }

.none {
  display: none; }

.w0 {
  width: 0; }

.w1 {
  width: 1px; }

.w2 {
  width: 2px; }

.w3 {
  width: 3px; }

.w4 {
  width: 4px; }

.w5 {
  width: 5px; }

.w6 {
  width: 6px; }

.w7 {
  width: 7px; }

.w8 {
  width: 8px; }

.w9 {
  width: 9px; }

.w10 {
  width: 10px; }

.w20 {
  width: 20px; }

.w30 {
  width: 30px; }

.w40 {
  width: 40px; }

.w50 {
  width: 50px; }

.wa {
  width: auto; }

.w100 {
  width: 100%; }

.h0 {
  height: 0; }

.h1 {
  height: 1px; }

.h2 {
  height: 2px; }

.h3 {
  height: 3px; }

.h4 {
  height: 4px; }

.h5 {
  height: 5px; }

.h6 {
  height: 6px; }

.h7 {
  height: 7px; }

.h8 {
  height: 8px; }

.h9 {
  height: 9px; }

.h10 {
  height: 10px; }

.h100 {
  height: 100%; }

.wh100 {
  width: 100%;
  height: 100%; }

.p0 {
  padding: 0; }

.p1 {
  padding: 1px; }

.p2 {
  padding: 2px; }

.p3 {
  padding: 3px; }

.p4 {
  padding: 4px; }

.p5 {
  padding: 5px; }

.p6 {
  padding: 6px; }

.p7 {
  padding: 7px; }

.p8 {
  padding: 8px; }

.p9 {
  padding: 9px; }

.p10 {
  padding: 10px; }

.m0 {
  margin: 0; }

.m1 {
  margin: 1px; }

.m2 {
  margin: 2px; }

.m3 {
  margin: 3px; }

.m4 {
  margin: 4px; }

.m5 {
  margin: 5px; }

.m6 {
  margin: 6px; }

.m7 {
  margin: 7px; }

.m8 {
  margin: 8px; }

.m9 {
  margin: 9px; }

.m10 {
  margin: 10px; }

.bb {
  border: 1px solid black; }

.bw {
  border: 1px solid white; }

.br {
  border: 1px solid red; }

.bn {
  border: 1px solid navy; }

.bg {
  border: 1px solid gray; }

.bs {
  border: 1px solid silver; }

.bbg {
  border-bottom: 1px solid gray;
  padding: 0 10px; }

.bbb {
  border-bottom: 1px solid black;
  padding: 0 10px; }

.b {
  color: black; }

.w {
  color: white; }

.r {
  color: red; }

.n {
  color: navy; }

.g {
  color: gray; }

.s {
  color: silver; }

.y {
  color: yellow; }

.gr {
  color: green; }

.bu {
  color: blue; }

.bcb {
  background-color: black; }

.bcw {
  background-color: white; }

.bcr {
  background-color: red; }

.bcn {
  background-color: navy; }

.bcg {
  background-color: gray; }

.bcs {
  background-color: silver; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.msg {
  font: 12px 'ＭＳ ゴシック'; }

.fsxxl {
  font-size: xx-large; }

.fsxl {
  font-size: x-large; }

.fsl {
  font-size: large; }

.fslr {
  font-size: larger; }

.fsm {
  font-size: medium; }

.fss {
  font-size: small; }

.fssr {
  font-size: smaller; }

.fsxs {
  font-size: x-small; }

.fsxxs {
  font-size: xx-small; }

.fs12 {
  font-size: 12px; }

.mrla {
  margin-left: auto;
  margin-right: auto; }
