html {
	height: 100%;
	margin: 0;
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #0C2340;
	background: #0C2340 -moz-linear-gradient(165deg, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 50%);
	background: #0C2340 -webkit-linear-gradient(165deg, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 50%);
	background: #0C2340 linear-gradient(165deg, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 50%);
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 22px;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	font-weight: 500;
	color: #fff;
}
a, a:active, a:visited {
	color: #00aa00;
	text-decoration: none;
}
a:hover, a:focus {
	color: #00aa00;
	text-decoration: underline;
}
#container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
}
#content {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}
#logo {
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 200px;
	height: auto;
}
#logo a {
	line-height: 0;
	display: inline-block;
}
#message {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 35px;
	color: #ff9900;
	margin-bottom: 50px;
}
#contact {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	width: 100%;
	text-align: center;
	color: #fff;
}
.rsp-wrp {
	display: block;
}
.picfit {
	width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
	#logo {
		margin: 0 auto 0 auto;
		max-width: 200px;
	}
	#message {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	#contact {
		font-size: 18px;
		line-height: 27px;
	}
	.rsp-wrp {
		display: inline;
	}
}
@media screen and (min-width: 480px) and (max-width: 639px) {
	#logo {
		margin: 0 auto 0 auto;
		max-width: 200px;
	}
	#message {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 35px;
	}
	#contact {
		font-size: 18px;
		line-height: 27px;
	}
	.rsp-wrp {
		display: inline;
	}
}