/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(font/NotoSansJP-Regular.woff2) format('woff2'),
        url(font/NotoSansJP-Regular.woff) format('woff'),
        url(font/NotoSansJP-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(font/NotoSansJP-Bold.woff2) format('woff2'),
        url(font/NotoSansJP-Bold.woff) format('woff'),
        url(font/NotoSansJP-Bold.otf) format('opentype');
 }
