@charset "UTF-8";
body {
  word-break: break-all;
}
@media screen {
  body {
    background-color: #f0f0fa;
    font-size: 9pt;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    margin: 0px;
  }
}
@media print {
  body {
    background-color: #ffffff;
    font-size: 9pt;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    margin: 0px;
  }
}
.input_right {
  text-align: right;
  ime-mode: inactive;
}
.ime_on {
  ime-mode: active;
}
.ime_off {
  ime-mode: inactive;
}
a,
a:visited {
  color: #23238e;
  
}
.w-panel-header a:visited,
.w-panel-header a {
  color: white;
}
.w-p-h a:visited,
.w-p-h a {
  color: white;
}
.w-panel-header #errmsg:visited,
.w-panel-header #errmsg {
  color: red;
  font-weight: bold;
}
.w-p-h #errmsg:visited,
.w-p-h #errmsg {
  color: red;
  font-weight: bold;
}
.w-l-v-e {
  background-color: red;
}
td.w-l-v-e {
  background-color: red !important;
}
table.grid {
  background-color: transparent;
  font-size: 9pt;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px;
  border-style: none;
  border-collapse: collapse;
}
td.panel {
  color: #ffffff;
  padding-left: 3px;
  border-style: none;
  border-collapse: collapse;
}
.display-none {
  display: none;
}
.ui-dialog {
  position: fixed !important;
}
