@charset "UTF-8";
@import url(pc.css) screen and (min-width:970px);
@import url(tablet.css) screen and (min-width:768px) and (max-width:969px);/* 969px以下用（タブレット用）の記述 */
@import url(smart.css) screen and (max-width: 767px);/* 767px以下用（スマフォ用）の記述 */
