
/* Media Query 1 */
@import url("style_mobile.css") only screen and (min-width:0px) and (max-width:700px);
@import url("style_tablet.css") only screen and (min-width:700px) and (max-width:950px);
