@charset "utf-8";


body{
	color:#000;
	margin:0;
	padding:0;
	/* font: normal 14px/22px "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif; */
	font: normal 14px/22px "Roboto", "Noto Sans TC", sans-serif;
	height:100%;
	width:100%;
	background-size:cover;
	-webkit-font-smoothing: antialiased;
	text-rendering:auto;
	/* overflow-x:hidden; */
}

/* 如執行則編輯器表格cellpadding會失效
*{margin:0; padding:0;}
*/


/*
ol,ul,li {
	list-style:none;
	margin:0;
	padding:0;
}
*/

a{
	outline-style:none;
	text-decoration:none;
	color:#555;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	cursor:pointer;
}

a:hover{
	/*color:#dedede;*/
	/*text-decoration:underline;*/
	color:#555;
	cursor:pointer;
	text-decoration:underline;
}

img{
    border-style:none;
    display: inline-block;
    vertical-align: middle;
}


/* clear float */
.clr{
	clear:both;
	height:0px;
	visibility:hidden;
}


pre{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family:"Noto Sans TC", sans-serif;
}
