/*  すごく大きいテキスト(FONT SIZE LV7) */
.css7{
	font-size: 18px;
	line-height: 22px;
}

/*  大きいテキスト(FONT SIZE LV6) */
.css6{
	font-size: 14px;
	line-height: 18px;
}

/*  大きめのテキスト(FONT SIZE LV5) */
.css5{
	font-size: 12pt;
	line-height: 16pt;
}

/*  少し大きめのテキスト(FONT SIZE LV4) */
.css4{
	font-size: 11pt;
	line-height: 15pt;
}

/*  デフォルトテキスト(FONT SIZE LV3) */
.css3{
	font-size: 10pt;
	line-height: 14px;
}

/*  少し小さめのテキスト(FONT SIZE LV2) */
.css2{
	font-size: 9pt;
	line-height: 14px;
}

/*  小さいテキスト(FONT SIZE LV1) */
.css1{
	font-size: 8pt;
	line-height: 14px;
}

/*  小さい英字のテキスト(FONT SIZE LV0) */
.css0{
	font-size: 7pt;
	line-height: 7pt;
}