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

/* デフォルトスタイルクリア */
@import "reset.css";

/* スタイル適用 */
@import url(style.css) screen and (min-width: 960px);
@import url(smart.css) screen and (max-width: 959px);
