@charset "UTF-8";

/* ===================================================================
各cssファイル読み込み用
=================================================================== */


/* default style - リセット
----------------------------------------------------------- */
@import url("default.css");


/* media queries
----------------------------------------------------------- */
/* for 1000px - */
@import url("style1.css") only screen and (min-width:1000px);

/* for - 999px */
@import url("style2.css") only screen and (max-width:999px);