@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic);

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, input, button, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	list-style:none;
	word-spacing:.05em;
	line-height:normal;
	font-family: "Open Sans", "Heiti TC", "LiHei Pro", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.clear-fix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.clear-fix {
	display:inline-block;
}
html[xmlns] .clear-fix {
	display:block;
}
* html .clear-fix {
	height:1%;
}

blockquote, q{ quotes: none; }

:focus{ outline: 0; }

table{
	border-collapse: collapse;
	border-spacing: 0;
}

small{ font-size:90%; }

a{
	color:#fff;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}