@charset "utf-8";

/* javacom 標準 */
@font-face{
font-family: 'Prata';
font-style: normal;
	src: url("../font/Prata/Prata-Regular.ttf") format('truetype');
	/* Safari, Android, iOS */
}



/* javacom 標準 */
@font-face{
	font-family: 'javacom';
	font-style: normal;
	font-weight: 100;
	src: url("../font/javacom/Javacom.otf") format("opentype");
	/* Safari, Android, iOS */
}

/* Roboto 標準 */
@font-face{
	font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Roboto 細文字 */
@font-face{
	font-family: 'Roboto';
	src: url("../font/Roboto/Roboto-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Roboto medium */
@font-face{
	font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}


/* Roboto 太文字 */
@font-face{
	font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Noto Serif JP 標準 */
@font-face{
	font-family: 'Noto Serif JP';
  src: url("../font/Noto_Serif_JP/NotoSerifJP-Regular.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Noto Serif JP 細文字 */
@font-face{
	font-family: 'Noto Serif JP';
	src: url("../font/Noto_Serif_JP/NotoSerifJP-Light.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Noto Serif JP 太文字 */
@font-face{
	font-family: 'Noto Serif JP';
  src: url("../font/Noto_Serif_JP/NotoSerifJP-SemiBold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
}
