@charset "UTF-8";
html{
      	background-color:#bbb;
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;

}
body {
	text-align: left;
	margin:0;
	padding: 0;
	width:100%;

}

header{
	font-size:min(7vw,7vh);
	border:0px solid #ff88e0;
	width:100%;
}
header a{
	color:#fff;
	padding:0 0.5em;
	border-radius:0.5em;
	text-decoration:none ; 
	opacity:0.5;	
}
header a:hover{
	opacity:1;	
}
#戻る左{
	position:	absolute;
	top:0.5vw;
	left:0.5vw;
	background-color:#ccc;
	border-radius:1em;
	
}


非表示{
	color:#eee;
	text-shadow:2px 2px 2px #00000000;
	opacity:0;
}

article{
	text-align: center;
}

h1{
	color:#000;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	padding:0.3em;
	font-size:20pt;
}

h1 a{
	color:black;
	text-decoration:none;
	display:inline-block;
}


#backnext{
	font-size:80pt;
	width:100%;
}
#backnext a{
	text-decoration:none ; 
	color:white;
	padding: 0.2em;
	display:inline;
	opacity: 0.3;
} 
#backnext a:hover{
	opacity: 1;
	color:red;
	text-shadow:2px 0px 4px #C9C9F8;
}


#前の画像へ{
	position:	absolute;
	bottom:0.5em;
	left: 0;
}

#次の画像へ{
	position:	absolute;
	bottom:0.5em;
	right:0;
}

#前の画像へ a:hover{
	border-radius:  1em 0.1em 0.1em 1em;
	
}
#次の画像へ a:hover{
	border-radius: 0.1em 1em 1em 0.1em;
}

nav#links{
	font-size:12pt;
	text-align:center;
	width:100%;
	margin:0;
	color:#00a;
	word-break: keep-all;
	line-height:150%;
}

#ID{
	bottom:0.5em;
	font-size:70pt;
	color:#555;
	opacity: 0.3;

}

a {
	border-radius:1em;
	color: #00A; 
	border:0; 
	text-decoration:underline ; 
	background-color: transparent; 
	padding:1em 0.5em;
 }
a:hover {
	color: #F00; 
	 background-color:white;
	text-shadow:3px 3px 2px #C9C9F8;
}


footer a{
	display:inline-block;
	line-height:150%;
}


