@charset "UTF-8";

/* 文字サイズ変更後（L・M・S） */
body.fontL {
	font-size:120%;
}
body.fontM {
	font-size:105%;
}
body.fontS {
	font-size:90%;
}
