﻿@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, 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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

  nav ul {
    list-style: none;
  }

blockquote, q {
  quotes: none;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

:focus {
  outline: none;
}

/*--------------------------------------------------------------------------------------------------
デフォルト
---------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
  color: #05041B;
  font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.3rem;
}

a {
  color: #1111cc;
  text-decoration: none;
}

.highcharts-credits {
  display: none;
}
/*--------------------------------------------------------------------------------------------------
ログイン
---------------------------------------------------------------------------------------------------*/
.login-body {
  height: 100%;
  background-image: url(/images/best_hd-wallpaper-1280x800.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.login-outer {
  width: 100%;
  height: 100%;
  position: relative;
}

.login-main {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(51,51,51,0.6);
  width: 450px;
  height: 250px;
  position: absolute;
  margin: auto;
}

.login-error {
  top: -350px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,140,140,1);
  width: 450px;
  height: 35px;
  position: absolute;
  margin: auto;
}

.login-div-table {
  display: table;
}

  .login-div-table .row {
    display: table-row;
  }

    .login-div-table .row > div {
      display: table-cell;
      padding-top: 34px;
    }

.login-input-text {
  line-height: 36px;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #CCC;
  border-radius: 2px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  color: rgb(51,51,51);
}

  .login-input-text:focus {
    border-color: #a6b3fc;
    background: #fffbf4;
    box-shadow: 0 0 3px #a6b3fc;
  }

.login-button {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 20px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  background-color: #0095D9;
  border-color: #0095D9;
  color: #fff;
  border-style: solid;
  border-width: 2px;
}

  .login-button:hover {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #0095D9;
    color: #0095D9;
  }

  .login-button:active {
    position: relative;
    top: 1px;
  }

.logout-button {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 20px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  background-color: #fff;
  border-color: #0095D9;
  color: #0095D9;
  border-style: solid;
  border-width: 2px;
}

  .logout-button:hover {
    background-color: #0095D9;
    border-style: solid;
    border-width: 2px;
    border-color: #0095D9;
    color: #fff;
  }

  .logout-button:active {
    position: relative;
    top: 1px;
  }
/*--------------------------------------------------------------------------------------------------
サイドナビ
---------------------------------------------------------------------------------------------------*/
.side-nav {
  position: fixed;
  height: 100%;
  width: 220px;
  background-image: url(/images/bg_plaid.png);
  background-size: 235px 236px;
  background-color: #59b5db;
  overflow: auto;
}

  .side-nav .accordion {
    /*margin-top: 49px;*/
  }

    .side-nav .accordion img {
      padding: 2px;
    }

    .side-nav .accordion li {
      font-size: 15px;
      margin: 0;
      padding: 0;
    }

      .side-nav .accordion li a {
        color: #fff;
        display: block;
        padding: 6px 0px 10px 10px;
        cursor: pointer;
      }

.accordion li a:hover {
  background-color: #fff;
  color: #00629b;
}

.side-nav .category {
  position: relative;
  top: -6px;
  margin-left: 5px;
}

.side-nav .accordion li.select a {
  background-color: rgb(24 138 247 / 0.15);
  color: #fff;
}

.side-nav .accordion > li ul.sub li a {
  color: #fff;
  height: 22px;
  padding: 8px 0 0 50px;
}

  .side-nav .accordion > li ul.sub li a:hover {
    color: #00629b;
    background-color: #fff;
  }

.side-nav .accordion > li ul.sub li.active a {
  background-color: #fff;
  color: #00629b;
}

/*--------------------------------------------------------------------------------------------------
コンテンツ
---------------------------------------------------------------------------------------------------*/
nav > a {
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  background-color: #FFF;
  color: #05041B;
  margin-left: 6px;
  margin-top: 10px;
  text-decoration: none;
  padding: 0 32px;
  border-top: solid 1px #E4F0FD;
  border-left: solid 1px #E4F0FD;
  border-right: solid 1px #E4F0FD;
}

  nav > a:hover {
    background-color: #f7fafd;
  }

  nav > a.active {
    background-color: #f7fafd;
  }

.header-nav > a {
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  background-color: #FFF;
  color: #05041B;
  margin-top: 12px;
  margin-left: 6px;
  text-decoration: none;
  padding: 0 24px;
  border-top: solid 1px #E4F0FD;
  border-left: solid 1px #E4F0FD;
  border-right: solid 1px #E4F0FD;
}

  .header-nav > a:hover {
    background-color: #5ea1c8;
    color: #fff;
  }

  .header-nav > a.active {
    background-color: #5ea1c8;
    color: #fff;
  }

.header-nav-span {
  font-size: 12px;
}

.content-outer {
  height: 100vh;
  position: relative;
  margin-left: 220px;
  background-color: #fff;
  overflow: auto;
}

.content-header {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
}

  .content-header .header-area {
    display: table;
    margin-left: 20px;
    height: 100%;
  }

  .content-header .header-text {
    display: table-cell;
    vertical-align: middle;
  }

.content-header-error {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
  background-color: #FFF8F8;
}

  .content-header-error .header-area-error {
    display: table;
    margin-left: 34px;
    height: 100%;
  }

  .content-header-error .header-text-error {
    display: table-cell;
    vertical-align: middle;
    color: #FF5757;
  }

.content-main {
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 0.1px;
}

  .content-main .search-area {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    padding: 10px 10px 10px 10px;
    background-color: #f7fafd;
    border-radius: 5px;
    min-width: 1440px;
  }

  .content-main .result-area {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    padding: 10px 10px 10px 10px;
    min-height: 500px;
    min-width: 1440px;
  }

  .content-main .detail-area {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    padding: 10px 10px 10px 10px;
  }

  .content-main .error-area {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    padding: 20px 20px 20px 20px;
    background-color: #FFF7F7;
    border-radius: 5px;
  }

    .content-main .error-area .err-message {
      color: #FF5757;
    }

.div-table {
  display: table;
}

  .div-table .row {
    display: table-row;
  }

    .div-table .row > div {
      display: table-cell;
      padding-bottom: 3px;
    }

      .div-table .row > div:last-child {
        padding-bottom: 0px;
      }

.result-table {
  width: 100%;
  border: solid 2px #B2D6F5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.result-table-fix {
  border-top: solid 2px #B2D6F5;
  border-left: solid 2px #B2D6F5;
  border-right: solid 2px #B2D6F5;
}

.result-thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

  .result-thead > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .result-thead > tr > th {
      vertical-align: middle;
      text-align: left;
      border-bottom: solid 2px #B2D6F5;
      font-weight: 400;
      color: #05041B;
      cursor: pointer;
      line-height: normal;
      height: 36px;
      padding-left: 4px;
      padding-right: 4px;
      background-color: #D5E6F5;
    }

      .result-thead > tr > th:hover {
        background-color: #B2D6F5;
      }

.result-tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

  .result-tbody > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .result-tbody > tr:nth-child(2n) {
      background-color: #F7FEFF;
    }

    .result-tbody > tr > td {
      vertical-align: middle;
      border-top: solid 1px #B2D6F5;
      line-height: normal;
      height: 30px;
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 2px;
    }

    .result-tbody > tr:hover {
      background-color: #E4F9FF;
    }

    .result-tbody > tr.current:hover {
        background-color: #E4F9FF;
    }
    .result-tbody > tr.current {
      background-color: #F8DFBE;
    }

.detail-table {
  width: 100%;
  border: solid 2px #B2D6F5;
  margin-top: 0px;
  margin-bottom: 0px;
}

.detail-thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

  .detail-thead > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .detail-thead > tr > th {
      vertical-align: middle;
      text-align: center;
      border-bottom: solid 2px #B2D6F5;
      font-weight: bold;
      color: #05041B;
      cursor: pointer;
      line-height: normal;
      height: 36px;
      padding-left: 4px;
      padding-right: 4px;
      background-color: #D5E6F5;
    }

.detail-tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

  .detail-tbody > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .detail-tbody > tr > td {
      vertical-align: middle;
      border: solid 1px #B2D6F5;
      line-height: normal;
      height: 30px;
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 2px;
      vertical-align: middle;
    }

  .detail-tbody .td-item {
    background-color: #F7FEFF;
    color: #05041B;
  }

.td-flex-value {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.td-flex-value dt {
  width: 40px;
  text-align:right;
  line-height:1;
  display:grid;
  place-items:center;
}

.td-flex-value dd {
  width: calc(100% - 40px);
}

.stock-table {
  width: 100%;
  border: solid 2px #B2D6F5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.stock-thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

  .stock-thead > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .stock-thead > tr > th {
      vertical-align: middle;
      text-align: left;
      border-top: solid 2px #B2D6F5;
      border-bottom: solid 2px #B2D6F5;
      border-right: solid 1px #B2D6F5;
      font-weight: 400;
      color: #05041B;
      cursor: pointer;
      line-height: normal;
      height: 36px;
      padding-left: 4px;
      padding-right: 4px;
      background-color: #D5E6F5;
    }

      .stock-thead > tr > th:hover {
        background-color: #B2D6F5;
      }

.stock-tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

  .stock-tbody > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .stock-tbody > tr:nth-child(2n) {
      background-color: #F7FEFF;
    }

    .stock-tbody > tr > td {
      border: solid 1px #B2D6F5;
      line-height: normal;
      height: 18px;
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 2px;
    }

    .stock-tbody > tr:hover {
      background-color: #E4F9FF;
    }

.id-link {
  cursor: pointer;
}

.pager-link {
  display: inline-block;
  background-color: #f8f8f8;
  color: #05041B;
  margin-left: 6px;
  border-radius: 20px;
  padding: 1px 6px 0;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}

  .pager-link:hover {
    background-color: #5ea1c8;
    color: #fff;
  }

.pager-prev {
  color: #05041B;
  padding-left: 18px;
  padding-right: 8px;
}

  .pager-prev:before {
    position: absolute;
    content: '';
    margin-left: -15px;
    margin-top: 5.5px;
    border: 4px solid transparent;
    border-right: 6px solid #AAA;
    background: transparent;
  }

  .pager-prev:hover:before {
    border-right: 6px solid #fff;
  }

.pager-next {
  color: #05041B;
  padding-left: 8px;
  padding-right: 18px;
}

  .pager-next:after {
    position: absolute;
    content: '';
    margin-left: 5px;
    margin-top: 5.5px;
    border: 4px solid transparent;
    border-left: 6px solid #AAA;
    background: transparent;
  }

  .pager-next:hover:after {
    border-left: 6px solid #fff;
  }

.pager-ellipsis {
  vertical-align: middle;
  padding: 0 4px;
  color: #999;
}

.pager-now {
  background-color: #5ea1c8;
  color: #fff;
  cursor: default;
}

.sort-icon-up:after {
  position: absolute;
  content: '';
  margin-left: 4px;
  margin-top: 1px;
  border: 6px solid transparent;
  border-bottom: 6px solid #5ea1c8;
  border-radius: 3px;
  background: transparent;
}

.sort-icon-down:after {
  position: absolute;
  content: '';
  margin-left: 4px;
  margin-top: 6.5px;
  border: 6px solid transparent;
  border-top: 6px solid #5ea1c8;
  border-radius: 3px;
  background: transparent;
}

.input-text {
  height: 24px;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #CCC;
  border-radius: 4px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  color: rgb(51,51,51);
}

  .input-text:focus {
    border-color: #a6b3fc;
    background: #fffbf4;
    box-shadow: 0 0 3px #a6b3fc;
  }

.input-text-error {
  height: 24px;
  display: inline-block;
  background-color: #FFCCCC;
  border: solid 1px #EFC7A9;
  border-radius: 4px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  color: rgb(51,51,51);
}

  .input-text-error:focus {
    border-color: #a6b3fc;
    background: #fffbf4;
    box-shadow: 0 0 3px #a6b3fc;
  }

.input-text-area {
  line-height: 16px;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #CCC;
  border-radius: 4px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: rgb(51,51,51);
}

  .input-text-area:focus {
    border-color: #a6b3fc;
    background: #fffbf4;
    box-shadow: 0 0 3px #a6b3fc;
  }

.input-text-area-error {
  line-height: 16px;
  display: inline-block;
  background-color: #FFCCCC;
  border: solid 1px #EFC7A9;
  border-radius: 4px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: rgb(51,51,51);
}

  .input-text-area-error:focus {
    border-color: #a6b3fc;
    background: #fffbf4;
    box-shadow: 0 0 3px #a6b3fc;
  }

.checkbox-label,.checkbox-label-div {
  cursor: pointer;
  position: relative;
  margin-right: 12px;
  padding-left: 20px;
}

.checkbox-label-csv {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  padding-left: 20px;
}

.input-checkbox {
  width: 16px;
  height: 16px;
  border: #ccc solid 2px;
  position: absolute;
  top: 1px;
  left: 0;
  cursor: pointer;
  margin: 0 4px 0 0;
  -webkit-appearance: none;
  background-color: #fff;
}
.input-checkbox:checked {
  background-color: #00629b;
  border-color: #00629b;
}

.input-checkbox::after {
  content: "";
  width: 9px;
  height: 5px;
  background: #00629b;
  display: block; 
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-1px,-1px) rotate(-45deg) scale(0);
  transition-property: transform;
  transition-timing-function: ease-in-out;   
}
.input-checkbox:checked::after {
  transform: translate(-1px,-1px) rotate(-45deg) scale(1);
  opacity: 1;
}

.radio-label,.radio-label-div {
  cursor: pointer;
  position: relative;
  margin-right: 12px;
  padding-left: 20px;
}

.input-radio {
  width: 16px;
  height: 16px;
  border: #ccc solid 2px;
  border-radius: 100px;
  position: absolute;
  top: 1px;
  left: 0;
  cursor: pointer;
  margin: 0 4px 0 0;
  -webkit-appearance: none;
  background-color: #fff;
}
.input-radio:checked { border: #00629b solid 2px; }

.input-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #00629b;
  border-radius: 100px;
  display: block; 
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
}
.input-radio:checked::after { opacity: 1; }

.input-select {
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 4px;
  color: #0C2245;
  height: 25px;
  line-height: 25px;
  text-align: left;
  vertical-align: middle;
}

.input-label-error {
  background: #FFCCCC;
}

.input-label-check-radio-error {
  background: #FFCCCC;
  border-radius: 4px;
}

.button-lg {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  background-color: #5ea1c8;
  border-color: #5ea1c8;
  color: #fff;
  border-style: solid;
  border-width: 2px;
}

  .button-lg:hover {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #5ea1c8;
    color: #5ea1c8;
  }

  .button-lg:active {
    position: relative;
    top: 1px;
  }

.alert-button-lg {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  background-color: #FB989A;
  border-color: #FB989A;
  color: #fff;
  border-style: solid;
  border-width: 2px;
}

.alert-button-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #FB989A;
    border-color: #FB989A;
    color: #fff;
    border-style: solid;
    border-width: 2px;
}

.alert-button-lg:hover, .alert-button-sm:hover {
    border-style: solid;
    border-width: 2px;
    background-color: #fff;
    border-color: #FB989A;
    color: #FB989A;
}

.alert-button-lg:active, .alert-button-sm:active {
    position: relative;
    top: 1px;
}

.button-sm {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  background-color: #5ea1c8;
  border-color: #5ea1c8;
  color: #fff;
  border-style: solid;
  border-width: 2px;
}

  .button-sm:hover {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #5ea1c8;
    color: #5ea1c8;
  }

  .button-sm:active {
    position: relative;
    top: 1px;
  }

.button-orange {
  background-color: #FBB782;
  border-color: #FBB782;
  color: #fff;
}

.button-orange-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #FBB782;
    border-color: #FBB782;
    color: #fff;
    border-style: solid;
    border-width: 2px;
}

.button-orange:hover, .button-orange-sm:hover {
    background-color: #fff;
    border-color: #FBB782;
    color: #FBB782;
}

.button-green {
  background-color: #3CB371;
  border-color: #3CB371;
  color: #fff;
}

  .button-green:hover {
    background-color: #fff;
    border-color: #3CB371;
    color: #3CB371;
  }

/*--------------------------------------------------------------------------------------------------
発送CSV用ボタン
---------------------------------------------------------------------------------------------------*/
.button-search-gray-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #dee1e4;
    border-color: #dee1e4;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

    .button-search-gray-sm:hover {
        background-color: #fff;
        border-color: #d5d8db;
        color: #717272;
    }

.button-search-gray-sm-reverse {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    border-color: #d5d8db;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

.button-search-red-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #ffc1c1;
    border-color: #ffc1c1;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

    .button-search-red-sm:hover {
        background-color: #fff;
        border-color: #ffc1c1;
        color: #717272;
    }

.button-search-red-sm-reverse {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    border-color: #ffc1c1;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

.button-search-green-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #eaffd6;
    border-color: #eaffd6;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

    .button-search-green-sm:hover {
        background-color: #fff;
        border-color: #eaffd6;
        color: #717272;
    }

.button-search-green-sm-reverse {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    border-color: #eaffd6;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

.button-search-blue-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #D2E0FB;
    border-color: #D2E0FB;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

    .button-search-blue-sm:hover {
        background-color: #fff;
        border-color: #D2E0FB;
        color: #717272;
    }

.button-search-blue-sm-reverse {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    border-color: #D2E0FB;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

.button-search-yellow-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #FFF6BD;
    border-color: #FFF6BD;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

    .button-search-yellow-sm:hover {
        background-color: #fff;
        border-color: #FFF6BD;
        color: #717272;
    }

.button-search-yellow-sm-reverse {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    border-color: #FFF6BD;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

.button-search-purple-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #DCD6F7;
    border-color: #DCD6F7;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

    .button-search-purple-sm:hover {
        background-color: #fff;
        border-color: #DCD6F7;
        color: #717272;
    }

.button-search-purple-sm-reverse {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    border-color: #DCD6F7;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

.button-search-orange-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #ffe0c1;
    border-color: #ffe0c1;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

    .button-search-orange-sm:hover {
        background-color: #fff;
        border-color: #ffe0c1;
        color: #717272;
    }

.button-search-orange-sm-reverse {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    border-color: #ffe0c1;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

.button-search-pink-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #ffefff;
    border-color: #ffefff;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

    .button-search-pink-sm:hover {
        background-color: #fff;
        border-color: #ffefff;
        color: #717272;
    }

.button-search-pink-sm-reverse {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    border-color: #ffefff;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

.button-search-light-blue-sm {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #CAEDFF;
    border-color: #CAEDFF;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

    .button-search-light-blue-sm:hover {
        background-color: #fff;
        border-color: #CAEDFF;
        color: #717272;
    }

.button-search-light-blue-sm-reverse {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
    border-color: #CAEDFF;
    color: #717272;
    border-style: solid;
    border-width: 2px;
}

.label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
  border-radius: 3px;
  margin-left: 2px;
}

.label-important {
  background-color: #b94a48;
}

.w100per {
  width: 100%;
}

.w95per {
  width: 95%;
}

.w90per {
  width: 90%;
}

.w85per {
  width: 85%;
}

.w80per {
  width: 80%;
}

.w75per {
  width: 75%;
}

.w70per {
  width: 70%;
}

.w65per {
  width: 65%;
}

.w60per {
  width: 60%;
}

.w57per {
  width: 57%;
}

.w55per {
  width: 55%;
}

.w50per {
  width: 50%;
}

.w45per {
  width: 45%;
}

.w40per {
  width: 40%;
}

.w35per {
  width: 35%;
}

.w34per {
  width: 34%;
}

.w33per {
  width: 33%;
}

.w32per {
  width: 32%;
}

.w31per {
  width: 31%;
}

.w30per {
  width: 30%;
}

.w29per {
  width: 29%;
}

.w28per {
  width: 28%;
}

.w27per {
  width: 27%;
}

.w26per {
  width: 26%;
}

.w25per {
  width: 25%;
}

.w24per {
  width: 24%;
}

.w23per {
  width: 23%;
}

.w22per {
  width: 22%;
}

.w21per {
  width: 21%;
}

.w20per {
  width: 20%;
}

.w19per {
  width: 19%;
}

.w18per {
  width: 18%;
}

.w17per {
  width: 17%;
}

.w16per {
  width: 16%;
}

.w15per {
  width: 15%;
}

.w14per {
  width: 14%;
}

.w13per {
  width: 13%;
}

.w12per {
  width: 12%;
}

.w10per {
  width: 10%;
}

.w9per {
  width: 9%;
}

.w8per {
  width: 8%;
}

.w7per {
  width: 7%;
}

.w6per {
  width: 6%;
}

.w5per {
  width: 5%;
}

.w4per {
  width: 4%;
}

.w3per {
  width: 3%;
}

.w2per {
  width: 2%;
}

.w1per {
  width: 1%;
}

/*--------------------------------------------------------------------------------------------------
MVC エラー
---------------------------------------------------------------------------------------------------*/
span.field-validation-error {
  display: block;
  color: red;
  font-size: 12px;
  margin-left: 5px;
  line-height: 20px;
}

.modal-err-main {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}

.modal-err-message {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  color: red;
  background-color: #FFCCCC;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}

.validation-summary-errors > ul {
  list-style: none;
}
/*--------------------------------------------------------------------------------------------------
顧客情報
---------------------------------------------------------------------------------------------------*/
tr.claim-1 {
  background-color: #FFE9E9;
}

  tr.claim-1:nth-child(2n) {
    background-color: #FFE9E9;
  }

/*--------------------------------------------------------------------------------------------------
販売情報
---------------------------------------------------------------------------------------------------*/
tr.claim-1 {
  background-color: #F9B9B9;
}

  tr.claim-1:nth-child(2n) {
    background-color: #F9B9B9;
  }

tr.subsc-1 {
  background-color: #FFEDD3;
}

  tr.subsc-1:nth-child(2n) {
    background-color: #FFEDD3;
  }

tr.cancel-1 {
  background-color: #DDDDDD;
}

  tr.cancel-1:nth-child(2n) {
    background-color: #DDDDDD;
  }

tr.comp-0 {
  background-color: #5E5E5E;
}

  tr.comp-0:nth-child(2n) {
    background-color: #5E5E5E;
  }

.detail-cancel-1 {
  background-color: #DDDDDD;
}

  .detail-cancel-1 > .td-item {
    background-color: #DDDDDD;
  }

.modal-main {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}

.modal-content-area {
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 20px 0px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
}

.modal-main .error-area {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    padding: 20px 20px 20px 20px;
    background-color: #FFF7F7;
    border-radius: 5px;
}

    .modal-main .error-area .err-message {
        color: #FF5757;
    }

/*--------------------------------------------------------------------------------------------------
右クリック(タブ)
---------------------------------------------------------------------------------------------------*/
#original_contextmenu {
    border: 1px solid #000;
    background: #fff;
    border: #212121 solid 1px;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
    font-size: 12px;
    display: none;
    position: fixed;
    top: 100px;
    left: 100px;
    z-index: 10;
    padding: 8px 16px 8px 8px;
}

#original_contextmenu_tab {
    line-height: 1;
    cursor: pointer;
    margin: 0;
}

/*--------------------------------------------------------------------------------------------------
日別集計
---------------------------------------------------------------------------------------------------*/
.day-table {
  width: 19.7%;
  border: solid 2px #B2D6F5;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-table;
}

.day-thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

  .day-thead > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .day-thead > tr > th {
      vertical-align: middle;
      text-align: middle;
      border-top: solid 2px #B2D6F5;
      border-bottom: solid 2px #B2D6F5;
      border-right: solid 1px #B2D6F5;
      font-weight: 400;
      color: #05041B;
      line-height: normal;
      height: 26px;
      padding-left: 2px;
      padding-right: 2px;
      background-color: #D5E6F5;
    }

.day-tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

  .day-tbody > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .day-tbody > tr:nth-child(2n) {
      background-color: #F7FEFF;
    }

    .day-tbody > tr > td {
      border: solid 1px #B2D6F5;
      line-height: normal;
      height: 18px;
      padding-left: 2px;
      padding-right: 2px;
      padding-top: 0px;
      font-size: 11px;
    }

.day-settle {
  background-color: #D5E6F5;
}

.day-value {
  text-align: right;
}

.day-minus {
  color: #ff4c4c;
}

/*--------------------------------------------------------------------------------------------------
月別集計
---------------------------------------------------------------------------------------------------*/
.month-table {
  width: 24.7%;
  border: solid 2px #B2D6F5;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-table;
}

.month-thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

  .month-thead > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .month-thead > tr > th {
      vertical-align: middle;
      text-align: middle;
      border-top: solid 2px #B2D6F5;
      border-bottom: solid 2px #B2D6F5;
      border-right: solid 1px #B2D6F5;
      font-weight: 400;
      color: #05041B;
      line-height: normal;
      height: 26px;
      padding-left: 2px;
      padding-right: 2px;
      background-color: #D5E6F5;
    }

.month-tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

  .month-tbody > tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

    .month-tbody > tr:nth-child(2n) {
      background-color: #F7FEFF;
    }

    .month-tbody > tr > td {
      border: solid 1px #B2D6F5;
      line-height: normal;
      height: 18px;
      padding-left: 2px;
      padding-right: 2px;
      padding-top: 0px;
      font-size: 11px;
    }

.month-settle {
  background-color: #D5E6F5;
}

.month-value {
  text-align: right;
}

/*--------------------------------------------------------------------------------------------------
セレクター検索
---------------------------------------------------------------------------------------------------*/
.js_searchBox {
  display: block;
  margin: 4px 0 2px;
}

.js_search_list {
  width: 400px;
  height: 272px;
  background: #f1f1f1;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
  list-style: none;
  position: absolute;
  overflow-y: scroll;
  z-index: 10;
  top: 58px;
  padding: 0 8px;
}

.js_search_list li, .js_search_multiple_list li {
  --fs: 12px;
  --fh: 14px;
  border-bottom: #cbcbcb solid 1px;
  font-size: var(--fs);
  line-height: var(--fh);
  cursor: pointer;
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 12px;
}
.js_search_list li:hover, .js_search_multiple_list li:hover {
  background: #d6d7d9;
}

.js_search_multiple_list {
  width: 400px;
  height: 272px;
  background: #f1f1f1;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
  list-style: none;
  position: absolute;
  overflow-y: scroll;
  z-index: 10;
  top: 282px;
  padding: 0 8px;
}