@charset "UTF-8";


/* 共通css */
@import url("common_shared.css?20190707a");

/* スマートフォン 768px以下 */
@import url("common_sp.css?20190707a") only screen and (max-width:768px);
/* デスクトップ 769px以上*/
@import url("common_pc.css?20190707a") print, screen and (min-width:769px);

