/* font */
:root { font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif; }
@page { font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif; }
pre, :not(pre)>code, pre code { font-family: "Consolas", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", monospace, sans-serif; }
:root { font-weight: 500; }
@media screen { :root { font-weight: 500; } }

/* blank page */
@page :blank { content: "No Text"; }
div.doc-part-blank::before { content: "No Text"; }