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

<style type="text/css">

/* reset */

* {	margin:0; padding:0;}
img{ vertical-align : middle; border:none;}

/* reset */


html {
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:center -2.6em;
}

a {
	color:#107EA0;
}


body {
	font-family:-apple-system, BlinkMacSystemFont, 'Noto Sans JP', Lato, Helvetica;
	font-weight:300;
	size:1em;
	margin:0;
	padding:0;
}


#share {
	text-align:center;
	margin:3.5em auto 0em auto;
}



h1 {
	color:#333333;
	text-align:center;
	font-size:4em;
	line-height:1em;
	font-weight:bold;
	margin: 0.4em 0 0 0;
	}


h2 {
	color:#333333;
	text-align:center;
	font-size:1.2em;
	font-weight:normal;
	margin:0.4em 0 1.8em 0;
}

h3 {
	color:#C00;
	text-align:center;
	font-size:1.2em;
	font-weight:300;
	margin:0.6em 0 1.6em 0;
	line-height:1.6em;
}

#switch {
	text-align:center;
	margin-bottom:1em;
}

#switch input {
	font-size:0.9em;
	border:none;
	background-color:#333333;
	color:#fff;
	padding:0.8em 2em 0.6em 2em;
}

#rader {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:1.5em;
}


#rader img {
	width:811px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}


#rader img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



#rader p{
	font-size:0.8em;
}


#rader p a {
	font-weight: bold;
}

#areamap_en {
	text-align:center;
	margin:0 0 4em 0;	
}


#forecast {
	width:811px;
	margin:3em auto 0 auto;
}

#forecast iframe {
	width:100%;
	height:245px;
}


.empha {
	background-color: #9a9046;
	padding: 1em;
}



#covid {
	width:100%;
	background-color:#c5ba68;
	color:#ffffff;
	padding:3.5em 0em 1em 0em;
	margin-top:2em;
}

#covid .container {
	width:984px;
	margin:0 auto 0 auto;
	overflow:hidden;
	font-size:1.2em;
	letter-spacing: 0.05em;
	line-height:1.6em;
}


#covid .news {
	width:904px;
	padding:6px 0 0 0;
	margin:0 40px 3em 40px;
	font-size: 0.9em;
}


#covid .menu {
	font-size:2.4em;
	font-weight:700;
	margin:0 0 0.8em 0;
}


#covid .remark {
	color: #FFFD16;
}

#covid ul {
	margin:0 0 0 -1em;
}

#covid li {
	margin:0 0 1em 0;
	list-style-position:outside;
	list-style-type:circle;
}





#footer {
	width:100%;
	background-color:#97c2cd;
	color:#ffffff;
	padding:3.5em 0em 4em 0em;
	margin-top:0em;
}


#footer .container {
	width:984px;
	margin:0 auto 0 auto;
	overflow:hidden;
	font-size:1.2em;
	letter-spacing: 0.05em;
	line-height:1.6em;
}


.news {
	width:904px;
	padding:6px 0 0 0;
	margin:0 40px 3.5em 40px;
	font-size: 0.9em;
}

.howto {
	float:left;
	width:422px;
	padding:3px 0 0 0;
	margin:0 60px 0 40px;
}


.disclaimer {
	float:left;
	width:422px;
	padding:3px 0 0 0;
	margin:0 40px 0 0;
	clear:right;
}

.disclaimer_text {
	font-family: Lato;
}


#footer .menu {
	font-size:2.4em;
	font-weight:700;
	margin:0 0 0.8em 0;
	font-family: Noto Sans JP;
}

#footer ul {
	margin:0 0 0 -1em;
	font-family: Lato;
}

#footer li {
	margin:0 0 0.8em 0;
	list-style-position:outside;
	list-style-type:circle;
}

#footer img{
	margin-bottom:4px;
}


#counter {
	text-align:center;
	margin:3em 0 2em 0;
}

.copyright {
	color:#ffffff;
	text-align:center;
	font-family: Lato;
	margin:2.4em 0 0 0;
	font-weight:200;
	letter-spacing: 0.25em;
}

</style>