@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html, body	{
height: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
	color: #333;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
img{
	display: inline-block;
}
table {
	font-size: inherit;
	font: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
a, a:visited{
    color: inherit;
    text-decoration: none;

}
ol, li, ul {
    list-style: none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
@media only screen and (max-width: 480px) {
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	letter-spacing: 0;
	font-size: 13px;
	line-height: 1.4em;
	}

}