@import url(./sp.css) screen and (orientation: portrait); /* レスポンシブ */
@import url(./pc.css) screen and (orientation: landscape); /* PC */

	
@import "./pc.css" print; /* 印刷 */

