@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
img {
	vertical-align: top;
	border: none;
	max-width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
