﻿#is_title {
    text-align: center;
    padding: 50px 20px;
    background-color: #ee960c;
    background-image: url(../images/is_title_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
    #is_title h2 {
        font-size: min(2.08333vw, 30px);
        color: #fff;
        font-weight: bold;
    }

#is_content table {
    font-size: min(1.11111vw, 16px);
}

#sp_table {
    width: 100%;
    font-size: min(1.11111vw, 16px);
    border-collapse: collapse;
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體";
}
    #sp_table th {
        color: white;
        text-align: center;
        padding: 10px 8px;
        background-color: #00559B;
        border: 1px solid #00559B;
    }
    #sp_table td {
        padding: 8px;
        background-color: #fff;
        border: 1px solid #c7baba;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#is_left {
    width: 19.3%;
    margin-top: 59px;
}

#left_alt {
    color: #fff;
    position: absolute;
    z-index: 9999;
    left: 15px;
}

#is_content a {
    color: #0b53c0;
}

#page_list_box #list_box {
    padding: 15px 0;
    border-bottom: 1px dotted #946351;
}
