﻿/*標頭*/
thead {
    border-top: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #a0a0a0;
    /*	用fixed的話，就表單表投就會固定*/
    /*position:fixed;*/
    /*	用fixed的話，就表單表投就會固定*/
    z-index: 9;
    width: 100%;
    word-break: break-all;
}

    thead tr th:nth-child(1n) {
        width: 20%;
        text-align: left;
        border-style: solid;
        border-top: 1px;
        border-color: #a0a0a0;
    }

    thead tr th:nth-child(2n) {
        width: 20%;
        text-align: left;
    }

    thead tr th:nth-child(3n) {
        width: 10%;
        text-align: left;
    }

    thead tr th:nth-child(4n) {
        width: 30%;
        text-align: left;
    }

    thead tr th:nth-child(5n) {
        width: 95px;
        text-align: left;
    }

    thead tr th:nth-child(6n) {
        width: 70px;
        text-align: left;
    }

tbody tr {
    border: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-color: #a0a0a0;
}

tbody {
    position: relative;
    z-index: 1;
    word-break: break-all;
}

    tbody tr td {
        padding-right: 10px;
    }

        tbody tr td:nth-child(1n) {
            width: 30%;
            text-align: left;
        }

        tbody tr td:nth-child(2n) {
            width: 30%;
            text-align: left;
        }

        tbody tr td:nth-child(3n) {
            width: 20%;
            text-align: left;
            word-break: break-word;
            word-spacing: normal;
        }

        tbody tr td:nth-child(4n) {
            width: 30px;
            text-align: left;
        }

        tbody tr td:nth-child(5n) {
            width: 50px;
            text-align: center;
        }

        tbody tr td:nth-child(6n) {
            text-align: center;
        }


@media (min-width:768px) and (max-width:1920px) {
    /*thead tr {
		background-image: url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg);
		background-position: 17%,33%,42%,47%,52%,61%,67%,72%,81%,86% top;
		background-repeat: repeat-y;
	}
	tbody tr:nth-child(1n) {
		background-image: url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg),url(../images/rightskip.jpg);
		background-position: 17%,33%,42%,47%,52%,61%,67%,72%,81%,86% top;
		background-repeat: repeat-y;
	}*/
}

@media (min-width:320px) and (max-width:768px) {
    thead tr {
        background-image: url('');
        background-position: left top;
        background-repeat: repeat-y;
    }

    tbody tr:nth-child(1n) {
        background-image: url('');
        background-position: left top;
        background-repeat: repeat-y;
    }

    #inFrame.innerFrame {
        margin-top: 81px;
        padding-top: 30px;
    }
}
/*表單*/
