@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #962d3e;
	text-align: center;
}

header {
	width: 240px;
	margin: 100px auto 60px;
}

footer {
	width: 100%;
	font-size: 11px;
	text-align: center;
	position: absolute;
	bottom: 30px;
}