<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
}
img { border: none; vertical-align: bottom; max-width: 100%; height: auto; }
a:hover img {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}

html { font-size : 14px; }

h1 {
	font-size: 2em;
	line-height: 1;
	padding-top: 1.5em;
	font-weight: normal;
	margin: 0px;
}
p {
	font-size: 0.75em;
	line-height: 1.2;
	margin: 0px;
}



@media screen and (max-width: 320px) { 
br { display : none ; }
h1 {
	font-size: 1.75em;
	padding-top: 0.9em;
	padding-right: 0.25em;
	padding-left: 0.25em;
}
p {
	padding-right: 1.5em;
	padding-left: 1.5em;
}
}
</pre></body></html>