﻿
table.main {
    clear: both;
    float: left;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse; 
    border: 0px solid var(--Border, #0000001A); 
}


    table.main th {
        text-align: center;
        font-size: 14px;
        line-height: 30px;
        word-spacing: 5px;
        vertical-align: middle;
        padding-top: 5px;
        padding-bottom: 4px;
        font-weight: 600;
        background: var(--Slate-200, #E2E8F0);
        color: var(--Slate-700, #334155);
        border-bottom: 0px solid var(--Border, #0000001A); 
    }

    table.main td {
        font-size: 14px;
        /*color: #660033;*/
        /*--padding-left: 3px;*/
        vertical-align: middle;
        /*--line-height: 30px;*/
        border-bottom: 1px solid var(--Border, #0000001A);
        padding-top: 10px;
        padding-bottom: 4px;
        padding-left: 3px;
        padding-right: 7px;
        vertical-align: top;
        color: var(--Slate-600, #475569);
        font-weight: 600;
        
        
    }

/*第一欄第一列：左上*/
    table.main tr:first-child th:first-child {
        border-top-left-radius: 10px;
    }
/*第一欄最後列：左下*/
    table.main tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
    }
/*最後欄第一列：右上*/
    table.main tr:first-child th:last-child {
        border-top-right-radius: 10px;
    }
/*最後欄第一列：右下*/
    table.main tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }

    table.main td:first-child {
        border-left: 1px solid var(--Border, #0000001A);
    }

    table.main td:last-child {
        border-right: 1px solid var(--Border, #0000001A);
    }

    table.main th a {
        color: #000000;
    }

    table.main th .BtnArea, table.main td .BtnArea {
        float: left;
    }

        table.main th .BtnArea input[type="submit"], table.main td .BtnArea input[type="submit"] {
            float: left;
        }


    table.main td input[type=text] {
        font-size: .97em;
        /*margin-top:12px;*/
    }

    table.main td div.left {
        float: left;
        margin-left: 7px;
        text-align: left;
    }

    table.main td div.center {
        text-align: center;
    }

    table.main td div.right {
        float: right;
        margin-right: 7px;
        text-align: right;
    }

    table.main td div.btnarea {
        float: right;
        margin-right: 7px;
        margin-top: -5px;
        margin-bottom: 3px;
    }


    table.main tr.list:hover {
       
        opacity: 0.95;
    }

        table.main tr.list:hover td.empty {
            color: #E0E0E0;
        }


    table.main tr.list:nth-child(2n+1) {
        background: #ffffff;
    }


    table.main td .subitem {
        float: left;
        width: 100%;
    }

        table.main td .subitem .title {
            float: left;
            margin-right: 1px;
            border-bottom-style: solid;
            border-bottom-width: 2px;
            border-bottom-color: #800000;
            text-align: center;
        }

        table.main td .subitem .value {
            float: left;
            margin-right: 1px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #800000;
            padding-bottom: 3px;
            line-height: 20px;
        }

    table.main td .Form .item {
        float: left;
        overflow-x: visible;
        /*--border: 1px double #333333;*/
        margin: 0px;
        margin-bottom: 6px;
        width: 100%;
        /*border: 1px dashed #000000;*/
    }

        table.main td .Form .item .title {
            float: left;
            width: 100px;
            text-align: right;
            margin-top: 6px;
            font-size: .95em;
            font-weight: bold;
            color: #000000;
            /*border: 1px dashed #000000;*/
        }


        table.main td .Form .item .value {
            float: left;
            margin-left: 5px;
            margin-top: 7px;
            font-size: 1em;
            line-height: 20px;
        }


    table.main tr.AlterTemp {
        border: 1px solid #000000;
    }

        table.main tr.AlterTemp td.end {
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #C0C0C0;
        }

    table.main td .BtnArea {
        float: left;
        margin-left: 10px;
        margin-top: 0px;
        font-size: 1.1em;
    }


    table.main td a {
        color: #D4490E;
    }

        table.main td a.btn {
            color: #ffffff;
        }

.BottomTableArea {
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0px;
    margin-bottom: 30px;
}

    .BottomTableArea table.main td {
        vertical-align: top;
    }

table.Form_H {
    clear: both;
    float: left;
    border-collapse: collapse;
    border-spacing: 1px;
    margin: auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    /*color: #424F63;*/
    color: #000000;
    border: solid 1px #ffffff;
}



.Datalist table.Form_H td .chkbox input[type="checkbox"] {
    margin-top: 0px;
}


table.Form_H th, table.Form_H td {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    padding-bottom: 5px;
}



table.Form_H th {
    width: 15%;
    line-height: 30px;
    vertical-align: middle;
    font-size: 1.1em;
}

    table.Form_H th.title {
        width: 100%;
        background-color: #808080;
        text-align: center;
    }

    table.Form_H th div {
        /*--border: 1px solid #000000;*/
        float: right;
        /*--width: 100%;*/
        margin-right: 15px;
        /*font-size: .95em;*/
        font-weight: bolder;
    }


table.Form_H td {
    /*--background-color: #FFFFCC;*/

    width: 330px;
    /*--padding-right: 10px;*/
    padding-left: 6px;
    padding-top: 6px;
    vertical-align: middle;
}

    table.Form_H td div.value {
        float: left;
        margin-left: 5px;
        margin-right: 3px;
        margin-top: 0px;
    }

    table.Form_H td div.dateimg {
        margin-left: 7px;
        margin-top: 5px;
    }

    table.Form_H td div.BtnArea {
        font-size: 1.2em;
        margin-right: 20px;
    }

    table.Form_H td a {
        font-size: 1.1em;
        color: #180b6e;
    }
