﻿@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4em;
}

header {
    background-color: #996928;
    -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    color: #fff;
    margin-bottom: 20px;
}

    header::after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    header h1 {
        float: left;
        line-height: 58px;
        margin: 0px;
        padding: 0px;
    }

        header h1 div {
            display: inline-block;
        }

        header h1 img {
            vertical-align: middle;
        }

    header ul {
        margin: 0px;
        padding: 0px;
    }

    header .inline {
        float: right;
    }

        header .inline > li {
            text-align: center;
            border-left: 1px solid #593d17;
        }

            header .inline > li:first-child {
                border-left: none;
                vertical-align: top;
            }

        header .inline > li {
            padding: 3px 15px;
            color: #774710;
        }

            header .inline > li > img, header .inline > li > a > img {
                display: block;
                margin: auto;
            }

            header .inline > li > a {
                color: #fff;
            }

    header .block {
        margin-right: 1rem;
    }

        header .block > li {
            text-align: left;
            margin: 4px 5px;
            color: #fff;
        }

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.align_l {
    text-align: left !important;
}

.align_c {
    text-align: center !important;
}

.align_r {
    text-align: right !important;
}

.inline {
    list-style: none;
    letter-spacing: -.4em;
}

    .inline > li {
        display: inline-block;
        letter-spacing: normal;
    }

.side dt {
    float: left;
}

.side dd {
    margin-left: 6em;
}

.block {
    list-style: none;
    letter-spacing: -.4em;
}

    .block > li {
        display: block;
        letter-spacing: normal;
    }

.red {
    color: #e60012 !important;
}

.redBold {
    color: #e60012;
    font-weight: bold;
}

.btn {
    font-size: 1.6rem;
}

    .btn i, .btn img {
        padding-right: 10px;
        font-size: 1.5rem;
    }

.btnRedMid img {
    margin-top: -3px;
}

.btnRed {
    display: block;
    padding: 10px;
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
    background-color: #a3102a;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

.btnRedMin {
    padding: 0px 5px 1px;
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
    background-color: #a3102a;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

.btnRedMid {
    padding: 3px 8px;
    text-decoration: none !important;
    color: #FFF !important;
    text-align: center;
    background-color: #a3102a;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

    .btnRedMid .fa-circle-o {
        padding: 0px 10px;
    }

.btnRedLag {
    padding: 5px 20px;
    text-decoration: none !important;
    color: #FFF !important;
    text-align: center;
    background-color: #a3102a;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

    .btnRed:hover, .btnRedMid:hover, .btnRedMin:hover, .btnRedLag:hover {
        background-color: rgba(163,16,42,0.5);
    }

.btnGrayMid {
    padding: 3px 8px;
    text-decoration: none !important;
    text-align: center;
    background-color: #c9c9c9 !important;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

    .btnGrayMid:hover, .btnGrayMid:hover, .btnGrayMid:hover {
        background-color: rgba(163,16,42,0.5);
    }

.btnBlue {
    padding: 3px 10px;
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
    background-color: rgba(33,150,243,1.0);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btnBlueMin {
    padding: 0px 5px;
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
    background-color: rgba(33,150,243,1.0);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .btnBlue:hover, .btnBlueMin:hover {
        background-color: rgba(33,150,243,0.7);
    }

.btnGreen {
    padding: 3px 10px;
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
    background-color: rgba(0,131,143,1.0);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btnGreenMin {
    padding: 0px 5px;
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
    background-color: rgba(0,131,143,1.0);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btnGreenMid {
    padding: 3px 8px;
    text-decoration: none !important;
    color: #FFF !important;
    text-align: center;
    background-color: rgba(0,131,143,1.0);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

.btnGreen:hover, .btnGreenMin:hover {
    background-color: rgba(0,131,143,0.7);
}

/*非活性時デザイン*/
.btn.aspNetDisabled {
    background-color: gray;
    color: #FFF !important;
    cursor: default !important;
}

.btnRedMid.aspNetDisabled {
    background-color: gray !important;
    color: #FFF !important;
    cursor: default !important;
}

/*フォームパーツ*/
input[type="text"] {
    border: 1px solid #999;
    padding: 2px 1em 2px 2px;
}

    input[type="text"]:focus {
        border: 1px solid #2196f3;
        outline: 0;
    }

    input[type="text"].textbox {
        padding-right: 0px !important;
    }

/*チェックボタン*/
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    display: none;
}

    input[type="checkbox"]:checked + label,
    input[type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: inline-block;
    }

        input[type="checkbox"]:checked + label:before,
        input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 25px;
            height: 25px;
            border: 1px solid #ccc;
            background: #fff;
        }

        input[type="checkbox"]:checked + label:after,
        input[type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 19px;
            height: 19px;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        input[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        input[type="checkbox"]:checked + label:after {
            opacity: 1;
            /*transform: scale(1);*/
            transform: scale(1.05);
        }

        input[type="checkbox"]:checked + label:after,
        input[type="checkbox"]:not(:checked) + label:after {
            font-family: FontAwesome;
            content: '\f00c';
            font-size: 2.5rem;
            width: 19px;
            height: 19px;
            color: #f39801;
            position: absolute;
            top: -5px;
            left: 0px;
        }

    input[type="checkbox"]:checked:disabled + label:before {
        background: #dfdfdf;
    }

input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

    input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed;
        font-family: FontAwesome;
    }








/*ラジオボタン*/
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    display: none;
}

    input[type="radio"]:checked + label,
    input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        display: inline-block;
    }

        input[type="radio"]:checked + label:before,
        input[type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 25px;
            height: 25px;
            border: 1px solid #ccc;
            background: #fff;
            border-radius: 100%;
        }

        input[type="radio"]:checked + label:after,
        input[type="radio"]:not(:checked) + label:after {
            content: '';
            width: 19px;
            height: 19px;
            background: #f39801;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
        }

        input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        input[type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

    input[type="radio"]:checked:disabled + label:after {
        background: #959595;
    }

    input[type="radio"]:checked:disabled + label:before {
        background: #ccc;
    }




button { /*ボタンの初期スタイルをクリア*/
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}



input[type=button] {
    border: none;
    background-color: none;
    border-style: none;
}

.searchform {
    position: relative;
}

    .searchform input[type="text"] {
        padding-right: 40px;
        box-sizing: border-box;
        width: 10em;
    }

    .searchform button[type=submit] {
        background: #a3102a;
        border: 0;
        color: #fff;
        /*  padding: 0 10px;*/
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
    }

    .searchform a, .searchform a:link {
        background: #a3102a;
        border: 0;
        color: #fff;
        height: 100%;
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 0px;
    }

        .searchform a.btnRedMin, .searchform a.btnRedMid {
            border-radius: 0px;
        }

.searchformMin {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    margin: auto;
}

    .searchformMin input[type="text"] {
        border: none;
        padding: 2px 1em 2px 2px;
        box-sizing: border-box;
    }

        .searchformMin input[type="text"]:focus {
            outline: 0;
        }

    .searchformMin input[type="submit"] {
        cursor: pointer;
        font-family: FontAwesome;
        border: none;
        background: #a3102a;
        color: #fff;
        position: absolute;
        width: 2em;
        height: 2.5em;
        right: 0px;
        top: -5px;
        outline: none;
    }

    .searchformMin button[type="submit"] {
        cursor: pointer;
        font-family: FontAwesome;
        border: none;
        background: #a3102a;
        color: #fff;
        position: absolute;
        width: 2em;
        height: 2.5em;
        right: 0px;
        top: -5px;
        outline: none;
    }

.m_bbs_ans {
    margin: 0px 12px 4px 0px;
}

.m_bottom20 {
    margin-bottom: 20px !important;
}

.m_top20 {
    margin-top: 20px !important;
}

.em2 {
    width: 2em;
    box-sizing: border-box;
}

.em3 {
    width: 3em;
    box-sizing: border-box;
}

.em4 {
    width: 4em;
    box-sizing: border-box;
}

.em5 {
    width: 5em;
    box-sizing: border-box;
}

.em6 {
    width: 6em;
    box-sizing: border-box;
}

.em7 {
    width: 7em;
    box-sizing: border-box;
}

.em8 {
    width: 8em;
    box-sizing: border-box;
}

.em10 {
    width: 10em;
    box-sizing: border-box;
}

.em12 {
    width: 12em;
    box-sizing: border-box;
}

.w40 {
    width: 40px;
}

.w44 {
    width: 44px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w160 {
    width: 150px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.wp1 {
    width: 1%;
}

.wp2 {
    width: 2%;
}

.wp3 {
    width: 3%;
}

.wp4 {
    width: 4%;
}

.wp5 {
    width: 5%;
}

.wp6 {
    width: 6%;
}

.wp7 {
    width: 7%;
}

.wp8 {
    width: 8%;
}

.wp9 {
    width: 9%;
}

.wp10 {
    width: 10%;
}

.wp15 {
    width: 15%;
}

.wp20 {
    width: 20%;
}

.wp30 {
    width: 30%;
}

.wp40 {
    width: 40%;
}

.wp50 {
    width: 50%;
}

.wp60 {
    width: 60%;
}

.wp70 {
    width: 70%;
}

.wp80 {
    width: 80%;
}

.wp90 {
    width: 90%;
}

.wp100 {
    width: 100%;
}
/*掲示板*/

.bbsBoxParent {
    margin-bottom: 20px;
}

.bbsBox {
    border: solid 1px #996928;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f8f9fa;
    box-shadow: 7px 7px 7px -7px #ccc;
}

    .bbsBox .re {
        border-top: double 3px #996928;
        padding-top: 10px;
        background-color: #fff4e5;
    }

    .bbsBox .hLabel {
        margin-bottom: 1rem;
    }

    .bbsBox td dt, .bbsBox td dd {
        display: inline-block;
    }

.kind {
    background-color: #fff;
    display: block;
    float: right;
    padding: 2px 8px;
    font-weight: bold;
}

    .kind i {
        margin-right: 5px;
    }

.kind_important {
    color: #c62828;
    border: solid 1px #e60012;
}

.kind_reqans {
    border: solid 1px #8e24aa;
    color: #8e24aa;
}

.kind_ans {
    border: solid 1px #eb6100;
    color: #eb6100;
}

.kind_shop {
    background-color: #f8f9fa;
    display: block;
    float: right;
    padding: 3px 8px;
}

.lastup {
    border-top: dotted 1px #996928;
}

    .lastup dt, .lastup dd {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 0.8em;
        text-align: right;
    }

    .lastup dt {
        color: #b5b5b5;
        margin: 0 0.5em;
    }

.lastupUser {
    float: left;
}

.lastupday {
    float: right;
}

.inline {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .inline li {
        display: inline-block;
        margin-right: 1rem;
    }

        .inline li:last-child {
            margin-right: 0rem;
        }

.block {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .block li {
        display: block;
        margin-bottom: 1px;
    }

.pagination {
    margin-top: 2rem;
}

    .pagination .disabled {
        background: #dadade;
    }

h2 {
    text-align: center;
    font-size: 2.5rem;
}

#searchArea {
    background-color: #f3ede5;
    margin: 10px auto;
    padding: 5px 10px;
    display: table;
    text-align: center;
}

    #searchArea dl {
        margin: 0px auto;
        text-align: center;
    }

        #searchArea dl dt, #searchArea dl dd {
            display: inline-block;
            padding: 0px;
            margin: 4px 0px;
        }

        #searchArea dl dd {
            margin-right: 1rem;
            padding-left: 1rem;
        }

    #searchArea .form-group, .topArea .form-group {
        display: inline-block;
    }

label {
    margin: 5px 5px 1em;
}

.topArea {
    background-color: #f3ede5;
    margin: 10px auto;
    padding: 5px 10px;
    width: 100%;
}

    .topArea .memo {
        color: #6a3906;
        margin: 5px 1em;
    }
/*table*/

.basicTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    margin: auto;
}

    .basicTable a, .basicTable a:link {
        text-decoration: underline;
    }

    .basicTable tr {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .basicTable th, .basicTable td {
        padding: 3px 2px;
        font-size: 14px;
    }

    .basicTable th {
        background: #f8f8f8;
        color: #7f2d00;
    }

    .basicTable tr {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    .basicTable td {
        border: none !important;
    }

.orderTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    table-layout: fixed;
    width: 98%;
    margin: auto;
}

.orderTableNoneBorder {
    border-collapse: collapse;
    padding: 0;
    table-layout: fixed;
    width: 40%;
    margin: 20px auto;
    table-layout: auto;
    word-wrap: normal;
    min-width: 520px;
}

.orderTable a, .orderTable a:link, .maintenanceTable a, .maintenanceTable a:link, .orderTablePC a, .orderTablePC a:link {
    text-decoration: underline;
}

.basicTable tbody tr:nth-child(even), .orderTable tbody tr:nth-child(even), .orderTablePC tbody tr:nth-child(even), .maintenanceTable tbody tr:nth-child(even) {
    background-color: #f3ede5;
}

.orderTablePC {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    width: 98%;
    margin: auto;
}

.maintenanceTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    table-layout: fixed;
    width: 40%;
    margin: 20px auto;
    table-layout: auto;
    word-wrap: normal;
    min-width: 520px;
}

@media (max-width: 768px) {
    .maintenanceTable {
        width: 100%;
        min-width: 360px;
    }

    .orderTableNoneBorder {
        width: 100%;
        min-width: 360px;
    }

    .float_r_im {
        float: right !important;
    }
}

.orderTable tr, .orderTablePC tr, .maintenanceTable tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.orderTable th, .orderTable td, .orderTablePC th, .orderTablePC td {
    padding: 3px 2px;
    text-align: center;
    font-size: 14px;
}

.maintenanceTable th, .maintenanceTable td {
    padding: 3px 5px;
    text-align: left;
    font-size: 14px;
}

.orderTable th, .orderTablePC th, .maintenanceTable th {
    background: #f8f8f8;
    color: #7f2d00;
}

.orderTable tr, .maintenanceTable tr {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.orderTable td, .maintenanceTable td {
    border: none !important;
}

.storeTable {
    width: auto;
}

.picTable tr {
    border: none;
    display: inline;
    background: none !important;
}

    .picTable tr:first-child {
        display: none;
    }

.picTable td label {
    margin: 0;
}

.selectMonth {
    /*margin: 0 auto 10px;*/
    margin: 0 auto -10px;
    text-align: center;
}

    .selectMonth .fa-chevron-left {
        margin-right: 0.5em;
    }

    .selectMonth .fa-chevron-right {
        margin-left: 0.5em;
    }

    .selectMonth .thisMonst {
        font-size: 2rem;
    }

        .selectMonth .thisMonst span {
            font-size: 2rem;
        }

    .selectMonth li {
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .selectMonth a, .selectMonth a:link {
        padding: 2px 10px;
        box-sizing: border-box;
        border-radius: 5px;
        background-color: #dcdcdc;
        text-decoration: none;
    }

        .selectMonth a:first-child, .selectMonth a:link:first-child {
            margin-right: 20px;
        }

        .selectMonth a:last-child, .selectMonth a:link:last-child {
            margin-left: 20px;
        }

.cal {
    width: 100%;
    margin: 0px auto 20px;
    border-collapse: collapse;
    border-bottom: solid 1px #ccc !important;
}

    .cal th {
        text-align: center;
    }

    .cal th, .cal td {
        padding: 2px 5px;
        border: solid 1px #ccc;
        border-collapse: collapse;
        box-sizing: border-box;
    }

    .cal td {
        padding-bottom: 2em;
        vertical-align: top;
        width: 60px;
    }

        .cal td div {
            margin-top: 5px;
            font-size: 80%;
            color: black;
        }

.sat {
    color: #0075a9;
}

.sun {
    color: #a40000;
}

.hol {
    background-color: rgba(255,255,0,1.0);
}

.off {
    background-color: rgba(255,242,243,0.8);
}

.today {
    border: 2px #eb6100 solid !important;
}

.othetM {
    background-color: #e5e5e5 !important;
}

.disp_none {
    display: none !important;
}

.holiday_master_head {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .holiday_master_head li {
        margin: 0px;
        padding: 0px;
        vertical-align: bottom;
    }

        .holiday_master_head li:first-child {
            float: left;
            font-size: 2rem;
        }

        .holiday_master_head li:last-child {
            float: right;
            font-size: 1.3rem;
        }

footer {
    background-color: #ccc;
    padding: 10px 0;
    margin-top: 30px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    bottom: 0;
}

    footer ul {
        margin: 5px 0;
        padding: 0px;
        vertical-align: middle;
        width: 50%;
        float: left;
    }

        footer ul.inline li {
            margin-right: 20px;
        }

        footer ul:nth-of-type(1) {
            text-align: left;
            padding-left: 1em;
            box-sizing: border-box;
        }

        footer ul:nth-of-type(2) {
            text-align: right;
            padding-right: 1em;
            box-sizing: border-box;
        }

.chit {
    background-color: #edf0ff;
}


@media (max-width: 767.98px) {
    header h1 {
        float: none;
        margin: auto;
        text-align: center;
        font-size: 1.5rem;
    }

    header .inline {
        float: none;
    }

    header .block li {
        display: inline-block;
        text-align: center;
    }

    header .inline li {
        margin: 0px;
        padding: 5px;
    }

    header .inline > li a, header .inline > li a:link {
        padding: 1px 10px;
    }

    header .inline > li > img, header .inline > li > a > img {
        width: 2rem;
        display: inline-block;
    }

    header .inline > li:first-child {
        float: right;
    }

    header .inline > li:nth-child(2), header .inline > li:nth-child(3) {
        width: 50%;
    }

    #searchArea dl dt, #searchArea dl dd {
        display: block;
        float: left;
    }

    #searchArea dl dt {
        clear: both;
    }

    .orderTable thead, .basicTable thead {
        display: none;
    }

    .orderTable tr, .basicTable tr {
        border-bottom: 3px solid #ddd;
        display: block;
        padding-top: 1em;
    }

    .orderTable td, .basicTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

        .orderTable td:before, .basicTable td:before {
            content: attr(aria-label);
            float: left;
            font-weight: bold;
        }

    .btnRedMid, .btnGreenMid {
        padding: 5px 15px;
    }
}

@media (max-width: 768px) {
    header h1 div {
        display: block;
        font-size: 1.5rem;
        padding-left: 10px;
    }

    header h1 {
        line-height: inherit;
    }

    header .inline {
        float: right;
        vertical-align: middle;
        margin-top: 10px;
    }

    footer ul {
        width: auto;
        float: none;
        margin: auto;
        display: inline-block;
    }

        footer ul.inline li:last-child {
            margin-right: 20px;
        }

    .searchformMin {
        margin-left: auto !important;
        margin-right: 30px !important;
    }

    table td.wp1, table td.wp2, table td.wp3, table td.wp4, table td.wp5, table td.wp6, table td.wp7, table td.wp8, table td.wp9, table td.wp10, table td.wp15, table td.wp20, table td.wp30, table td.wp40, table td.wp50, table td.wp60, table td.wp70, table td.wp80, table td.wp90 {
        width: 100%;
    }

    .inline li {
        margin-bottom: 10px;
    }
}
/*モーダル用*/
#ListPrint {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    border: solid 1px #996928;
}

.modalTitle {
    background-color: #996928;
    color: #fff;
    padding: 5px;
    font-size: 1.5em;
}

.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}

.modal_window {
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 400px;
    height: 300px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    background: -webkit-repeating-linear-gradient(-45deg, #996928, #996928 3px, #ab844f 3px, #ab844f 5px);
    background: repeating-linear-gradient(-45deg, #996928, #996928 3px, #ab844f 3px, #ab844f 5px);
    transition: .4s;
}

    .modal_window header {
        background-color: transparent;
        filter: none;
    }

        .modal_window header h1 {
            text-align: center;
            margin: 0px 10px 0;
            padding: 0;
            box-sizing: border-box;
            font-size: 2.5rem;
            border-bottom: #996928 solid 2px;
            float: none;
            color: #212529;
        }

    .modal_window .outer {
        position: relative;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .modal_window table {
        width: 100%;
    }

    .modal_window p {
        line-height: 160%;
        text-align: center;
    }

/* ヘッダーメニューレスポンシブ対応 */
@media (max-width: 768px) {
    .headerarea {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .headerarea > h1 {
            margin-right: auto;
            margin-left: 0px;
            float: left;
        }

        .headerarea > div {
            -webkit-flex-grow: 1;
            flex-grow: 1;
            width: 50%;
            padding: 0px 10px;
        }

            .headerarea > div:nth-of-type(1) > h1 {
                float: left;
            }

            .headerarea > div:nth-of-type(2) {
                -webkit-order: 1;
                order: 1;
                width: 100%;
            }

            .headerarea > div:nth-of-type(4) {
                -webkit-order: 1;
                order: 2;
                width: 100%;
            }

    .headercontents {
        padding: 0px !important;
        display: block !important;
        text-align: right !important;
    }

    header .inline {
        margin-top: 0px !important;
    }

    #headerMenu {
        width: 100% !important;
    }

    .headerMenuContents {
        width: 50% !important;
    }

    header #headerMenu > li:nth-child {
        float: left;
    }

    header #headerMenu > li:nth-child(2) {
        float: right;
    }

    header .inline > li:first-child {
        float: left;
    }
}

@media (min-width: 768px) {
    .headerarea {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

        .headerarea > h1 {
            margin-right: auto;
            margin-left: 0px;
        }

        .headerarea > div:nth-of-type(2) {
            margin-right: auto;
        }

    .mb1rem {
        margin-bottom: 1rem;
    }

    .mt2rem {
        margin-top: 2rem;
    }

    .mb2rem {
        margin-bottom: 2rem;
    }
}



.fixedBox {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

/* オーダーテーブル表示領域調整 */
@media (min-width: 768px) {
    .orderTableScrollMain, .orderTableScrollMainMid, .orderTableScrollMainLarge {
        width: 100% !important;
    }

    .orderTableScrollMain {
        min-width: 1500px !important;
    }

    .orderTableScrollMainMid {
        min-width: 1200px !important;
    }

    .orderTableScrollMainLarge {
        min-width: 2200px !important;
    }

    .searchformTxtAreaWrap {
        width: 740px;
    }

    .searchformTxtArea textarea {
        width: 440px;
    }

    .orderTable .form-group {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    #searchArea .form-group {
        margin-bottom: 0px;
    }

    .orderTable tr:nth-child(1) {
        display: none;
    }

    .searchformMin input[type="text"] {
        padding-right: 0px;
    }

    .searchformMin {
        margin-right: 0px !important;
    }

    .orderTable input[type="checkbox"] + label {
        padding-left: 18px !important;
    }

    .searchform .btnRedMid {
        padding: 3px 8px;
    }

    .searchformTxtAreaWrap {
        width: 98%;
    }

    .searchformTxtArea, .searchformTxtArea textarea {
        width: 100%;
    }

    .btnRedMid .fa-circle-o {
        padding: 0px;
    }

    .ui-datepicker-trigger {
        padding: 3px 5px;
    }
}

.orderTable input[type="checkbox"] + label {
    top: -2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* サーチエリアClassVer */
.searchAreaCl {
    background-color: #f3ede5;
    margin: 10px auto;
    padding: 5px 10px;
    display: table;
    text-align: center;
}


    .searchAreaCl dl {
        margin: 0px auto;
        text-align: center;
    }

        .searchAreaCl dl dt, .searchAreaCl dl dd {
            display: inline-block;
            padding: 0px;
            margin: 4px 0px;
        }

        .searchAreaCl dl dd {
            margin-right: 1rem;
            padding-left: 1rem;
        }

    .searchAreaCl .form-group, .topArea .form-group {
        display: inline-block;
    }

@media (max-width: 767.98px) {
    .searchAreaCl dl dt, .searchAreaCl dl dd {
        display: block;
        float: left;
    }

    .searchAreaCl dl dt {
        clear: both;
    }
}

@media (max-width: 768px) {
    .searchAreaCl .form-group {
        margin-bottom: 0px;
    }
}


/* 掲示板所属店舗強調
-------------------------- */
.bbsMyStoreCont {
    border: solid 5px #a3102a;
}

.bbsMyStoreColor1 {
    background: rgba(255,250,205,0.5);
}
.bbsMyStoreColor2 {
    background: rgba(221,209,255,0.5);
}

/* メインコンテンツボタンレスポンシブ拡張 */
@media (max-width: 768px) {
    .btnTitle, .btnTitle > .btn {
        width: 100%;
        height: 36px;
        line-height: 36px;
    }
}

/* オーダーテーブル横スクロール表示 */
.orderTableScroll {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 2px;
}

    .orderTableScroll::-webkit-scrollbar {
        height: 12px;
    }

    .orderTableScroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .orderTableScroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }

/* SP限定、PC限定表示 */
@media (max-width: 768px) {
    .isPC {
        display: none !important;
    }
    .isSPw100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .isSP {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .isSysInfo {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .bbs-PC-Scroll {
        overflow-y: scroll;
        height: 120px;
        background-color: #FFFFFF;
    }
}

header .headerarea .inline > li {
    padding: 3px 5px;
}

/* iziModal拡張デザイン */
.izialertt, .izialertl, .izialertr, .izialertb, .iziformt, .iziforml, .iziformr, .iziformb {
    background: repeating-linear-gradient(-45deg, #996928, #996928 3px, #ab844f 3px, #ab844f 5px);
    position: absolute;
}

.izialertt {
    height: 5px;
    top: -5px;
    right: -5px;
    width: 430px;
}

.izialertb {
    height: 5px;
    bottom: -5px;
    right: -5px;
    width: 430px;
}

.izialertl {
    height: 308px;
    top: -5px;
    left: -5px;
    width: 5px;
}

.izialertr {
    height: 308px;
    top: -5px;
    right: -5px;
    width: 5px;
}

.iziformt {
    height: 5px;
    top: -5px;
    right: -5px;
    width: 610px;
}

.iziforml {
    height: 408px;
    top: -5px;
    right: -5px;
    width: 5px;
}

.iziformr {
    height: 408px;
    top: -5px;
    left: -5px;
    width: 5px;
}

.iziformb {
    height: 5px;
    bottom: -5px;
    right: -5px;
    width: 610px;
}

/* Operation Log 9100
-------------------------- */
.operationLog_sideMenu {
    background-color: #f3ede5;
    display: block !important;
    width: 350px;
    max-width: initial;
    float: left;
    position: relative;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.operationLog_main {
    float: right;
    margin-right: -350px;
    padding-right: 350px;
    padding-left: 15px;
}

@media (min-width: 769px) {
    .operationLog_main {
        width: 100%;
        min-width: 750px;
    }
}

@media (max-width: 768px) {
    .operationLog_sideMenu {
        width: 100%;
        margin-bottom: 20px;
    }

    .operationLog_main {
        float: initial;
        padding-left: initial;
        margin-top: 20px;
    }
}

.resetValign {
    vertical-align: initial;
}

@media (min-width: 768px) {
    .LogDetail {
        min-width: 350px;
    }
}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {
        opacity: 0;
        display: block;
    }

    100% {
        opacity: 1;
    }
}

div#modal div:target {
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display: block;
}




@media (max-width: 768px) {

    body.is-fixed .row {
    }

    body.is-fixed .fixItem {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        margin: 0 auto;
    }
}


.highlight {
    background-color: #FFFF00;
}


.ime_active {
    ime-mode: active;
}

.ime_inactive {
    ime-mode: inactive;
}

.ime_disabled {
    ime-mode: disabled;
}
