@charset "utf-8";
/* CSS Document */
h2 { margin-top:100px;  }
h2#tc, h2#en, h2.first { margin-top:0; }
table{
    border: 1px solid;
    border-spacing: 0px;
    border-top: 0;
    margin-top: 1rem;
}
table td{
    padding: 10px;
    border-top: 1px solid #000;
}
table td:nth-child(n+2){
    border-left: 1px solid #000;
}
