html, body, div, span, applet, object, iframe, h1, h2, h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }
html { line-height: 1; }
ol, ul { list-style: none; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html, body { width: 100%; min-height: 100%; font-family: "Noto Sans", "Microsoft JhengHei"; }

.wapperBOX { font-family:"Noto Sans",
    "Microsoft JhengHei";width: 100%; overflow: hidden; max-width: 480px; margin: 0 auto; padding:0 0 2% 0; position: relative;
     -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wapperBOX:after { content: " "; display: block; clear: both; }
.wapperBOX p {
    color: #1e87f0;
    padding: 10px 0;
    line-height: 1.3rem;
    
}
.uk-table th {
    padding: 16px 12px;
    text-align: center;
    vertical-align: bottom;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}
.wapperBOX header {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 5px;
}
.wapperBOX .table_block {
    width: 95%;
    margin: 1em auto;
    display: block;
}
.title{font-size: 20px; font-weight: bold; color: #000000; line-height: 1.3rem;}
.wapperBOX .button_block {
    display: flex;
    padding: 2%;
    flex-wrap:wrap;
}
img{width: 100%;}
table{margin-top: 1em; }
table,
thead,
td {
    border: 1px solid #ddd;
    text-align: left;
    font-family:"Noto Sans",
    "Microsoft JhengHei";
    font-size: 14px;
    
}
thead th {
    border-right:  1px solid #ddd;
    background: linear-gradient(to left, #28a5f5, #1e87f0);
    color: #ffffff;
}
table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
	padding: 8px;
	text-align: center;
	font-family: inherit;
}
/* GO TO TOP */
.toTop-arrow {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 33%;
    opacity: 0.6;
    background: #000;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    z-index: 99999;
}

.toTop-arrow::before,
.toTop-arrow::after {
    width: 18px;
    height: 5px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.5rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.5rem;
}

.toTop-arrow:focus {
    outline: none;
}

a.city_btn {
   
    background-color: #ffdd00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #333333;
    font-family: "Noto Sans",
        "Microsoft JhengHei";
    font-size: 16px;
    font-weight: bold;
    padding: 8px 19px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 5px 0 0 0;
}
a.city_btn:hover {
    background: #fff193;}
@media screen and (max-width: 370px) {
   
}

@media screen and (max-width: 320px) {
  
}
