@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Noto Sans SC;
  src: url("../font/Noto_Sans_SC/NotoSansSC-Regular.otf");
}
@font-face {
  font-family: Noto Sans SC;
	font-weight: bold;
  src: url("../font/Noto_Sans_SC/NotoSansSC-Bold.otf");
}

body {
	font-family: 'Noto Sans SC', sans-serif;
}