@charset "utf-8";

.h2_title{
clear:both;
margin: 40px 0 0 0;
padding: 3em 0;
text-align:center;
font-size:200%;
background: url(../img/h2_bg.jpg) no-repeat top right;
}

.cate_table {
	border-top: 1px #060606 solid;
	border-left: 1px #060606 solid;
	width:100%;
}
.cate_table th,.cate_table td {
	padding: 10px;
	border-right: 1px #060606 solid;
	border-bottom: 1px #060606 solid;
}
.cate_table th {
	background: #292929;
	text-align: center;
	vertical-align: middle;
}
.cate_table td {
	background: #3d3d3d;
	vertical-align: top;
}

.school_title {
	font-weight: bold;
}
.cate_table td.school_td1 {
	background: #4e4e4e;
}

@media only screen and (max-width:644px){
.cate_table {
	font-size: 80%;
}
}