@charset "UTF-8";
/* mobile_landscape */
@import url("mobile.css") only screen and (min-width:321px) and (max-width:480px);
/* tablet */
@import url("tablet.css") only screen and (min-width:481px);
/* deaktop */
@import url("desktop.css") only screen and (min-width:769px);
/* mobile_portrait */
@import url("mobile_portrait.css") only screen and (max-width:320px);



