@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;}