@charset "utf-8";

/*[フォントサイズ大]
-----------------------------------------------*/
body {
font-size: 120%;
}
* html body { font-size: 120%; }
*:first-child+html body { font-size: 120%; }
head~/* */body { font-size: 120%; }
html:not(:target) body { font:120%/1; }
