@charset "utf-8";
* {
		margin: 0;
		padding: 0;
}
body {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
}
.wrap {
		max-width: 768px;
		margin: 0 auto;
		min-height: 100vh;
		background: #ededed;
		box-sizing: border-box;
		padding: 20vh 0 0;
}
.upper {
		height: 300px;
		background: #fff;
}
.bottom {
		height: 2000px;
		background: #fff;
}