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


/* PC*/
@import url("base2.css") only screen and (min-width:641px);

/* スマホ */
@import url("sphone2.css") only screen and (max-width:640px);