/* CSS Document */
@charset “utf-8”;
/* mobile */
@import url("elikos-m.css") only screen and (max-width:480px);
/* tablet */
@import url("elikos-t.css") only screen and (min-width:481px) and (max-width:1024px);
/* desktop */
@import url("elikos-d.css") only screen and (min-width:1025px);
/* hi-res */
@import url("elikos-hires.css") only screen and (-webkit-min-device-pixel-ratio: 2);
