* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	min-width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 200;
	line-height: 1.4;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	padding: 5em 30px 2em;
	color: #483604;
}
ul {
	margin: 1em 0;
}
ul>li {
	margin-left: 1.5em;
}
h1 {
	font-size: 180%;
	color: #000;
	line-height: 1;
	margin-bottom: .5em;
}
small {
	font-size: 80%;
}
#notice {
	margin: 0 auto;
	max-width: 20em;
	border-radius: 1em;
	padding: 1em 1em 0;
	border: solid 5px rgba(128,0,0,1);
	background-color: rgba(255,250,236,0.9);
	box-shadow: rgba(0,0,0,0.4) 2px 3px 15px
}
#notice-title {
	text-align: center;
	margin-bottom: 1em;
}
#copyright {
	margin-top: 1em;
	font-style:  italic;
	text-align: center;
	color: #888;
}
#character1 {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 40%;
	height: 100%;
	max-height: 850px;
	background-image: url(img/character1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
#character2 {
	content: "";
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: -1;
	display: block;
	width: 40%;
	height: 100%;
	max-height: 850px;
	background-image: url(img/character2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
#character3 {
	content: "";
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 20%;
	margin-left: 40%;
	height: 100%;
	max-height: 850px;
	background-image: url(img/character3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
@media (min-width: 600px) {
	body {
		font-size: 16px;
	}
}
@media (min-width: 800px) {
	body {
		font-size: 18px;
	}
}
@media (min-width: 1000px) {
	body {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	body {
		font-size: 28px;
	}
}