@charset "UTF-8";
/* CSS Document */


table.price {
    margin: 0 auto;
    border: 1px solid #CCC;
    border-collapse: collapse;
    width: 100%;
}

table.price th, table.price td {
    border: 1px solid #CCC;
    padding: 5px;
    text-align: center;
    font-size:1.6rem;
}

table.price th{
    background-color:#FFF4F4
}
table.price td.coursename {
    text-align: left;
}
table.price td.simpleplan {
    width: 1em;
    background-color:#F4F4F4;
}
h2{
    margin-top:2em;
    text-align: center;
}
@media screen and (max-width:639px){
    table.price th, table.price td {
        font-size: 80%;
    }
    
    table.price {
        width: 96%;
    }
    
    table.price th.coursename {
        width: 9em;
    }
    table.price span{
        display:block;
    }
    h1 {
        font-size: 2.4rem;
        text-align: center;
    }
    
    .information h3 {
        text-align: center;
    }
    
    .price td {
        font-size: 100%;
        padding: 0.5em;
    }
    
    
    table.price td.coursename {
        width: 14em;
    }
    
    .formarea h2 {
        font-size: 2.4rem;
        margin: 1em 1.5em 0.5em 1em;
        text-align: left;
        padding: 0;
    }
}