@charset "utf-8";
/* ===========================================================
 CSS information
 file name : common.css
 style info : stylesheet change file
============================================================== */

/*----------------------------------------------------
	PCスマホ共通スタイル
----------------------------------------------------*/
@import url("base.css");
@import url("footer.css");

/*----------------------------------------------------
	ディプレイ設定・PCスマホ切り替え
----------------------------------------------------*/
@import url("pc.css") all and (min-width:751px);
@import url("sp.css") all and (max-width:750px);