@charset "utf-8";

html, body, section, article, aside, div, iframe, nav, a,
h1, h2, h3, h4, h5, h6, p, span, i, img, address,
dl, dt, dd, ul, ol, li,
form, label, input, textarea, button, select, canvas,
figure, figcaption,
code, pre {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style: none;
}
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
a {
	color: #000000;
	-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;
}