@charset "UTF-8";
*,
*::before,
*::after{
	box-sizing: border-box;
}
html{
	margin: 0;
	padding: 0;
	background: #fff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd{
	margin: 0;
}
ul,
ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
img,
picture,
video,
canvas,
svg{
	display: block;
	max-width: 100%;
}
img{
	vertical-align: bottom;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
th{
	text-align: left;
	font-weight: inherit;
}
button,
input,
textarea,
select{
	font: inherit;
	color: inherit;
}
button{
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
button:disabled{
	cursor: default;
}
textarea{
	resize: vertical;
}
fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
legend{
	padding: 0;
}
a{
	color: inherit;
}
