a {
    text-decoration: none;
}



#tbList {
    width: 70%;
    border-collapse: collapse;
    margin: 20px auto;
    text-align: center;
}

#tbList th {
    border: #333 solid 1px;
    background-color: #555;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

#tbList td {
    border: #333 solid 1px;
    padding: 5px 0;
}

#divQuery {
    width: 90%;
    max-width: 350px;
    height: 45px;
    border-radius: 30px;
    background: #dddcc6;
    margin: 10px auto;
    text-align: left;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    display: flex;
    display: -ms-flex;
    padding: 0px 0 0 15px;
}

input[type="text"] {
    padding: 1px 15px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 30px;
    width: 65%;
    outline: none;
}

#btnSearch {
    height: 65%;
    margin: 0 10px 0 20px;
    vertical-align: middle;
    cursor: pointer;
}

#Rlist {
    margin-top: 3%;
    display: none;
}

#RTitle {
    width: 100%;
    text-align: center;
    padding: 1% 0;
    color: #e3836e;
    font-size: 26px;
    font-family: "微軟正黑體";
    font-weight: bold;

}

.tbListS {
    margin: 2% auto 5% auto;
    width: 60%;
    border: 2px solid #333;
    text-align: center;
}

.STitle {
    font-size: 26px;
    font-family: "微軟正黑體";
    font-weight: bold;
    color: #E97313;
}


@media only screen and (min-width:768px) and (max-width: 1100px) {}

@media only screen and (max-width: 767px) {

    #tbList {
        width: 90%;
        border-collapse: collapse;
        margin: 20px auto;
        text-align: center;
    }

    input[type="text"] {
        padding: 0 15px;
        cursor: pointer;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        height: 30px;
        width: 65%;
        outline: none;
    }

    #Rlist {
        margin-top: 6%;
        display: none;
    }

    #RTitle {
        width: 100%;
        text-align: center;
        padding: 5% 0;
        color: #e3836e;
        font-size: 20px;
        font-family: "微軟正黑體";
        font-weight: bold;
    }

    .tbListS {
        margin: 2% auto 5% auto;
        width: 90%;
        border: 2px solid #333;
        text-align: center;
    }


    .STitle {
        font-size: 20px;
        font-family: "微軟正黑體";
        font-weight: bold;
        color: #E97313;
    }
}

@media only screen and (min-width:250px) and (max-width: 322px) {
    input[type="text"] {
        padding: 0 15px;
        cursor: pointer;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        height: 30px;
        width: 50%;
        outline: none;
    }

    #RTitle {
        font-size: 16px;
    }
}