/* reset.css */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
button,
main,
aside,
header,
section,
article,
blockquote,
pre,
code,
table,
thead,
tbody,
tr,
th,
td,
dialog,
fieldset,
label,
input,
select {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

button,
input,
select {
	font: inherit;
}

button {
	color: inherit;
	background: none;
	border: 0;
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

fieldset {
	border: 0;
}