/* 最小化できませんでした。最小化されていないコンテンツを返します。
(58,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(278,39): run-time error CSS1046: Expect comma, found '0'
(278,43): run-time error CSS1046: Expect comma, found '/'
(283,47): run-time error CSS1046: Expect comma, found '0'
(283,51): run-time error CSS1046: Expect comma, found '/'
(284,39): run-time error CSS1046: Expect comma, found '0'
(284,43): run-time error CSS1046: Expect comma, found '/'
 */
/* Bootstrap DatePicker 休祝日の表記を設定 */
.datepicker .datepicker-days table thead tr th.dow:first-child {
    color: #f00;
}
.datepicker .datepicker-days table thead tr th.dow:last-child {
    color: #00f;
}
.datepicker .datepicker-days table tbody tr td.day.datepicker-holiday,
.datepicker .datepicker-days table tbody tr td.day.datepicker-sunday,
.datepicker .datepicker-days table tbody tr td.day.datepicker-saturday {
    font-weight: 800;
}
.datepicker .datepicker-days table tbody tr td.day.datepicker-holiday.new,
.datepicker .datepicker-days table tbody tr td.day.datepicker-holiday.old,
.datepicker .datepicker-days table tbody tr td.day.datepicker-sunday.new,
.datepicker .datepicker-days table tbody tr td.day.datepicker-sunday.old,
.datepicker .datepicker-days table tbody tr td.day.datepicker-saturday.new,
.datepicker .datepicker-days table tbody tr td.day.datepicker-saturday.old {
    font-weight: 500;
}
.datepicker .datepicker-days table tbody tr td.day.datepicker-holiday {
    color: #f00;
    text-decoration: overline;
}
.datepicker .datepicker-days table tbody tr td.day.datepicker-holiday.new,
.datepicker .datepicker-days table tbody tr td.day.datepicker-holiday.old {
    color: #f99;
}
.datepicker .datepicker-days table tbody tr td.day.datepicker-sunday {
    color: #f00;
}
.datepicker .datepicker-days table tbody tr td.day.datepicker-sunday.new,
.datepicker .datepicker-days table tbody tr td.day.datepicker-sunday.old {
    color: #f99;
}
.datepicker .datepicker-days table tbody tr td.day.datepicker-saturday {
    color: #00f;
}
.datepicker table tr td.range-start, .datepicker table tr td.range-end {
    background-color: blue !important;
}
.datepicker table tr td.range {
    background-color: #b6b9ff;
}
    .datepicker .datepicker-days table tbody tr td.day.datepicker-saturday.new,
    .datepicker .datepicker-days table tbody tr td.day.datepicker-saturday.old {
        color: #99f;
    }
/*無効日の色指定*/
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: #626060;
}
/*カレンダーメインのCSS設定*/
.cld-main {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}
    
    .cld-main a {
        color: #0080FF;
    }

    .cld-main svg {
        fill: #0080FF;
    }

.cld-datetime {
    position: relative;
    padding: 20px 0px;
    max-width: 500px;
    margin: auto;
    overflow: hidden;
}

    .cld-datetime .today {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        margin: auto;
        text-align: center;
    }

.cld-nav {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

    .cld-nav:hover {
        cursor: pointer;
    }

        .cld-nav:hover svg {
            fill: #005EFF;
        }

.cld-rwd {
    float: left;
}

.cld-fwd {
    float: right;
}

.cld-labels,
.cld-days {
    padding-left: 0;
}

.cld-label,
.cld-day {
    box-sizing: border-box;
    display: inline-block;
    width: 14.28%;
    text-align: center;
}

.cld-day {
    border: 1px solid #eee;
}

    .cld-day.today .cld-number {
        text-decoration: double;
    }

    .cld-day.disableDay {
        opacity: 0.5;
    }

    .cld-day.nextMonth,
    .cld-day.prevMonth {
        opacity: 0.33;
    }

.newEvent{
    
    color:gray;
}
.editEvent {
    background-color: #dcdcdc;
}
.missfood {
    background-color: #ffd800;
    color:black;
}
.missfooddeteil {
    background-color: #fffd94;
    color: black;
}
.regmissfood {
    background-color: #727070;
}
    .regmissfood:hover {
        cursor: pointer;
        border: 1px solid #1fbcc6;
    }
.schoolEvent {
    background-color: #f7b4f4;
}
.newmissfood {
    cursor: pointer;
}
    .newmissfood:hover {
        cursor: pointer;
        border: 1px solid #1fbcc6;
    }
.editEventNon {
    color: red;
}
.Saturday{
    color:blue;
}
.Sunday{
    color:red;
}
.holiday {
    color: #f00;
    text-decoration: overline !important;
}
.cld-number {
    position: relative;
    margin: 0;
    padding: 10px;
    border-style:solid;
    border-width:1px;
}

.cld-title {
    position: absolute;
    z-index: 5;
    display: none;
    top: 35px;
    left: 0;
    padding: 5px 10px;
    background: #fff;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    font-weight:100;
}
    .cld-title a {
        color: #0000FF;
    }

.cld-number:hover .cld-title {
    display: block;
}

.cld-title::before {
    content: '';
    position: absolute;
    top: -7.5px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid #ccc;
}

.cld-number.eventday {
    font-weight: bold;
    color: black;
}

    .cld-number.eventday:hover {
        cursor: pointer;
    }

.today .cld-number.eventday:hover {
    background: #005EFF;
}

.missfoodchusyaku {
    display: inline-block;
    position: absolute;
    margin-top: 100px;
    margin-left: 20px;
}
    .missfoodchusyaku .cld-main {
        display: inline-block;
        border: solid 1px;
        width: 35px;
        height:35px;
        margin-bottom: 10px;
    }
/* chosenセレクトボックスのデザイン調整 */
.chosen-container-single .chosen-single {
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    border-radius: 4px;
    border: 1px solid #CCC;
    background-image: none;
    background-color: #fff;
}

.chosen-container-single .chosen-single abbr {
    top: 9px;
    background: url(../lib/chosen/chosen-sprite.png) -42px 1px no-repeat;
}

.chosen-container-single .chosen-single div b {
    margin-top: 3px;
    background: url(../lib/chosen/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-multi .chosen-choices {
    border-radius: 4px;
    border: 1px solid #CCC;
    background-image: none;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-error .chosen-container a {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.chosen-container .chosen-results {
    max-height: 150px;
}
/**
 * システム固有のスタイル
 */

html {
    font-size: 1rem;
}

body {
    word-wrap: break-word;
    background-color: #fffeee;
}
/* ハイパーリンク */
a {
    color: #366092;
}

    a:hover, a:focus {
        color: #245691;
    }

/* フォント設定 */
body, .tooltip, .popover {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}

code, kbd, pre, samp {
    font-family: "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* テーブル関係 */
table {
    word-break: break-all;
}

    table.auto {
        width: auto;
    }

    table[data-click-row-to-select] > tbody > tr {
        cursor: pointer;
    }

    table.table > thead > tr > th,
    table.table > thead > tr > td,
    table.table > tbody > tr > th,
    table.table > tbody > tr > td,
    table.table > tfoot > tr > th,
    table.table > tfoot > tr > td {
        vertical-align: middle;
        white-space: nowrap;
    }

.kubun-display{
    height:44px;
}
/* フォーム */
form.inline {
    display: inline-block;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
select:focus {
    background-color: lightcyan;
}

.help-block {
    font-size: 0.925em;
}

.form-row {
    margin-right: 0px;
    margin-left: 0px;
}
.form-row:before,
.form-row:after
{
    display: table;
    content: " ";
}
.form-row:after {
    clear: both;
}

/* 印刷時設定 */
@media print {
    a[href]:after {
        content: "" !important;
    }

    abbr[title]:after {
        content: "" !important;
    }

    button {
        display: none !important;
    }

    .no-print {
        display: none !important;
    }
}

/* sticky footer */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 3rem;
}

.footer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2em;
    /*background-color: #1ba75e;*/
    background-color: #4682b4;
    color: #fff;
}

    .footer p {
        margin-top: 0.25em;
        margin-bottom: 0;
    }

/* navbar */
.nav.navbar-nav > li > a {
    padding: 15px 10px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    /*background-color: #1ba75e;*/
    background-color: #4682b4;
}

    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
    }

.navbar-toggle {
    margin-right: 22px;
    color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /*background-color: #92d050;*/
    background-color: #87ceeb;
    color: #fff;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        /*    background-color: #92d050;*/
        background-color: #87ceeb;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    /*    background-color: #92d050;*/
    background-color: #87ceeb;
}

.navbar-default .navbar-text {
    color: #ccc;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0;
    border-right: 1px solid #3e6fa8;
    border-left: 1px solid #2f5480;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.navbar-nav > li > .navbar-text {
    display: block;
    margin: 0;
    padding: 10px 15px;
}

@media all and (max-width: 767px) {
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-collapse {
        background-color: #74A68C;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        /*background-color: #1ba75e;*/
        background-color: #4682b4;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        /*background-color: #1ba75e;*/
        background-color: #4682b4;
    }

    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #eee;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #366092;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #245691;
            }
}

@media all and (min-width: 768px) {
    .navbar-nav > li > .navbar-text {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media all and (min-width: 992px) {
    .nav.navbar-nav {
        font-size: 1.125rem;
    }

    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        font-size: 1.75rem;
    }
}

/* ログインユーザー情報 */
ul.userinfo li.dropdown-text {
    text-align: right;
}

ul.userinfo li.dropdown-header,
ul.userinfo li.dropdown-text {
    padding: 0.25rem 20px;
}


/* パンくずリスト */
.breadcrumbs {
    background-color: #fff;
    font-size: 1rem;
}

.breadcrumb > .active {
    color: #333;
}

.breadcrumbs .breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
}

    .breadcrumbs .breadcrumb > li + li::before {
        content: "\00BB";
    }

@media all and (max-width: 767px) {
    .breadcrumb > li {
        display: block;
    }
}

/* btn-lg */
@media all and (max-width: 767px) {
    .btn.btn-lg {
        display: block;
        width: 100%;
    }
}
/* no-gutters */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

/* ヘッダーナビ内のドロップダウンメニュー */
ul.nav.navbar-nav > li.dropdown > ul.dropdown-menu {
    min-width: 272px;
}

    ul.nav.navbar-nav > li.dropdown > ul.dropdown-menu > li.dropdown-header {
        font-size: 14px;
        font-weight: bold;
    }

    ul.nav.navbar-nav > li.dropdown > ul.dropdown-menu > li.dropdown-text {
        padding: 1px 20px;
    }

/* タブパネル */
.panel-heading > .nav-tabs {
    border-bottom: none;
    margin-bottom: -10px;
}

/* IMEを有効化 */
.ime-active {
    -ms-ime-mode: active;
    ime-mode: active;
}

/* IMEを無効化 */
.ime-disabled,
input[data-type="numeric"],
input[data-type="integer"],
input[data-type="digits"],
input[data-type="decimal"],
input[data-type="phone"],
input[data-type="postcode"] {
    -ms-ime-mode: disabled;
    ime-mode: disabled;
}

    /* 右寄せ */
    input[data-type="numeric"]:not(:focus),
    input[data-type="integer"]:not(:focus),
    input[data-type="long"]:not(:focus),
    input[data-type="decimal"]:not(:focus) {
        text-align: right;
    }
/* 右寄せ時のIE10のバグ対応 */
@media all and (-ms-high-contrast: none) {
    input[data-type="numeric"]:not(:focus),
    input[data-type="integer"]:not(:focus),
    input[data-type="long"]:not(:focus),
    input[data-type="decimal"]:not(:focus) {
        /* IE10の場合のみ右寄せしない */
        text-align: left\9;
    }
}

/* STEP表示用 */
ul.steps {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    ul.steps > li:not(.divider) {
        display: block;
        text-align: center;
        border: 0.25rem solid #fff;
        border-radius: 0.5rem;
        background-color: #ccc;
        color: #666;
        margin: 3px 5px;
        padding: 0.75rem;
    }

        ul.steps > li:not(.divider).active {
            background-color: #f7b235;
            color: #333;
        }

    ul.steps > li.divider {
        display: inline-block;
    }

@media all and (max-width: 767px) {
    ul.steps {
        margin: 0.5rem 0.5rem 1rem 0.5rem;
    }

        ul.steps > li:not(.divider) {
            padding: 0.25rem 1rem;
        }

        ul.steps > li.divider {
            border: 0.6rem solid transparent;
            border-top: 0.6rem solid #f69200;
            margin-bottom: -0.6rem;
        }
}

@media all and (min-width: 768px) {
    ul.steps {
        margin: 0.5rem 0 1rem 0;
        /* for IE10 */
        display: -ms-flexbox;
        -ms-flex-direction: row;
        -ms-flex-align: center;
        -ms-flex-wrap: wrap;
        -ms-flex-pack: start;
        /* for Safari */
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        -webkit-align-items: center;
        -webkit-align-content: center;
        -webkit-justify-content: flex-start;
        /* for other browser */
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }

        ul.steps > li:not(.divider) {
            -ms-flex: 0 0 auto; /* for IE10 */
            -webkit-flex: 0 0 auto; /* for Safari */
            flex: 0 0 auto; /* for other browser */
            align-self: stretch;
            width: 162.5px;
        }

        ul.steps.small > li:not(.divider) {
            width: 10rem;
        }

        ul.steps > li.divider {
            border: 10px solid transparent;
            border-left: 10px solid #f69200;
            margin-right: -10px;
        }
}

@media all and (min-width: 992px) {
    ul.steps > li:not(.divider) {
        width: 200px;
    }
}

/**
 * 汎用クラス定義
 */
.w-full {
    width: 100% !important;
}

.w10 {
    width: 10px !important;
}

.w20 {
    width: 20px !important;
}

.w25 {
    width: 25px !important;
}

.w30 {
    width: 30px !important;
}

.w35 {
    width: 35px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w75 {
    width: 75px !important;
}

.w80 {
    width: 80px !important;
}

.maxW80 {
    max-width: 80px !important;
}

.w85 {
    width: 85px !important;
}

.w90 {
    width: 90px !important;
}

.w100 {
    width: 100px !important;
}

.maxW100 {
    max-width: 100px !important;
}

.w105 {
    width: 105px !important;
}

.w110 {
    width: 110px !important;
}



.maxW110 {
    max-width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w125 {
    width: 125px !important;
}

.w140 {
    width: 140px !important;
}

.w150 {
    width: 150px !important;
}

.maxW150 {
    max-width: 150px !important;
}

.w160 {
    width: 160px !important;
}

.w175 {
    width: 175px !important;
}

.w200 {
    width: 200px !important;
}

.w225 {
    width: 225px !important;
}

.w250 {
    width: 250px !important;
}

.w270 {
    width: 270px !important;
}

.w300 {
    width: 300px !important;
}

.w350 {
    width: 350px !important;
}

.w400 {
    width: 400px !important;
}

.w450 {
    width: 450px !important;
}

.w470 {
    width: 470px !important;
}

.w500 {
    width: 500px !important;
}

.w550 {
    width: 550px !important;
}

.w600 {
    width: 600px !important;
}

.w650 {
    width: 650px !important;
}

.w700 {
    width: 700px !important;
}

.w750 {
    width: 750px !important;
}

.w800 {
    width: 800px !important;
}

.m-t0 {
    margin-top: 0 !important;
}

.m-ra {
    margin-right: auto !important;
}

.m-la {
    margin-left: auto !important;
}

.m-r0 {
    margin-right: 0 !important;
}

.m-b0 {
    margin-bottom: 0 !important;
}

.m-l0 {
    margin-left: 0 !important;
}

.m-t5 {
    margin-top: 5px !important;
}

.m-r5 {
    margin-right: 5px !important;
}

.m-b5 {
    margin-bottom: 5px !important;
}

.m-l5 {
    margin-left: 5px !important;
}

.m-t10 {
    margin-top: 10px !important;
}

.m-r10 {
    margin-right: 10px !important;
}

.m-b10 {
    margin-bottom: 10px !important;
}

.m-l10 {
    margin-left: 10px !important;
}

.m-t15 {
    margin-top: 10px !important;
}

.m-r15 {
    margin-right: 10px !important;
}

.m-b15 {
    margin-bottom: 10px !important;
}

.m-l15 {
    margin-left: 10px !important;
}

.m-t20 {
    margin-top: 20px !important;
}

.m-r20 {
    margin-right: 20px !important;
}

.m-b20 {
    margin-bottom: 20px !important;
}

.m-l20 {
    margin-left: 20px !important;
}

.p-t0 {
    padding-top: 0 !important;
}

.p-r0 {
    padding-right: 0 !important;
}

.p-b0 {
    padding-bottom: 0 !important;
}

.p-l0 {
    padding-left: 0 !important;
}

.p-t5 {
    padding-top: 5px !important;
}

.p-r5 {
    padding-right: 5px !important;
}

.p-b5 {
    padding-bottom: 5px !important;
}

.p-l5 {
    padding-left: 5px !important;
}

.p-t8 {
    padding-top: 8px !important;
}

.p-r8 {
    padding-right: 8px !important;
}

.p-b8 {
    padding-bottom: 8px !important;
}

.p-l8 {
    padding-left: 8px !important;
}

.p-t10 {
    padding-top: 10px !important;
}

.p-r10 {
    padding-right: 10px !important;
}

.p-b10 {
    padding-bottom: 10px !important;
}

.p-l10 {
    padding-left: 10px !important;
}

.p-t15 {
    padding-top: 15px !important;
}

.p-r15 {
    padding-right: 15px !important;
}

.p-b15 {
    padding-bottom: 15px !important;
}

.p-l15 {
    padding-left: 15px !important;
}

.p-t20 {
    padding-top: 20px !important;
}

.p-r20 {
    padding-right: 20px !important;
}

.p-b20 {
    padding-bottom: 20px !important;
}

.p-l20 {
    padding-left: 20px !important;
}



.RED {
    color: #f00;
}

ul.inline {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.inline li {
        display: inline-block;
        margin: 0;
        padding: 0 0.25rem;
    }

.panel-default {
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #bbdbf3;
        border-color: #00608d;
    }

    .panel-default > .panel-footer {
    }


/* 画面タイトル用 */
.titlebar {
    color: #4682b4;
    padding: 1rem 0.5rem;
    border: 3px solid #4682b4;
    background-color: #fff;
    border-radius: 0.5rem;
    background-repeat: no-repeat;
    background-position: right 1rem top 0.25rem;
    background-size: auto 5.5rem;
}
h2.titlebar {
    font-size: 1.25rem;
    color: #4682b4;
    font-weight: bold;
    padding: 1rem 0.5rem;
    border: 3px solid #4682b4;
    background-color: #fff;
    border-radius: 0.5rem;
    background-repeat: no-repeat;
    background-position: right 1rem top 0.25rem;
    background-size: auto 5.5rem;
}

    .titlebar.top {
        background-image: url(../img/top.png);
    }

    .titlebar.collect {
        background-image: url(../img/school_icon.png);
    }

    .titlebar.payroll {
        background-image: url(../img/payroll.png);
    }

    .titlebar.mailseal {
        background-image: url(../img/mailseal.png);
    }

    .titlebar.manage {
        background-image: url(../img/manage.png);
    }

    .titlebar.system {
        background-image: url(../img/system.png);
    }

    .titlebar.lunch {
        background-image: url(../img/lunch2.png);
        background-size: auto 4rem;
    }

h4.titlebar {
    font-size: 1.25rem;
    margin: 0.75rem 0;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 2rem solid #92d050;
    border-bottom: 1px solid #92d050;
}

/* ログイン画面パネル */
.panel.panel-home {
    border-color: #999;
}

    .panel.panel-home > .panel-heading {
        padding: 5px 15px;
        background-color: #f0f8ff;
        color: #006699;
        border-color: #999;
    }

        .panel.panel-home > .panel-heading > h4 {
            margin-top: 5px;
            margin-bottom: 5px;
            font-weight: bold;
        }

.panel-home > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #999;
}

.panel-home > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #999;
}

/* ログイン画面 お知らせ */
blockquote.notification {
    font-size: inherit;
    margin-left: 15px;
    padding-top: 0;
    border: 0 none transparent;
}

/* 完了画面メッセージ用 */
.complete {
    font-size: 1.1rem !important;
    font-weight: bold;
    color: #418ab3;
}

/* アクションボタン */
.actions {
    margin-top: 2rem;
}

.buttons {
    margin-top: 0px;
    margin-bottom: 5px;
}
.buttons > .pull-right > label {
    padding-top: 9px;
}

.button-bottom {
    margin-bottom: 1rem;
}

.buttons:after {
    clear: both;
}

/* フォームバリデーションエラーメッセージ */
#ValidationErrors.panel.panel-danger {
}

    #ValidationErrors.panel.panel-danger > .panel-heading {
        color: #fff;
        background-color: #c33;
        border-color: #933;
    }

        #ValidationErrors.panel.panel-danger > .panel-heading > .panel-title {
            font-size: 1.25rem;
        }

        #ValidationErrors.panel.panel-danger > .panel-heading .close {
            color: #fff;
            opacity: 0.5;
        }

            #ValidationErrors.panel.panel-danger > .panel-heading .close:hover,
            #ValidationErrors.panel.panel-danger > .panel-heading .close:focus {
                opacity: 0.75;
            }

    #ValidationErrors.panel.panel-danger > .panel-body ul {
        margin-bottom: 0;
        padding-left: 2rem;
        font-size: 1rem;
    }

        #ValidationErrors.panel.panel-danger > .panel-body ul > li {
            color: #900;
        }

/* トップメニューボタン */
.btn-top-menu {
    display: block;
    margin: 1rem 0;
    padding: 7.5rem 0 1rem 0;
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
    font-size: 1.5rem;
    color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 1rem;
    background-size: auto 5.5rem;
}

    .btn-top-menu:hover {
        background-color: #a1d8e2;
    }

    .btn-top-menu.collect {
        background-image: url('../img/collect.png');
    }

    .btn-top-menu.payroll {
        background-image: url('../img/payroll.png');
    }

    .btn-top-menu.mailseal {
        background-image: url('../img/mailseal.png');
    }

    .btn-top-menu.manage {
        background-image: url('../img/manage.png');
    }

    .btn-top-menu.system {
        background-image: url('../img/system.png');
    }

    .btn-top-menu.student {
        background-image: url('../img/student.png');
    }

    .btn-top-menu.admission {
        background-image: url('../img/admission.png');
    }

    .btn-top-menu.lunch {
        background-image: url('../img/lunch2.png');
    }

    .btn-top-menu.moneypayroll {
        background-image: url('../img/moneypayroll.png');
    }

    .btn-top-menu.printer {
        background-image: url('../img/printer.png');
    }

    .btn-top-menu.bank {
        background-image: url('../img/bank.png');
    }

    .btn-top-menu.pay {
        background-image: url('../img/pay.png');
    }

    .btn-top-menu.return {
        background-image: url('../img/return.png');
    }

    .btn-top-menu.update {
        background-image: url('../img/update.png');
    }

    .btn-top-menu.netbank {
        background-image: url('../img/netbank.png');
    }

    .btn-top-menu.bussinessform {
        background-image: url('../img/bussinessform.png');
    }

    .btn-top-menu.levyanditem {
        background-image: url('../img/levyanditem.png');
    }

    .btn-top-menu.outgo {
        background-image: url('../img/outgo.png');
    }

    .btn-top-menu.payback {
        background-image: url('../img/payback.png');
    }

    .btn-top-menu.notice {
        background-image: url('../img/notice.png');
    }

    .btn-top-menu.reference {
        background-image: url('../img/collect-check.png');
    }

    .btn-top-menu.datamigration {
        background-image: url('../img/datamigration.png');
    }

    /*画像は仮置き*/
    .btn-top-menu.finance {
        background-image: url('../img/payroll.png');
    }

@media all and (max-width: 767px) {
    .btn-top-menu:focus {
        background-color: #6495ed;
    }
}

/* 標準テーブル */
table.table-default > thead {
    background-color: #68a4d9;
    color: #ffffff;
}

table.table-default > tbody {
    background-color: #fff;
}

    table.table-default > thead > tr > th,
    table.table-default > tbody > tr > th,
    table.table-default > tfoot > tr > th,
    table.table-default > thead > tr > td,
    table.table-default > tbody > tr > td,
    table.table-default > tfoot > tr > td {
        border: 0 none transparent;
    }

table.table-default.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

table.table-default.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

table.table-default.table-hover > tbody > tr:hover {
    background-color: #cef;
}

table.table-default > tbody > tr > th {
    background-color: #ffe699;
    padding-left: 2rem;
    padding-right: 2rem;
}

table.table-default > tbody > tr.deactive > td {
    background-color: #eee;
}

@media all and (max-width: 767px) {
    .table-responsive {
        border: 0px none transparent;
    }
}

table.table-bordered > thead:first-child > tr:first-child > th,
table.table-bordered > thead:first-child > tr:first-child > td,
table.table-bordered > thead > tr > th,
table.table-bordered > thead > tr > td,
table.table-bordered > tbody > tr > th,
table.table-bordered > tbody > tr > td,
table.table-bordered > tfoot > tr > th,
table.table-bordered > tfoot > tr > td {
    border: 1px solid #333;
}

@media all and (max-width: 767px) {
    .table-responsive > table.table-bordered > thead > tr > th:first-child,
    .table-responsive > table.table-bordered > thead > tr > td:first-child,
    .table-responsive > table.table-bordered > thead > tr > th:last-child,
    .table-responsive > table.table-bordered > thead > tr > td:last-child,
    .table-responsive > table.table-bordered > tbody > tr > th:first-child,
    .table-responsive > table.table-bordered > tbody > tr > td:first-child,
    .table-responsive > table.table-bordered > tbody > tr > th:last-child,
    .table-responsive > table.table-bordered > tbody > tr > td:last-child,
    .table-responsive > table.table-bordered > tfoot > tr > th:first-child,
    .table-responsive > table.table-bordered > tfoot > tr > td:first-child,
    .table-responsive > table.table-bordered > tfoot > tr > th:last-child,
    .table-responsive > table.table-bordered > tfoot > tr > td:last-child,
    .table-responsive > table.table-bordered > tbody > tr:last-child > th,
    .table-responsive > table.table-bordered > tbody > tr:last-child > td,
    .table-responsive > table.table-bordered > tfoot > tr:last-child > th,
    .table-responsive > table.table-bordered > tfoot > tr:last-child > td {
        border: 1px solid #333;
    }
}

.td_break {
    /* テーブルのtd内で改行を許可 */
    white-space: pre !important;
    word-wrap: break-word !important;
}

/* コンテンツ */
.content {
    font-size: 0.95rem;
    padding: 0.25rem 0.5rem;
}

/* ページネーション */
.pagination {
    margin: 10px 0;
}

    .pagination > li > a,
    .pagination > li > span {
        /* padding: 3px 7px; */
    }

    .pagination.pagination-lg > li > a,
    .pagination.pagination-lg > li > span {
        padding: 8px 15px;
    }

/* bootstrap toggle */
.toggle.default,
.toggle-on.default,
.toggle-off.default {
    border-radius: 5px;
}

    .toggle.default .toggle-handle {
        border-radius: 5px;
        width: 40px;
    }

/* データ定義リスト */
dl.dl-horizontal {
    margin-bottom: 0;
}

    dl.dl-horizontal > dt,
    dl.dl-horizontal > dd {
        line-height: 30px;
    }

    dl.dl-horizontal > dt {
        background-color: #ccc;
        padding-right: 0.5rem;
    }

    dl.dl-horizontal > dd {
        padding-left: 10px;
    }

        dl.dl-horizontal > dd:not(:last-child) {
            margin-bottom: 10px;
        }

@media all and (min-width: 768px) {
    dl.dl-horizontal dt {
        width: 240px;
    }

    dl.dl-horizontal dd {
        margin-left: 240px;
    }
}

/* メニューボタン用 */
/*.btn-service-menu {
    position: relative;
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
    background-color: #fff;
    padding: 5rem 0 0.5rem 0;
    font-size: 1rem;
    background-repeat: no-repeat;
    background-position: center 0.75rem;
    background-size: auto 4rem;
    margin-bottom: 20px;
}*/

.btn-service-menu_sample {
    position: relative;
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
    background-color: #fff;
    padding: 1rem 0 1rem 0;
    font-size: 1rem;
    color: #000;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

/*.btn-service-menu:hover {
    background-color: #87ceeb;
}*/

.btn-service-menu_sample:hover {
    background-color: #a1d8e2;
}

/*@media all and (max-width: 767px) {
    .btn-service-menu {
        padding: 0.5rem 0 0.5rem 4.5rem;
        border-radius: 0;
        margin-bottom: 20px;
    }

        .btn-service-menu:focus {
            background-color: #87ceeb;
        }
}*/

div.login {
    padding: 5px 10px;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    background-color: wheat;
}

/* ドラッグアンドドロップ */
form[data-drag-drop] .drag-drop-container {
    border: 2px dotted #000;
    text-align: center;
    margin: 0;
    padding: 1rem 0;
    background-color: #fff;
}

    form[data-drag-drop] .drag-drop-container .drag-drop-icon {
        display: inline;
        vertical-align: middle;
    }

    form[data-drag-drop] .drag-drop-container .drag-drop-content {
        display: inline-block;
        vertical-align: middle;
    }

    form[data-drag-drop] .drag-drop-container.dragover {
        background-color: yellow;
    }

/* モーダルダイアログ */
@media all and (min-width: 768px) {
    /* モーダルダイアログのカスタムサイズを定義 */
    .modal-semi-sm {
        width: 450px;
    }
}

@media (min-width: 1080px) {
    .modal-lg-1080 {
        width: 1080px;
    }
}

/* 権限設定ボタン用 */
.btn-acount {
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: #f9dad4 url("../img/account.png") no-repeat;
    background-size: 75px 75px;
    background-position: 50% 15%;
}

    .btn-acount a:hover {
        border-radius: 10px;
        background: #f6c7be url("../img/account.png") no-repeat;
        background-size: 75px 75px;
        background-position: 50% 15%;
    }

    .btn-acount a, .btn-acount p {
        display: block;
        color: #000000;
        text-decoration: none;
        padding-top: 85px;
        padding-bottom: 10px;
    }

/* 検索条件 */
.condition-container {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background-color: #fff;
}

    .condition-container > header {
        background-color: #eee;
        clear: both;
    }

        .condition-container > header .condition-title {
            display: block;
            margin: 0 5px;
            padding: 5px 15px;
            font-size: 16px;
        }

            .condition-container > header .condition-title > .remarks {
                color: #666;
                padding-top: 1px;
                padding-bottom: 1px;
                font-size: 14px;
                float: right;
            }

    .condition-container > .condition-body {
        border-top: 1px solid #ccc;
    }

        .condition-container > .condition-body > .form-group {
            margin: 5px;
        }

        .condition-container > .condition-body > footer {
            border-top: 1px solid #ccc;
            padding: 2px 20px;
            background-color: #eee;
        }

            .condition-container > .condition-body > footer > .btn {
                min-width: 100px;
            }

.file-upload-btn {
    position: relative;
}

.file-upload-data {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* 2行目以降を字下げ */
.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.subtitle {
    padding: 1.5rem 0 1rem 0;
}

.titlespace {
    padding: 3.5rem 0 0 0;
}

.right {
    text-align: right;
}

fieldset {
    border: 1px solid #0070C0;
    border-radius: 12px;
    display: block;
    padding: 5px;
    margin: 7.5px 10px;
}

    fieldset .row {
        margin: 5px 0;
    }

legend {
    width: 120px;
    text-align: -webkit-center;
    padding: 2px 8px;
    font-size: 14px;
    color: #0070C0;
    border: 1px solid #0070C0;
    border-radius: 6px;
    margin-bottom: 0;
}

.col-sm-12 > .form-group {
    margin: 5px;
}

.required:before {
    content: "*";
    color: chocolate;
}

input[type="text"].required,
input[type="password"].required,
input[type="search"].required,
input[type="tel"].required,
input[type="url"].required,
input[type="email"].required,
input[type="datetime"].required,
input[type="date"].required,
input[type="time"].required,
input[type="datetime-local"].required,
input[type="number"].required,
input[type="range"].required,
input[type="color"].required,
input[type="file"].required,
textarea.required,
select.required {
    background-color: #FFFFCC;
}


input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

@media all and (min-width: 768px) {
    .col-custom {
        width: 18.75%;
        float: left;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (min-width: 768px) {
    .col-custom2 {
        width: 22%;
        float: left;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.sum-text {
    height: 35px;
}


.jbox-radio-input input[type="radio"] {
    display: none;
}

    .jbox-radio-input input[type="radio"] + span {
        display: inline-block;
        border-radius: 15px;
        background: none;
        border: 1px solid #dfdfdf;
        padding: 0px 10px;
        text-align: center;
        height: 35px;
        line-height: 33px;
        font-weight: 500;
        cursor: pointer;
    }

    .jbox-radio-input input[type="radio"]:checked + span {
        border: 1px solid #23a3a7;
        border-radius: 15px;
        background: #23a3a7;
        color: #fff;
    }


.textbox-search {
    position: relative;
    width: 300px;
}

.textbox-search-input {
    width: 70px;
    height: 32px;
    font-size: 15px;
    border: 0;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
    background-color: rgb(211, 235, 223);
}

.textbox-students-search {
    position: relative;
    width: 300px;
}

.textbox-students-search-input {
    width: 200px;
    font-size: 15px;
    border: 0;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
    background-color: rgb(211, 235, 223);
}


.students-text-css:before {
    color: #ef0a3f;
    content: "中止";
    font-size: 1.5em;
    margin: -.6em 0 -1em 0;
    position: absolute;
    opacity: 0.5;
}

.checkbox-inline label {
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 20px;
}

/* 給食費システム */
/**生徒ポータル調整**/
section#customer-main {
    width: auto;
    border: 1px solid #538DD5;
    background-color: #fafaf6;
}

    section#customer-main section {
        background-color: #FFFFE5;
        border: 1px solid #FFD85B;
        margin: 10px;
        font-size: 16px;
        padding: 0;
    }

        section#customer-main section .row {
            margin: auto;
        }

        section#customer-main section#customer-info {
            background-color: #E8F4F8;
            border: 1px solid #4BACC6;
        }

        section#customer-main section > h2 {
            color: #333;
            background-color: #FFFF9F;
            border-bottom: 1px solid #FFD85B;
            font-weight: normal;
            font-size: 14px;
            padding: 5px 15px;
            margin-top: 0;
            margin-bottom: 15px;
        }

            section#customer-main section > h2 > span {
                display: inline-block;
                color: #333;
                background-color: #FFFFE5;
                border: 1px solid #FFD85B;
                border-radius: 12px;
                font-weight: normal;
                font-size: 14px;
                padding: 3px 15px;
            }

        section#customer-main section#customer-info > h2 {
            background-color: #C6D9F1;
            border: none;
            font-weight: normal;
            font-size: 20px;
            padding: 10px 15px;
            margin-top: 0;
            margin-bottom: 15px;
        }

        /* マップ表示部の調整 */
        section#customer-main section#customer-info div.container-fluid {
            padding-left: 0;
        }

            section#customer-main section#customer-info div.container-fluid > div {
                padding-left: 0;
            }

            section#customer-main section#customer-info div.container-fluid div.row > div > div {
                padding-left: 23px;
                padding-right: 0;
            }

        section#customer-main section#customer-charge-info ul {
            list-style: none;
        }

#customer-memo > section {
    min-height: 108px;
}

section#customer-closing-date section > h2 {
    font-size: 16px;
    line-height: 24px;
}

section.customer-portal-details > h2 {
    font-size: 12px;
}

section.customer-portal-details > section > h2 > a.title {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-decoration: underline;
}

    section.customer-portal-details > section > h2 > a.title:before {
        content: "▶";
    }

section#customer-nego-info > section > h2 > span,
section#trade-negotiation > section > h2 > span {
    font-size: 14px;
}

    section#customer-nego-info > section > h2 > span > span,
    section#trade-negotiation > section > h2 > span > span {
        font-size: 18px;
    }


section#customer-payment span.collection-info {
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    width: 670px;
    border-bottom: 1px solid #333;
}

    section#customer-payment span.collection-info span.collection-title {
        font-weight: bold;
    }

    section#customer-payment span.collection-info span.collection-amount {
        display: inline-block;
        width: 200px;
        text-align: right;
        padding-right: 5em;
    }

section.customer-portal-details table thead {
    background-color: #A6A6A6;
}

section.customer-portal-details table th, td {
    white-space: pre-wrap;
}

h1.page-title {
    color: #fff;
    background-color: #538DD5;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 15px;
}

.missing-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 14px;
}

/* 縦スクロールテーブル用 */
thead.scrollHead, tbody.scrollBody {
    display: block;
}

tbody.scrollBody {
    overflow-y: scroll;
    height: auto;
    max-height: 530px;
}

    tbody.scrollBody.min {
        max-height: 125px;
    }

@media screen and (min-width:1200px) {
    /* scrollBodyと同じくtbodyに設定で、tdの幅固定・tdを超えた文字が隠れる(マウスドラッグで表示) */
    /* レスポンシブにできないため、ウィンドウサイズがlgの場合のみ適用 */
    tbody.scrollBody_tdFix tr td {
        display: inline-block;
        overflow-x: scroll !important;
        -ms-overflow-style: none;
    }

        tbody.scrollBody_tdFix tr td::-webkit-scrollbar {
            display: none;
        }
}

/* 縦横スクロールテーブル用 */
.xyscrollArea {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

    .xyscrollArea .table {
        float: left;
        border: 0;
        margin-bottom: 0;
    }

    .xyscrollArea .row {
        margin: 0;
    }

    .xyscrollArea .xholdArea {
        width: 16px;
        overflow: hidden;
    }

    .xyscrollArea .xheaderArea {
        overflow: hidden;
    }

    .xyscrollArea .dataArea {
        overflow-x: auto;
        overflow-y: scroll;
    }

    .xyscrollArea .xfooterArea {
        overflow-x: auto;
        overflow-y: hidden;
        background-color: #FFEDAB;
    }

section#Student-missingFood-info > section > h2 > span,
section#Student-nego-info > section > h2 > span {
    font-size: 14px;
}

/*請求一覧*/
div.payment-Amount {
    border: dotted;
    border-radius: 15px;
    border-color: #20819e;
    padding: 10px 10px;
}
/* アウトラインボタン（プライマリ） */
.btn.btn-outline-primary {
    color: #337ab7;
    background-color: #fafaf6;
    border-color: #337ab7;
    border-width: 1px;
    font-weight: bold;
}

    .btn.btn-outline-primary:hover {
        color: #FFF;
        background-color: #337ab7;
    }

/* アウトラインボタン（赤） */
.btn.btn-outline-danger {
    color: #dc3545;
    background-color: #fafaf6;
    border-color: #dc3545;
    border-width: 1px;
    font-weight: bold;
}

    .btn.btn-outline-danger:hover {
        color: #FFF;
        background-color: #dc3545;
        border-color: #dc3545;
        font-weight: bold;
    }

    .btn.btn-outline-danger:active {
        color: #FFF;
        background-color: #c12e3c;
        font-weight: bold;
    }
/* アウトラインボタン（青） */
.btn.btn-outline-blue {
    color: #4BACC6;
    background-color: #fafaf6;
    border-color: #4BACC6;
    border-width: 1px;
    font-weight: bold;
}

    .btn.btn-outline-blue:hover {
        color: #FFF;
        background-color: #4BACC6;
        border-color: #4BACC6;
        font-weight: bold;
    }

    .btn.btn-outline-blue:active {
        color: #FFF;
        background-color: #4BACC6;
        font-weight: bold;
    }
/* ボタン（黄緑色白文字） */
.btn.btn-yellow-green {
    color: #FFF;
    background-color: #92D050;
    border-color: #357D91;
    border-width: 1px;
}

    .btn.btn-yellow-green:hover {
        color: #FFF;
        background-color: #85bd49;
        border-color: #357D91;
    }

    .btn.btn-yellow-green:active {
        color: #FFF;
        background-color: #76a544;
    }
/*ボタン：ダーク*/
.btn.btn-dark {
    color: #fff;
    background-color: #939393;
    border-color: grey;
}

    .btn.btn-dark:hover {
        color: #fff;
        background-color: #585757;
        border-color: #1d2124;
    }

    .btn.btn-dark.focus, .btn.btn-dark:focus {
        color: #fff;
        background-color: #585757;
        border-color: #1d2124;
        box-shadow: 0px 0px 0px 0.2rem rgba(82,88,93,0.5);
    }
/* ボタン（青色白文字） */
.btn.btn-aqua-blue {
    color: #FFF;
    background-color: #4BACC6;
    border-color: #357D91;
    border-width: 1px;
}

    .btn.btn-aqua-blue:hover {
        color: #FFF;
        background-color: #4a99af;
        border-color: #357D91;
    }

    .btn.btn-aqua-blue:active {
        color: #FFF;
        background-color: #357D91;
    }
/* ボタン（ピンク） */
.btn.btn-pink {
    color: #FFF;
    background-color: #FF99CC;
    border-color: #FF99CC;
    border-width: 1px;
    font-weight: bold;
}

    .btn.btn-pink:hover {
        color: #FFF;
        background-color: #FF69B4;
        border-color: #FF69B4;
        font-weight: bold;
    }

    .btn.btn-pink:active {
        color: #FFF;
        background-color: #FF3399;
        font-weight: bold;
    }

.tfoot {
    background-color: #FFEDAB;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

    #loading .loadingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        background-image: url('../img/loading.gif');
        background-repeat: no-repeat;
        background-color: rgba(255,255,255,0.8);
        background-position: center;
    }

/* 給食費システム */
/**業者ポータル調整**/
section#supplier-main {
    width: auto;
    border: 1px solid #538DD5;
}

    section#supplier-main section {
        background-color: #FFFFE5;
        border: 1px solid #FFD85B;
        margin: 10px;
        font-size: 16px;
        padding: 0;
    }

        section#supplier-main section .row {
            margin: auto;
        }

        section#supplier-main section#supplier-info {
            background-color: #E8F4F8;
            border: 1px solid #4BACC6;
        }

        section#supplier-main section > h2 {
            color: #333;
            background-color: #FFFF9F;
            border-bottom: 1px solid #FFD85B;
            font-weight: normal;
            font-size: 14px;
            padding: 5px 15px;
            margin-top: 0;
            margin-bottom: 15px;
        }

            section#supplier-main section > h2 > span {
                display: inline-block;
                color: #333;
                background-color: #FFFFE5;
                border: 1px solid #FFD85B;
                border-radius: 12px;
                font-weight: normal;
                font-size: 14px;
                padding: 3px 15px;
            }

        section#supplier-main section#supplier-info > h2 {
            background-color: #C6D9F1;
            border: none;
            font-weight: normal;
            font-size: 20px;
            padding: 10px 15px;
            margin-top: 0;
            margin-bottom: 15px;
        }

        /* マップ表示部の調整 */
        section#supplier-main section#supplier-info div.container-fluid {
            padding-left: 0;
        }

            section#supplier-main section#supplier-info div.container-fluid > div {
                padding-left: 0;
            }

            section#supplier-main section#supplier-info div.container-fluid div.row > div > div {
                padding-left: 23px;
                padding-right: 0;
            }

        section#supplier-main section#supplier-charge-info ul {
            list-style: none;
        }

#supplier-memo > section {
    min-height: 108px;
}

section#supplier-closing-date section > h2 {
    font-size: 16px;
    line-height: 24px;
}

section.supplier-portal-details > h2 {
    font-size: 12px;
}

section.supplier-portal-details > section > h2 > a.title {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-decoration: underline;
}

    section.supplier-portal-details > section > h2 > a.title:before {
        content: "▶";
    }

section.supplier-portal-details table thead {
    background-color: #A6A6A6;
}

section.supplier-portal-details table th, td {
    white-space: pre-wrap;
}
.box11 {
    margin: 2em auto;
    padding: 1em;
    width: 90%;
    color: #666; /* 文字色 */
    background-color: #f7f7f7; /* 背景色 */
    border: 1px solid #ccc; /* 枠線 */
}

.mongon {
    color: red;
    margin-left: 170px;
    white-space: nowrap;
}

.mongon-recep {
    margin-left: 200px;
}

@media screen and (max-width:768px) {
    .mongon {
        color: red;
        margin-left: 0px;
        white-space: nowrap;
    }
}

@media screen and (max-width:992px) {
    th.fixed1, td.fixed1 {
        position: static;
    }

    th.fixed2, td.fixed2 {
        position: static;
    }

    th.fixed3, td.fixed3 {
        position: static;
    }

    th.fixed4, td.fixed4 {
        position: static;
    }

    th.fixed5, td.fixed5 {
        position: static;
    }

    th.fixed6, td.fixed6 {
        position: static;
    }

    th.fixed7, td.fixed7 {
        position: static;
    }

    th.fixed8, td.fixed8 {
        position: static;
    }

    th.fixed9, td.fixed9 {
        position: static;
    }

    th.fixed10, td.fixed10 {
        position: static;
    }

    th.fixed11, td.fixed11 {
        position: static;
    }

    th.fixed12, td.fixed12 {
        position: static;
    }

    th.fixed13, td.fixed13 {
        position: static;
    }

    th.fixed14, td.fixed14 {
        position: static;
    }

    th.fixed15, td.fixed15 {
        position: static;
    }

    th.fixed16, td.fixed16 {
        position: static;
    }
}

.disable {
    pointer-events: none;
}
.SchoolEventMongon {
    color: red;
    margin-right: 150px;
    display: inline-block;
}

.SubjectDetailId_Select .SubjectDetailId_Select_Total
, .SubjectDetailId_Select_DisableTotal .SubjectDetailId_Select_Total {
    background-color: aquamarine;
}
/* chosenプルダウン内のoptionにチェックマーク */
.c_chosen_check:after {
    position: absolute;
    content: "✔";
    right: 10px;
    color: greenyellow;
    text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;
}

.summary_span {
    border: 1px solid transparent;
    border-radius: 2px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 6px 12px;
}

.textarea_vertical {
    resize: vertical;
}

.tbody-text-top tr td{
    vertical-align: top !important;
}

.text-top {
    vertical-align: top !important;
}

.text-whitespace-normal {
    white-space: normal !important;
}

/* 生徒情報>学校基本情報 */
.td-schoolmst-head {
    background-color: #bbdbf3;
    color: black;
}

    .td-schoolmst-head div {
        display: flex;
    }

        .td-schoolmst-head div * {
            display: flex;
            align-items: center;
        }

            .td-schoolmst-head div *:nth-child(1) {
                margin-left: 15px;
                margin-right: auto;
            }

            .td-schoolmst-head div *:nth-child(2) {
                margin-right: 20px;
            }

/* inputがdisabledのときに、placeholderの文字を透明にする */
.c_placeholder_toggle:disabled::placeholder {
    color: transparent !important;
}

@media all and (max-width:1200px) {
    .p-t5-lg-adjust {
        padding-top:5px !important;
    }
}

.c_input_disp {
    border: 0px;
    width: 100%;
    background-color: transparent;
    pointer-events: stroke;
}

.row-bottom {
    display: flex;
    align-items: flex-end;
}

.shadow-light {
    box-shadow: 0 0 1px black;
}
.c_fieldset_invoiced {
    display: inline;
    margin: 0;
    border-color: red;
    padding-top: 2px;
    padding-bottom: 2px;
}
/* 返戻金一覧のテーブル */

.table-refund tbody tr td input {
    padding-right: 4px;
}

.table-refund .input_td {
    padding-right: 0;
    padding-left:8px;
}

/* 返戻金の端数返金子画面のテーブル */
.table_fraction * tr td {
    border: 1px solid black !important;
}

/* 重要なお知らせモーダル */
#notification-modal-container .swal2-container {
}

#notification-modal-container .swal2-modal .swal2-content {
    height: 40vh;
    padding: 0.5em;
    overflow: auto;
}

/* リモート相談ボタン */
.consultation_btn {
    position: fixed;
    bottom: 40px;
    right: 10px;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0px 2px 2px 1px #dcdcdc;
    border-bottom: solid 5px #778899;
    z-index:2; /* バッジと競合するため追加 */
}

.row_middle {
    display: flex;
    align-items: flex-end;
    justify-content:center;
}

.row_left_middle {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.row_center{
    display:flex;
    align-items:center;
}

.RED_Bold {
    color: #f00 !important;
    font-weight:bold !important;
}

/* 指定したdiv内のテーブルヘッダーを固定(javascript) */
.div_stickyheader{
    overflow-y:auto;
}

.div_stickyheader thead{
    position:relative;
}

/* 特殊ツールチップの横幅調整*/
.tooltip-inner-ex {
    max-width: 100% !important;
}

.tooltip-wrap {
    display: inline-block;
    position: relative;
}

.tooltip-overlap {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

/* バッジのクラス
   ボタンの右上に赤丸で数字           
   data-numで設定した数値を表示します
*/
.badge_over,
.badge_over_big {
    position: relative;
}

    .badge_over[data-num="0"]::before, 
    .badge_over_big[data-num="0"]::before {
        display: none;
    }

    .badge_over::before,
    .badge_over_big::before {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        content: attr(data-num);
        box-sizing: border-box;
        padding: 4px;
        font-weight: bold;
        color: white;
        background-color: #ef5350;
        border: 1px solid #fff;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .badge_over::before {
        min-width: 34px;
        height: 34px;
        border-radius: 17px;
        transform: translate(30%, -30%);
    }
    .badge_over_big::before {
        min-width: 60px;
        height: 60px;
        border-radius: 30px;
        transform: translate(20%, -20%);
    }

.btn_narrow {
    padding-right: 6px;
    padding-left: 6px;
}

.error-badge {
    /*position: absolute;*/
    z-index: 30;
    /*width: 35px;*/
    /*height: 30px;*/
    border-radius: 50%;
}

.error-badge-circle {
    display: block;
    position: relative;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    background-color: red;
    font-size: 14px;
    pointer-events: none;
}

/*表のセル単体の罫線*/
th.cell-border, td.cell-border {
    border: 1px solid gray !important;
}

th.cell-border-top, td.cell-border-top {
    border-top: 1px solid gray !important;
}

th.cell-border-bottom, td.cell-border-bottom {
    border-bottom: 1px solid gray !important;
}

th.cell-border-left, td.cell-border-left {
    border-left: 1px solid gray !important;
}

th.cell-border-right, td.cell-border-right {
    border-right: 1px solid gray !important;
}

th.cell-border-topbottom, td.cell-border-topbottom {
    border-top: 1px solid gray !important;
    border-bottom: 1px solid gray !important;
}

th.cell-border-leftright, td.cell-border-leftright {
    border-left: 1px solid gray !important;
    border-right: 1px solid gray !important;
}

/*downloadボタングラデーション*/
/* gradation1 : btn-warningより濃い */
.btn-warning-gradation1 {
    background-color: #d99c46;
    color: white;
    border-color: #cc7e11;
}

    .btn-warning-gradation1:hover {
        background-color: #d38313;
        color: white;
    }

/* gradation2 : btn-warningより薄い */
.btn-warning-gradation2 {
    background-color: #f6c06f;
    color: white;
    border-color: #eea43f;
}

    .btn-warning-gradation2:hover {
        background-color: #f3ad3f;
        color: white;
    }
