<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset="utf-8" ;
html{
	margin-top: 4px;
	background-color: #F0F0F0;
	text-align: center;
}
body {
	margin:0 auto;
	line-height: 175%;
	text-align: center;
	max-width: 554px;
	width:100%;
	background-color: white;
	font-family: "BIZ UDPGothic",Meiryo,"Hiragino Sans",sans-serif;

}
header img{
	width:100%;
	max-width:554px;
	height:44px;
}

article {
	text-align:left;
}
article img {
	display:inline-block;
	width:50%;
}

p.top{
	margin: -0.5em 0 -0.5em 1em;
	color:  blue;
}

h1 {
	margin: 0 0;
	color: #369;
	line-height: 130%;
	text-align: center;
	font-size: 20pt;
	text-shadow: 1px 1px 3px gray;
}
h1 i{
	font-size:12pt;
	color:black;
}

h2{
	margin: 0.5em 0;
	color:  #38c;
	text-align: center;
	font-size: 16pt;
	line-height : 130%;

}

h3 {
	text-align: left;
	margin-left: 1em;
	font-size: 115%;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #070;
}
h4{
	margin: 1em 0 0.2em 2em;
	text-align: left;
	color: #049;
	font-size:110%;
}
h5{
	margin: 0.5em 0 0.2em 2em;
	text-align: left;
	color: #40b;
	font-size:110%;
}

p {
	font-family: "BIZ UDPGothic",Meiryo,"Hiragino Sans",sans-serif;
 	text-indent: 1em;
	text-align: left;
	margin: 0 1em 0 1.5em;
}
p.right{
	text-align:right;
}
p.center{
	text-align:center;
}
figure{
	margin-left:0;
	width:100%;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	font-size : 95%;
	line-height : 115%;
	color : maroon;
}
figcaption.center {
	text-align:center;
}
figcaption.left {
	text-align:left;
	margin-left:0.4em;
}

figure img {

}

aside{
	margin:1em 0;
}
aside p{
 	text-indent: -1.5em;
	margin:0 1em 0 3em;
	color:#400;
}
p.center{
	text-align:center;
}
.float_right{
	float:right;
	margin:0.2em 1em;
} 
div.boke {
	display: inline-block;
	position: relative;
}
div.boke:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 
	  inset 0 0 20px #fff /* 背景色と同じ色 */,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff;
}


div.right {
	text-align: right;
	margin-right: 1em;
}

img.maru_a {
	position: relative;
	top: 7px;
}
span.writer {
	font-size: 13pt;
	font-weight: bold;
	color: teal;
	margin-right: 1em;
	margin-left:1em;
}
span.shozoku {
	padding: 0px;
	color: teal;
	font-weight: bold;
	margin-right: 0em;
}
span.notes {
	font-size: 90%;
	color: gray;
}
span.dot {
	color: blue;
	font-weight: bold;
}
div.comment {
	padding: 16px;
	border: 2px green solid;
	width: 100%;
	right: auto;
	left: auto;
	background-color: #EFE;
	color: #008000;
}

div.info{
	border-radius:20px;
	border:solid 4px #bbf;
	box-shadow:0 0 6px #0ff;
	background-color: #fffffa;
	padding:1em 0;
	margin:1em ;
}

.blur, .blur &gt; img {
	border-radius:50px;
	border: 4px white solid;
    margin: 0; padding: 0;
}

.blur {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 15px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
    box-shadow: inset 0px 0px 20px 20px #fff;
    content: " ";
}


div.sama{
		text-align:left;
		margin-left:1em;
		font-size:110%;
}



footer{
	background-color: #f8f8f8;
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
}
footer a{
	color:blue;
}
footer a:hover{
	color:red;
	text-shadow:3px 3px 3px #C9C9F8;
}

#戻る{
	position:fixed;
	top:0.1em;
	left:0.1em;
	font-size:20pt;
	padding:0.2em;
	width:3.5em;
	border:2px solid gray;
	text-align:center;
	border-radius:1em;
	opacity:0.3;
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	text-decoration:none;
}

#戻る:hover{
	opacity:1;
	border-color:red;
	background-color:white;
	text-shadow:3px 3px 3px #C9C9F8;

}
#戻る a:hover{
	color:red;
}

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