@charset "UTF-8";
  
@font-face {
  font-family: 'Lato-Hairline';
  src: url("../font/Lato-Hairline.eot");
  src: url("../font/Lato-Hairline.woff") format("woff"),
       url("../font/Lato-Hairline.ttf") format("truetype");
  }
  
@font-face {
  font-family: 'Lato-Light';
  src: url("../font/Lato-Light.eot");
  src: url("../font/Lato-Light.woff") format("woff"),
       url("../font/Lato-Light.ttf") format("truetype");
  }

@font-face {
  font-family: 'Noto-Regular';
  src: url("../font/Noto-Regular.eot");
  src: url("../font/Noto-Regular.woff") format("woff"),
       url("../font/Noto-Regular.ttf") format("truetype");
  }

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato-Light',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
  }
  
#language ul li {
  font-family: 'Noto-Regular',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
}