@charset "UTF-8";
/*----------------------------------------

	- font（YUI 3.5.1）font change size s（default）

-----------------------------------------*/

/*----------------------------------------
	font_small
-----------------------------------------*/

.font_10 {
	font-size: 77% !important;
}

.font_12 {
	font-size: 93% !important;
}

.font_14 {
	font-size: 108% !important;
}

.font_16 {
	font-size: 123.1% !important;
}

.font_18 {
	font-size: 138.5% !important;
}

.font_20 {
	font-size: 153.9% !important;
}

.font_22 {
	font-size: 167% !important;
}

.font_24 {
	font-size: 182% !important;
}

.font_26 {
	font-size: 197% !important;
}

/*text_s*/
#fontsize li#font_s a{
	background: url(../img/common_fontsize_s_on.gif) no-repeat left bottom;
}

/*text_m*/
#fontsize li#font_m a{
	background: url(../img/common_fontsize_m.gif) no-repeat left bottom;
}
#fontsize li#font_m a:hover{
	background: url(../img/common_fontsize_m_on.gif) no-repeat left bottom;
}

/*text_l*/
#fontsize li#font_l a{
	background: url(../img/common_fontsize_l.gif) no-repeat left bottom;
}
#fontsize li#font_l a:hover{
	background: url(../img/common_fontsize_l_on.gif) no-repeat left bottom;
}