@charset "utf-8";
/* CSS Document */

/* desktop */

@import url("/css/claycounty.css") only screen and (min-width:980px);

/* tablet */

@import url("/css/claycounty-mobile.css") only screen and (min-width:768px) and (max-width:979px);

/* smartphone */

@import url("/css/claycounty-mobile.css") only screen and (max-width:767px);

/* print */

@import url("/css/claycounty-print.css") only print;