@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header {
	background-color: #c1c1c1;
	min-height: 50px;
	display: flex;
	justify-content: right;
	align-items: center;
}
main {
	padding: 30px;
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.0rem;
}
h1 {
	display: table;
	margin: 1.5rem auto;
	font-size: 1.4rem;
	padding: 0 20px;
	border-bottom: 1px solid;
}
footer {
	background-color: #c1c1c1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
}
