@charset "utf-8";
/* =================================== */


/* テーブル */
.tbl_category {
    font-size: 10pt;
    table-layout: fixed;
    border-collapse: collapse;
    cellspacing: 0;
    cellpadding: 0;
    border-top: 1px solid #cccccc;
}

.tbl_category tr {
    min-height: 45px;
}

.tbl_category td {
    padding: 8px 2px 8px 5px;
    position: relative;
    word-break: break-all;
    background-clip: padding-box;
}

.tbl_category td td {
    padding: 3px;
}

.tbl_category tr td.lv {
    border-top: 1px solid #cccccc;
    padding: 8px 0px 8px 5px;
    vertical-align: top;
/*    width: 100px;*/
    font-size: 8pt;
}

.tbl_category tr td:first-child.sec_line {
    border-right: #F57837 3px solid;
    color: #F55600;
}

.tbl_category tr td.sec_line_l {
    border-left: #F57837 1px solid;
    text-align: right;
}

.tbl_category tr td:first-child.blk_line {
    border-right: #63A5DB 3px solid;
    color: #0079DB;
}

.tbl_category tr td.blk_line_l {
    border-left: #63A5DB 1px solid;
    margin-left: 1pt;
    text-align: right;
}

.tbl_category tr td:first-child.link_line {
    border-right: #808080 3px solid;
}

.tbl_category tr td.link_line_l {
    border-left: #808080 1px solid;
    text-align: right;
}
.tbl_category tr td.lv {
    font-size: 8.5pt;
}

#move_mode .tbl_category {
    background-color: #ffffff;
}

#move_mode .tbl_category tr td.lv {
    padding: 5px 5px 5px 8px;
}

#move_mode .tbl_category tr td.edit_free {
    border-bottom: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    background-color: #E8F2FA;
    color: #63A5DB;
}

#move_mode .tbl_category tr td.edit_icon {
    border-bottom: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    background-color: #FED5BF;
    color: #F57837;
}

#move_mode .tbl_category tr td.edit_link {
    border-bottom: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    background-color: #F2F2F2;
    color: #B3B3B3;
}

#move_mode .tbl_category tr td.edit_free::after,
#move_mode .tbl_category tr td.edit_link::after,
#move_mode .tbl_category tr td.edit_icon::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: #cccccc 1px solid;
}

#move_mode .tbl_category div[name^="ren_"] {
    text-align: center;
    width: 40px;
    margin: 10px auto 0;
}

.tbl_category tr td td {
    color: #333333;
    padding: 2px;
    border: #ccc 1px solid;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#move_mode .tbl_category tr td .choice_arrow {
    /*position: absolute;*/
    bottom: 0;
    width: 80px;
    font-size: 0;
    text-align: center;
}

.hr_linebreak {
    border-top: #999 2px solid;
    text-align: center;
    position: relative;
}

.hr_linebreak span {
    background-color: #ffffff;
    padding: 0 1em;
    position: absolute;
    top: -0.8em;
    left: 50%;
    margin-left: -2em;
}

.tbl_category_hover:hover,
.tbl_category_hover:focus,
.tbl_category_hover:active {
    /* タイルマウスオーバーの色：薄黄色 */
    /*background-color: #FEF7D7;*/
}

.tbl_list {
    font-size: 10pt;
    table-layout: fixed;
    border-collapse: collapse;
    cellspacing: 0;
    cellpadding: 0;
    border-top: 1px solid #cccccc;
}

.tbl_list tr {
    min-height: 45px;
    border-top: 1px solid #cccccc;
}

.tbl_list tr td {
    padding: 8px;
    position: relative;
}

.tbl_list_hover:hover,
.tbl_list_hover:focus,
.tbl_list_hover:active {
    /* タイルマウスオーバーの色：薄黄色 */
    background-color: #FEF7D7;
}


.cursor_disable div{
    cursor: default !important;
}

#overlay_doclist input:disabled,
#overlay_doclist textarea:disabled{
    color: #8C8C8C;
}

#overlay_doclist .cursor_disable .div_selected {
    border: 1px solid #cccccc;
    background-color: #F2F2F2;
    color: #cccccc;
}

.tbl_category_hover{
    height: 50px;
}

#userItemList thead tr {
    background-color: #F0F0F0;
    height: 45px;
}
#deptItemList thead tr {
    background-color: #F0F0F0;
    height: 45px;
}
#groupItemList thead tr {
    background-color: #F0F0F0;
    height: 45px;
}
