tr.info {
    background: #bccdcb;
}

tr.club {
    background: #fffafa;
}

/*コンテンツ（contents）
---------------------------------------------------------------------------*/
/*すべての場合に適用*/
.about #contents table {
    border: solid 0px black;      /*枠線指定*/
    background: #fff;	/*背景色*/
    width: 100%;			/*幅*/
}

/*画面サイズ（横幅）が900px以上の場合に適用*/
@media screen and (min-width: 900px) {
    .about #contents table {
        border: solid 0px black;      /*枠線指定*/
        background: #fff;	/*背景色*/
        width: 863px;			/*幅*/
    }
}
