@charset "UTF-8";
/* 768 */
@import url("default_mob.css") only screen and (max-width:768px);
@import url("piano_mob.css") only screen and (max-width:768px);
/* 1024 */
@import url("default.css") only screen and (min-width:769px);
@import url("piano.css") only screen and (min-width:769px);
