﻿/* a style */
form a {
    text-decoration: underline;
    color: #000000;
}

    form a:hover, a:active {
        color: #867BA9;
    }

/* message：not data*/
.notdata {
    margin-left: 25rem;
    margin-top: 8rem;
    color: #595757;
    letter-spacing: 0.2em;
    font-weight: bolder;
}

/* Operating Instructions */
#UpFileExplanation {
    background-color: #DCDCDC;
    border-radius: 0.5rem;
    padding: 1rem;
}

    #UpFileExplanation > div {
        letter-spacing: 0.1rem;
    }

    #UpFileExplanation > ul > li {
        line-height: 2rem;
    }

/* link button*/
a.Btn {
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #1F1F1F;
    border: 0.01rem solid #1F1F1F;
    background-color: #E4E4E4;
    padding: 0.3rem 0.3rem 0.3rem 0.5rem;
    margin: 0.3rem;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
}

.TableStyle01 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
    border: 0.05rem solid #E2E2E2;
    border-spacing: 0 0;
    border-collapse: collapse;
    text-align: center;
}

    .TableStyle01 tr:nth-child(even) {
        background-color: #FFF;
    }

    .TableStyle01 tr:nth-child(odd) {
        background-color: #EBEBEB;
    }

    .TableStyle01 th {
        text-align: center;
        border: 0.05rem solid #E2E2E2;
        background-color: #E8ECEF;
        /*height: 2rem;*/
        padding: 0.5rem 0.2rem;
        font-size: 1rem;
    }

    .TableStyle01 td {
        border: 0.04rem solid #E2E2E2;
        padding: 0.5rem 0.2rem;
        height: 2rem;
        line-height: 1.2em;
        word-wrap: break-word;
        word-break: break-all;
        font-size: 1rem;
    }

/* message */
.msg {
    text-align: left;
    letter-spacing: 0.1rem;
    color: #FF0000;
    font-weight: bold;
}

.msgSuccess {
    text-align: left;
    letter-spacing: 0.1rem;
    color: #006400;
    font-weight: bold;
}

.msgExplain {
    text-align: left;
    letter-spacing: 0.1rem;
    color: #C91B26;
    font-weight: bold;
}

.msgRequired {
    text-align: left;
    color: #C91B5B;
    font-weight: bold;
}

.memo, .Required {
    color: #FF0000;
}

/* Page Controls */
.PageControls {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    text-shadow: none;
    font-weight: bolder;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

    .PageControls a {
        text-decoration: none;
        display: inline-block;
        border: 1px solid #2E4986;
        padding: 5px 10px 5px 8px;
        margin: 1px;
        background-color: #FFFFFF;
        color: #000000;
        vertical-align: middle;
        text-align: center;
        letter-spacing: 0;
    }

        .PageControls a:hover {
            border: 1px solid #2E4986;
            background-color: #DBDBDB;
            color: #000000;
        }

    .PageControls > .divLeft {
        display: inline-block;
        min-width: 10rem;
    }

    .PageControls > .divMiddle {
        display: inline-block;
        width: 3rem;
        text-align: center;
        vertical-align: middle;
    }

    .PageControls > .divRight {
        display: inline-block;
        min-width: 10rem;
    }

/* input row style */
form > .input {
    margin-bottom: 2.3rem;
}

    form > .input > label:first-child,
    .input > label:first-child {
        font-weight: bold;
        font-size: 1.7rem;
    }

input[type=text],
input[type=password] {
    height: 1.7rem;
    font-size: 1rem;
    vertical-align: middle;
}

select {
    height: 1.9rem;
    font-size: 1rem;
    vertical-align: middle;
}

input[type=checkbox] {
    height: 1.3rem;
    font-size: 1rem;
    vertical-align: middle;
    zoom: 1.3;
}

    input[type=checkbox] > label {
        height: 1.5rem;
        font-size: 1rem;
        vertical-align: middle;
    }

input[type=file] {
    min-height: 1.5rem;
    font-size: 1rem;
    vertical-align: middle;
}

input[type=submit] {
    min-height: 1.5rem;
    font-size: 1rem;
    vertical-align: middle;
}

    input[type=submit]:hover {
        /*color: #3E3E3E;*/
    }

textarea {
    vertical-align: top;
    font-size: 1rem;
    resize: none;
}

/* Page Controls */
.Mpage {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    text-shadow: none;
    font-weight: bolder;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

    .Mpage a {
        text-decoration: none;
        display: inline-block;
        border: 1px solid #2E4986;
        padding: 5px 10px;
        margin: 1px;
        background-color: #ffffff;
        color: #000000;
        vertical-align: middle;
        text-align: center;
        letter-spacing: normal;
    }

        .Mpage a:hover {
            border: 1px solid #2E4986;
            background-color: #DBDBDB;
            color: #000000;
        }

    .Mpage > .one {
        display: inline-block;
        min-width: 10rem;
    }

    .Mpage > .pmiddle {
        display: inline-block;
        width: 3rem;
        text-align: center;
        vertical-align: middle;
    }

    .Mpage > .end {
        display: inline-block;
        min-width: 10rem;
    }

/* ol,ul*/
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Btn {
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #1F1F1F;
    border: 0.01rem solid #1F1F1F;
    background-color: #E4E4E4;
    padding: 0.3rem 0.3rem 0.3rem 0.5rem;
    margin: 0.3rem;
    display: inline-block;
    font-weight: bold;
}

/*沒資料*/
.ndata {
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 10rem;
    color: #595757;
    letter-spacing: 0.2em;
}
