@charset "UTF-8";

/* =========================================
   Reset
========================================= */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
blockquote {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

a {
	color: inherit;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
	border-radius: 0;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}

textarea {
	resize: vertical;
}

iframe {
	border: 0;
}

/* =========================================
   HTML5
========================================= */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

/* =========================================
   Utility
========================================= */

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}