/* スタイルシート読み込み設定 */
/* リセットCSS */
@import url("destyle.css") all;


/* スマートデバイス用レイアウト */
@import url("drawer.css")             screen and (max-width : 849px);
@import url("drawer/drawer.min.css")  screen and (max-width : 849px);
@import url("smalldevice.css")        screen and (max-width : 849px) ;


/* トップページ及びレイアウ */
@import url("top.css")             all and (min-width : 850px);
@import url("menu.css")            all and (min-width : 850px);
@import url("each.css")            all and (min-width : 850px);
@import url("vegas.min.css")       all and (min-width : 850px);


/* 印刷レイアウト - CSS設定 */
/@import url("top.css") print;


