@charset "UTF-8";

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, blockquote, pre, 
a, abbr, address, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, 
b, u, i, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:16px;
	font:inherit;
	vertical-align:baseline;
}
html {
	font-size:16px;
	overflow-y:scroll;
	overflow-x:hidden;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight:normal;
	font-style: normal;
}

dt, dd, li, caption, th, td, h1, h2, h3, h4, h5, h6, p, address {
	font-size:16px;
	line-height:1.6em;
}

dd p, dd dt, dd dd, dd li, dd th, dd td, dd select, dd textarea, dd input,
li p, li dt, li dd, li li, li th, li td, li select, li textarea, li input,
td p, td dt, td dd, td li, td th, td td, td select, td textarea, td input,
p select, p input, p textarea{
	font-size:16px;
}
p{
	margin:0;
	padding:0;
	margin-bottom:20px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse: separate;
	*border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

caption {
	text-align:left;
}

th {
	font-weight:bold;
}

th, td {
	vertical-align:top;
}

select, input, textarea {
	margin:0;
}

input[type=image]{
	cursor:pointer;
}

address {
	font-style:normal;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

img {
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}

object, embed, iframe {
	vertical-align:top;
	outline:none;
}

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

sup,
sub{
	font-size:0.75em;
}

sup{
	vertical-align:super;
}

sub{
	vertical-align:sub;
}
