@charset "utf-8";
/* CSS Document */


@import url("styles_pc.css") screen and (min-width:600px) and (max-width: 10000px);

@import url("styles_sp.css") screen and (min-width:0px) and (max-width: 599px);
