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


@import url("reset.css");
/*@import url("style.css");*/

@import url(style.css) screen and (min-width: 768px);
@import url(smart.css) screen and (max-width: 767px);
