@charset "UTF-8";
/* CSS Document */

body {
	padding:17px;
	text-align:center;
}

body#level_0 {
	background:#FFFFFF;
	color:#000000;
}
body#level_1 {
	background:#FED353;
	color:#FF0000;
}
body#level_2 {
	background:#FF5C26;
	color:#FFFFFF;
}
body#level_3 {
	background:#FF0000;
	color:#FFFF73;
}


h1 {
	font-size:19px;
	color:#FFFFFF;
	line-height:37px;
	font-weight:bold;
	text-align:center;
	background:url(../images/midashi_bg.png) no-repeat;
	width:443px;
	height:37px;
	margin:0 auto 7px;
}

p.jikoku {
	color:#000000;
	font-size:14px;
	padding-bottom:7px;
	border-bottom:#000000 1px solid;
	margin-bottom:11px;
	text-align:center;
	font-weight:bold;
}
table td {
	text-align:center;
	vertical-align:middle;
	height:238px;
}
h2 {
	font-size:28px;
	line-height:32px;
	margin-bottom:18px;
	font-weight:bold;
}

body#level_1 h2,
body#level_2 h2,
body#level_3 h2 {
	font-size:48px;
	line-height:57px;
}


h3 {
	font-size:16px;
	line-height:19px;
	margin-bottom:10px;
	font-weight:bold;
	color:#000000;
}

p {
	color:#000000;
	font-size:14px;
	line-height:20px;
	font-variant:normal;
	text-align:justify;
}

@media screen and (max-width: 472px) {
h1 {
	font-size:15px;
	color:#FFFFFF;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	background:url(../images/midashi_bg.png) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:30px;
	margin:0 auto 7px;
}
h2 {
	font-size:20px;
	line-height:24px;
	margin-bottom:14px;
	font-weight:bold;
}
p {
	color:#000000;
	font-size:12px;
	line-height:18px;
	font-variant:normal;
	text-align:justify;
}
p.jikoku {
	color:#000000;
	font-size:12px;
	padding-bottom:7px;
	border-bottom:#000000 1px solid;
	margin-bottom:11px;
	text-align:center;
	font-weight:bold;
}
table td {
	text-align:center;
	vertical-align:middle;
	height:auto;
	min-height:50%;
}
}