@charset "shift_jis";
@charset 'utf-8';

/*
 * OS別スタイル（font_os.jsより）
 */

/* Windows XP用。※bodyの次にスペース不可 */
body.winxp {
font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* Windows用。※bodyの次にスペース不可 */
body.win {
font-family:Meiryo,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* Mac用。※bodyの次にスペース不可 */
body.mac {
font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
}