
@charset "utf-8";


header, main, figure {
	display: block;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-feature-settings: "palt";
}

header, main, figure,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;

}
img {
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: none;
}
html,
body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: "ten-mincho-text", serif;
}

li {
	list-style: none;
}
address {
	font-style: normal;
	font-weight: normal;
}

.nobreak {
	white-space: nowrap;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea,
select {
	font-family: "ten-mincho-text", serif;
}
