/* CSS Document */

/* PC用の記述 */
@import url(pc/top.css);
/* タブレット用の記述 */
@import url(tb/top.css);
/* スマートフォン用の記述 */
@import url(sp/top.css);
