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

@import url("large.css") screen and (min-width:460px) and (max-width: 10000px);

@import url("small.css") screen and (min-width:0px) and (max-width: 459px);


