﻿/* @charset "utf-8"; */
/* CSS Document */

/* リセットCSS ここから↓ */
html, body {
	height: 100%;
}
*{
	margin: 0;
	padding: 0;
}
section,article,aside,header,footer,main,nav,figure {
	display: block;
}
img {
	display: block;
	border: none;
	height: auto;
}
a {
	text-decoration: none;
	color: #000;
}
ul {
	list-style-type: none;
}
ol {
	list-style: none;
}
body {
	font-size: 16px;
	/* font-weight: bold; */
	font-family: NotoSansJP,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.7em;
}
