/* common */
@import url(common.css);

/* media screen */
/* PC */
@import url(pc.css) print,screen and (min-width: 899px);

/* SP */
@import url(sp.css) screen and (max-width: 900px);
