@charset "utf-8";

@import url("style-s.css") only screen and (max-width: 768px);
@import url("style.css") only screen and (min-width: 769px), print;

