﻿html {
    font-size: 16px;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body, h1, ul, li, th {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

body {
    min-width: 320px;
    color: #3b3b3b;
    background: #F7F7F7; /*#e2e2e2;*/
    min-height: 100vh;
    padding-bottom: 60px;
    box-sizing: border-box;
}


a:link, a:visited {
    color: #0033CC;
    text-decoration: underline;
}

a:hover {
    background: #327CDC;
    color: #fff;
}


input, textarea, select {
    font-size: 16px;
}

select {
    padding: 2px 2px 3px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    font-size: 14px;
    border-radius: 2px;
}


input[type="button"], input[type="submit"] {
    padding: 3px 16px;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(#f5f5f5, #f1f1f1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    color: #444;
    text-align: center;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        color: #FFFFFF;
        background: #327CDC;
    }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea {
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 5px 2px 5px 8px;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: 2px;
    width: 98%;
}


input[type="number"] {
    padding: 5px 10px;
}


input[type="checkbox"], input[type="radio"], input[type="checkbox"] + label, input[type="radio"] + label {
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    width: 18px;
    height: 18px;
}

input[type="checkbox"] + label:hover, input[type="radio"] + label:hover {
    text-decoration: underline;
}



table, tr, td {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

img {
    border-style: none;
}


.page_title {
    font-size: 1.375rem;
    padding: 6px 0px 13px 0px;
}

.top_logo {
    font-weight: bold;
    color: #52b556;
    font-size: 1.125rem;
}

.msg {
    margin: 0px 5px 5px 5px;
    background: #f1507c;
    font-weight: bold;
    line-height: 1.3;
    padding: 5px 10px;
    letter-spacing: 0;
    color: #fff;
    display: none;
}

.okmsg {
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #2274f3;
    line-height: 1.3;
    padding: 5px 10px;
}

.oninput {
    border: 2px solid #99cc66;
}

.errinput {
    border: 3px solid #FF0000 !important;
}

.errmsg {
    font-size: 13px;
    color: #FF0000;
}




.wrapper {
    box-sizing: border-box;
}

.main_width {
    width: 100%;
    max-width: 1500px;
    margin: 0px auto;
}

.bodybox {
    margin-top: 10px;
    padding: 0px;
    line-height: 1.4;
}

.contbox {
    padding: 0px 10px;
}


.head_wrap {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 10px 10px 10px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    header .title {
        /*max-width: 230px;*/
        vertical-align: top;
    }

        header .title img {
            width: 60%;
            height: 60%;
        }

#divlogin {
    text-align:right;
}

#LnkLogout {
    font-size: 14px;
    text-decoration: none;
    padding: 2px;
}


#divcontent {
    padding: 0 0 50px;
}


.headerbox {
    margin: 0px;
    padding: 0px 0px;
}

    .headerbox a {
        padding: 5px 5px;
        display: inline-block;
    }

        .headerbox a:link, .headerbox a:visited {
            text-decoration: none;
        }


.footerbox {
    text-align: center;
    color: #fff;
    background-color: #4e4949;
    border-top: 1px solid #ADAFB3;
    height: 70px;
    padding-top: 15px;
    box-sizing: initial;
    font-size: 14px;
}

.footerlink {
    margin-bottom: 10px;
}

    .footerlink a:link, .footerlink a:visited {
        color: #fff;
        text-decoration: none;
        padding: 5px;
    }

    .footerlink a:hover {
        color: #4e4949;
        background-color: #d5d4d4;
    }


.wakuh {
    padding: 0px 15px 0px 15px;
    background-color: #FFFFFF;
    height: 100%;
    margin: 0px auto;
}

.bodyboxh {
    padding: 10px 10px 15px 10px;
    background-color: #eeeeee;
}


.divhid {
    display: none;
}

.fbold {
    font-weight: bold;
}


.in_block {
    display: inline-block;
    vertical-align: top;
}


.original_pager {
    font-size: 14px;
}

    .original_pager a {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ddd;
        background: #fff;
        text-decoration: none;
    }

        .original_pager a:hover {
            color: #fff;
            background: #1992ea;
        }

    .original_pager b {
        display: inline-block;
        padding: 5px 10px;
    }



.bt_style {
    display: inline-block;
    width: 100%;
    border: 2px solid !important;
    font-size: 1.125rem !important;
    color: #559e9c !important;
    background: #fff !important;
    font-weight: bold !important;
    letter-spacing: 3px !important;
    text-indent: 3px !important;
    padding: 6px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    text-align: center !important;
    box-sizing: border-box;
}

    .bt_style:hover {
        background: #559e9c !important;
        color: #fff !important;
    }


.bt_style1 {
    display: inline-block !important;
    width: 100%;
    text-align: center !important;
    color: #fff !important;
    background: #b18a6f !important;
    padding: 6px 15px !important;
    border-radius: 6px !important;
    transition: background 0.2s !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-sizing: border-box;
}

    .bt_style1:hover {
        background: #eabe6e !important;
    }


.bt_style2 {
    display: inline-block;
    width: 100%;
    font-size: 1.125rem !important;
    font-weight: bold !important;
    letter-spacing: 0px !important;
    text-indent: 0px !important;
    padding: 5px 10px !important;
    border: 2px solid !important;
    color: #4D87FF !important;
    border-radius: 6px !important;
    background: #fff !important;
    text-decoration: none !important;
    text-align: center !important;
    box-sizing: border-box;
}

    .bt_style2:hover {
        background: #4D87FF !important;
        color: #fff !important;
    }


/*年月セレクタ*/
#divcalnengetu {
    padding: 15px 10px 10px;
    width: 240px;
    background-color: #FFFFFF;
    z-index: 9000;
    position: absolute;
}

.nengetuwaku {
    display: flex;
    text-align: center;
    align-items: center;
}

    .nengetuwaku .prev_next {
        width: 50px;
    }

    .nengetuwaku .nengetu {
        flex: 1;
        position: relative;
    }

        .nengetuwaku .prev_next a,
        .nengetuwaku .nengetu > a {
            padding: 4px 0;
            font-size: 17px;
            font-weight: bold;
            display: block;
        }

            .nengetuwaku .prev_next a:hover,
            .nengetuwaku .nengetu > a:hover {
                color: #fff;
                background: #0083d2;
            }


.tbl_year_sel {
    width: 100%;
    color: #ffffff;
    background: #30b591;
    font-weight: bold;
    margin-bottom: 0px;
}

    .tbl_year_sel a {
        display: block;
        padding: 5px 0px;
    }

        .tbl_year_sel a:hover {
            color: #5a5a5a;
            background: #d6e4d6;
        }

.tbl_month_sel {
    width: 100%;
    color: #5a5a5a;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 6px;
    font-size: 14px;
}

    .tbl_month_sel td {
        border: solid 1px #e8e8e8;
    }

    .tbl_month_sel a.nencal {
        padding: 12px 0;
        display: block;
        width: 100%;
        cursor: pointer;
    }

    .tbl_month_sel a:hover {
        color: #fff;
        background: #31b590;
    }

a#closemonth {
    margin: 5px 15px 0;
    display: block;
    padding: 5px 0;
    border: 1px solid #ddd;
    font-size: 12px;
}

    a#closemonth:hover {
        color: #fff;
        background: #31b590;
    }



.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

input.txtlabel, .txtreadonly {
    padding: 0px;
    background-color: transparent;
    border: none;
}

.pointer {
    cursor: pointer;
}

.size_s {
    font-size: 13px;
}

.size_ss {
    font-size: 10px;
}

.size80 {
    font-size: 80%;
}

.size_18 {
    font-size: 18px;
}

.size_20 {
    font-size: 20px;
}

.size_22 {
    font-size: 22px;
}


.kensel td {
    padding: 2px;
}

.kensel a {
    padding: 4px 4px;
    border: 1px solid #ddd;
    color: #3b3b3b;
    text-decoration: none;
    margin-left: 3px;
    margin-bottom: 3px;
    display: inline-block;
    font-size: 15px;
    background: #fff;
    cursor: pointer;
}

    .kensel a:hover {
        color: #ff8319;
        border: 1px solid #ff8319;
    }



.noborder {
    border-style: none;
}

.basicborder {
    border: solid 1px #cccccc;
}

.tableborder {
    border: solid 1px #a9c0a9;
}

.tableborder2 {
    border: solid 6px #9999ff;
}

.modalborder {
    border: 4px solid #525252;
}

.modalborder2 {
    border: 2px solid #525252;
}

.childborder {
    border: 4px solid #7C9696;
}


.table_header {
    background-color: #52b5db;
    color: #fff;
    font-weight: bold;
}

table.tbl_border, table.tbl_border_s {
    border-collapse: collapse;
}

    table.tbl_border td {
        border: solid 2px #cccccc;
    }

    table.tbl_border_s td {
        border: solid 1px #cccccc;
    }

table.noborder td {
    border-style: none;
}

table.tbl_padd2 td {
    padding: 2px;
    vertical-align: top;
}

table.tbl_padd52 td {
    padding: 5px 2px 5px 2px;
    vertical-align: top;
}

table.tbl_padd5 td {
    padding: 5px;
    vertical-align: top;
}

table.tbl_padd1 td {
    padding: 1px;
    vertical-align: top;
}

table.paddleft td {
    padding: 0px 0px 0px 5px;
}

.strong_red {
    font-weight: bold;
    color: #dc143c;
}

.strong_nor {
    font-weight: bold;
}




@media screen and (max-width: 1023px) {

    html {
        font-size: 14px;
    }

    .wakuh {
        padding: 10px 5px 0px 5px;
    }

    .bodyboxh {
        padding: 5px 5px 15px 5px;
    }


    input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea {
        width: 96%;
    }


    input[type="checkbox"] + label, input[type="radio"] + label {
        font-size: 14px;
    }

    input[type=checkbox],
    input[type=radio] {
        width: 16px;
        height: 16px;
    }
}
