@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 top;
	background-size:195% auto;
}

a {
	color:#107EA0;
}


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


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



h1 {
	width:84%;
	color:#333333;
	text-align:center;
	font-size:1.8em;
	line-height:1em;
	font-weight:bold;
	margin:0 auto 0 auto;
	}


h2 {
	color:#333333;
	text-align:center;
	font-size:0.8em;
	font-weight:normal;
	margin:0.6em 0 1.6em 0;
}

h3 {
	color:#C00;
	text-align:center;
	font-size:0.8em;
	font-weight:300;
	margin:0.6em 2em 1.6em 2em;
}


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

#switch input {
	font-size:0.5em;
	border:none;
	background-color:#333333;
	color:#fff;
	padding:0.8em 1.4em 0.8em 1.4em;
}


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


#rader img {
	width:100%;
    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 3em 0;
}


#forecast {
	width:84%;
	margin:3em auto 0 auto;
}

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





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


#covid .container {
	width:84%;
	margin:0 auto 0 auto;
	overflow:hidden;
	font-size:1em;
	line-height:1.4em;
}

#covid .news {
	width:100%;
	padding:6px 0 0 0;
	margin:0 0 2em 0;
	font-size: 0.8em;
}


#covid .menu {
	font-size:1.8em;
	font-weight:700;
	margin:0 0 0 0;
	line-height:1.2em;
}

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

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






#footer {
	width:100%;
	background-color:#97c2cd;
	color:#ffffff;
	padding:2em 0em 3em 0em;
	margin:0em 0 0 0;
}


#footer .container {
	width:84%;
	margin:0 auto 0 auto;
	overflow:hidden;
	font-size:1em;
	line-height:1.4em;
}

.news {
	width:100%;
	padding:6px 0 0 0;
	margin:0 0 2.5em 0;
}


.howto {
	width:100%;
	margin:0 0 1.9em 0;
}


.disclaimer {
	width:100%;
	margin:0 0 0 0;
}


#footer .menu {
	font-size:1.8em;
	font-weight:700;
	margin:0 0 0 0;
	line-height:1.2em;
}

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

#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:2em 0 2em 0;
}

.copyright {
	font-size: 0.8em;
}

</style>