﻿@charset "utf-8";
/*
body.fontL #article { font-size:120%; }
body.fontM #article {}
body.fontS #article { font-size:85%; }
*/

body #article.fontL { font-size:120%; }
body #article.fontM {}
body #article.fontS { font-size:85%; }

/* EOF*/