<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*****************************************************************************
文字サイズ大の設定
 *****************************************************************************/

body {
	font-size: 100%;
	color:#000
}

#font_size_l a {
	background: url(/com_img/fontsize_03_s2.gif) no-repeat;
}

#font_size_m a {
	background: url(/com_img/fontsize_02_s1.gif) no-repeat;
}

#font_size_m a:hover {
	background: url(/com_img/fontsize_02_s2.gif) no-repeat;
}
</pre></body></html>