@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 62.5%;
	height: 100%;
}

body * {
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;

	font-size: 12px;
	font-size: 1.2rem;
}

body {
	background: #eee;
}

html, body, #wrap {
	width: 100%;
}

header, footer {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
}

header h1 {
	font-size: 1.6rem;
	font-weight: normal;
}

footer {
	margin-top: 3rem;
}

footer img {
	height: 15px;
/*	-webkit-backface-visibility: hidden;*/
}

section {
	padding: 3rem;
	margin: 0 auto;
	max-width: 560px;
}

h2 {
	border-bottom: 2px solid #333;
	margin-bottom: 0.5rem;
	padding: 0 0 0.8rem;
	font-size: 1.4rem;
}

section > p {
	white-space: pre-wrap;
}