function chest4d_formatter(id)
for k, v in pairs(exvar[id].c4d) do
format_chest4d(nil, v)
end
-- 不要になった exvar を消去
exvar[id].c4d = nil
end