@charset "utf-8";

    #ranking {
        clear: left;
        padding-left: 0em;
    }
    
    table.rankings {
      border-collapse: collapse;
    }
    table.rankings th,
    table.rankings td {
      padding: 2px 6px;
      border: 1px solid #CCF;
    }
    table th {
      background: #282D71;
      text-align: center;
      white-space: nowrap;
      font-size: 80%;
      font-weight:normal;
      color: #FFF;
    }
    table .rankings col .ranks {
      text-align: center;
      background: #CBD5FF;
    }
    table.rankings col.score {
      text-align: right;
      background: #F2F5FF;
    }
    table.rankings col.names {
      white-space: nowrap;
      font-size: 90%;
      background: #F2F5FF;
    }
    table.rankings col.team {
      white-space: nowrap;
      background: #F2F5FF;
    }
    table.rankings col.no {
      text-align: right;
      background: #F2F5FF;
    }
    
    #TEAM, #KOJIN {
        float: left;
    }
    #KOJIN {
        margin-left: 20px;
    }
    
    .RESULT {
        width: 200px;
        padding-top: 10px;
    }
    .DAYS {
        width: 200px;
        color: #060;
        padding:0px 0px 5px 20px;
        font-weight:bold;
    }
    .CARD, .CARD2nd, .CARD3rd, .CARD4th, .CARD5th, .CARD6th {
        clear: left;
        font-size: 80%;
        color:#83562F;
        margin: 0px 0px 3px 0px;
        padding:1px 10px;
        font-weight:bold;
        border-bottom:solid 0.15em #282D71;
        border-left:solid 10px #282D71;
    }
    .CARD2nd {
        border-bottom:solid 0.15em #D76F1A;
        border-left:solid 10px #D76F1A;
    }
    .CARD3rd {
        border-bottom:solid 0.15em #498F49;
        border-left:solid 10px #498F49;
    }
    .CARD4th {
        border-bottom:solid 0.15em #7778B4;
        border-left:solid 10px #7778B4;
    }
    .CARD5th {
        border-bottom:solid 0.15em #282D71;
        border-left:solid 10px #282D71;
    }
    .CARD6th {
        border-bottom:solid 0.15em #CF402B;
        border-left:solid 10px #CF402B;
    }
    .GAME {
        width: 600px;
        font-size: 140%;
    }
    .GAME .vs {
        float: left;
        width: 30px;
        padding-top: 15px;
        text-align:center;
    }
    .GAME .teamA, .teamB {
        float: left;
        width: 200px;
        font-size: 120%;
        /* background-color:#ECECEA; */
    }
    .GAME .teamA {
        padding: 15px 20px 0px 0px;
        text-align: right;
    }
    .GAME .teamB {
        padding: 15px 0px 0px 10px;
    }
    .GAME .boxn, .boxw, .boxl {
        float: left;
        width: 35px;
        margin: 0px 5px;
        padding-top: 15px;
        font-size: 130%;
        font-weight: bold;
        text-align:center;
    }
    .GAME .boxn {
    }
    .GAME .boxw {
        color: red;
    }
    .GAME .boxl {
        color: blue;
    }
    .GAME .quarter {
        float: left;
        width: 20px;
        font-size: 80%;
        text-align:right;
        line-height:12px;
    }
    .GAME .1st, .2nd, .3rd, .4th {
        clear: left;
        float: left;
    }
    .GAME .1st, .3rd {
        color: #C36;
    }
