@charset "utf-8";
/* CSS Document */

/* 全体用のスタイル設定 */
@import url("mobile_style.css") (max-width:480px);
@import url("pc_style.css") (min-width:481px);

/* 各分野の目次ページ用デザイン */
@import url("mobile_style_category.css") (max-width:480px);
@import url("pc_style_category.css") (min-width:481px);

/* 送受信メールに関する共通デザイン */
@import url("reply_style.css");
