/* アルバムここから */

table#album {
    width: 670px;
    border: 0 #999999 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
}

table#album th {
    border: #999999 solid;
    border-width: 1px 1px;
    width: 165px;
    height: 100px;
    background: #F5F5F5;
    font-size: 10px;
    font-weight:normal;
    color: navy;
    text-align: center;
}

/* アルバムここまで */

/* スケジュールここから */

table#schedule {
    border: 1px #1E90FF solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

table#schedule th {
    border: 1px #1E90FF solid;
    background: #87CEFA;
    font-size: 14px;
    font-family: "メイリオ",sans-serif;
    color: navy;
    height: 25px;
}

table#schedule td {
    border: 1px #1E90FF solid;
    background: #ffffff;
    font-size: 12px;
    font-family: "メイリオ",sans-serif;
    height: 25px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* スケジュールここまで */

/* 区分ここから */

table#kubun {
    border: 1px #1E90FF solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

table#kubun th {
    border: 1px #1E90FF solid;
    background: #87CEFA;
    font-size: 12px;
    font-family: "メイリオ",sans-serif;
    color: navy;
    height: 25px;
}

table#kubun td {
    border: 1px #1E90FF solid;
    background: #ffffff;
    font-size: 12px;
    font-family: "メイリオ",sans-serif;
    height: 25px;
    text-align: center;
}

/* 区分ここまで */

/* 大会結果ここから */

table#result {
    border: 1px #1E90FF solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

table#result th {
    border: 1px #1E90FF solid;
    background: #87CEFA;
    font-size: 12px;
    font-family: "メイリオ",sans-serif;
    color: navy;
    height: 25px;

}

table#result td {
    border: 1px #1E90FF solid;
    background: #ffffff;
    font-size: 12px;
    font-family: "メイリオ",sans-serif;
    text-align: center;
    height: 25px;
}

table#result td.kyori {
    background-color: #F5FFFA;
    color: navy;
    height: 30px;
}


/* 中和記録ここから */

table#record {
    border: 1px #1E90FF solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

table#record th {
    border: 1px #1E90FF solid;
    background: #87CEFA;
    font-size: 12px;
    font-family: "メイリオ",sans-serif;
    color: navy;
    height: 25px;

}

table#record td {
    border: 1px #1E90FF solid;
    background: #ffffff;
    font-size: 12px;
    font-family: "メイリオ",sans-serif;
    text-align: center;
    height: 25px;
}

table#record td.kyori {
    background-color: #F5FFFA;
    color: navy;
    height: 30px;
}

/* 中和記録ここまで */


/* プール情報ここから */

table#pool {
    border: 1px #1E90FF solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

table#pool th {
    border: 1px #1E90FF solid;
    background: #87CEFA;
    font-size: 14px;
    font-family: "メイリオ",sans-serif;
    color: navy;
    height: 25px;

}

table#pool td {
    border: 1px #1E90FF solid;
    background: #ffffff;
    font-size: 12px;
    font-family: "メイリオ",sans-serif;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

/* プール情報ここまで */

/* 大会ここから */

table#taikai {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

table#taikai th {
    font-size: 14px;
    font-family: "メイリオ",sans-serif;
    color: navy;
    height: 25px;
}

table#taikai td {
    font-size: 12px;
    font-family: "メイリオ",sans-serif;
    height: 25px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 大会ここまで */