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

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

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

@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
    }
}