@charset "utf-8";	
/* @import url('https://fonts.googleapis.com/css?family=Lato|Roboto'); */
* {
	margin:0;
	padding:0;
	word-wrap:break-word; /*自動換行*/
	word-break: normal;
	box-sizing: border-box; /*border/padding為內含*/
	text-decoration:none;
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* font-family: 'Century Gothic','Roboto', 'Arial','微軟正黑體','新細明體', sans-serif; */
	font-family: 'Noto Sans TC', Lato;
}
	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var,  
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, li,ul {
	margin: 0;
	padding: 0;
	border: 0 none;
	font: inherit;
	font-family: 'Noto Sans TC', Lato;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
strong, th { font-weight: bold; }
em { font-style: normal; }
ul, li, img { border: 0 none; list-style-type:none; }

a {	text-decoration:none; /*無底線*/outline:none; /*隱藏連結虛線*/ }
a:hover,  a:visited, a:active, a:link{text-decoration:none; /*無底線*/outline:none; /*隱藏連結虛線*/ }

img, input, select { vertical-align:middle;}	/*讓圖片跟文字垂直置中對齊*/
input[type="radio"] { vertical-align: baseline; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

textarea { overflow-x: hidden; overflow-y: auto; }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* table */
table  {
	border-spacing: 0px;	/*cellspacing*/
	border: 0px none;	/*border*/
}
table tr td , table tr th {
	padding: 0px;	/*cellpadding*/
	border: 0px none;	/*border*/
}

div, p, a, ul, li {	zoom: 1; }
table, th, td {	zoom: 1; }
