@charset "UTF-8";
/* phone */
@import url("css/phone.css") only screen and (max-width:480px);
/* tablet */
@import url("css/tablet.css") only screen and (min-width:481px);
/* desktop */
@import url("css/arturgeon.css") only screen and (min-width:769px);
