<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.marg
{
	margin: 30 ;			/* スペース */
}
.fon
{
	font-size: 12px ;		/* 文字サイズ */
}
a { text-decoration: none; color: black; }
a:hover { text-decoration: underline; }

.titlebar { display: table; width: 100%; margin-bottom: 20; }
.sanec { display: table-cell; text-align: center; font-size: 40px; }
.saner { display: table-cell; text-align: right; vertical-align: top; }

@media screen and ( max-width:600px ) 
{
	.sanec{
		font-size: 30px ;	/* 文字サイズ */
	}
	.saner{
		font-size: 16px ;	/* 文字サイズ */
		margin-bottom: 5px;
		line-height: 1.5 ;	/* 行の高さ */
	}
}
</pre></body></html>