@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :hirasawa(admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("default_sp.css") screen and (max-width:640px);
@import url("default.css") screen and (min-width:640px);

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("module_sp.css") screen and (max-width:640px);
@import url("module.css") screen and (min-width:640px);
/* all style
----------------------------------------------------------- */
@import url("style_sp.css") screen and (max-width:640px);
@import url("style.css") screen and (min-width:640px);

/* print style - 印刷用スタイル
----------------------------------------------------------- */
@import url("print_sp.css") screen and (max-width:640px);
@import url("print.css") screen and (min-width:640px);