@charset "utf-8";
/*--京en/short_term_intl_students.css--*/
/* ##########PC########## */
.stis_table thead tr th:nth-child(1){
    width: 2em;
}

.stis_table thead tr th:nth-child(3){
    width: 20%;
}

.stis_table tbody tr td:nth-child(1){
    text-align: center;
}

.stis_fee_table thead tr th:nth-child(1){
    width: 2em;
}

.stis_fee_table thead tr th:nth-child(2){
    width: 48%;
}

.stis_fee_table tbody tr td:nth-child(1){
    text-align: center;
}

.stis_fee_table tbody tr td:nth-last-child(2){
    text-align: left;
}


@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1280px) {

}

@media screen and (min-width:1px) and (max-width:1200px) {

}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {


}


/* ##########印刷用########## */
@media print{

}