/*テーブルのキャプション非表示*/
table caption {
    display: none;
}