@charset "UTF-8";
/* CSS Document */
@import url("pc.css") all and (min-width:737px);
@import url("sp.css") screen and (max-width:736px);

@import url("pc.css") print;