﻿@charset "utf-8";

/* マスター */
.hr_master {
    clear: both;
    margin: 0px;
    height: 2px;
    background-color: lightslategray;
}

/* ◆ヘッダー◆ */
.div_master_header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background-color: aliceblue;
}

.div_master_header_top {
    padding: 3px 15px;
    background-color: lightslategray;
    color: white;
    font-size: 15px;
}

    .div_master_header_top::after {
        content: "";
        clear: both;
        display: block;
    }

    .div_master_header_top > a {
        color: white;
    }

    .div_master_header_top > .div_user_info {
        float: right;
    }

        .div_master_header_top > .div_user_info > .lbt_logout {
            margin-left: 20px;
            color: white;
            text-decoration: none;
        }

            .div_master_header_top > .div_user_info > .lbt_logout:hover {
                text-decoration: underline;
            }


.div_master_title {
    display: flex;
    padding: 0px 0 0 15px;
}

    .div_master_title a img {
        padding-top: 2px;
        border-style: none;
        text-decoration: none;
    }

    .div_master_title .lblTitle {
        padding-top: 7px;
        padding-left: 10px;
        color: black;
        font-size: 24px;
    }

.pnl_master_manual {
    text-align: right;
    margin: 0 0 0 auto;
    display: grid;
    padding-right: 10px;
    position: absolute;
    bottom: 5px;
    right: 0;
}

    .pnl_master_manual a {
        text-decoration: underline;
        color: navy;
    }

        .pnl_master_manual a:link {
            text-decoration: underline;
        }

/* ◆メッセージ◆ */
#div_header_message {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 75px;
    z-index: 100;
    max-height: 20%;
    overflow: auto;
}

.img_message_icon {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

.div_message_info, .div_message_warn, .div_message_error, .div_message_yesno, .div_message_del {
    padding: 4px 10px 4px 20px;
    font-size: 13px;
    vertical-align: middle;
    display: flex;
}

.div_message_info {
    background-color: azure;
    color: blue;
}

.div_message_warn {
    background-color: #ffff99;
    color: black;
}

.div_message_error {
    background-color: #FFCCCC;
    color: red;
}

.div_message_yesno {
    background-color: #ffff99;
    color: black;
}

.div_message_del {
    background-color: #FFCCCC;
    color: red;
}

/* ◆メイン◆ */
#div_master_outer {
    background-color: aliceblue;
}

.div_master_main {
    padding: 0px 0px 0px 20px;
}

/* ◆フッター◆ */
.div_master_footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    z-index: 100;
    background-color: aliceblue;
}

.div_master_footerBtn {
    margin: 10px 20px 0 20px;
}

    .div_master_footerBtn .div_footer_left {
        float: left;
        width: 50%;
        min-height: 1px;
    }

    .div_master_footerBtn .div_footer_right {
        float: left;
        width: 50%;
        text-align: right;
        min-height: 1px;
    }

    .div_master_footerBtn .div_footer_center {
        text-align: center;
        min-height: 1px;
    }

    /* フッターボタン */
    .div_master_footerBtn .btn_back {
        min-width: 120px;
        padding: 0.8em;
        text-align: center;
        text-decoration: none;
        color: black;
        background-color: lightsteelblue;
    }

        .div_master_footerBtn .btn_back:hover {
            opacity: 0.8;
            cursor: pointer;
            text-decoration: none;
        }

        .div_master_footerBtn .btn_back:disabled {
            background-color: #ccc;
            border: 1px solid darkgray;
            box-shadow: 0 1px darkgray;
        }

            .div_master_footerBtn .btn_back:disabled:hover {
                opacity: 1;
                cursor: default;
            }

    .div_master_footerBtn .btn_next {
        min-width: 120px;
        padding: 0.8em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background-color: lightslategray;
        margin-left: 10px;
    }

        .div_master_footerBtn .btn_next:hover {
            opacity: 0.8;
            cursor: pointer;
            text-decoration: none;
        }


        .div_master_footerBtn .btn_next:disabled {
            color: black;
            background-color: #ccc;
            border: 1px solid darkgray;
            box-shadow: 0 1px darkgray;
        }

            .div_master_footerBtn .btn_next:disabled:hover {
                opacity: 1;
                cursor: default;
            }

    .div_master_footerBtn .btn_other {
        min-width: 120px;
        padding: 0.8em;
        text-align: center;
        text-decoration: none;
        color: black;
        background: lightsteelblue;
        margin-left: 10px;
    }

        .div_master_footerBtn .btn_other:hover {
            opacity: 0.8;
            cursor: pointer;
            text-decoration: none;
        }

        .div_master_footerBtn .btn_other:disabled {
            background-color: #ccc;
            border: 1px solid darkgray;
            box-shadow: 0 1px darkgray;
        }

            .div_master_footerBtn .btn_other:disabled:hover {
                opacity: 1;
                cursor: default;
            }

    /* ◆帳票出力ボタン◆ */
    .div_master_footerBtn .btn_image_excel,
    .div_master_footerBtn .btn_image_csv,
    .div_master_footerBtn .btn_image_pdf {
        background-repeat: no-repeat;
        background-position: left 2px center;
        background-size: 32px;
        text-align: center;
    }

    .div_master_footerBtn .btn_image_excel {
        background-image: url(../Image//ButtonImageXLSX.png);
    }

    .div_master_footerBtn .btn_image_csv {
        background-image: url(../Image//ButtonImageCSV.png);
    }

    .div_master_footerBtn .btn_image_pdf {
        background-image: url(../Image//ButtonImagePDF.png);
    }

/* リンク風ボタン */
.btn_like_link_menu {
    cursor: pointer;
    text-decoration: underline !important;
}

/* お知らせのモーダル */
label.link {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

    label.link:hover {
        cursor: pointer;
        color: black;
        text-decoration: underline;
        background-color: #F6FF99;
    }

tr.link {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

    tr.link:hover {
        cursor: pointer;
        color: black;
        background-color: #C4ff89;
    }

.modal .modal_check {
    display: none;
}

.modal .modal-body {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100000;
}

.modal .modal-window {
    position: relative;
    z-index: 100001;
    animation: fadein .3s 1, zoomin .3s 1;
}

.modal .modal-label {
    position: absolute;
    top: -20px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: lightblue;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .2s ease;
}

    .modal .modal-label:hover {
        background: #F6FF99;
    }

    .modal .modal-label svg {
        display: flex;
        align-items: center;
        fill: #fff;
    }

.modal .modal-inner {
    width: 80vw;
    max-width: 750px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.modal .modal-content {
    padding: 20px;
}

.modal .modal_check:checked + .modal-body {
    display: none;
}

    .modal .modal_check:checked + .modal-body .modal-window {
        animation: zoomout .2s 1 forwards;
    }

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomin {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes hide {
    0% {
        visibility: visible;
    }

    100% {
        visibility: hidden;
    }
}

/* ◆非表示項目◆ */
.div_iframe {
    display: none;
}

.hdn_iframe {
    visibility: hidden;
}

.tooltip_message {
    word-break: break-all;
    background-color: #FFCCCC;
    color: red;
}
