@charset "utf-8"; /*---------------------------------------------------- File Name: import.css Style Info: 各CSSファイル読み込み用 ----------------------------------------------------*/ /*リセット・基本設定 ----------------------------------------------------*/ @import url(/css/base_s.css) screen and (min-width: 769px); @import url(/css/base_sp.css) screen and (max-width: 768px); /*レイアウト ----------------------------------------------------*/ @import url(/css/layout.css) screen and (min-width: 769px); @import url(/css/layout_sp.css) screen and (max-width: 768px); /*ヘッダー・フッター・ナビゲーション ----------------------------------------------------*/ @import url(/css/module.css) screen and (min-width: 769px); @import url(/css/module_sp.css) screen and (max-width: 768px); /*#contents内 ----------------------------------------------------*/ @import url(/css/main.css) screen and (min-width: 769px); @import url(/css/main_sp.css) screen and (max-width: 768px); /*サイド ----------------------------------------------------*/ @import url(../common/css/side.css); /*調整用 ----------------------------------------------------*/ @import url(/css/adjust.css) screen and (min-width: 769px); @import url(/css/adjust_sp.css) screen and (max-width: 768px); /*調整用(静的ページ) ----------------------------------------------------*/ @import url(/css/adjuststatic.css) screen and (min-width: 769px); @import url(/css/adjuststatic_sp.css) screen and (max-width: 768px); /*ヘッダ、スマホ共通 ----------------------------------------------------*/ @import url(change_pc.css) screen and (min-width: 769px); @import url(change_sp.css) screen and (max-width: 768px);