@charset "utf-8";

/* 旧naviページ */
/* PC向け */
@import url(navi_old.css) screen and (min-width: 1024px);

/*タブレット向け*/
@import url(navi_old_tb.css) screen and (min-width: 768px) and (max-width:1023px);

/*スマホ向け*/
@import url(navi_old_sp.css) screen and (max-width: 767px);


