@charset "utf-8";
/* CSS Document */

/*----------------------------------------------

	english

-----------------------------------------------*/

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src:url(../font/NotoSans-Regular.ttf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans';
   font-style: normal;
   font-weight: 500;
   src:url(../font/NotoSans-Bold.ttf) format('opentype');
}

body {
	font-family: 'Noto Sans', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', verdana, Helvetica,Arial, sans-serif;
}
