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

@import url("guide-pc.css") screen and (min-width:701px);
@import url("guide-sp.css") screen and (max-width:700px);
@import url("guide-pc.css") print;
