@charset "utf-8";
/* CSS Document */
/*Last change: 22.06.2014
Designed by: Vio XL!studio, vio@xlbang.com, http://xlbang.com
/*--layout clear start--*/
html { height: 100%; }
body {overflow: scroll;overflow-x: scroll;}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {content: " ";display: table;}
.clearfix:after {    clear: both;}
.clearfix {    *zoom: 1;}
/*box-sizing>border-box*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
/*margin 與 padding 標準化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h9, pre, form, fieldest, input, p, blockquote,th, td{margin:0;padding:0;}
/*將font-style與font-weight標準化成normal*/
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal;font-weight:normal;}
/*標題font-size標準化*/
h1, h2, h3, h4, h5, h6, h9{font-size:100%;}
/*移除清單的list-style*樣式*/
ol,ul,li{list-style:none;}
/*移除table外框*/
table{border-collapse:collapse; border-spacing:0;}
/*移除fieldesr和 img的 border*/
fieldest,img{border:0;}
/*caption和th的文字要向左對齊*/
caption,th{text-align:left;}
/*移除q的引號*/
q:before,q:after{content:attr(x);}
/**** IE：針對li及a，移除外框 ****/
li, a{noFocusLine:expression(this.onFocus=this.blur());}
/**** Firefox：針對li及a，移除外框****/
:focus {  -moz-outline-style: none;}
/*some*/
/*img, object { max-width: 100%;}*/
html { font-size:100% }/*16px*/
/*html { font-size:62.5% }*//*10 ÷ 16 × 100% = 62.5%*//*不使用這個*/
/*--layout clear end--*/