@charset "utf-8";
/* CSS Document */

/*========================================
　　エリア・沿線・駅別物件一覧
========================================*/

#areaStation {
	padding: 0 0 60px;
}
#areaStation table {
	width: 100%;
	border-bottom: none;
	font-size: 87%;
	line-height: 140%;
}
#areaStation table th {
	padding: 10px;
}
#areaStation table th.mansion {
	width: 27%;
}
#areaStation table th.house {
	width: 25%;
}
#areaStation table th.all,
#areaStation table th.land {
	width: 24%;
}
#areaStation table td {
	padding: 10px 20px;
	border-top: none;
}
@media screen and (max-width: 768px) {
#areaStation {
	padding: 0 0 40px;
}
#areaStation table {
	font-size: 94%;
	line-height: 140%;
}
#areaStation table thead {
	display: none;
}
#areaStation table tbody tr {
	display: block;
	padding: 10px 20px;
	border-top: none;
	border-right: none;
}
#areaStation table td {
	display: block;
	width: 100%;
	padding: 5px 0;
	border: none;
}
}