@charset "UTF-8";
/* Media Query mobile */
@import url("mobile_css.css") only screen and (min-width:0px) and (max-width:480px);
/* Media Query tablet */
@import url("css_tablet.css") only screen and (min-width:481px) and (max-width:768px);

