* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	background:#fff;
}
img {
	vertical-align: bottom;
	max-width:100%;
}

a {
	text-decoration: none;
}

a img  {
	border: none;
}
a:hover img  {
	opacity: 0.8;
}

li {
	list-style: none;
}
