@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ul, ol {
	list-style-type: none;
}
em, strong, th, address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
img,
object,
embed {
	border: 0;
	vertical-align: top;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
hr {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
li {
	list-style-type: none;
}
strong {
	font-weight: bold;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
