<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	background-color:#ddd;	
}
article{
	display:flex;
	justify-content: center;
	align-items:center;
	width:100%;
	max-width:132vh;
	margin:0 auto;
	height:100vh;
}
article a{

}

article a img{
	background-color:#fff;
	width:100%;
}

#PDF{
	position: fixed ;
	top:0.1em;
	right:0.2em;
}

#戻る{
	position: fixed ;
	top:0.1em;
	left:0.2em;
}
.押変{
	color: #00A; 
	font-size:20pt;
	text-decoration:none ; 
	border:1px solid blue; 
	background-color: white; 
	padding:0 0.5em;
	opacity:0.3;
	border-radius:0.5em;
	font-size:24pt;
}

.押変:hover{
	color: #f08; 
	 background-color:#ffe;
	opacity:1;
	border:1px solid red; 
	text-decoration:none ; 
	text-shadow:3px 3px 3px #C9C9F8;
}

#虫眼鏡{
	position:fixed;
	top:0;
	right:0;
	opacity:0.2;
}
#虫眼鏡:hover{
	opacity:1;
}
#前へ,#次へ{
	font-size:32pt;
}
#前へ{
	position:fixed;
	bottom:0.1em;
	left:0.1em;
}
#次へ{
	position:fixed;
	bottom:0.1em;
	right:0.1em;
}

</pre></body></html>