/* CSS Document */
/* スマートフォン */
@import url("sp_common.css") only screen and (max-width:640px);
/* デスクトップ */
@import url("pc_common.css") only screen and (min-width:641px);
@import url("pc_common.css") only print;


