<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/***********************************************************************************
 * タイトル	：言語別文字設定（中国語）CSS
 * 説明		：中国語の場合の文字設定を指定する共通CSS
 *
 * Copyright 2012 FUJITSU SYSTEMS EAST LIMITED ALL rights reserved
 * FUJITSU SYSTEMS EAST CONFIDENTIAL
 *
 * 更新履歴
 * 初版	FEAST)Kanazawa	新規作成
 ***********************************************************************************/
* {
	font-family: 'MS UI Gothic', 'MS PGothic', 'MS Gothic', 'MS Mincho', Sans-Serif;
}

</pre></body></html>