@charset "UTF-8";

/* リセット
-----------------------------------*/
html{
	font-size: 62.5%; /* =10px */
	background:#FFF;
}

body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
	/* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px; font-size: 1.4rem; /* =14px */
	color:#23221e;
	list-style:none;
}
