@charset "utf-8";
/* CSS Document */


*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul, ol {
	padding-left: 0 !important;
	list-style: none !important;
}

a {
	text-decoration: none;
	color: inherit;
}

img, video {
	display: block;
	max-width: 100%;
	height: auto;
}

button {
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
}
