@charset "utf-8";
/* CSS Document */

/* ==========================
==========　メイン　===========
============================= */
/*ペ`ジビジュアル*/
.page_visual {
    background: url(/sci/examinee/license/img/paga_visual.png)no-repeat center center;
    background-size: cover;
}

.intro {
	margin: 0 auto 30px;
}

.teacher_table {border: 1px solid #a0a0a0;font-size: 14px;max-width: 1000px;width: 90%;margin: auto;}
.teacher_table tr {border-top: 1px solid #a0a0a0;}
.teacher_table tr:nth-child(odd) {background: #fff;}
.teacher_table tr:nth-child(even) {background: #f0f1f1;}
.teacher_table tr th,
.teacher_table tr td {
  padding: 15px 25px;
}
.teacher_table tr:nth-child(odd) td:first-child {background: #f6f7f7;}
.teacher_table tr:nth-child(even) td:first-child {background: #e8e9e9;}

.teacher_table tr td:first-child {width: 100px;text-align: center;}
.teacher_table tr td:last-child {width: auto;}



/* 耕嗤のスマホ鮄峰
========================== */

/* 700pxより弌さい栽 */
@media screen and ( max-width: 700px ){
 
.teacher_table tr td:first-child {
    width: 60px;
}

.teacher_table tr th, .teacher_table tr td {
    padding: 15px 7px;
}
  
}


@media print {


}