@charset "utf-8";

/* ☆reset
---------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6,
header, footer, nav, article, aside, section, main,
blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q,
hr, img, p, a, small, strong, sub, sup, var, b, i, time, mark,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
details, figcaption, figure, iframe {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}

/* ☆recognized
---------------------------------------- */
header, footer, nav, article, aside, section,
main, figure, figcaption, details {
	display: block;
}
