@charset "utf-8";

@font-face {
  font-family: GoogleSans;
  src: url(/fmv/common/fonts/GoogleSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: GoogleSansBold;
  src: url(/fmv/common/fonts/GoogleSans-Bold.ttf) format("truetype");
}

.GoogleSans{
	font-family:"GoogleSans", 'Noto Sans JP', Arial, Verdana, 'Lucida Grande', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}