html {
	box-sizing: border-box;
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-size-ajust: 100%;
	background-color: #FFF;
}
body { overflow-x: hidden; }
*, *::after, *::before {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
	outline: 0;
	border: 0;
}
article, aside, footer, header, main, nav, section {
	display: block;
	width: 100%;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: inherit;
}
