* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #000;
}

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;
}
