@charset "UTF-8";
html{
	width:100%;
	background-color:#ddd;
	margin:0;
	padding:0;
	font-family:"BIZ UDPGothic", Meiryo,sans-serif;
}

body {
	text-align: left;
	margin:0 auto;
	padding:0 0.5em;

}


nav{
	width:100%;
	text-align:center;
}
nav div{
	border:2px solid blue;
	display:inline-block;
	text-align:center;
	margin:0.5em; 
	background-color:white;
}

nav div:hover{
	border-color:red;
	 color:red;
	opacity:1;
	text-decoration:none;
}

nav  img{
	border:none;
	height:200px;
}

nav a{
	display:block;
	border:none;
	text-decoration:none;
}



h1{ 
	padding:0.5em 0;
	color: #044;
	text-align:center;
	font-size:18pt;
	text-shadow:1px 1px 2px #C9C9F8;
}


footer{
	width:100%;
	text-align:center;
	margin-top:1em;
}
footer a{
	border-radius:0.5em;
	background-color:white;
	border:1px solid gray;
	color:blue;
	opacity:0.4;
	text-decoration:none;
	line-height:175%;
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
}

footer a:hover{
	border-color:red;
	 color:red;
	opacity:1;
	text-decoration:none;
	text-shadow:2px 2px 2px #C9C9F8;
}

#震度液状化交換{
	position:fixed;
	bottom:0.5em;
	right:0.5em;
	font-size:12pt;
	padding:0.7em 1em;
	width:5em;
}

#戻る{
	position:fixed;
	top:0.2em;
	left:0.1em;
	font-size:18pt;
	padding:0.2em 1em ;
}

#地域リスト{
	position:fixed;
	bottom:0.5em;
	left:0.5em;
	width:50vw;
	text-align:left;
}

#地域リスト a{
	display:inline-block;
	width:6em;
	background-color:white;
	text-decoration:none;
	margin:0;
	border-radius: 0.5em;
	text-align:center;
	padding:0.3em;
}

#内閣府{
	margin-top:3em;
	padding:0.5em 1em;
}


.選択{
	border:1px solid black;	
	opacity:1;
	cursor:default;
}
.非選択{
	border:1px solid blue;
	opacity:0.5;
	color:blue;
}

.非選択:hover{
	color:red;
	opacity:1;
	background-color:white;
	border:1px solid blue;	
	cursor:pointer;
	text-shadow:2px 2px 2px #C9C9F8;
}

