@charset "UTF-8";
*,*::before,*::after {
	box-sizing: border-box;
}
html,body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 1;
}
h1,h2,h3,h4,h5,h6,p,small,
ul,ol,li,dl,dt,dd,
figure,figcaption,
header,footer,nav,main,article,section,aside,div,
iframe,video,audio {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: 500;
}
h1,h2,h3,h4,h5,h6,p,small,
figure,figcaption,
header,footer,nav,main,article,section,aside,div,
iframe {
	display: block;
}
ul,ol,li {
	list-style-type: none;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}