html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	line-height: 1.6;
}
* {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a,
input,
textarea,
select,
button {
	color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
img,
video {
	max-width: 100%;
}
img {
	border-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}
::-ms-clear {
	display: none;
}