@CHARSET "UTF-8";

@import url('screenx1024.css') screen and (max-width:1024px);
@import url('screenx768.css') screen and (max-width:768px);
@import url('screenx480.css') screen and (max-width:480px);

@import url('screenx1300.css') screen and (min-width:1300px);