@charset "utf-8";

/* MEDIA */

/* PC(641px以上) */

@import url(media-pc.css) screen and (min-width:641px);


/* Phone(640px以下) */

@import url(media-sp.css) screen and (max-width:640px);