@charset "utf-8";
/* ==================================================

		CSSの初期化

================================================== */

html {
	overflow-y: scroll;
}

body,
header,
footer,
nav,
div,
section,
article,
aside,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
table,
th,
td,
form,
input,
textarea,
fieldset,
legend,
figure,
figcaption,
pre,
code,
summary {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}

header,
footer,
nav,
section,
article,
aside,
hgroup,
figure,
figcaption,
summary {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

table {
	font-size: inherit;
	border-collapse: collapse;
}

th {
	font-weight: normal;
}

td {
	text-align: center;
}

address,
caption,
cite,
code,
dfn,
em,
var {
	font-weight: normal;
	font-style: normal;
}

img {
	vertical-align: bottom;
	border: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
