@charset "utf-8";
/* ===========================================================
    CSS information
	FileName : common.css
	StyleInfo : PC、スマホスタイル切り替え
	LastUpDate : 2015/11/04
	Authors : KitsunezakiAtsushi
============================================================== */

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

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