@charset "utf-8";

/* ==========================
	reset css
============================= */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
ul,ol {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
a img {
	vertical-align: middle;
}

/* font reset */
body {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
