@charset "UTF-8";
/* CSS Document */
@import url(style.css) screen and (min-width: 981px);
@import url(smart.css) screen and (max-width: 980px);
@import url(style.css) print;

/*
@import url(style.css) screen and (min-width: 769px);
@import url(tablet.css) screen and (max-width: 768px) and (min-width: 641px);
@import url(smart.css) screen and (max-width: 640px);
@import url(margin.css) screen;
@import url(style.css) print;

@media screen and (min-width: 1441px) {
}

@media screen and (max-width: 768px) and (min-width: 641px){
}

@media screen and (max-width: 1440px) {
}

*/

