@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("default.css");


/* PC style
----------------------------------------------------------- */

@import url("pc.css") screen and (min-width:769px);
@import url("sm.css") screen and (min-width:641px) and (max-width:768px);
@import url("sm.css") screen and (max-width:640px);


/* 汎用共通スタイル
----------------------------------------------------------- */
@import url("general.css");
