@charset "utf-8";
/* CSS Document */

* {
/*    box-sizing:border-box; */
	margin:0;
	padding:0;
}

body{
	margin:0;
/*	font-family: Arial, Helvetica, sans-serif; */
/*	max-width:1200px; */
}

#MenuIcon{position:relative;display:block;height:30px;width:100%;margin-top:5px;}
/*
#MenuSymbl{z-index:100;position:absolute;right:10px;cursor:pointer;}
*/
#MenuSymbl{z-index:100;position:absolute;right:10px;width:50px;}

#MenuM1a {position:relative;display:none;width:80%;height:95px;margin:0 auto;margin-bottom:5px;top:25px;}
.MenuM2 a {text-decoration:none;color:blue;}

#level1a{
	max-width:1200px;
	width:1200px;
	margin:0 auto;
}

.PgTtla{
	position:relative;
	top:0px;
	width:80%;
	height:100px;
	margin:0 auto;
	color:rgb(255,0,0);
	background-color:rgb rgb(255,255,255);
	background-image:none;
	background-size:400px 173px;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.PgTtla p{
	position:relative;
	top:15px;
	padding:0px;
	margin:20px;
	color:inherit;
}
.level1b{
	width:70%;
	margin:0 auto;
}
.level1c{
	width:100%;
	margin:0 auto;
	padding:0;
}
.PgTtl2{
	position:relative;
	top:0px;
	width:90%;
	height:20px;
	margin:0 auto;
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	font-family: Arial, Helvetica, sans-serif; /*"Arial Black", Gadget, sans-serif; */
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.PgTtl2 p{
	position:relative;
	top:5px;
	padding:0px;
	margin:10px;
}
.imgwrp{
	top:0px;
	float:left;
	width:100%;
}
img{
/*	width:100%; */
	max-width:100%;
	height:auto;
}
/*
@media only screen and (min-width:600px){
	.PgTtl{height:250px;}
	.PgTtl{font-size:25px;}
	.PgTtl2{font-size:25px;}
	}
@media only screen and (min-width:1080px){
	.PgTtl{font-size:32px;}
	.PgTtl2{font-size:32px;}
	#MenuSymbl{display:none;}
}
@media only screen and (min-width:1200px){
	.tpln{font-size:12px;}
	.PgTtl{font-size:72px;}
}
*/


@media only screen and (min-width:600px){
	.PgTtla{height:175px;}
	.PgTtla{font-size:30px;}
	.PgTtl2{font-size:30px;}
	.subhead{height:24px;}
	.subhead{font-size:20px;}
	.audtag{width:275px;}
	.qstn{height:20px;}
	.qstn{font-size:16px;}
	.qm{font-size:28px;}
	.answrs p{font-size:15px;}
	}
@media only screen and (min-width:768px){
	.PgTtla{height:200px;}
	.PgTtla{font-size:32px;}
	.PgTtl2{font-size:32px;}
/*
	.subhead{height:28px;}
	.subhead{font-size:24px;}
	.audtag{width:300px}
	.qstn{height:20px;}
	.qstn{font-size:16px;}
	.qm{font-size:34px;}
	.answrs p{font-size:16px;}
*/
	.float1{float:none;}
	.float2{float:none;}
	}
@media only screen and (min-width:1080px){
	.PgTtla{height:220px;}	
	.PgTtla{font-size:32px;}
	.PgTtl2{height:34px;}
	.PgTtl2{font-size:32px;}
/*
	.subhead{height:32px;}
	.subhead{font-size:28px;}
	.audpos{width:100%;}
	.audpos{margin:0 auto;}
	.audtag{width:350px;}
	.audtag{margin:0 auto;}
	.audtag{display:block;}
	.audpos{display:block;}
	.qstn{height:24px;}
	.qstn{font-size:20px;}
	.qm{font-size:38px;}
	.answrs p{font-size:20px;}
*/
	.float1{float:left;}
	.float2{float:right;}
<!--	.level1c{width:60%;}-->
}
@media only screen and (min-width:1200px){
	.tpln{font-size:12px;}
	.PgTtla{font-size:72px;}
}

