@charset "utf-8";

/*
教員の連絡先一覧
-------------------------------------------*/
table.labList {
	width: 65%;
	margin: 10px 0 0;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

table.labList th {
	padding: 3px;
	line-height: 1.1;
	background-color: #E5F2FF;
	border: 1px solid #cccccc;
	border-bottom: 3px double #cccccc;
}

table.labList td {
	padding: 3px;
	border: 1px solid #cccccc;
}

table.labList td.labSeparate, table.labList tr.labSeparate td{
	border-bottom: 3px double #cccccc;
}


@media screen and (max-width:896px){

table.labList {
	width: 80%;
}


@media screen and (max-width:640px){

table.labList {
	width: 100%;
}

@media screen and (max-width:460px){

table.labList {
	width: 100%;
}
