table > caption
{
    margin-top: 20px;
    color: rgb(255,140,0);
    font-size: 24px;
    font-family: 'Ubuntu', '微軟正黑體';
    font-weight: bold;
    line-height: 30px;
}

table ~ table > caption
{
    font-size: 30px;
    line-height: 40px;
}