﻿/*#queryul li {
    display: inline;
    margin-left: 0; 
    padding-left: 0;
     list-style: none;
}*/

#queryul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #queryul li {
        float: left;
        white-space: nowrap;
        min-width: 200px;
    }

.ButtonFunc {
    text-decoration: none;
    font: 22px "微軟正黑體",Verdana,Arial,Helvetica;
    color: #550909;
    background-color: #f7e784;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 85px;
    width: 150px;
    padding:2px;
}

    .ButtonFunc:hover {
        background-color: #f5b9ee;
    }


.ButtonFunc2 {
    text-decoration: none;
    font: 22px "微軟正黑體",Verdana,Arial,Helvetica;
    color: #550909;
    background-color: #eb2b2b;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 85px;
    width: 150px;
    padding: 2px;
}

    .ButtonFunc2:hover {
        background-color: #f5b9ee;
    }

.css_table {
    display: table;
}

.css_tr {
    display: table-row;
}

.css_td {
    display: table-cell;
}

.bigcheck {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FireFox */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    width: 30px;
    height: 30px;
    zoom: 200%;
    /*padding: 0 8px 8px 8px;*/
}

.keybutton {
    text-decoration: none;
    font: 28px "微軟正黑體",Verdana,Arial,Helvetica;
    color: #550909;
    background-color: #6fbff5;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    min-width: 40px;
    margin: 3px 3px 3px 3px;
}

.keybutton2 {
    text-decoration: none;
    font: 28px "微軟正黑體",Verdana,Arial,Helvetica;
    color: #550909;
    background-color: #f55454;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    min-width: 40px;
    margin: 3px 3px 3px 3px;
}

.css_table {
    display: table;
}

.css_tr {
    display: table-row;
}

.css_td {
    display: table-cell;
    display: inline-block;
    min-width: 180px;
}
