/* Japanese (ja) font stack — system JP fonts, no webfont download.
   Mirrors fonts_zh.css (body rule only). Listed before any SC/TC face so
   kanji render with Japanese glyph forms, not Chinese ones. */
body {
    position: relative;
    background-color: #fff;
    color: #777;
    font: 14px/20px "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", "Noto Sans CJK JP", Arial, sans-serif;
}
