@charset "shift_jis";
/* iphone */
@import url("iphone.css") only screen and (max-width:479px);
/* tablet */
@import url("desktop.css") only screen and (min-width:480px) and (max-width:959px);
/* desktop */
@import url("desktop.css") only screen and (min-width:960px);
