@charset "utf-8";
/* CSS Document */
/*========================================
　　学校区別物件一覧
========================================*/
#school {
	padding: 0 0 20px;
}
#school ul.tab {
	display: none;
	max-width: 300px;
	margin: 0 auto;
	padding: 0 0 30px;
}
#school ul.tab li {
	float: left;
	width: 50%;
}
#school ul.tab li a {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 94%;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 1px;
}
#school ul.tab li:first-child {
	padding: 0 5px 0 0;
}
#school ul.tab li:last-child {
	padding: 0 0 0 5px;
}
#school ul.tab li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#school ul.tab li a:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin: -3px 0 0;
	border-radius: 1px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#school table {
	width: 100%;
	font-size: 87%;
	line-height: 160%;
}
#school table th {
	width: 160px;
}
#school table td ul li {
	padding: 2px 0;
}
@media screen and (max-width: 980px) {
	#school table th {
		padding-top: 8px;
		padding-bottom: 8px;
		display: block;
		width: 100%;
	}
	#school table td {
		display: block;
		width: 100%;
		border-left: 1px solid #DDD;
		border-top: none;
	}
}
@media screen and (max-width: 768px) {
	#school {
		padding: 0 0 10px;
	}
	#school ul.tab {
		display: block;
	}
	#school div.col-1-2 {
		margin-bottom: 0;
		padding-top: 0;
	}
	#school table {
		margin: 0 0 30px;
		font-size: 94%;
		line-height: 160%;
	}
	#school table th {
		padding-bottom: 10px;
	}
}