@charset "utf-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
cite,
code,
caption,
hr,
figure,
form,
fieldset,
legend,
input,
textarea,
select,
option,
label {
	margin: 0;
	padding: 0;
}

header,
footer,
nav,
main,
article,
section,
aside,
details,
figcaption,
figure {
	display: block;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}

ul,
ol {
	list-style: none;
}
li {
	list-style-position: outside;
}

table {
	border-collapse: collapse;
}
th,
td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

object,
embed {
	vertical-align: top;
}

*,
::before,
::after {
	box-sizing: border-box;
}

.clearfix::after {
	display: block;
	clear: both;
	content: '';
}