


.trRow .blankTd{
	display:none;
}
@media (min-width:481px){
	.br_sp{
		display: none;
	}
	.trRow tr td,.trRow tr th {
		border: 1px solid #CCCCCC;
		padding:5px;
	}
	.trRow tr th {
		background-color:#eeeeee;
	}
	.table-bordered {
		.fixed-width__price{
			width: 430px;
		}
		.fixed-width__heading{
			width: 90px;
		}
	}
}
@media (max-width:480px){
	.trRow th,.trRow td,trRow tr{
		display:block;
	}
	.table-bordered {
		/* .fixed-width__price{
			width: 100px;
		} */
		.fixed-width__heading{
			width: 30px;
		}
		.fixed-width__area{
			width: 60px;
		}
	}
}


.ejh_officeNav {
	padding: 8px 12px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
	line-height:160%;
}

.ejh_officeNav > li {
  display: inline-block;
}
.ejh_officeNav > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "|";
}
.ejh_officeNav > .active {
  color: #777;
}