@charset "UTF-8";

@import url("screen.css") all;
@import url("mobile.css") handheld;
@import url("mobile.css") (max-width:610px);
@import url("smalltab.css") (min-width:610px) and (max-width:850px);
@import url("tablet.css") (min-width:850px) and (max-width:1200px);