@charset "utf-8";

html, body, div, section, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, a, span, img, video, header, footer, nav, input, textarea, select, option, label {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul, ol, li {
	list-style: none;
}
a, a:hover {
	color: #000;
	text-decoration: none;
}
::before, ::after {
	box-sizing: border-box;
}
