@charset "utf-8";

/* -----------------------------------------
    タブレット
----------------------------------------- */
@media screen and (max-width: 960px) {

    .face img {
        height: auto;
    }

/* -----------------------------------------
    fee
----------------------------------------- */
    #fee .grid-container {
        display: none;
    }

    #fee table  {
        border: 1px solid #aaa;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
    }
    #fee td, #fee th {
        border: 1px solid #aaa;
        padding: 3px;
        width: 50%;
        height: 25px;
    }
    #fee th {
        background-color: #ddd;
    }
    #fee ul{
        margin: 20px 0 0;
    }
    #fee li {
        text-align: left;
        font-size: 14px;
        margin-bottom: .6em;
    }
    .even {
        background-color: #eee;
    }
    .odd {
        background: #fefcf9;
    }
    .lessonInfo {
        display: block;
        text-align: center;
    }
    


}