@charset "utf-8";

/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: Microsoft JhengHei, Arial, Helvetica, Verdana ;
	vertical-align:baseline;
	text-decoration:none;
}

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
	display: block;
}
/* ol, ul {
	list-style: none;
} */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body, html{
	height:auto;
	width:100%;
	/*font-size: 22px;*/
	/*line-height: 40px;*/
	color: #000;
	overflow-x: hidden;
}
* {
    box-sizing: border-box;
  }

