﻿/*	リセットセクション	*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, backquote, th, td, caption {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
p {
    margin: 0 0 1em 0;
}
ol, ul {
    list-style: none;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a {
    overflow: hidden;
}


/*	グローバルセクション	*/
body {
    background: #f8f8f8;
    font-size: 12px;
    color: #212529;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body, div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    color: #7164E8;
    text-decoration: underline;
}

    a:active, a:focus, a:hover {
        color: #6CF;
        text-decoration: none;
    }

h2 {
    height: 18px;
    padding-left: 5px;
    line-height: 18px;
    border-left: 12px solid #666;
    font-size: 14px;
    margin-bottom: 10px;
}

table, th, td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    background: #FFFFF8;
}

th, td {
    padding: 3px 8px 3px;
}

th {
    font-weight: bold;
    background: #F1FDE1;
}

label {
    cursor: pointer;
}

    label:hover {
        text-decoration: underline;
        color: #999999;
    }

input[type='button'] {
    cursor: pointer;
}

table.noborder, table.noborder th, table.noborder td {
    border: 0;
}

.borderbox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input[type='button'], input[type='submit'] {
        padding: 3px 5px 3px 5px;
    }
}


/*	共通部品セクション	*/
.clearboth {
    clear: both;
    height: 0;
}

.formtxtmin {
    font-size: 12px;
    padding: 2px;
    width: 25px;
}

.formtxt50 {
    font-size: 12px;
    padding: 2px;
    width: 50px;
}

.formtxt80 {
    font-size: 12px;
    padding: 2px;
    width: 80px;
}

.formtxt100 {
    font-size: 12px;
    padding: 2px;
    width: 100px;
}

.formtxt150 {
    font-size: 12px;
    padding: 2px;
    width: 150px;
}

.formtxt200 {
    font-size: 12px;
    padding: 2px;
    width: 200px;
}

.formtxt250 {
    font-size: 12px;
    padding: 2px;
    width: 250px;
}

.formbt1 {
    padding: 2px 15px 2px;
    margin-right: 15px;
    cursor: pointer;
}

.formbt2 {
    display: block;
    width: 100px;
    margin: 5px auto 5px;
    padding: 2px 0 2px;
    cursor: pointer;
}

.formback_err {
    background-color: #FFCCCC;
}
.txt_info_error {
    color: #F00;
    font-size: 12px;
}
.txt_error {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
}

.txt_alert {
    color: #c00;
    font-weight: bold;
    font-size: 12px;
}

.txt_attention {
    font-size: 12px;
}

.txt_guide {
    color: #66C;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_bold {
    font-weight: bold;
}

.tabcontroledarea {
    display: none;
    border: 1px solid #CCC;
    padding: 10px 5px 10px;
    background: #ffffee;
}

a.nocolor {
    color: #333333;
    text-decoration: none;
}

    a.nocolor:active, a.nocolor:focus, a.nocolor:hover {
        color: #666666;
        text-decoration: underline;
    }

#black_overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    display: none;
    background: #000;
}

#icon-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 40px;
    margin-top: -20px;
    margin-left: -100px;
    overflow: hidden;
    z-index: 1104;
}

tr.hiliteline td {
    background: #FFB;
}

input.searchbox {
    background: #fff url(../img/searchbackicn.gif) no-repeat;
    padding-left: 18px;
    border: 1px solid #7a7a7a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 20px;
}

.h_flexcase {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.h_flexcase_justify {
    justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}

.h_flexcase_center {
    justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

.h_flexcase_left {
    justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
}


/*	大ブロックセクション	*/
.mainleftbox {
    float: left;
    width: 170px;
    overflow: hidden;
    clear: both;
}

.mainbox {
    float: left;
    padding: 20px 0 90px 15px;
}
.index-main-box {
    display: flex;
    margin-right: 30px;
}

.text-blue {
    color: #004bf3;
}
.text-disabled {
    color: #9E9E9E;
    cursor: not-allowed;
}
/*	ヘッダセクション	*/
.header {
    /*height: 51px;*/
    border-bottom: 2px solid #00AFEC;
    background: #E8F6FF;
    /*overflow: hidden;*/
}

    .header img.image_left {
        float: left;
    }

    .header img.image_right {
        float: right;
    }

    .header ul.logininfo {
        display: block;
        float: right;
        overflow: hidden;
        padding: 18px 50px 0 0;
    }

        .header ul.logininfo li {
            display: block;
            float: left;
            height: 18px;
            line-height: 18px;
            text-align: right;
        }

    .header a.headlink {
        display: block;
        float: left;
        width: 80px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #78D7F5;
        margin: 11px 5px 0 10px;
        background: #FFF;
    }

    .header a.headlink {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #78D7F5;
        text-decoration: none;
    }

        .header a.headlink:active, .header a.headlink:focus, .header a.headlink:hover {
            color: #69F;
            text-decoration: underline;
        }
.lang_info {
    padding: 18px 20px 0 0;
}
button {
    outline: none;
    border: 1px solid #666;
    padding: 3px 5px;
}
ul.pagenavi {
    display: block;
    width: 100%;
    height: 24px;
    background: #00AFEC;
    overflow: hidden;
}

    ul.pagenavi li {
        float: left;
        display: block;
        height: 24px;
        line-height: 20px;
        padding: 2px 10px 2px;
        background: #0099dd;
        margin: 0 5px 0;
    }

    ul.pagenavi li {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #3277B0;
    }

        ul.pagenavi li.sel {
            border-bottom: 0;
            height: 24px;
            font-weight: bold;
            background: #f8f8f8;
            color: #0088cc;
        }

        ul.pagenavi li a {
            color: #fff;
            text-decoration: none;
        }

            ul.pagenavi li a:active, ul.leftnavi li a:focus, ul.leftnavi li a:hover {
                color: #69F;
                text-decoration: underline;
            }



/*	フッタセクション	*/
.footer {
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    font-size: 0.9em;
    line-height: 1em;
}

.footer {
    background: url(../img/jtk_forfooterimg.png) repeat-x;
}



/*	メインセクション	*/
.oneblock {
    margin-bottom: 30px;
    clear: both;
}

ul.tablike {
    overflow: hidden;
    clear: both;
}

    ul.tablike li {
        display: block;
        float: left;
        margin-right: 10px;
        border: 1px solid #CCC;
        border-bottom: none;
        border-left: 5px solid #CCC;
        padding: 2px 10px 0 3px;
        background: #F5F5F5;
    }

        ul.tablike li.sel {
            border-left: 5px solid #999;
            background: #fff;
            font-weight: bold;
        }

        ul.tablike li a {
            color: #333;
            text-decoration: none;
        }

            ul.tablike li a:active, ul.tablike li a:focus, ul.tablike li a:hover {
                text-decoration: underline;
            }



/*	ダッシュボード	*/
#idx_linkbtcase, #idx_messagebox {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

    #idx_linkbtcase a, #idx_messagebox a {
        text-decoration: none;
        color: #fff;
    }

        #idx_linkbtcase a:hover, #idx_messagebox a:hover {
            text-decoration: none;
            color: #ffe;
            opacity: 0.8;
        }

.idx_linbts {
    float: left;
    margin-right: 30px;
}

.idx_linbt {
    display: block;
    width: 300px;
    border-radius: 20px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bt_idx_toinput {
    height: 170px;
    border: 2px solid #5CAB3C;
    background: #7CCF63 url(../img/bticn_input.png) 118px 20px no-repeat;
    font-size: 24px;
    padding-top: 110px;
    text-align: center;
}

.bt_idx_toprint {
    height: 75px;
    border: 2px solid #407DD0;
    background: #7082D7 url(../img/bticn_print.png) 15px 15px no-repeat;
    margin-bottom: 20px;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 80px;
}

/*.index_message, #msg_unsent, #msg_unloaded, #msg_unsent, #msg_badsavedpw, #msg_nopassword {
    display: none;
}*/

.idx_messagelink {
    display: block;
    width: 630px;
    padding: 5px 20px 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 1.2em;
    color: #fff;
    background: #F55400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}



/*	リストセクション	*/
table.recordlist {
    width:100%;
}

    table.recordlist th {
        font-size: 12px;
    }

        table.recordlist th a {
            color: #333;
        }

.listpageindi {
    color: #999;
    float: left;
    margin-right: 15px;
}

.listwhere {
    float: left;
    margin: 0 17px 10px 0;
    font-weight: bold;
}

.listwherecontrol {
    clear: both;
    border: 1px solid #999;
    border-left: 0;
    border-right: 0;
    background: #FEE;
    margin-bottom: 20px;
    overflow: hidden;
}

    .listwherecontrol .case1 {
        padding: 3px 0 3px 15px;
        float: left;
        width: 250px;
        background: #FFF;
        border-right: 1px solid #999;
    }

    .listwherecontrol .case2 {
        padding: 3px 0 3px;
        float: left;
    }

    .listwherecontrol .case25 {
        padding: 3px 0 3px;
        float: left;
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #999;
    }

    .listwherecontrol .case3 {
        padding: 3px 0 3px;
        height: 100%;
        float: left;
        background: #ddd;
        margin-left: 20px;
        padding: 0 10px;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
    }

    .listwherecontrol input {
        margin-right: 15px;
    }

    .listwherecontrol ul {
        overflow: hidden;
        padding-right: 5px;
    }

        .listwherecontrol ul li {
            float: left;
            border: 1px solid #F8F;
            background: #FFF;
            padding: 1px 10px 1px;
            margin-left: 5px;
            border-radius: 5px;
        }

    .listwherecontrol .case3 ul li {
        border: 1px solid #999;
    }

.listforrecord tr {
    background: #FFFFF8;
}

.listforrecord td {
    background: none;
}

.listforrecord tr:hover {
    background: #DDF7FF;
}

.listwherecontrol a {
    text-decoration: none;
}

    .listwherecontrol a:hover {
        text-decoration: underline;
    }

.listwherecontrol p {
    float: left;
    margin: 0 5px;
    display: block;
    height: 100%;
}


/*	記録確認ダイアログセクション	*/
table.viewrecord {
    width: 100%;
}

    table.viewrecord th, table.viewrecord td {
        padding: 2px 5px 2px;
    }



/*	入力セクション	*/
.input_halfbox {
    float: left;
    width: 440px;
    margin: 0 10px 10px 0;
}

table.input_table {
    width: 440px;
}

table.input_table_w {
    width: 890px;
}

input.formtxtenq {
    font-size: 12px;
    padding: 2px;
    width: 16px;
    ime-mode: disabled;
    text-align: right;
}

td.enq {
    font-size: 11px;
    padding-right: 2px;
    padding-left: 2px;
}

input.inputsubmit, input.inputsubmit2,
button.inputsubmit, button.inputsubmit2 {
    display: block;
    width: 100px;
    height: 30px;
    margin: 20px auto 10px;
    cursor: pointer;
}

input.inputsubmit2,
button.inputsubmit2 {
    margin: 20px 0 10px 63px;
    float: left;
}

table.input_table em.number {
    font-weight: bold;
    color: #329A2E;
}
table.input_table span.desc {
    margin-left: -4px;
    margin-right: 8px;
}
span#usersearchmsg {
    display: none;
}

table.tblref {
    border-bottom: 1px solid #DDD;
    background: #FFFFFF;
    font-size: 10px;
    color: #333;
    width: 790px;
    margin-top: 20px;
}

    table.tblref th, table.tblref td {
        padding: 2px 4px 2px;
        border: 1px solid #DDD;
        border-bottom: none;
    }

    table.tblref th {
        font-weight: bold;
        background: #F0FAFF;
    }

.simplehr {
    clear: both;
    height: 1px;
    border-bottom: 2px solid #78D7F5;
}

table.sameuserlist {
    width: 100%;
    border: 0;
}

    table.sameuserlist td, table.sameuserlist th {
        padding: 1px;
        border: 0;
        border-bottom: 1px dashed #CCC;
        overflow: hidden;
    }

        table.sameuserlist td.sel {
            width: 16px;
            text-align: center;
        }

        table.sameuserlist td.sub {
            font-size: 10px;
            color: #777;
        }

    table.sameuserlist a {
        color: #000;
        text-decoration: none;
    }

        table.sameuserlist a:active, table.sameuserlist a:focus, table.sameuserlist a:hover {
            color: #333;
            text-decoration: underline;
        }

    table.sameuserlist .up_uname {
        font-weight: bold;
    }


/*	ワークフロー管理セクション	*/
.list_recieptbox {
    /* float: left;
    width: 400px;*/
    margin-bottom: 5px;
    width: 40%;
    padding-right: 20px;
}

    .list_recieptbox iframe {
        width: 100%;
        border: 1px solid #999;
    }
td.error-td {
    background-color: #FFDCDD;
}
td.alert-td {
    background-color: #FFFCB5;
}
.list_reciept {
    width: 300px;
}

.list_groupbox {
    /*    float: left;
    width: 590px;*/
    width: 60%;
    padding-right: 20px;
    margin-bottom: 5px;
}

    .list_groupbox iframe {
        width: 100%;
        border: 1px solid #999;
    }

.wf_searchbox {
    float: right;
    margin-top: -30px;
    padding-right: 15px;
}

.wf_iframe {
    height: 150px;
}

.wf_heightswitch {
    clear: both;
    border-bottom: 2px dashed #DDD;
    text-align: right;
    margin-bottom: 10px;
}

table.listiniframe {
    width: 100%;
    border: 0;
    font-size:12px;
}

    table.listiniframe td, table.listiniframe th {
        padding: 1px;
        border: 0;
        border-bottom: 1px dashed #CCC;
        overflow: hidden;
    }

        table.listiniframe td.sel {
            width: 16px;
            text-align: center;
        }

        table.listiniframe td.sub {
            font-size: 10px;
            color: #777;
        }

    table.listiniframe a {
        color: #000;
        text-decoration: none;
    }

        table.listiniframe a:active, table.listiniframe a:focus, table.listiniframe a:hover {
            color: #333;
            text-decoration: underline;
        }

.div_printcontrolcase {
    height: 38px;
    border: 1px solid #999;
    border-left: 0;
    border-right: 0;
    background: #fee;
    margin-bottom: 20px;
}

    .div_printcontrolcase a {
        text-decoration: none;
    }

        .div_printcontrolcase a:hover {
            text-decoration: underline;
        }

        .div_printcontrolcase a.bt {
            display: block;
            height: 22px;
            line-height: 22px;
            margin: 6px 2px 0;
            border: 1px solid #f9f;
            padding: 0 10px;
            text-align: center;
            background: #fff;
            border-radius: 4px;
        }

            .div_printcontrolcase a.bt.keepspace {
                margin-left: 30px;
            }

    .div_printcontrolcase p {
        display: block;
        font-size: 1.1em;
        color: #444;
        height: 22px;
        line-height: 22px;
        margin: 6px 5px 0;
        font-weight: bold;
    }

    .div_printcontrolcase .normalcase {
        padding-left: 10px;
        padding-right: 10px;
    }

    .div_printcontrolcase .printcase {
        border-left: 1px solid #999;
        padding: 0 20px 0 10px;
        background: #def;
    }

        .div_printcontrolcase .printcase a.bt {
            border: 1px solid #abc;
        }

    .div_printcontrolcase .printcaseold {
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        padding: 0 10px;
        background: #ddd;
    }

        .div_printcontrolcase .printcaseold a.bt {
            border: 1px solid #bbb;
        }

    .div_printcontrolcase input[type=button],
    .div_printcontrolcase button[type=submit] {
        display: block;
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        margin: 6px;
    }

        .div_printcontrolcase input[type=button].hilite,
        .div_printcontrolcase button[type=submit].hilite {
            font-weight: bold;
        }

    .div_printcontrolcase .whitecase {
        background: #fff;
        padding-left: 10px;
        padding-right: 20px;
    }

    .div_printcontrolcase p.labelcase {
        font-size: 12px;
        font-weight: normal;
        padding-top: 3px;
    }

        .div_printcontrolcase p.labelcase input {
            margin-top: 5px;
        }


/*	販売管理セクション	*/
.wholesale_box {
    float: left;
}

.wholesale_boxleft {
    width: 300px;
}

    .wholesale_boxleft table {
        width: 280px;
    }

.wholesale_box table th.count {
    background: #D2EAFF;
}

.wholesale_box table th.rental {
    background: #FFD8D8;
}

.wholesale_box table th.sum {
    background: #F4CCFF;
}


/*	利用状況セクション	*/
.div_monthcount table th.count {
    background: #D2EAFF;
}

.div_monthcount table th.rental {
    background: #FFD8D8;
}

.div_monthcount table th.sum {
    background: #F4CCFF;
}

.div_monthcount table td.tdsum {
    font-weight: bold;
}


/*	ログインセクション	*/
.loginbox {
    width: 300px;
    margin: 100px auto 0;
    padding: 10px;
    border: 2px solid #78D7F5;
}

    .loginbox table {
        margin-top: 10px;
    }

    .loginbox th, .loginbox td {
        padding: 4px;
    }

    .loginbox th {
        color: #999;
        font-weight: bold;
        width: 100px;
    }

    .loginbox #submitbt {
        display: block;
        margin: 10px auto 0;
    }



/*	ダイアログ専用セクション	*/
body.dialog {
    background: #FFF;
    padding: 20px;
}


/*	settingセクション	*/
div.settingsetcase {
    overflow: hidden;
    width: 1000px;
}

div.settingone {
    float: left;
    width: 500px;
    padding-right: 20px;
}

    div.settingone h2 {
        font-weight: bold;
    }

div.settingsetcase div.settingsection {
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 90px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}


/*	クロス分析セクション	*/
.cross_filter_title {
    font-weight: bold;
    color: #248B40;
}

div#div_cross_chartcase {
    width: 1000px;
    height: 600px;
    margin-top: 10px;
    background: #fff;
    position: relative;
}

div#div_cross_chartcase {
    box-shadow: 1px 1px 4px 0 #666;
    -webkit-box-shadow: 1px 1px 4px 0 #666;
    -moz-box-shadow: 1px 1px 4px 0 #666;
}

div#div_cross_chartarea {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

input.bt_cross {
    margin: 5px;
    padding: 0 10px 0;
    height: 24px;
    line-height: 22px;
    border-radius: 12px;
    border: 1px solid #008CFF;
    color: #111;
    background: #fff;
    outline: none;
}

    input.bt_cross:disabled {
        color: #aaa;
        border: 1px solid #aaa;
        background: #eee;
        cursor: default;
    }

input.txt_cross_filter {
    width: 80px;
}

div#div_cross_filtertitle {
    margin-bottom: 30px;
}

table.tbl_forcross {
    width: 1000px;
}

div.div_cross_filter_raw {
    font-size: 1em;
}

table#tbl_cross_filtertitle th {
    width: 12%;
}

table#tbl_cross_receipt th, table#tbl_cross_filtertitle td {
    padding: 10px;
}

table#tbl_cross_receipt th {
    width: 12%;
}

div.div_cross_onefilterbox, div.div_cross_onefilterbox_SS, div.div_cross_onefilterbox_S, div.div_cross_onefilterbox_M, div.div_cross_onefilterbox_L {
    width: 300px;
    margin-right: 13px;
    margin-bottom: 20px;
    padding: 10px 20px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
}

div.div_cross_onefilterbox_SS {
    width: 170px;
}

div.div_cross_onefilterbox_S {
    width: 220px;
}

div.div_cross_onefilterbox_M {
    width: 450px;
}

div.div_cross_onefilterbox_L {
    width: 932px;
}

div.cross_ondfilter_hilite {
    background: #EEFFDD;
}

div#div_cross_accordion label {
    font-weight: bold;
}

    div#div_cross_accordion label > input {
        margin-right: 5px;
    }

div.slider_cross_filter {
    margin: 12px 0 10px;
}

.main_cross span.sp_range {
    color: #008CFF;
}

label.lab_for_cbcrossfilter {
    margin: 5px 3px 0;
}

.highlinehight {
    line-height: 2.4em;
}

.bt_cross_morefunc {
    cursor: pointer;
    opacity: 1;
    outline: none;
}

    .bt_cross_morefunc:disabled {
        cursor: default;
        opacity: 0.3;
    }

ul.ul_cross_functionmenu {
    position: absolute;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 200px;
    background: #EDFFD2;
    z-index: 999;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px 0 #666;
    -webkit-box-shadow: 1px 1px 4px 0 #666;
    -moz-box-shadow: 1px 1px 4px 0 #666;
}

    ul.ul_cross_functionmenu li {
        padding: 0;
        margin: 0;
    }

        ul.ul_cross_functionmenu li a {
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: 100%;
            text-decoration: none;
            color: #000;
            padding: 5px;
            cursor: pointer;
        }

            ul.ul_cross_functionmenu li a:hover {
                background: #B9E9AB;
            }

            ul.ul_cross_functionmenu li a.disabled {
                display: block;
                padding: 5px;
                color: #aaa;
                cursor: default;
            }

                ul.ul_cross_functionmenu li a.disabled:hover {
                    background: none;
                }

div#div_cross_progress {
    position: absolute;
    left: 375px;
    top: 280px;
    width: 250px;
    z-index: 9999;
}

h3.activefilter:after {
    content: " *";
}


/*	分析シートセクション	*/
.as_inputtxt_date {
    width: 90px;
}

.div_printbuttoncase {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 1000px;
}

    .div_printbuttoncase h3 {
        font-size: 1.1em;
        color: #345194;
        font-weight: bold;
        line-height: 2em;
    }

    .div_printbuttoncase label {
        margin-right: 10px;
    }

    .div_printbuttoncase table {
        width: 31%;
    }

        .div_printbuttoncase table.wide {
            width: 40%;
        }

        .div_printbuttoncase table.narrow {
            width: 26.5%;
        }

        .div_printbuttoncase table td {
            height: 120px;
            vertical-align: top;
            line-height: 2em;
        }

.th_buttoncase {
    width: 15%;
}

#div_analyze_groups {
    width: 1000px;
}

#div_analyze_groups_tablecase {
    overflow: auto;
    max-height: 300px;
    width: 100%;
    border: 1px solid #ccc;
    background: #ddd;
}

#tbl_analyze_grouplist {
    width: 100%;
}

.tbl_ana_grplist th a {
    color: #000;
}

.tbl_ana_grplist tr th:first-child, .tbl_ana_grplist tr td:first-child {
    width: 3%;
}

.tbl_ana_grplist tr th:nth-child(2), .tbl_ana_grplist tr td:nth-child(2) {
    width: 18%;
}

.tbl_ana_grplist tr th:nth-child(3), .tbl_ana_grplist tr td:nth-child(3) {
    width: 65%;
}

.tbl_ana_grplist tr th:nth-child(4), .tbl_ana_grplist tr td:nth-child(4) {
    width: 14%;
}

.tbl_ana_grplist_tran {
    width: 33%;
    font-size: 0.8em;
}

#p_changegrplstarea {
    text-align: right;
    padding-top: 10px;
}

    #p_changegrplstarea a {
        color: #666;
        text-decoration: none;
    }

#div_analyze_sheetbuttoncase {
    margin-top: 15px;
}

#div_analyze_controllers {
    width: 400px;
    padding: 0 0 0 30px;
}

.ul_normal {
    list-style: disc;
    padding-left: 15px;
}

#ul_transitionlist {
    font-size: 10px;
}

    #ul_transitionlist li a {
        cursor: pointer;
    }

    #ul_transitionlist li input[type='text'] {
        width: 160px;
        font-size: 11px;
    }

#div_grouplist_sum {
    background: #F1FDE1;
    text-align: center;
    border: 1px solid #CCC;
    font-weight: bold;
    padding: 3px 10px;
}

    #div_grouplist_sum div {
        width: 33.3%;
    }

        #div_grouplist_sum div:nth-child(2) {
            border: 2px solid #ccc;
            border-top: none;
            border-bottom: none;
        }

#div_search_grplist_tran_case button, #div_search_grplist_tran_case input {
    font-size: 0.9em;
}

#div_search_grplist_tran_case div {
    width: 33%;
    text-align: right;
    padding: 3px 10px;
}

#div_trantitles_case div {
    width: 33%;
    padding: 3px;
}

    #div_trantitles_case div span {
        font-weight: bold;
    }

    #div_trantitles_case div input {
        width: 220px;
    }

.p_analyze_guidemsg {
    margin-bottom: 30px;
    color: #701F20;
}

div#div_typeselector_case {
    padding: 30px 0 0;
}

a.a_bt_typeselector {
    display: block;
    width: 220px;
    height: 90px;
    border: 2px solid #407DD0;
    background: #7082D7;
    border-radius: 8px;
    margin: 0 20px 0;
}

a.a_bt_typeselector {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
}

    a.a_bt_typeselector:hover {
        opacity: 0.8;
    }

    a.a_bt_typeselector.oneline {
        line-height: 90px;
        padding-top: 0;
    }

.div_analyze_pankuz {
    height: 30px;
    margin: 10px 0 20px;
    font-size: 1.1em;
}

    .div_analyze_pankuz span {
        display: inline-block;
        border: 1px solid #5CAB3C;
        background: #7CCF63;
        color: #fff;
        padding: 3px 8px;
        border-radius: 4px;
        margin: 0;
        font-weight: bold;
    }

    .div_analyze_pankuz a {
        display: inline-block;
        border: 1px solid #888;
        background: #ddd;
        color: #666;
        padding: 3px 8px;
        border-radius: 4px;
        margin: 0;
        text-decoration: none;
    }

        .div_analyze_pankuz a:hover {
            opacity: 0.8;
        }

    .div_analyze_pankuz img {
        display: block;
    }


    .d-block{
        display:block !important;
    }
.btn-reset {
    all: unset; 
    display: inline-block; 
    text-decoration: none; 
    cursor: pointer; 
}
.btn-link {
    color: #7164E8;
    text-decoration: underline;
}
    .btn-link:active, .btn-link:focus, .btn-link:hover {
        color: #6CF;
        text-decoration: none;
    }
.me-4 {
    margin-right: 20px;
}

.ms-4 {
    margin-left: 20px;
}
.text-danger {
    color: #dc3545 !important;
}
.clearfix {
    clear: both;
}
.font-noraml{
    font-size:12px;
}
.mb-1{
    margin-bottom:5px;
}
.d-none{
    display:none !important;
}


.service_receiptname {
    color: #a7a7a7;
    font-size: 10px;
    margin-left: 5px;
}

.index-recommend-wrap {
    padding: 0 0 90px 15px;
    width: 430px;
}
    .index-recommend-wrap .inner .title {
        margin-bottom: 1rem;
        color: #434343;
        font-size: 14px;
        margin-bottom: 5px;
    }


.index-recommend-list-item{
    margin-bottom:30px;
}
.index-recommend-link {
    transition-duration: 150ms;
    border-radius: 0.5rem;
}
    .index-recommend-link:hover {
        background-color: #e5e5e5;
    }
.index-recommend-link {
    color: #71717a;
    text-decoration:none;
}
    .index-recommend-link:hover {
        color: #71717a;
    }
    .index-recommend-link .image-wrap {
        width: 432px;
        height: 120px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        flex-shrink: 0;
        margin: 0 0 5px 0;
    }
        .index-recommend-link .image-wrap img {
            position: absolute;
            height: 100%;
            width: 100%;
            inset: 0px;
            color: transparent;
            object-fit: cover;
            max-width: 100%;
            display: block;
            vertical-align: middle;
        }
.recommend-content {
    flex: 1 1 0%;
}
.recommend-content .title {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.recommend-content .description {
    font-size: 0.75rem;
    line-height: 1rem;
}
.index-recommend-link .arrow {
    width: 2rem;
    flex-shrink: 0;
    text-align: center;
}
.index-recommend-link .arrow_icon {
    font-size: 0.875rem;
}

.change_user_list {
    padding: 20px 0 0 15px;
    display: flex;
}
    .change_user_list_item{
    }
.change_user_list_item a {
    margin-right:20px;
}

    @media screen and (max-width: 1100px) {

        .index-main-box{
            display:block;
        }
        .index-recommend-wrap{
            padding:0;
            margin-top:30px;
        }
        .index-banner-wrap {
            width: 90%;
            margin-left: 0;
        }
    .index-banner-list {
        display: grid;
        grid-auto-flow: column; /* 左詰めで横並び */
        grid-auto-columns: auto; /* アイテムの幅を自動調整 */
        align-items: start; /* 縦方向の揃え方 */
    }
    .index-banner-list-item .link {
        height: 252px;
    }
}

.div_contentblock {
    padding: 30px 10px 30px 20px;
}
.inputcontent {
    min-width: 1030px;
}
.div_enqcolumn2 {
    width: 48.5%;
}
.inputcontent table {
    width: 100%;
    margin-bottom: 5px;
}
    .inputcontent table th {
        width: 20%;
    }
.tbl_enq th {
    width: 30px !important;
}
.tbl_enqgroup th {
    width: 60px !important;
}
.btimg_clear {
    margin-left: -30px;
    margin-bottom: -6px;
}
.txt_datepickter {
    width: 150px;
}
input.txt_m {
    width: 200px;
}
input.txt_xs {
    width: 30px;
}
input.txt_s {
    width: 100px;
}
input.txt_l {
    width: 300px;
}
input.txt_ss {
    width: 60px;
}
.tbl_simple {
    width: 100%;
    font-size: 0.86em;
}
.div_pnum_tablecase {
    height: 150px;
    overflow-y: auto;
}
#bt_releasepnumber {
    font-size: 0.75em;
    float: right;
    display: none;
}
span.conf_culcres {
    color: #3A9AE0;
    font-weight: bold;
}
a.a_recview:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icn_view32.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
a.a_recedit:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icn_edit32.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.cursor-pointer {
    cursor: pointer;
}
#txt_personalno:read-only {
    background: #FFFFF8;
    border: 0;
    outline: none;
}
 img.img_icon {
    width: 16px;
    height: 16px;
    margin: 0 3px;
}
.form-check-input {
    border: 1px solid #434343;
}
.txt_search {
    width: 150px;
}
.div_cardcase {
    display: flex;
    gap: 10px;
}
.sec_statuscards .card{
    width:200px;
    max-width:18rem;
}
.sec_reccountcards .card {
    width: 120px;
    max-width: 18rem;
}
.sec_statuscards .card-header, .sec_reccountcards .card-header {
    font-size: 14px;
    text-align: center;
}
.sec_statuscards .card-title, .sec_reccountcards .card-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
#div_rscoreallbarcase {
    width: 1040px;
    height: 174px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f8f9fa;
}
#div_rscoreallbartitle {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}
#div_rscoreallbar {
    width: 100%;
    height: 150px;
}
.w-250 {
    width: 250px !important;
}
.w-20 {
    width: 20% !important;
}
.sw-table-break{
    table-layout:fixed;
}
.sw-table-break th, .sw-table-break td {
    word-wrap: break-word;
    white-space: normal;
}
button.btn.icn_check::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../img/icn_check_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}
.img_btnimg_print {
    width: 22px;
    height: 22px;
    margin: -2px 7px 0 -2px;
}
a.a_recdelete:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icn_delete32.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
#monthcnt_modaltitle {
    font-size: 24px;
    font-weight: bold;
}
img.img_unprint {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    vertical-align: middle;
    opacity: 0.2;
}
img.img_print {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    vertical-align: middle;
}