@charset "utf-8";
/*--京education.css--*/
/* ##########PC########## */

.content_body .page_title{
    margin: 2em auto;
}

.page_body{
    width: 950px;
    margin: 0 auto;
    line-height: 1.8;
}

.table_title{
    font-weight: bold;
    font-size: 1.1em;
}

.education_table_box{
    margin: 0 15px;
}

.page_body .education_table_box ul{
    margin-bottom: 30px;
}

.education_table_box table{
    margin: 0 0 30px 0;
    width: 100%;
}

.education_table_box table th{
    padding: 5px;
    border: 1px solid #aaa;
    background: #d8edff;
    white-space: nowrap;
}

.education_table_box table td{
    padding: 5px;
    border: 1px solid #aaa;
}

.education_table_box table tr td:first-child{
    min-width: 200px;
    width: 200px;
}

.education_table_box table.ryugakusei_table tr td:first-child{
    width: auto;
}

.education_table_box table.ryugakusei_table tr td:last-child{
    width: 140px;
}


/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px){

    .page_body{
        width: auto;
    }

    .page_body h3{
        width: auto;
    }

}


/* ##########印刷用########## */
@media print{

}