@charset "utf-8";

html,
body {
    height: 100%;
    font-size: 11pt;
    font-family: "メイリオ", "Meiryo", "Yu Gothic Medium", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", sans-serif;
}

.buttonColorHeader {
    background-color: #2772db;
    color: #ffffff;
}

.mainColor {
    background-color: #28a745;
    color: #ffffff;
}

.buttonColor {
    background-color: #28a745;
    color: #ffffff;
}

.buttonColorRed {
    background-color: #f0647f;
    color: #ffffff;
}

.buttonColorGreen {
    background-color: #28a745;
    color: #ffffff;
}

.buttonGray {
    border-radius: 10px !important;
    background-color: #6c757d;
    color: #ffffff;
    /*border-bottom: solid 4px #0e1422!important;*/
}

.buttonBlue {
    border-radius: 10px !important;
    /*background-color: #4eb3d3;*/
    background-color: #4169e1;
    color: #ffffff;
}

.buttonRed {
    border-radius: 10px !important;
    background-color: #dc143c;
    color: #ffffff;
}

.btn {
    border-radius: 5rem;
    padding: 0.5em 0.7em;
}

.btn-nonShadow {
    border-bottom: solid 4px transparent !important;
}

.menubox .btn{
    color:#fff;
    font-weight: 600;
    font-size: 1.8em;;
}


.menubox .blue {
    background-color: #00b2c0;
}
.menubox .orange {
    background-color: #ee9126;
}
.menubox .pink {
    background-color: #ff7c80;
}

.menubox .bule.disabled {
    background-color: #6594b6;
}
.menubox .orange.disabled {
    background-color: #dbb385;
}
.menubox .pink.disabled {
    background-color: #db9da0;
}

.menubox .disabled {
    color: #cdcdcd;
}

#header .btn-nonShadow {
    border-width: 0 !important;
}

.btnSmall {
    padding: 0.2em;
    font-size: 0.8em !important;
    width: 4.5em;
    border-radius: 0.5em !important;
}

.btnMiddle {
    padding: 0.2em;
    font-size: 1.4em !important;
    width: 8em;
    position: relative;
    z-index:10;   
}

.btnMiddle2 {
    padding: 0.2em;
    font-size: 1.4em !important;
    width: 5em;
    position: relative;
    z-index:10;   
}

.btnMiddleChumonsha {
    padding: 0.2em;
    font-size: 1.4em !important;
    width: 12em;
    position: relative;
    z-index:10;   
}

.btnLarge {
    padding: 0.2em;
    font-size: 1.8em !important;
    width: 15em;
}

.btnModal {
    padding: 0.2em;
    font-size: 1.4em !important;
    width: 15em; 
}

.btnSearch {
    padding: 0.2em;
    font-size: 1.4em !important;
    width: 20em; 
}
.btnAdd {
    padding: 0.2em;
    font-size: 1.2em !important;
    width: 7em; 
}

/* input numberのボタン非表示 [Chrome Safari]*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* input numberのボタン非表示 [Firefox Edge]*/
input[type="number"] {
    -moz-appearance: textfield;
}

.loaderGif {
    display: none;
}

button + .loaderGif {
    margin-left: 0.5rem;
}

.fontSizeSmall input[type="radio"],
.fontSizeSmall input[type="checkbox"] {
    -webkit-transform: scale(1.3) translateY(0.1em);
    transform: scale(1.3) translateY(0.1em);
}

.fontSizeMedium input[type="radio"],
.fontSizeMedium input[type="checkbox"] {
    -webkit-transform: scale(1.4) translateY(0.1em);
    transform: scale(1.4) translateY(0.1em);
}

.fontSizeLarge input[type="radio"],
.fontSizeLarge input[type="checkbox"] {
    -webkit-transform: scale(2) translateY(-0.1em);
    transform: scale(2) translateY(-0.1em);
}

.radioLabel {
    margin-bottom: 0;
}

.radioLabel:not(:last-child) {
    margin-right: 1rem;
}

input[type="date"] {
    width: 12em;
}

/* ヘッダ */
#header {
    position: fixed;
    width: 100%;
    height: 3.6em;
    z-index: 39;
}

.header-container {
    background-color: #3bd394;
    color: #ffffff;
    padding: 3px 10px;
    min-width: 460px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.header-logo {
    height: 100%;
}

.header-container > p {
    margin: 0;
    padding-left: 10pt;
    align-self: center;
}

#header-logo {
    height: 100%;
}

.header-user-nav {
    flex: auto !important;
    text-align: right;
    align-self: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}

.header-user-nav > div {
    flex: none;
}

/* メニュー */
#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 38;
    color: #444;
    overflow: visible;
}

.menuContainer {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3em;
    height: 100%;
    background-color: #b8d6a9;
}

#menuExpanded {
    width: 17em;
    z-index: 3;
    transition: opacity 0.2s ease-out;
}

#menuCollapsed {
    width: 3em;
    z-index: 2;
}

#menu.menuCollapsed > #menuExpanded {
    pointer-events: none !important;
    opacity: 0;
}

.subMenu {
    position: relative;
}

.subMenuItem:not(.subMenuTitle):hover {
    cursor: pointer;
    background-color: #a5ca93;
}

#menuExpanded .subMenu {
    border-left: 4pt solid transparent;
}

#menuExpanded .subMenu:not(:first-child) {
    padding-top: 5pt;
}

#menuExpanded .subMenuSelected {
    border-left-color: #a3ea55 !important;
}

/* #menuExpanded .subMenuSelected .subMenuItem {
    background-color: #a5ca93;
} */

#menuExpanded .subMenu > i {
    position: absolute;
    top: 8.5pt;
    left: 9pt;
}

#menuExpanded .subMenu:not(:first-child) > i {
    top: 12pt !important;
}

#menuExpanded .subMenuItem {
    padding: 5pt 5pt 5pt calc(1em + 16pt);
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

#menuCollapsed .subMenu {
    overflow: hidden;
}

#menuCollapsed .subMenu:hover {
    overflow: visible;
}

#menuCollapsed .subMenu > .subMenuItem {
    text-align: center;
    padding: 8pt 0;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.subMenuItemContainer {
    position: absolute;
    top: 0;
    left: 3em;
    color: #101010;
    box-shadow: 1pt 1pt 2pt #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.subMenuItemContainer > .subMenuItem {
    width: 15em;
    padding: 8pt 5pt;
}

.subMenuItemContainer > .subMenuItem {
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    background-color: #ffffff;
}

.subMenuItemContainer > .subMenuItem:hover {
    background-color: #b4e28a;
    color: #ffffff;
}

#menuCollapsed .menuFooter {
    text-align: center;
    padding-top: 5pt;
}

.btnChangeMenuDisplay {
    padding: 0 0.55rem;
    border-radius: 5rem;
    border-width: 0;
    cursor: pointer;
    font-size: 1.2rem;
}

#menuExpandedLinkContainer {
    height: calc(100vh - (3em + 1.5em + 10pt));
    overflow-y: auto;
}

/* メインコンテナ */
.main-container {
    padding: 3em 0 3.4em 3em;
    width: 100%;
}

.main-container .container-fluid {
    padding-right: 18px !important;
    padding-left: 18px !important;
}

.main-container i.fa.fa-angle-up,
.main-container i.fa.fa-angle-down {
    font-size: 1.5em;
}

.page-title {
    font-size: 1rem;
    padding: 6px 20px 5px 11px;
    margin-left: 18px;
    border-left: 4px solid #3da2b9;
}

/* 検索条件や入力項目などのコンテナ */
.inputContainer .card {
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.inputContainer .card-header {
    background-color: transparent;
    padding: 1rem 1.25rem;
}

.inputContainer .card-body {
    padding: 1rem 1.25rem 0.75rem;
}

.card.search .card-header {
    background-color: #bfd6d2;
    color: #165b88;
}

.card.register .card-header {
    background-color: #e5e6c5;
    color: #305066;
}

.card.search .card-body {
    background-color: #d7f9f5;
    color: #35611c;
}

.card.register .card-body {
    background-color: #ecf1ac;
    color: #904b2a;
}

.inputContainer h5 {
    font-size: 1.25em;
}

.inputContainer .colLabel {
    flex: none;
    width: 7em;
    margin-right: 1.5rem;
    line-height: 1em;
    text-align: right;
    font-size: 1.2em;
}

.inputContainer .colLabel.labelMid {
    width: 10em;
    margin-right: 0.5rem;
}

.inputContainer .colLabel.labelNarrow {
    width: 4em;
    margin-right: 0.5rem;
}

.inputContainer .colCodeContainer {
    min-width: 30em;
    display: flex;
    align-items: center;
}

.inputContainer .textInputContainer {
    min-width: 30em;
    display: flex;
    align-items: center;
}

.inputContainer .colCodeContainer .colCode {
    flex: none;
    width: 10em;
    margin-right: 1rem;
}

.inputContainer .colCodeContainer .colName {
    margin-left: 1rem;
    min-width: 13em;
    font-size: 1.2em;
}

.inputContainer .colDateContainer {
    min-width: 30em;
    display: flex;
    align-items: center;
}

.inputContainer .colSelectContainerGroup {
    min-width: 30em;
}

.inputContainer .colCheckboxContainerGroup {
    min-width: 30em;
}

.inputContainer .colLabelContainer {
    min-width: 15em;
    display: flex;
    align-items: center;
}

.inputContainer .colLabelContainer .colValue {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inputContainer .colSosuContainer {
    min-width: 7em;
    height: calc(2.25em + 2px);
    color: #212529;
    background-color: #fcee7b;
    text-align: left;
    display: flex;
    align-items: center;
}

/* 一覧 */
.table {
    width: auto;
}

.table tr:hover {
    background-color: #d6d6d6 !important;
}

.table tr:hover td {
    background-color: transparent !important;
}

/*
table tr:nth-child(odd) {
    background: #f5f5f5;
}

table tr:nth-child(even) {
    background: #ebebeb;
}
*/

.table td,
.table th {
    vertical-align: middle !important;
    border-right: 1px solid #cfcfcf;
    border-top: none;
}

/*
.table th:first-child,
.table td:first-child {
    border-left: 1px solid #cfcfcf;
}
*/

.table tr {
    border: 1px solid #cfcfcf;
}

.table th {
    background-color: #3985b2 !important;
    border-bottom-width: 0 !important;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    padding: 0.8rem 0.2rem;
}

.table td {
    word-break: break-word;
    padding: 0.8rem 0.4rem;
}

/* ヘッダ固定テーブル(検索条件エリアあり) */
.hf-Table-sa {
    table-layout: fixed;
    width: 0;
}

.hf-Table-sa thead th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: calc(3em - 1px);
}

.hf-Table-sa thead tr:nth-child(2) th {
    top: calc((3em - 1px) + (1em + 1.6rem + 4px));
}

/* ヘッダ固定テーブルの外側 */
.hf-Table-div {
    overflow-x: hidden;
    overflow-y: auto;
}

/* ヘッダ固定テーブル */
.hf-Table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    /*width: 0;*/
}

.hf-Table thead th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    border: none !important;
    border-top: 1px solid #cfcfcf !important;
    border-right: 1px solid #cfcfcf !important;
}

.hf-Table td {
    border: none !important;
    border-left: 1px solid #cfcfcf !important;
}

/* チェックボックスセル */
.chkBoxCol {
    width: 3em;
    text-align: center;
}

/* ボタンセル */
.btnCol {
    width: 6em;
    text-align: center;
}

.icon-btnCol {
    width: 4em;
    text-align: center;
    font-size: 1.1em !important;
}

.hf-Table-sa thead th.icon-btnCol {
    top: calc(3em - 5px) !important;
}

/* ボタン(大)セル */
.large-btnCol {
    width: 9em;
    text-align: center;
}

/* アイコン＋名称ボタン */
.iconname-btnCol {
    width: 6.6em;
    text-align: center;
}

td.iconname-btnCol {
    font-size: 1.2em;
}

.btnCol span {
    font-size: 1.5em;
    cursor: pointer;
    color: #6c757d;
}

.icon-btnCol span {
    font-size: 1.2em;
    cursor: pointer;
    color: #6c757d;
}

/* 日付セル */
.dateCol {
    width: 7.3em;
    text-align: center;
}

/* 日付(ソートｱｲｺﾝ付)セル */
.dateSortCol {
    width: 8.5em;
    text-align: center;
}

/* 日付(ソートｱｲｺﾝ付)セル */
.dateSort2Col {
    width: 10.1em;
    text-align: center;
}

/* 日付セル */
.timespanCol {
    width: 20em;
    text-align: center;
}

/* 日付セル(yy/MM/dd HH:mm:ss) */
.dateTimeCol {
    width: 12em;
    text-align: center;
}

/* JANセル */
.janCol {
    width: 9em;
}

/* 出荷区分/入荷区分セル */
.sknkKbn {
    width: 7.5em;
}

/* ステータスセル */
.statusCol {
    width: 8em;
    text-align: center;
}

/* ステータスセル */
.statusCol-sm {
    width: 6em;
    text-align: center;
}

/* 出荷進捗セル */
.shukkaProgCol {
    width: 7em;
    text-align: center;
}

/* 各伝票№セル */
.denpyoNoCol {
    width: 7em;
}

/* 各伝票№(ソートｱｲｺﾝ付)セル */
.denpyoNoSortCol {
    width: 9.1em;
}

/* 各伝票№(ソートｱｲｺﾝ付)セル */
.denpyoNoSort2Col {
    width: 11.5em;
}

/* 名称(10バイト)セル */
.name10bCol {
    width: 7em;
}

/* 名称(16バイト)セル */
.name16bCol {
    width: 10em;
}

/* 名称(20バイト)セル */
.name20bCol {
    width: 14em;
}

/* 名称(30バイト)セル */
.name30bCol {
    width: 20em;
}

/* 名称(40バイト)セル */
.name40bCol {
    width: 24em;
}

/* 名称(40バイト)セル */
.namemin40bCol {
    min-width: 26.5em;
}

/* 名称(50バイト)セル */
.name50bCol {
    width: 30em;
}

/* 名称(80バイト)セル */
.name80bCol {
    width: 53em;
}

/* 数値(8,0)セル */
.number8Col {
    width: 6em;
    text-align: right;
}

/* 数値(8,0)(ソートｱｲｺﾝ付)セル */
.number8SortCol {
    width: 9.1em;
    text-align: right;
}

/* 数値(9,0)セル */
.number9Col {
    width: 7em;
    text-align: right;
}

/* 数値(10,0)セル */
.number10Col {
    width: 8em;
    text-align: right;
}

/* 数値(10,2)セル */
.number10-2Col {
    width: 8em;
    text-align: right;
}

/* 数値入力(入数別×3)セル */
.qtyInputCol-g {
    width: 36em;
}

/* 数値入力(入数別)セル */
.qtyInputCol {
    width: 12em;
    align-items: center;
}

/* 数値表示(入数別×3)セル */
.qtyLabelCol-g {
    width: 20em;
}

/* 数値表示(入数別)セル */
.qtyLabelCol {
    width: 6em;
    align-items: center;
    text-align: right;
}

/* コード・名称形式セル */
.codeNameCol {
    width: 40em;
    align-items: center;
    display: flex;
}

/* コード・名称形式セルのコード */
.codeNameCol .code {
    width: 10em;
    margin-right: 0.5em;
}

/* コード・名称形式セルの名称 */
.codeNameCol .name {
    width: 26em;
    margin-left: 0.5em;
}

/* 編集中の行 */
.activeRow {
    background-color: #feffd1 !important;
}

/* 数量入力 */
.inputSuryo {
    width: 5.5em;
    text-align: right;
}

/* 数量表示 */
.dispSuryo {
    width: 10em;
    text-align: center;
}

/* 金額表示 */
.dispKingaku {
    width: 12em;
    text-align: center;
}

/* 明細入力ダイアログ(新規) */
.meisaiInputModalNew {
    background-color: #416a93;
    color: #ffffff;
    border: solid 4px;
}

/* 明細入力ダイアログ(更新) */
.meisaiInputModalEdit {
    background-color: #798189;
    color: #ffffff;
    border: solid 4px;
}

.modal-bgcolor-blue .modal-backdrop {
    background-color: transparent;
}

/* ステータス名称 */
.status-01,
.status-02,
.status-03,
.status-04,
.status-05,
.status-06 {
    display: inline-block;
    min-width: 4rem;
    padding: 0.4em 0.8em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    border-radius: 10rem;
}

/* 削除行 */
.delete-row {
    text-decoration: line-through;
}

/* 編集済明細アイコン(削除) */
.btnDel .fa-check {
    color: #f25555;
}

/* 編集済明細アイコン(編集) */
.btnEdit .fa-check {
    color: #537fed;
}

/* 編集済明細アイコン(追加) */
.btnNew .fa-check {
    color: #e5a500;
}

/* 明細入力ダイアログ 編集済アイコン */
.icoEdited {
    width: 2em;
    height: 2em;
    color: #ffffff;
    border: solid 3px;
    background-color: #537fed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -1em;
    left: -1em;
}

.notAllowed {
    cursor: not-allowed !important;
}

.status-01 {
    background-color: transparent;
    border: solid;
    color: #f0412c;
    font-weight: bold;
}

.status-02 {
    background-color: transparent;
    border: solid;
    color: #ff8000;
    font-weight: bold;
}

.status-03 {
    background-color: transparent;
    border: solid;
    color: #a976cc;
    font-weight: bold;
}

.status-04 {
    background-color: transparent;
    border: solid;
    color: #03a596;
    font-weight: bold;
}

.status-05 {
    background-color: transparent;
    border: solid;
    color: #165b88;
    font-weight: bold;
}

.status-06 {
    background-color: transparent;
    border: solid;
    color: rgb(114, 114, 114);
    font-weight: bold;
}

/* モーダルダイアログを中央からフェードインさせる */
.modal.fade .modal-dialog.modal-work {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* モーダルダイアログの幅を中身に合わせる */
.modal-fit-contents {
    max-width: 100% !important;
    display: inline-block !important;
}

/* フッターメニュー*/
.ft-nav {
    position: fixed;
    bottom: 0;
    z-index: 37;
    width: 100%;
    height: 3.4em;
    padding-left: 3em;
    background-color: rgba(160, 160, 160, 0.815);
    border-top: 1px solid #ddd;
}

.ft-nav-buttons {
    padding: 0 18px 0;
    height: 100%;
    display: flex;
    align-items: center;
}

/* 必須マーク */
.must {
    background: #f891b3;
}

/* 任意マーク */
.free {
    background: #999;
}

.must,
.free {
    color: #fff;
    border-radius: 3px;
    font-size: 0.7em;
    margin-right: 1px;
    margin-left: 2px;
    padding: 1px 4px;
    letter-spacing: 0em;
}

/* ログイン */
#loginFormContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.btntwin {
    justify-content: space-evenly;
}

.btntwin .btn {
    width: 8em;
}

.viewForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10pt;
    width: 40%;
    min-width: 250pt;
    text-align: center;
}

#loginForm img {
    margin-bottom: 2rem;
}

#loginForm>.title {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    display: block;
    font-weight: bold;
    color: #646464;
}

#btnLogin {
    width: 100%;
    margin-top: 10pt;
}

#btnLoginLicense {
    position: absolute;
    top: 1.5em;
    left: 2em;
    width: 15em;
    background-color: #2f5597;
}

#btnLoginLicense.notCertified {
    background-color: #c55a11 !important;
}

#msgLoginFormNotice {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ff0000;
    font-size: 1.4em;
    font-weight: bold;
}

#msgLoginFormNotice.evaluating {
    color: #0070c0 !important;
}

/* 処理中表示 */
.proc-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}

.proc-modal.is-active {
    display: flex;
}

.proc-modal .modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(10, 10, 10, 0.205);
}

.proc-modal .modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%;
    background: transparent;
}

/* ラベル */
#labelImage {
    border: 1px solid #000000;
    border-radius: 5px;
}

.main-container .message {
    max-height: 29em;
    overflow-y: auto;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding: 0.8em;
}

.main-container .message.main {
    background-color: #3bd394;
}
.main-container .message.main .infocontents {
    font-size: 2.0rem;
}

.main-container .message.sub {
    background-color: #2772db;
}

.main-container .message .buttonend {
    display: flex;
    font-size: 0.5em;
    justify-content: flex-end;
}

.buttonColorOrange {
    background-color: #f5b53d;
    color: #ffffff;
}
.row.infoprev {
    justify-content: space-between;
    line-height: 2em;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
}

.subMenuLink.disabled {
    color: #eee;
    cursor: default;
    background-color: #666;
}
.subMenuItemContainer > .subMenuItem.disabled:hover {
    background-color: #666;
}

.hucctyuu .title {
    width: 15em;
    text-align: end;
    padding-right: 15px;
    position: relative;
    z-index:5;
}

.hucctyuu .titleFontSize {
    font-size: 1.2em;
}

.hucctyuu.row {
    margin-bottom: 9px;
}

.hucctyuulbl {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    line-height: 2.5em;
    width: 28em;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom-style: solid;
}

.table.order {
    width: max-content;
    font-size: 1.3em;
}

.table tr:first-child {
    border-top: 1px solid #cfcfcf;
}

.table.item td {
    height: 8em;
}

.table.item tr.header td {
    height: 3em;
}

.table.item td.head {
    height: 2em;
}

/* 商品写真 */
.tableRow td.itemPhotoCol {
    width: 10em;
    text-align: center;
    max-height: 8em;
    min-height: 8em;
}

.tableRow td.itemPhotoCheckCol {
    text-align: center;
    max-height: 8em;
    min-height: 8em;
    display: flex;
}

/* 商品名 */
.table td.itemnameCol {
    width: 30em;
    border-right: none;
    padding-left: 1.5em;
    text-align: left;
}

/* 商品画像 */
.itemimage {
    height: 6em;
    margin: 10px 35px;
}
.itemimage2 {
    height: 6em;
}

/* 商品情報 */
.table td.iteminfoCol {
    width: 14em;
    text-align: right;
    border-left: none;
    padding-right: 1.5em;
}

/* 発注数情報 */
.itemNumCol {
    width: 11em;
    border-left: none;
}

.itemNumCol input {
    margin-left: 10px;
    margin-right: 10px;
    text-align: right;
}

.btnMini {
    padding: 0.2em 1em;
}

.hide {
    display: none;
}

.inactive {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    border-style: solid;
}

.inputContainer.huchu .hucInfo {
    position: fixed;
    background-color: white;
    width: 100%;
    margin-top: -1.7em;
    padding-top: 1.7em;
}
.inputContainer.huchu > .itemList {
    padding-top: 10em;
}
.itemList .suminput {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    text-align: right;
    border-style: solid;
    width: 8rem;
}

.tableRow.header td {
    text-align: center;
}

/* タブレット */
@media screen and (max-width: 768px) {
    .main-container {
        margin-left: 0px !important;
    }

    .ft-nav a span {
        display: none;
    }

    .ft-nav {
        padding-right: 0px;
    }

    .inputContainer .card {
        margin-bottom: 3.5em;
    }

    .inputContainer .card-body {
        padding-left: 1em;
        padding-right: 1em;
    }

    #prtShohinCodeInputContainer input {
        width: 11em !important;
    }

    #prtShohinCodeInputContainer .shohinRow > div:nth-child(1) {
        width: 2em !important;
    }

    #prtShohinCodeInputContainer .labelRow > div:nth-child(1) {
        width: 5.8em !important;
    }

    #prtShohinCodeInputContainer .labelRow > div:nth-child(1) > div:not(:first-child) {
        margin-top: 1em !important;
    }

    #prtShohinCodeInputContainer .labelRow > div:nth-child(2) > input:not(:first-child) {
        margin-top: 0.75em !important;
    }

    #prtShohinCodeInputContainer #labelContainer {
        flex: auto;
        text-align: center;
        padding-top: 1em;
    }

    #shohinSubmodalSearchForm #inputRow > div:first-child {
        width: 4em !important;
    }

    #shohinSubmodalTable .shohinCd {
        width: 30%;
        text-align: center;
    }

    #shohinSubmodalTable .shohinNm {
        width: 55%;
    }
}

/* フォントサイズ */
body.fontSizeSmall {
    font-size: 80%;
}

body.fontSizeLarge {
    font-size: 150%;
}

.form-control {
    font-size: 1.2em;
    height: calc(2.25em + 2px);
}

.form-control-height {
    height: calc(2.25em + 2px);
}

.custom-select {
    font-size: 1.2em;
    height: calc(2.25em + 2px);
}

.btn {
    font-size: 1em;
}

.btn-sm {
    font-size: 1.2em;
    border-radius: 5rem;
    padding: 0.5em 0.7em;
}

.fontSizeSmall #labelImage {
    zoom: 90%;
}

.fontSizeLarge #labelImage {
    zoom: 150%;
}

.sub-table-wrap {
    max-height: 400px;
    overflow-y: scroll;
}

/* 印刷 */
@media print {
    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@page {
    margin: 0;
}

#statusModalForm {
    width: 25em;
    padding-top: 0.25rem;
    padding-right: 3em;
    display: flex;
    align-items: center;
}

/* 伝票入力 */
.inputContainer .colAddressContainer {
    min-width: 30em;
    display: flex;
}

.inputContainer .colAddressContainer .colLabel {
    height: 2.5em;
    line-height: 2.5em;
}

.inputContainer .colAddress {
    flex: auto;
}

.inputContainer .colAddressTop {
    display: flex;
    flex-wrap: nowrap;
}

.inputContainer .colAddress .addressZip {
    flex: none;
    width: 7em;
}

.inputContainer .colAddress .addressPref {
    flex: none;
    width: 8.5em;
}

/* 補助検索 */
.subsearchSearchBtn {
    min-width: 10em;
}

.subsearchSelectBtn {
    min-width: 10em;
}

.subsearchTableContainer {
    max-height: 70vh;
}

/* エラー */
form .error {
    border: 1px solid red;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0 0 0.125em rgba(232, 30, 19, 0.25);
}

.btn-top-radius {
    position: relative;
    display: inline-block;
    padding: 0.3em 1.8em 0.3em 1.8em;
    text-decoration: none;
    border-radius: 15px 15px 0 0;
    border: none;
    background-color: #4eb3d3;
    color: #ffffff;
    transition: 0.4s;
    cursor: pointer;
}

/* ---------------------------------------   藤元  --------------------------------------------- */

/* === ソートボタンを表示するエリア ============== */
.tsImgArea {
    line-height: 1;
    /*float: right;*/
}

/* === ソートボタン ============================== */
.tsImg {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: #eee;
    border: 1px solid #777;
    margin: 1px 3px;
    padding: 3px;
    cursor: pointer;
}

/* === ソートボタン（カーソルオーバー時）========= */
.tsImg:hover {
    background: #ffd700;
}

/* === ソートボタン内の三角の色（SVG）============ */
.tsImg path {
    fill: #777;
}

.titleBox {
    position: relative;
}

.titleBox i {
    position: absolute;
    bottom: 1.5rem;
    font-size: 2em;
    cursor: pointer;
}

.titleBox .iconLeft {
    left: 1rem;
}

.titleBox .iconRight {
    right: 1rem;
}

/*お知らせ一覧*/
.colEdit {
    width: 5%;
    text-align: center;
}

.colIcon {
    width: 10%;
    text-align: center;
}

.colNaiyo {
    width: 70%;
    min-width: 46em;
    text-align: left;
}

.colInfo {
    width: 15%;
    text-align: right;
}

/*在庫アラート情報*/
.colZikosu {
    width: 7em;
    text-align: center;
}

.colHoyuritu {
    width: 5em;
    text-align: center;
}

.colNyukayotei {
    width: 3em;
    text-align: center;
}

.font-Lg {
    font-size: 1.5em;
}

.font-md {
    font-size: 1.2em;
}

.color-green {
    color: seagreen;
}

.color-blue {
    color: dodgerblue;
}

.color-orange {
    color: orange;
}

/*取引先別出荷状況一覧*/
.colStatus {
    width: 10em;
    text-align: center;
}

.colNohindt {
    width: 6.5em;
    text-align: center;
}

.colKensu {
    width: 3.5em;
    text-align: center;
}

/*取引先別入荷状況一覧*/
.colStatusNyuka {
    width: 7em;
    text-align: center;
}

/* ステータス名称 */
.status-frame {
    padding: 0em 0.8em;
    /*文字周りの余白*/
    border-radius: 0.2em;
    /*角丸*/
    border: solid 3px;
    display: block;
}

.status-orange {
    color: #ffffff;
    /*文字色*/
    background-color: #d2691e;
    border-color: #d2691e;
    /*線色*/
}

.status-light-orange {
    color: #000000;
    /*文字色*/
    background-color: #e8c4ab;
    border-color: #e8c4ab;
    /*線色*/
}

.status-blue {
    color: #ffffff;
    /*文字色*/
    background-color: #1e90ff;
    border-color: #1e90ff;
    /*線色*/
}

.status-light-blue {
    color: #000000;
    /*文字色*/
    background-color: #b8d9f9;
    border-color: #b8d9f9;
    /*線色*/
}

.status-green {
    color: #ffffff;
    /*文字色*/
    background-color: #006400;
    border-color: #006400;
    /*線色*/
}

.status-light-green {
    color: #000000;
    /*文字色*/
    background-color: #95f195;
    border-color: #95f195;
    /*線色*/
}

.status-red {
    color: #ffffff;
    background-color: #8b0000;
    border-color: #8b0000;
}

.color-kakutei {
    color: #ffffff;
    background-color: #191970;
    border-color: #191970;
}

.color-mikakutei {
    color: #ffffff;
    background: lightsteelblue;
    border-color: lightsteelblue;
}

.color-shuturyokuzumi {
    color: #ffffff;
    background-color: #191970;
    border-color: #191970;
}

.color-mishuturyoku {
    color: #ffffff;
    background: lightsteelblue;
    border-color: lightsteelblue;
}

.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box30 p {
    padding: 15px 20px;
    font-size: 2em;
    margin: 0;
}

.colCodeContainerSm {
    min-width: 38em;
    display: flex;
    align-items: center;
}

.colLabelSm {
    flex: none;
    width: 6em;
    margin-right: 1rem;
    line-height: 1em;
    text-align: right;
}

.colCodeContainerSm .colCodeSm {
    flex: none;
    width: 8em;
    margin-right: 1rem;
}

.colCodeContainerSm .colNameSm {
    margin-left: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.colDateContainerSm {
    min-width: 20em;
    display: flex;
    align-items: center;
}

.makacelly-stripe tr:nth-child(even) {
    background: rgb(226, 250, 252);
}

.lblOptional,
.lblRequired {
    position: relative;
    padding-right: 2.5em;
    text-align: right;
}

.lblRequired:after {
    position: absolute;
    top: 0;
    right: 0.8em;
    content: "※";
    color: #ff0000;
    font-weight: bold;
}

#tblmst th.btnCol {
    width: 4em;
}

#tblmst th.loginCol {
    width: 8em;
}

#tblmst th.codeCol {
    width: 10em;
}

#tblmst th.nameCol {
    width: 28em;
}

#tblmst th.userNameCol {
    width: 11em;
}

#tblmst th.addressCol {
    width: 35em;
}

#tblmst th.telCol {
    width: 20em;
}

#tblmst th.kengenCol {
    width: 12em;
}

#tblmst th.soukoCol {
    width: 20em;
}

#tblmst th.useridCol {
    width: 8em;
}

#tblmst th.irisuuCol {
    width: 16em;
}

#tblmst th.kindCol {
    width: 12em;
}

#tblmst .iriCol {
    width: 8em;
}

#tblmst .janWCol {
    width: 12em;
}

#tblmst th.timespanCol {
    width: 12em;
}

.inputContainer .colLabel.labelwide {
    width: 15em;
}

.inputContainer .colLabel.labelmiddle {
    width: 10em;
}

.inputContainer .info {
    font-size: 0.8em;
    color: #666;
    margin-left: 0.8em;
}

.inputContainer .w3 {
    width: 3em;
}

.inputContainer .w4 {
    width: 4em;
}

.inputContainer .w5 {
    width: 5em;
}

.inputContainer .w6 {
    width: 6em;
}

.inputContainer .w7 {
    width: 7em;
}

.inputContainer .w8 {
    width: 8em;
}

.inputContainer .w9 {
    width: 9em;
}

.inputContainer .w10 {
    width: 10em;
}

.inputContainer .w11 {
    width: 11em;
}

.inputContainer .w12 {
    width: 12em;
}

.inputContainer .w13 {
    width: 13em;
}

.inputContainer .w15 {
    width: 15em;
}

.inputContainer .w20 {
    width: 20em;
}

.inputContainer .w25 {
    width: 25em;
}

.inputContainer .w30 {
    width: 30em;
}

.inputContainer .w35 {
    width: 35em;
}

.inputContainer .w40 {
    width: 40em;
}

.inputContainer .w80 {
    width: 80em;
}

.inputContainer .nopad {
    padding-right: 0;
    padding-left: 0;
}

.inputContainer .badge {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    font-size: 0.7em;
    font-weight: 600;
}

.inputContainer .badge.blue {
    background-color: #4eb3d3;
}

.inputContainer .badge.red {
    background-color: #eb243f;
}

.inputContainer .bucket {
    border-style: solid;
    height: 12em;
    margin: 3px;
    padding: 1.5em;
    border-radius: 12px;
}

.inputContainer .bucket.blue {
    border-color: #4eb3d3;
}

.inputContainer .bucket.red {
    border-color: #eb243f;
}

.inputContainer .lblue {
    background-color: lightblue;
}

.inputContainer .dialog-btn {
    width: 6em;
    height: 6em;
    border-radius: 1em;
}

div.scvr {
    justify-content: space-evenly;
}

div.swaku {
    border-width: medium;
    border-style: solid;
    width: 3em;
    padding: 0.3em;
    text-align: center;
    border-radius: 4px;
    height: 3em;
}

div.swaku.toku {
    border-color: #f9981f;
}

div.swaku.sir {
    border-color: #06d636;
}

div.swaku.nou {
    border-color: #2c5bde;
}

div.swaku.nn {
    border-color: #c4c6ca;
}

div.swaku.del {
    border-color: #e9400d;
}

div.swaku span {
    font-weight: 900;
    font-size: 1.5em;
}

div.swaku.toku span {
    color: #f9981f;
}

div.swaku.sir span {
    color: #06d636;
}

div.swaku.nou span {
    color: #2c5bde;
}

div.swaku.nn span {
    color: #c4c6ca;
}

div.swaku.del span {
    color: #e9400d;
}

div.swaku.status {
    width: auto;
    padding: 2px 5px 4px 5px;
}

div.swaku.delete {
    width: 5em;
}

div.oneline {
    white-space: nowrap;
    display: inline-flex;
    margin: 0 4px;
    align-items: center;
}

div.onesepter {
    padding: 0 2px;
    width: 4.5em;
}

/*ページTOPへの移動ボタン START*/

.pagetop {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 40;
}

.pagetop a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

.pagetop a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
    font-size: 25px;
    color: #3985b2;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.pagetop a::after {
    content: "PAGE TOP";
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #3985b2;
}

/*ページTOPへの移動ボタン END*/

/*.subsearchresult {*/
.subsearchName {
    border-bottom: solid 1px;
    width: 100%;
    height: 1.719em;
}

.idomin {
    color: red;
}

.idominRow {
    background-color: #fdbcbc !important;
}

.yoteigai {
    font-size: 1em;
    color: #e84d4d;
}

.inputclear {
    position: absolute;
    right: 1.5rem;
    top: 0;
    bottom: 0.5rem;
    height: 13px;
    margin: auto;
    font-size: 13px;
    color: #ccc;
}

.inputclear:after {
    content: "×";
    cursor: pointer;
}

.inputclearNum {
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0.5rem;
    height: 13px;
    margin: auto;
    font-size: 13px;
    color: #ccc;
}

.inputclear:after {
    content: "×";
    cursor: pointer;
}

.inputclearNum:before {
    content: "×";
    cursor: pointer;
}

.clearbtn {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.flx {
    display: flex;
}

.flexc {
    align-items: center;
    display: flex;
}

.w100 {
    width: 100%;
}

.r5 {
    right: 0.5rem;
}

.selectlist-container {
    color: #000000;
    overflow: visible scroll;
}

th.area-ji {
    background-color: #00a5e7 !important;
}

th.area-yu {
    background-color: #cd5638 !important;
}

.balloon-left {
    position: relative;
    padding: 10px;
    background-color: #f5deb3;
    border-radius: 10px;
    /* 角丸を指定 */
    display: inline-block;
    /* 横幅を自動で変更 */
    border: 2px solid #ca8888;
}

/* アイコンを下に表示 */
.balloon-left::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 10px;
    bottom: -15px;
    border-top: 15px solid #ca8888;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.balloon-left::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 10px;
    bottom: -12px;
    border-top: 15px solid #f5deb3;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.balloon-right {
    position: relative;
    padding: 10px;
    background-color: #f5deb3;
    border-radius: 10px;
    /* 角丸を指定 */
    display: inline-block;
    /* 横幅を自動で変更 */
    border: 2px solid #ca8888;
}

/* アイコンを下に表示 */
.balloon-right::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 10px;
    bottom: -15px;
    border-top: 15px solid #ca8888;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.balloon-right::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 10px;
    bottom: -12px;
    border-top: 15px solid #f5deb3;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.listfilter {
    background-color: rgb(216, 219, 166);
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}

.itemNumCol .numinput{
    margin-left: 3em;
    width: 4.8rem;
}

.itemNumCol .chumon_su,
.itemNumCol .numinputRireki  {
    margin-left: 3em;
    width: 4.8rem;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    border-style: solid;
}

.hucInfo .btnOrder {
    text-align: center;
    margin-left: 1.2em;
}

.itemList .btnOrder {
    text-align: center;
}

.masterLabel {
    font-size: 1.2em;
    padding: 2px;
    vertical-align: middle;
}

.w-45 {
    width: 45%!important;
}

.w-55 {
    width: 55%!important;
}

.nameinput::placeholder {
    font-size: 16px;
  }

  .comming-soon {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: #12a905;
    color:#ffffff;
    box-shadow: inset 0 0 15px 15px #61e456;
}

.comming-soon span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :230px;
    text-align:center;
    font-size:2.3em;    
}

.maintenance {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 5%;
    background: #525452;
    color:#ffffff;
    box-shadow: inset 0 0 15px 15px #99ac98;
    transform: rotate(45deg);
}

.maintenance span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-45deg);
    width :100px;
    text-align:center;
    font-size:3em;    
}

.row-fix {
    position: sticky;
    top: calc(3em - 7px);
    background-color: #fff;
    z-index: 2;
}
.table.sticky-header tr:hover td {
    background-color: #fff !important;
}
.col-fix {
    position: sticky;
    left: calc(3em - 14px);
    background-color: #fff;
    z-index: 1;
}
.row-col-fix {
    position: sticky;
    top: calc(3em - 7px);
    left: calc(3em - 14px);
    background-color: #fff;
    z-index: 3;
}
table.sticky-header {
    border-collapse: separate;
    border-spacing: 0; 
}
table.sticky-header > thead + tbody > tr > td {
  border-top: none;
}
table.sticky-header > tbody > tr:not(:first-child) > td {
  border-top: none;
}
table.sticky-header > tbody > tr > td:not(:first-child) {
  border-left: none;
}
table.sticky-header tr td {
    border: 1px solid #cfcfcf;
  }
