@charset "UTF-8";

/* ----------
All style
---------- */

@import url("formatIndex.css") screen and (min-device-width: 641px);
@import url("smartIndex.css") screen and (max-device-width: 640px);

/* ----------
IE style
---------- */

@import formatIndex.css;