<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 */

#main .textBox,
#main .textBox * {
	margin: initial;
	padding: initial;
	vertical-align: baseline;
	list-style: none;
	quotes: none;
	background: transparent;
}

/* 2020.07.22 h2、h3のフォントサイズを指定*/
#main .textBox h2 { font-size: 1.1em;}
#main .textBox h3 { font-size: 1.05em;}</pre></body></html>