﻿* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	line-height: 1.15;
}
h1 {
	font-size: 2em;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.5em;
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
a {
	text-decoration: none;
	display: block;
	color: #000;
}
b,
strong {
	font-weight: 700;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
	outline: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 0;
}
textarea {
	resize: none;
}
ul {
	list-style: none;
	padding-left: 0;
}
