@charset "UTF-8";
/* CSS Document */

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: normal;
	color: #000000;
}

header, footer, main, section, article, aside, nav, h1, h2, h3, h4, h5, h6, hgroup, p, address, figure, div, table, form, fieldset, center, map, hr {
	margin: 0;
	padding: 0;
}

ol, ul, li, dl, dt, dd, blockquote {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ol, ul {
	list-style-type: none;
}

pre {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Courier New", "Osaka-Mono", "MS Gothic", Monospace;
}

h1, h2, h3, h4, h5, h6, hgroup {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

address, em, i, strong, b {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

table, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	border-style: none;
}
