@import url(pc.css) ; /* デフォルト：900px以上用（PC用）の記述 */
@import url(tab.css) screen and (max-width: 999px);/* 959px以下用（タブレット用）の記述 */
@import url(sp.css) screen and (max-width: 639px); /* 767px以下用（スマフォ用）の記述 */