@charset "utf-8";
/* ===========================================================
 CSS information
 file name  :common.css
 style info  :PCスマホ切り替え
============================================================== */

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

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