@charset "UTF-8";
/* iphone */
@import url("iphone.css") only screen and (max-width:480px) and (-webkit-min-device-pixel-ratio: 1);



/* tablet /* 
@import url("iphone5.css") only screen and (min-device-width : 481px) and (max-device-width : 767px)  */


/* desktop */
@import url("desktop.css") only screen and (min-width:481px);



