@charset "utf-8";

* {
	border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	box-sizing: border-box;
	font-style: normal;
	text-decoration: none;
}
html {
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header,
footer,
main,
nav,
article,
aside,
section,
h1, h2, h3, h4, h5 {
	display: block;
}
