@charset "UTF-8";
/* CSS Document */

/* Phone */
@import url("CSS_Index-mobile.css") only screen and (max-width:480px);
@import url("CSS_Index-tablet.css") only screen and (min-width:481px) and (max-width:768px);