@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,300);
@import url(common_pc.css); /* デフォルト：900px以上用（PC用）の記述 */
@import url(common_tab.css) screen and (max-width: 999px);/* 999px以下用（タブレット用）の記述 */
@import url(common_sp.css) screen and (max-width: 639px); /* 639px以下用（スマフォ用）の記述 */