html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1; height:100%; background-color:#141414}
ol, ul {list-style: none;}
blockquote, q {    quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
th, h1, h2, h3, h4, h5, h6{ font-weight:normal}
a{text-decoration:none;color: inherit;}
/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {    text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table { table-layout:fixed;border-collapse: collapse;border-spacing: 0;}
@font-face {
font-family: 'NeoSans';
src: url('NeoSans.otf');}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
html{ width:100%;height:100%;font-family:NeoSans,"微軟正黑體", "Microsoft JhengHei", sans-serif;}
input, select, textarea, tt{ outline:none; font-family: NeoSans,"微軟正黑體", "Microsoft JhengHei", sans-serif;}
input[type="radio"], input[type="checkbox"] {display:none; }

body{width:100%; height:100%;}
img{display: block; width:100%}
th.topTD, td.topTD{ vertical-align:top}
.noFloat:after{ content:''; display:table; clear:both}


/*卷軸樣式*/
::-webkit-scrollbar{ width:10px; background-color:#fff} /*滾動條整體部分*/
::-webkit-scrollbar-thumb { background-color:#e0e0e0;cursor:pointer;border-radius: 5px;} /*拖動條*/
::-webkit-scrollbar-thumb:hover{ background-color:#414141;}
::-webkit-scrollbar-corner { background-color:#fff}/*右邊跟下面拉霸連街處*/