@charset "utf-8";
/* ===========================================================
 CSS information
 file name : common.css
 style info : PC SP change
============================================================== */

@import url("base.css");

@import url("pc.css") all and (min-width:641px);
@import url("sp.css") all and (max-width:640px);