/* CSS Document */
/* small */
@import url("small.css") only screen and (max-width:768px);
/* big */
@import url("big.css") only screen and (min-width:769px);
