@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.keyBox {
  width: 290px !important;
}
.keyBox button {
  border: none;
}
.keyBox .keypad-key {
  margin: 2px;
  padding: 0;
  width: 60px;
  height: 60px;
  color: #1ABC9C;
  border: 2px solid #1ABC9C;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
}
.keyBox .keypad-special {
  margin: 2px;
  padding: 0;
  height: 60px;
  width: 90px;
  background-color: #ffffff;
  font-size: 18px;
}
.keyBox .keypad-space {
  display: inline-block;
  margin: 2px;
  width: 60px;
}
.keyBox .keypad-clear {
  border: 2px solid #e74c3c;
  color: #e74c3c;
}
.keyBox .keypad-back {
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 26px;
}
.keyBox .keypad-close {
  color: #2c3e50;
  border: 2px solid #2c3e50;
}
.keyBox .keypad-minus {
  margin: 2px;
  padding: 0;
  width: 60px;
  height: 60px;
  color: #1ABC9C;
  border: 2px solid #1ABC9C;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
}
.keyBox .keypad-cancel {
  color: #FFB300;
  border: 2px solid #FFB300;
  font-weight: bold;
}

.corner-frame {
  float: left;
}

.scrollable-rows-frame {
  float: left;
  overflow: hidden;
}

.scrollable-columns-frame {
  overflow: hidden;
}

.scrollable-data-frame {
  overflow: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: bottom;
  -webkit-appearance: none;
}
*:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, nav, output, ruby,
section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

b,
strong {
  font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  color: #000000;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  background: #efeff4;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a:visited {
  color: #000000;
}

main {
  width: 100%;
  max-width: 1024px;
  height: 100%;
}

button {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: inherit;
}

input[type=text]:disabled {
  background-color: #f4f6f6;
}

input[type=radio] {
  background-color: #ffffff;
  border: none;
}

input[type=submit] {
  border: none;
  background-color: inherit;
  line-height: inherit;
}

select:disabled {
  background-color: #f4f6f6;
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: #ceced2;
}

.l-container-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.l-mainContainer {
  padding-left: 10px;
  padding-right: 10px;
}

.l-header {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.l-header.inputPage.menu {
  margin-bottom: 0;
}

.l-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1024px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.2;
  white-space: nowrap;
  border: none;
  border-radius: 4px;
  outline: none;
  letter-spacing: 0.1rem;
  color: #ffffff;
  background-color: #1ABC9C;
}
.btn.default {
  height: 40px;
  min-width: 100px;
  padding: 10px;
}
.btn.wide {
  height: 40px;
  width: 140px;
  padding: 10px;
}
.btn.xwide {
  height: 40px;
  width: 140px;
  padding: 10px;
  background-color: #FFC107;
  margin-right: 60px;
}
.btn.large {
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
}
.btn.orange {
  background-color: #FFC107;
}

.inputBox {
  display: flex;
  align-items: center;
}

.inputItem {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #ceced2;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: none;
  transition: border .3s;
  outline: none;
}
.inputItem:focus {
  border: 2px solid #1ABC9C;
}

.selectWrap, .inputWrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #34495e;
  font-weight: bold;
}
.selectWrap .label {
  width: 45px;
  margin-right: 5px;
}
.selectWrap select {
  color: #000000;
  font-weight: normal;
  width: 100%;
  padding-right: 14px;
}
.selectWrap select:disabled {
  background-color: #f4f6f6;
  color: rgba(0, 0, 0, 0.4);
}
.selectWrap:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: calc(50% - 3px);
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #2c3e50;
}
.selectWrap.disabled:after {
  content: none;
}

.checkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.checkWrap .radioChecker {
  position: absolute;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.checkWrap .radioChk:checked + .radioChecker:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  background-color: #1ABC9C;
  border-radius: 50%;
}

.inputWrap {
  display: flex;
  align-items: center;
}
.inputWrap .label {
  width: 80px;
}

.textAreaStyle {
  display: inline-block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #ceced2;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: none;
  resize: none;
  outline: none;
}
.textAreaStyle:focus {
  border: 2px solid #1ABC9C;
}

.headerLogo {
  width: 100px;
  height: 40px;
  margin-left: 10px;
}
.headerLogo img {
  width: 100%;
  height: auto;
}

.textBox-title {
  padding: 5px;
  text-align: left;
  background-color: #2c3e50;
  color: #000000;
  border-radius: 4px 4px 0 0;
}
.textBox-contents {
  height: 124px;
  padding: 10px;
  border-left: 2px solid #ceced2;
  border-right: 2px solid #ceced2;
  border-bottom: 2px solid #ceced2;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.textBox + .textBox {
  margin-top: 20px;
}

.label {
  display: inline-block;
  margin-right: 10px;
  color: #34495e;
  font-weight: bold;
}

.tabBox > ul {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tabBox > ul.current {
  display: flex;
}
.tabBox .tabs {
  position: relative;
  min-width: 50px;
  margin-right: 10px;
  background-color: #1ABC9C;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
.tabBox .tabs a {
  display: block;
  padding: 10px;
  color: #ffffff;
}
.tabBox .tabs.normal a {
  padding: 10px 20px;
}
.tabBox .tabs.active {
  background-color: #3498DB;
}
.tabBox + .tabBox {
  margin-top: 10px;
}

.tabBox2 {
  margin-top: 10px;
}
.tabBox2 > ul {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
}
.tabBox2 > ul.current {
  display: flex;
}
.tabBox2 .tabs {
  position: relative;
  min-width: 50px;
  margin-right: 10px;
  background-color: #FFC107;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.tabBox2 .tabs a {
  display: block;
  padding: 10px;
  color: #ffffff;
}
.tabBox2 .tabs.normal a {
  padding: 10px 20px;
}
.tabBox2 .tabs.active {
  background-color: #FF0000;
}

.modalContainer {
  display: none;
  opacity: 0;
  z-index: 100;
  position: absolute;
  left: calc(50% - 300px);
  top: 100px;
  width: 600px;
  height: 500px;
  background-color: #ffffff;
  padding: 20px;
  overflow-y: scroll;
}
.modalContainer .modalItemName {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.modalContainer .modalItemContent {
  line-height: 1.4;
}
.modalContainer .modalItemContent a {
  color: #039BE5;
  text-decoration: underline;
}
.modalContainer .modalItemContent a:active {
  color: #039BE5;
}
.modalContainer .modalItemContent a:visited {
  color: #039BE5;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .modalContainer {
    height: 750px;
  }
}

.tooltip {
  position: relative;
}

.tooltiptext {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 20;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

.inputPage .selectWrap.narrow .label {
  width: 60px;
}
.inputPage .selectWrap.narrow select {
  width: calc(100% - 60px);
}
.inputPage .selectWrap .label {
  width: 45px;
}
.inputPage .selectWrap select {
  width: calc(100% - 45px);
}
.inputPage .messages {
  display: flex;
  align-items: center;
  max-width: 790px;
  margin-left: 20px;
  color: #2c3e50;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fdf8e1;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  border: 2px solid #ceced2;
  border-radius: 5px;
}

.btnWrap-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.btnWrap-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 20px;
}
.btnWrap-right a + button {
  margin-left: 40px;
}
.btnWrap-right button + button {
  margin-left: 40px;
}
.btnWrap-right button + a {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .btn.xwide {
    margin-right: 20px;
  }
  .btnWrap-right a + button {
    margin-left: 10px;
  }
  .btnWrap-right button + button {
    margin-left: 10px;
  }
  .btnWrap-right button + a {
    margin-left: 10px;
  }
}

.btnWrap-right #checker:checked + .checker {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.btnWrap-right #checker:checked + .checker:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 2px;
  background-color: #D32F2F;
  transform: rotate(45deg);
}
.btnWrap-right #checker:checked + .checker:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 4px;
  width: 16px;
  height: 2px;
  background-color: #D32F2F;
  transform: rotate(-55deg);
}
.btnWrap-right label {
  position: relative;
}
.btnWrap-right label .checker {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: calc(50% - 8px);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.btnWrap-right label + button {
  margin-left: 60px;
}
.btnWrap-right input[type="checkbox"] {
  border: none;
  width: 0;
  height: 0;
}

.btnWrap-both {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 20px;
}

.btnBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}
.btnBox button + button {
  margin-left: 10px;
}
.btnBox button + a {
  margin-left: 10px;
}
.btnBox #checker:checked + .checker {
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.btnBox #checker:checked + .checker:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 2px;
  background-color: #D32F2F;
  transform: rotate(45deg);
}
.btnBox #checker:checked + .checker:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 4px;
  width: 16px;
  height: 2px;
  background-color: #D32F2F;
  transform: rotate(-55deg);
}
.btnBox label {
  position: relative;
}
.btnBox label .checker {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: calc(50% - 8px);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.btnBox label + button {
  margin-left: 60px;
}
.btnBox input[type="checkbox"] {
  border: none;
  width: 0;
  height: 0;
}

.orderStateBox ul:before, .orderStateBox ul:after {
  content: " ";
  display: table;
}
.orderStateBox ul:after {
  clear: both;
}
.orderStateBox ul li {
  float: left;
}
.orderStateBox ul li + li {
  margin-left: 20px;
}
.orderStateBox .orderStateItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.orderStateBox .orderStateItem .orders {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ceced2;
  padding: 5px;
  margin-right: 10px;
}
.orderStateBox .orderStateItem .orders.order0 {
  background-color: #fdf8e1;
}
.orderStateBox .orderStateItem .orders.order1 {
  background-color: #ffe0e0;
}
.orderStateBox .orderStateItem .orders.order2 {
  background-color: #defdff;
}
.orderStateBox .orderStateItem .orders.order3 {
  background-color: #f4f6f6;
}
.orderStateBox .orderStateItem .ordersText {
  display: inline-block;
}

.container-login {
  width: 468px;
  margin-top: 60px;
}
.container-login .logoBox {
  margin-bottom: 70px;
}
.container-login .loginInputBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.container-login .loginInputBox-label {
  width: 100px;
  color: #34495e;
  font-weight: bold;
}
.container-login .loginInputBox-input {
  width: calc(100% - 100px);
}
.container-login .alertMessageBox {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ff0000;
}
.container-login .alertMessageBox + .loginBtnWrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.container-login .alertMessageBox + .loginInputBox {
  margin-top: 20px;
}
.container-login .loginBtnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.container-login .loginBtnWrap button + button {
  margin-left: 40px;
}
.container-login .loginBtnWrap button + a {
  margin-left: 40px;
}

.certification {
  width: 100%;
  color: white;
  background-color:#9e9e9e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
.certification-body {
  margin-left: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

.container-menu {
  padding: 30px;
  border: 1px solid #ceced2;
  background-color: #f4f6f6;
  display: flex;
  justify-content: flex-start;
}
.container-menu-left {
  margin-right: 30px;
  width: 280px;
}
.container-menu-right {
  width: calc(100% - 310px);
}
.container-menu .menuBtnWrap {
  margin-bottom: 20px;
}
.container-menu .menuBtnWrap.last {
  margin-top: 60px;
}
.overlayDisable {
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overlayDisable.active {
  display: block !important;
}
.inputPage {
  justify-content: space-between;
}
.inputPage-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inputPage-right {
  margin-right: 10px;
  color: #34495e;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.inputPage-right .user {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.inputPage-right .user:after {
  position: absolute;
  content: ":";
  right: 10px;
  top: 0;
}
.inputPage .selectWrap {
  width: 190px;
}
.inputPage .selectWrap.narrow {
  width: 170px;
}
.inputPage .selectWrap + .selectWrap {
  margin-left: 15px;
}
.inputPage .selectWrap + .inputWrap {
  margin-left: 15px;
}
.inputPage .buyerMessage {
  margin-left: 15px;
}
.inputPage .buyerMessage span {
  display: inline-block;
  background-color: #ffffff;
  color: #039BE5;
  cursor: pointer;
  border: 2px solid #039be5;
  padding: 10px;
}

.contentsWrap {
  position: relative;
  background-color: #ffffff;
}

#loadingBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
#loading {
  position: fixed;
  left: calc(50%);
  top: calc(50%);
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  z-index: 99999;
}
#loading .loadingMsg {
  text-align: center;
  padding-top: 100px;
  width: 100px;
  background-image: url("../images/loading.gif");
  background-position: center top;
  background-repeat: no-repeat;
}

.weeklyTable {
  width: 100%;
}
.weeklyTable tr th {
  width: 5.5%;
  vertical-align: middle;
  background-color: #2c3e50;
  color: #ffffff;
  border: none;
  padding: 5px;
}
.weeklyTable tr th.date {
  text-align: center;
}
.weeklyTable tr th.date span {
  display: block;
}
.weeklyTable tr td {
  width: 5.5%;
  padding: 5px;
}

table.orderInput {
  width: 100%;
  border: 1px solid #ceced2;
  font-size: 13px;
  font-size: 1.3rem;
}
table.orderInput thead {
  background-color: #2c3e50;
  display: block;
}
table.orderInput thead tr th {
  color: #ffffff;
  padding: 2px;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px solid #ceced2;
  border-bottom: 1px solid #ceced2;
}
table.orderInput thead tr th:last-child {
  border-right: none;
}
table.orderInput tbody {
  display: block;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
}
table.orderInput tbody tr.even {
  background-color: rgba(173, 216, 230, 0.25);
}
table.orderInput tbody tr.DisplayRow td {
  border: none;
}
table.orderInput tbody tr td {
  vertical-align: middle;
  padding: 2px;
  border-right: 1px solid #ceced2;
  border-bottom: 1px solid #ceced2;
  text-align: center;
}
table.orderInput tbody tr td .inputItem {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2px;
  height: 21px;
  text-align: right;
}
table.orderInput tbody tr td .textAreaStyle {
  padding: 2px;
  height: 21px;
  font-size: 13px;
  font-size: 1.3rem;
}
table.orderInput tbody tr td .itemContent {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.orderInput tbody tr td .itemContent2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  table.orderInput.week thead tr:nth-child(2n-1) th:first-child {
    width: 4.5% !important;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(2) {
    width: 120px !important;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(3) {
    width: 58px !important;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(4) {
    width: 58px !important;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(5) {
    width: 58px !important;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(6) {
    width: 58px !important;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(7) {
    width: 58px !important;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(8) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(9) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(10) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(11) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(12) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(13) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(14) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
table.orderInput.week thead tr {
  display: table-row;
  width: 100%;
}
table.orderInput.week thead tr:nth-child(2n-1) {
  height: 39px;
}
table.orderInput.week thead tr:nth-child(2n) {
  height: 26px;
}
table.orderInput.week thead tr th.date span {
  display: block;
}
table.orderInput.week thead tr:nth-child(2n-1) th:first-child {
  width: 40px;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(2) {
  width: 17%;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(3) {
  width: 7.6%;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(4) {
  width: 7.6%;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(5) {
  width: 7.6%;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(6) {
  width: 7.6%;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(7) {
  width: 7.6%;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(8) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(9) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(10) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(11) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(12) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(13) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
}
table.orderInput.week thead tr:nth-child(2n-1) th:nth-child(14) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
}
table.orderInput.week tbody {
  height: 500px;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  table.orderInput.week tbody {
    height: 760px;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:first-child {
    width: 4.5% !important;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(2) {
    width: 120px !important;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(3) {
    width: 58px !important;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(4) {
    width: 58px !important;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(5) {
    width: 58px !important;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(6) {
    width: 58px !important;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(7) {
    width: 58px !important;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(8) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(9) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(10) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(11) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(12) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(13) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(14) {
    width: 44px !important;
    font-size: 11px;
    font-size: 1.1rem;
  }
  table.orderInput.week tbody tr:nth-child(2n) td {
    height: 20px;
  }
  table.orderInput.week tbody tr:nth-child(2n) td:nth-child(1) {
    width: 154px !important;
  }
  table.orderInput.week tbody tr:nth-child(2n) td:nth-child(2) {
    width: 154px !important;
  }
}
table.orderInput.week tbody tr {
  display: table-row;
  width: 100%;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td {
  height: 39px;
  word-break: break-all;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:first-child {
  width: 40px;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(2) {
  width: 17%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(3) {
  width: 7.6%;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(4) {
  width: 7.6%;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(5) {
  width: 7.6%;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(6) {
  width: 7.6%;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(7) {
  width: 7.6%;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(8) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(9) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(10) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(11) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(12) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(13) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td:nth-child(14) {
  width: 5.9%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
table.orderInput.week tbody tr:nth-child(2n - 1) td .inputItem {
  font-size: 1.6rem;
  height: 38px;
  text-align: right;
  font-weight: bold;
}
table.orderInput.week tbody tr:nth-child(2n) td {
  height: 20px;
  word-break: break-all;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  table.orderInput.day thead tr:nth-child(1) th:first-child {
    width: 4.5% !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(2) {
    width: 125px !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(3) {
    width: 67px !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(4) {
    width: 67px !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(5) {
    width: 52px !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(6) {
    width: 52px !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(7) {
    width: 52px !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(8) {
    width: 52px !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(9) {
    width: 52px !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(10) {
    width: 97px !important;
  }
  table.orderInput.day thead tr:nth-child(1) th:nth-child(11) {
    width: 97px !important;
  }
}
table.orderInput.day thead tr {
  display: table-row;
  width: 100%;
}
table.orderInput.day thead tr th {
  height: 26px;
}
table.orderInput.day thead tr:nth-child(1) th:first-child {
  width: 40px;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(2) {
  width: 17%;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(3) {
  width: 9%;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(4) {
  width: 9%;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(5) {
  width: 7%;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(6) {
  width: 7%;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(7) {
  width: 7%;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(8) {
  width: 7%;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(9) {
  width: 7%;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(10) {
  width: 13%;
}
table.orderInput.day thead tr:nth-child(1) th:nth-child(11) {
  width: 13%;
  border-right: none;
}
table.orderInput.day tbody {
  height: 500px;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  table.orderInput.day tbody {
    height: 760px;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:first-child {
    width: 4.5% !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(2) {
    width: 125px !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(3) {
    width: 67px !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(4) {
    width: 67px !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(5) {
    width: 52px !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(6) {
    width: 52px !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(7) {
    width: 52px !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(8) {
    width: 52px !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(9) {
    width: 52px !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(10) {
    width: 97px !important;
  }
  table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(11) {
    width: 97px !important;
  }
}
table.orderInput.day tbody tr {
  display: table-row;
  width: 100%;
}
table.orderInput.day tbody tr.hide {
  display: none;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td {
  height: 26px;
  word-break: break-all;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:first-child {
  width: 40px;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(2) {
  width: 17%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(3) {
  width: 9%;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(4) {
  width: 9%;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(5) {
  width: 7%;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(6) {
  width: 7%;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(7) {
  width: 7%;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(8) {
  width: 7%;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(8) .inputItem {
  font-size: 16px;
  font-size: 1.6rem;
  height: 38px;
  text-align: right;
  font-weight: bold;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(9) {
  width: 7%;
}
table.orderInput.day tbody tr:nth-child(2n - 1) td:nth-child(10) {
  width: 13%;
}
table.orderInput.day tbody tr:nth-child(2n) td {
  height: 20px;
}
table.orderInput.info thead tr {
  display: table;
  width: 100%;
}
table.orderInput.info thead tr th {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.orderInput.info thead tr th:nth-child(1) {
  width: 21%;
}
table.orderInput.info thead tr th:nth-child(2) {
  width: 21%;
}
table.orderInput.info thead tr th:nth-child(3) {
  width: 7%;
}
table.orderInput.info thead tr th:nth-child(4) {
  width: 7%;
}
table.orderInput.info thead tr th:nth-child(5) {
  width: 7%;
}
table.orderInput.info thead tr th:nth-child(6) {
  width: 7%;
}
table.orderInput.info thead tr th:nth-child(7) {
  width: 7%;
}
table.orderInput.info thead tr th:nth-child(8) {
  width: 7%;
}
table.orderInput.info thead tr th:nth-child(9) {
  width: 15.9%;
}
table.orderInput.info tbody {
  height: 534px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  table.orderInput.info tbody {
    height: 784px;
  }
}
table.orderInput.info tbody tr {
  display: table;
  width: 100%;
}
table.orderInput.info tbody tr td {
  height: 36px;
  word-break: break-all;
}
table.orderInput.info tbody tr td:nth-child(1) {
  width: 3.5%;
}
table.orderInput.info tbody tr td:nth-child(2) {
  width: 17.5%;
}
table.orderInput.info tbody tr td:nth-child(3) {
  width: 21%;
}
table.orderInput.info tbody tr td:nth-child(3) .itemContent {
  -webkit-line-clamp: 2;
}
table.orderInput.info tbody tr td:nth-child(4) {
  width: 7%;
}
table.orderInput.info tbody tr td:nth-child(5) {
  width: 7%;
}
table.orderInput.info tbody tr td:nth-child(6) {
  width: 7%;
}
table.orderInput.info tbody tr td:nth-child(7) {
  width: 7%;
}
table.orderInput.info tbody tr td:nth-child(8) {
  width: 7%;
}
table.orderInput.info tbody tr td:nth-child(9) {
  width: 7%;
}
table.orderInput.info tbody tr td:nth-child(10) {
  width: 15.9%;
}
table.orderInput.info tbody tr td .inputItem {
  height: 28px;
}
table.orderInput.info1 thead tr {
  display: table;
  width: 100%;
}
table.orderInput.info1 thead tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
}
table.orderInput.info1 thead tr th:nth-child(1) {
  width: 13.5%;
}
table.orderInput.info1 thead tr th:nth-child(2) {
  width: 43.25%;
}
table.orderInput.info1 thead tr th:nth-child(3) {
  width: 43.25%;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  table.orderInput.info1 thead tr th:nth-child(1) {
    width: 15.5%;
  }
  table.orderInput.info1 thead tr th:nth-child(2) {
    width: 42.25%;
  }
  table.orderInput.info1 thead tr th:nth-child(3) {
    width: 42.25%;
  }
}
table.orderInput.info1 tbody {
  height: 534px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  table.orderInput.info1 tbody {
    height: 784px;
  }
}
table.orderInput.info1 tbody tr {
  display: table;
  width: 100%;
}
table.orderInput.info1 tbody tr td {
  height: 36px;
  text-align: left;
  padding-left: 10px;
}
table.orderInput.info1 tbody tr td:nth-child(1) {
  width: 3.5%;
  padding-left: 0;
  padding-right: 0;
}
table.orderInput.info1 tbody tr td:nth-child(2) {
  width: 10%;
}
table.orderInput.info1 tbody tr td:nth-child(3) {
  width: 43.25%;
}
table.orderInput.info1 tbody tr td:nth-child(4) {
  width: 43.25%;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  table.orderInput.info1 tbody tr td {
    padding-left: 5px;
  }
  table.orderInput.info1 tbody tr td:nth-child(1) {
    width: 4.5%;
    padding-left: 0;
    padding-right: 0;
  }
  table.orderInput.info1 tbody tr td:nth-child(2) {
    width: 11%;
  }
  table.orderInput.info1 tbody tr td:nth-child(3) {
    width: 42.25%;
  }
  table.orderInput.info1 tbody tr td:nth-child(4) {
    width: 42.25%;
  }
}

.tableWrap table tr th {
  background-color: #2c3e50;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tableWrap table tr th span {
  display: block;
  color: #ffffff;
}
.tableWrap table tr th .vertical {
  height: 100px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.tableWrap table tr td {
  border: 1px solid #ceced2;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f4f6f6;
}
.tableWrap table tr td span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tableWrap table.conTbl1 tr th {
  width: 36px;
}
.tableWrap table.conTbl1 tr th span {
  width: 36px;
}
.tableWrap table.conTbl1 tr td span {
  width: 36px;
}
.tableWrap table.conTbl1 tr td.order0 {
  background-color: #fdf8e1;
}
.tableWrap table.conTbl1 tr td.order1 {
  background-color: #ffe0e0;
}
.tableWrap table.conTbl1 tr td.order2 {
  background-color: #defdff;
}
.tableWrap table.conTbl1 tr td.order3 {
  background-color: #f4f6f6;
}
.tableWrap table.conTbl2 tr th span {
  width: 70px;
}
.tableWrap table.conTbl2 tr th .period {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-top: 15px;
}
.tableWrap table.conTbl2 tr th .period span + span {
  position: relative;
  margin-top: 30px;
}
.tableWrap table.conTbl2 tr th .period span + span:before {
  position: absolute;
  content: "〜";
  top: -26px;
  left: calc(100% - 43px);
  font-size: 16px;
}

#scrollableTable .corner-frame table tr {
  background-color: #2c3e50;
}
#scrollableTable .corner-frame table tr th:first-child {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#scrollableTable .corner-frame table tr th:first-child span {
  width: 115px;
  height: 116px;
  line-height: 116px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
#scrollableTable .corner-frame table tr th:nth-child(2) {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#scrollableTable .corner-frame table tr th:nth-child(2) span {
  width: 115px;
  height: 116px;
  line-height: 116px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
#scrollableTable .corner-frame table tr:nth-child(2) th {
  background-color: #fdf8e1;
}
#scrollableTable .scrollable-columns-frame .scrollable-columns-table {
  width: auto !important;
}
#scrollableTable .scrollable-columns-frame .scrollable-columns-table th {
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
}
#scrollableTable .scrollable-rows-frame table tr td:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
}
#scrollableTable .scrollable-rows-frame table tr td:first-child span {
  width: 115px;
  margin: auto;
}
#scrollableTable .scrollable-rows-frame table tr td:nth-child(2) {
  padding-top: 5px;
  padding-bottom: 5px;
}
#scrollableTable .scrollable-rows-frame table tr td:nth-child(2) span {
  width: 115px;
  margin: auto;
}
#scrollableTable .scrollable-rows-frame table tr.d-order td {
  background-color: #def9e4;
}
#scrollableTable .scrollable-data-frame table tr.d-order td.order0 {
  background-color: #fdf8e1;
}

.goodsInfo {
  padding: 10px;
  border: 1px solid #ceced2;
  background-color: #f4f6f6;
}

.goodsInfoItem {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
.goodsInfoItem.search {
  background-color: #2c3e50;
}
.goodsInfoItem.search:nth-of-type(1) {
  padding-top: 10px;
}
.goodsInfoItem.search:nth-of-type(2) {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.goodsInfoItem.search .goodsInfoItem-title {
  color: #ffffff;
}
.goodsInfoItem.col2 .goodsInfoItem-title {
  width: 10%;
}
.goodsInfoItem.col2 .goodsInfoItem-contents {
  width: 13%;
}
.goodsInfoItem.col2 .goodsInfoItem-contents.large {
  width: 28%;
}
.goodsInfoItem.col2 .goodsInfoItem-contents .selectWrap {
  width: 100%;
}
.goodsInfoItem.col2 .contents-right {
  width: 54%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.goodsInfoItem.col2 .contents-right .comment {
  flex: 0 0 140px;
}
.goodsInfoItem.col2 .contents-right .inputItem {
  height: 34px;
}
.goodsInfoItem-title {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.goodsInfoItem-contents {
  width: 90%;
  display: flex;
}
.goodsInfoItem-contents .searchBox {
  display: flex;
  justify-content: flex-start;
  width: 60%;
}
.goodsInfoItem-contents .searchBox .btn {
  min-width: auto;
  width: 80px;
  margin-left: 10px;
  background-color: #1ABC9C;
}
.goodsInfoItem-contents .searchBox .btn.default {
  height: 34px;
}
.goodsInfoItem-contents .inputItem {
  height: 34px;
}
.goodsInfoItem-contents .contents-left {
  width: 40%;
}
.goodsInfoItem-contents .contents-right {
  width: 60%;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.goodsInfoItem-contents .contents-right .comment {
  flex: 0 0 140px;
}

.overlay {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.required {
  background-color: Lightyellow;
}
.selectWrap select.place {
  color: #ccc;
}

.loader {
  margin: 0 auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #008080, 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.5), -1.8em -1.8em 0 0em rgba(0,128,128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.7), 1.8em -1.8em 0 0em #008080, 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.5), 1.8em -1.8em 0 0em rgba(0,128,128, 0.7), 2.5em 0em 0 0em #008080, 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.5), 2.5em 0em 0 0em rgba(0,128,128, 0.7), 1.75em 1.75em 0 0em #008080, 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.5), 1.75em 1.75em 0 0em rgba(0,128,128, 0.7), 0em 2.5em 0 0em #008080, -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.5), 0em 2.5em 0 0em rgba(0,128,128, 0.7), -1.8em 1.8em 0 0em #008080, -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.5), -1.8em 1.8em 0 0em rgba(0,128,128, 0.7), -2.6em 0em 0 0em #008080, -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.5), -2.6em 0em 0 0em rgba(0,128,128, 0.7), -1.8em -1.8em 0 0em #008080;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #008080, 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.5), -1.8em -1.8em 0 0em rgba(0,128,128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.7), 1.8em -1.8em 0 0em #008080, 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.5), 1.8em -1.8em 0 0em rgba(0,128,128, 0.7), 2.5em 0em 0 0em #008080, 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.5), 2.5em 0em 0 0em rgba(0,128,128, 0.7), 1.75em 1.75em 0 0em #008080, 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.5), 1.75em 1.75em 0 0em rgba(0,128,128, 0.7), 0em 2.5em 0 0em #008080, -1.8em 1.8em 0 0em rgba(0,128,128, 0.2), -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.5), 0em 2.5em 0 0em rgba(0,128,128, 0.7), -1.8em 1.8em 0 0em #008080, -2.6em 0em 0 0em rgba(0,128,128, 0.2), -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.5), -1.8em 1.8em 0 0em rgba(0,128,128, 0.7), -2.6em 0em 0 0em #008080, -1.8em -1.8em 0 0em rgba(0,128,128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,128, 0.2), 1.8em -1.8em 0 0em rgba(0,128,128, 0.2), 2.5em 0em 0 0em rgba(0,128,128, 0.2), 1.75em 1.75em 0 0em rgba(0,128,128, 0.2), 0em 2.5em 0 0em rgba(0,128,128, 0.2), -1.8em 1.8em 0 0em rgba(0,128,128, 0.5), -2.6em 0em 0 0em rgba(0,128,128, 0.7), -1.8em -1.8em 0 0em #008080;
  }
}

