
table.tblPlayFee {
    margin: 10px auto;
    vertical-align: middle;
    font-size: 18px;
}

table.tblPlayFee th {
    background-color: #333;
    border: 1px solid #555;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
    text-align: center;
    font-weight: normal;
}

table.tblPlayFee td {
    background-color: #444;
    border: 1px solid #555;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
    height:60px;
    text-align: center;
    font-size: 22px;
}

div.pageBody address {
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    font-style: normal;
}

div.pageBody address a {
    text-decoration: none;
    color: #E6E6E6;
}

/*************************************************************/
/* レスポンシブ用 */
/*************************************************************/

@media screen and ( max-width: 1024px )
{

}

@media screen and ( max-width: 480px )
{
    table.tblPlayFee {
        font-size: 14px;
    }

    table.tblPlayFee td {
        font-size: 16px;
    }
}
