body {
    position: relative;
background: #FCD564;
background: linear-gradient(180deg, rgba(252, 213, 100, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);}

#container{
	position: relative;
	height: 100dvh;
	margin: 0;
	padding: 0;
}

h1{
	width: 360px;
	text-align: center;
	margin: 0 auto;
	padding-top: 33vh;
}

.heiinOshirase{
	width: min(420px, 80%);
	color: #e00;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	border: 2px solid #e00;
	border-radius: 10px;
	padding: 20px 0;
	text-align: center;
	margin: 20px auto	;
}

footer {
	position: absolute;
	bottom: 0;
    width: 100%;
    height: 70px;
    background: url(../images/common/bg_footer.png) repeat-x;
    background-size: auto 70px;
    overflow: hidden;
}

#copyright{
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 20px 0 0;
}