@charset "UTF-8";
/***********************************************************************************
 * タイトル	：言語別文字設定（日本語）CSS
 * 説明		：日本語の場合の文字設定を指定する共通CSS
 *
 * Copyright 2020 FUJITSU LIMITED  All rights reserved
 * FUJITSU CONFIDENTIAL
 *
 * 更新履歴
 * 初版	2020/06/11	IPS)T.Yao	新規作成
 ***********************************************************************************/
* {
	font-family: 'MS UI Gothic', 'MS PGothic', 'MS Gothic', 'MS Mincho', Sans-Serif;
}

