*, *::before, *::after {
	box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	font-size: 100%;
	font-weight: normal;
}
header, footer, nav, section, article, main, aside, figure, figcaption {
	display: block;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: inherit;
}
button {
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: transparent;
	box-shadow: none;
	font: inherit;
}
input, select, textarea {
	vertical-align: top;
	color: inherit;
	font: inherit;
}