@charset "utf-8";

/*----------------------------------------------------------------------
   基本設定／リセット
----------------------------------------------------------------------*/

@import "reset.css";

/*----------------------------------------------------------------------
   共通レイアウト
----------------------------------------------------------------------*/

/* スマホ用レイアウト */
@import "layout_sp.css" screen and (max-width:750px);

/* PC用レイアウト */
@import "layout.css" print, screen and (min-width:751px);

/*----------------------------------------------------------------------
   共通クラス
----------------------------------------------------------------------*/

@import "class.css";

/*----------------------------------------------------------------------
   各ページ用
----------------------------------------------------------------------*/

/* スマホ用レイアウト */
@import "style_sp.css" screen and (max-width:750px);

/* PC用レイアウト */
@import "style.css" print, screen and (min-width:751px);

/*----------------------------------------------------------------------
   印刷用
----------------------------------------------------------------------*/

@import "print.css" print;