@charset "utf-8";
 文字サイズ　使用例：下の文字ナビゲーション 
.t1 {
	font-size: 12px;
	line-height:13px;
}

 文字サイズ　使用例：プライバシーポリシー 
.t2 {
	font-size: 12px;
	line-height:16px;
}

 
.t3 {
	color: #05005F;
	font-size: 14px;
	line-height:25px;
}
.t4 {
	color: #05005F;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}
.t5 {
	color: #0D3A19;
	font-size: 13px;
	line-height:18px;
	font-weight: 300;
}
.t6 {
	color: #05005F;
	font-size: 14px;
	line-height: 18px;
}
.t7 {
	font-size: 16px;
	line-height:24px;
	font-weight: bold;
}
.t8 {
	color: #05005F;
	font-size: 20px;
	text-transform: none;
}
.t9 {
	color: #999999;
	font-size: 9px;
}
