@charset "UTF-8";

/* initial setting */
@import url(base.css);
@import url(reset.css);

/* pc */
@import url(pc.css) screen and (min-width: 641px) ;
@import url(pc_new.css) screen and (min-width: 641px) ;
@import url(pc_1440.css) screen and (min-width: 1440px) ;

/* SP */
@import url(smart.css) screen and (min-width: 0px) and (max-width: 640px);
@import url(smart_new.css) screen and (min-width: 0px) and (max-width: 640px);
