@charset "UTF-8";

* {
	margin:0;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

iframe {
	border: 0;
}

ul {
	list-style: none;
	padding: 0;
}

a {
	background: transparent;
	text-decoration: none;
}