/* daika order service common css */
body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #333333;
/*    font-family: "ＭＳ ゴシック"; */
    /* font-family: "ＭＳ ゴシック", "Osaka_等幅"; */
}
div {
    margin: 0px;
    padding: 0px;
}
span {
    margin: 0px;
    padding: 0px;
}
img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
form {
    margin: 0px;
    padding: 0px;
}

.main-content {
    margin: 0px 1em 0px 1em;
}

/********************************************************/
.com_table1 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
    font-size: 0.9em;
}

.com_table1 th {
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #dedede;
    text-align: center;
    padding: 2px;
    border: 1px solid;
    border-color: #cccccc;
    color: teal;
}

.com_table1 td {
    border: 1px solid;
    border-color: #cccccc;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
/********************************************************/

/********************************************************/
.hidden_table1 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
    font-size: 0.9em;
    display: none;
}

.hidden_table1 th {
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #dedede;
    text-align: center;
    padding: 2px;
    border: 1px solid;
    border-color: #cccccc;
    color: teal;
}

.hidden_table1 td {
    border: 1px solid;
    border-color: #cccccc;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
/********************************************************/
.com_link1 {
    margin-left: 5px;
    margin-right: 5px;
}
/********************************************************/

#com-hr {
    color: gray;
    height: 1px;
    width: 100%;
}

#com-Logo {
    margin: 0px 5px 0px 10px;
    width: 120px;
}

.header-wrap {
    width:100%;
    margin:0 auto;
    display:flex;
    /* justify-content: center; */
    align-items: center;
    min-height: 50px;
    /* gap:50px;  */
}

#logoutButton {
  margin: 0px 10px 0px 30px;
  display: block;
  text-align: center;
  /* margin-left: auto; */
  margin-left: 0;
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  /* background-color: rgba(220, 0, 0, 1); */
  background-color: darkblue;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

#logoutButton:hover {
  /* background-color: rgba(255, 0, 0, 1); */
  background-color: mediumblue;
}

#logoutButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

#loginButton {
  margin: 0px 10px 0px 5px;
  display: block;
  text-align: center;
  /* margin-left: auto; */
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  /* background-color: rgba(220, 0, 0, 1); */
  background-color: limegreen;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

#loginButton:hover {
  /* background-color: rgba(255, 0, 0, 1); */
  background-color: yellowgreen;
}

#loginButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}


.registButton {
  margin: 0px 10px 0px 5px;
  display: block;
  text-align: center;
  /* margin-left: auto; */
  border: 0;
  line-height: 2.0;
  padding: 0 20px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  /* background-color: rgba(220, 0, 0, 1); */
  background-color: limegreen;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.registButton:hover {
  background-color: yellowgreen;
}

.registButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.newButton {
  /* margin: 0px 10px 0px 5px; */
  display: block;
  text-align: center;
  /* margin-left: auto; */
  border: 0;
  line-height: 2.0;
  padding: 0 20px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: salmon;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.newButton:hover {
  background-color: darksalmon;
}

.newButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.delButton {
  /* margin: 0px 10px 0px 5px; */
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 10px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: darkviolet;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.delButton:hover {
  background-color: mediumorchid;
}

.delButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.selectButton {
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 10px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: dodgerblue;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.selectButton:hover {
  background-color: deepskyblue;
}

.selectButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.okButton {
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 10px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: dodgerblue;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.okButton:hover {
  background-color: deepskyblue;
}

.okButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.ngButton {
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 10px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: deeppink;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.ngButton:hover {
  background-color: hotpink;
}

.ngButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.dtlButton {
  /* margin: 0px 10px 0px 5px; */
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 10px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: limegreen;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.dtlButton:hover {
  background-color: yellowgreen;
}

.dtlButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.edtButton {
  /* margin: 0px 10px 0px 5px; */
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 10px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: limegreen;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.edtButton:hover {
  background-color: yellowgreen;
}

.edtButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.backButton {
  margin: 0px 10px 0px 5px;
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 20px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: peachpuff;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.backButton:hover {
  background-color: moccasin;
}

.backButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.searchButton {
  margin: 0px 10px 0px 5px;
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 20px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: blueviolet;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.searchButton:hover {
  background-color: mediumpurple;
}

.searchButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.masterButton {
  margin: 0px 10px 0px 5px;
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 20px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: blueviolet;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.masterButton:hover {
  background-color: mediumpurple;
}

.masterButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}


.resetButton {
  margin: 0px 10px 0px 5px;
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 20px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: palegoldenrod;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.resetButton:hover {
  background-color: lightgoldenrodyellow;
}

.resetButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.dlButton {
  /* margin: 0px 10px 0px 5px; */
  display: block;
  text-align: center;
  border: 0;
  line-height: 2.0;
  padding: 0 10px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: darkslateblue;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.dlButton:hover {
  background-color: slateblue;
}

.dlButton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

/* ------------------------------------ */
.brand {
  font-weight: bold;
  font-size: 20px; }
 
.site-header {
  position: relative;
/*  background-color: #def7ff; */
}
 
.site-header__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 600px) {
    .site-header__wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0; } }
@media (min-width: 600px) {
  .nav__wrapper {
    display: flex; } }
 
@media (max-width: 599px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
/*    background-color: #d9f0f7; */
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } }
 
.nav__item a {
  display: block;
  padding: 1.5rem 1rem; }
 
.nav__toggle {
  display: none; }
  @media (max-width: 599px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem; } }

.numbertd {
    text-align: right;
}

.noborder {
    border: none !important;
}

.lbordernone {
    border-left: none !important;
}

.rbordernone {
    border-right: none !important;
}

.lrbordernone {
    border-left: none !important;
    border-right: none !important;
}

.stsOK {
    color: blue;
    font-weight: bold;
    white-space: nowrap;
}

.stsNG {
    color: red;
    font-weight: bold;
    white-space: nowrap;
}

.item-thumbnail {
    width: 100px;
    height: 75px;
}

.popup-thumbnail {
    width: 300px;
    height: 225px;
}

.imageTd {
    text-align: center;
    vertical-align: middle !important;
}

input[type="number"] {
    width:3em;
}

.menu-td {
    width:12em;
}

.width30 {
    width:30em;
}

.width20 {
    width:20em;
}

.width18 {
    width:18em;
}

.width15 {
    width:15em;
}

.width14 {
    width:14em;
}

.width13 {
    width:13em;
}

.width12 {
    width:12em;
}

.width11 {
    width:11em;
}

.width10 {
    width:10em;
}

.width9 {
    width:9em;
}

.width8 {
    width:8em;
}

.width7 {
    width:7em;
}

.width6 {
    width:6em;
}

.width5 {
    width:5em;
}

.width4 {
    width:4em;
}

.width3 {
    width:3em;
}

.loginTable {
    margin-left: 2em;
}

.vmiddle {
    vertical-align: middle;
}

/* drug&drop */
/* #inputFile { */
.inputFile {
    position: relative;
    padding: 180px 0 100px;
    text-align: center;
}

#msgGroup {
    text-align:center;
}

#drag-area {
    position: absolute;
    border-style: dotted;
    background-color: #ffbbff;
    /* top: 0;*/
    left: 12px;
    /* width: 100%; */
    /* height: 100%; */
    width: 460px;
    height: 70px;
    /* line-height:60px; */
    /* text-align:center; */
    padding: 10px 0 0;
    /* border: 2px dashed #494949; */
    /* background: rgba(22, 165, 191, 0); */
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

#dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}

#uploadFile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 300px;
    height: 80px;
    opacity: 0;
}

#inputFileWrap {
    /* position: relative; */
    /* display: inline-block; */
    display: block;
    /* margin: auto; */
    margin-left: 240px;
}

#btnInputFile,
#btnChangeFile {
    display: table;
    width: 300px;
    /* height: 50px; */
}

#btnChangeFile {
    display: none;
}

#btnInputFile span,
#btnChangeFile span {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 300px;
    height: 80px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #333;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
}

#upFileWrap.selected #btnInputFile {
    display: none;
}

#upFileWrap.selected #btnChangeFile {
    display: table;
}
/* drug&drop end */

.number4 {
    width: 50px !important;
}

.itemFile {
    /* width: 200px !important; */
    width: 400px;
}

