<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {color:#ffcfe0;text-decoration:none;}
a:visited {color:#ffcfe0;text-decoration:none;}
a:hover {color:#ff85ed;text-decoration:underline;}

body {
	font-family: "Meiryo", "MS PGothic", sans-serif;
	font-size:12pt;
	color:#fff;
	background:#000;
	margin:0;
	padding:0;
	text-align: center;
	margin: 0px auto;
	min-width: 320px;
	max-width: 960px;
	border:solid 1px #fff;
}

.box {
	width:300px;
	height:400px;
	display:inline-block;
	margin:5px;
}
.img {
	width:300px;
	height:225px;
}
.txt {
	height:170px;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#ffffff;
}




.subtitle {
	font-size:12pt;
}
.title {
	font-size:16pt;
	font-weight:bold;
}
.osusume {
	font-size:12pt;
	color:#E80716;
	font-weight:bold;
}
.text {
	font-size:14pt;
}
.headimg {
	max-width: 100%;
	height: auto;
}
.download {
	font-weight:bold;
	font-size:12pt;
	text-align:center;
	width:300px;
	border: solid 1px #ffcfe0;
	border-radius: 10px;
	margin: 10px auto;
}
</pre></body></html>