@charset "UTF-8";

/* ---------------------------------------------------------
	PC用cssの読み込み
--------------------------------------------------------- */
@import url("pc/cmn.css") screen and (min-width: 751px);
@import url("pc/style.css") screen and (min-width: 751px);
/* ---------------------------------------------------------
	スマホ用cssの読み込み
--------------------------------------------------------- */
@import url("sp/cmn.css") screen and (max-width: 750px);
@import url("sp/style.css") screen and (max-width: 750px);
