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

<link rel="stylesheet" type="text/css" href="/css/device/webbrowser.css" media="all and (min-device-width:1200px)" />
<link rel="stylesheet" type="text/css" href="/css/device/tablet.css" media="only screen and (min-device-width:768px) and (max-device-width:1024px) " />
<link rel="stylesheet" type="text/css" href="/css/device/smartphone.css" media="only screen and (min-device-width:320px) and (max-device-width:767px) " />
*/

@import url(webbrowser.css) (min-device-width:1200px);
@import url(tablet.css) only screen and (min-device-width:768px) and (max-device-width:1024px);
@import url(smartphone.css) only screen and (min-device-width:320px) and (max-device-width:767px);