@charset "utf-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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

#wrap {
	width: 100%;
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}
