@charset "UTF-8";
/* CSS Document */

@import url("pc.css") screen and (min-width: 601px);
@import url("smp.css") screen and (max-width: 600px);


