@charset "utf-8";

html, body, section, article, aside, div, iframe,
h1, h2, h3, h4, h5, h6, p, span, small, i, img,
dl, dt, dd, ul, ol, li, table, tbody, tfoot, thead, tr, th, td,
form, label, input, textarea, button, select, canvas, nav {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
/*	outline: 0;*/
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
*, *::before, *::after {
	box-sizing: border-box;
}
/*:focus:not(:focus-visible) {
	outline: 0;
}*/
html {
	font-size: 62.5%;
}
a {
	margin: 0;
	padding: 0;
	background: transparent;
	vertical-align: baseline;
	color: #000000;
	font-size: 100%;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
a:hover, a img:hover {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: solid 1px #000000;
}
input, select, textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	border-radius: 0;
	background: transparent;
	font-family: inherit;
	text-align: left;
}
button {
	cursor: pointer;
}