@charset "utf-8";
/* CSS Document */
/* Media Query 1 */
@import url("mobile.css") only screen and (max-width:800px);
/* Media Query 2 */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);
/* Media Query 3 */
@import url("CSS/CSS72017.css">") only screen and (min-width:769px);