/*-------------------------------------------------
|-  
|-  detailTtlBlock
|-
-------------------------------------------------*/
.detailTtl {
	width: 100%;
	padding: 125px 0;
	background-image: url(/assets/img/bg_saleresults.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detailTtl_item-newHouse {
	width: 21%;
	min-width: 289px;
	margin: 0 auto 10px;
}
.detailTtl_item-usedHouse {
    width: 21%;
    min-width: 289px;
    margin: 0 auto 10px;
}
.detailTtl_item-txt {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 8px;
}
@media screen and (max-width: 767px){
	.detailTtl {
		padding: 25px 0;
	}
	.detailTtl_item-newHouse {
		width: 42%;
		min-width: auto;
		margin: 0 auto 5px;
	}
    detailTtl_item-usedHouse{
        width: 42%;
        min-width: auto;
        margin: 0 auto 5px;
    }
	.detailTtl_item-txt {
		font-size: 13px;
		letter-spacing: 2px;
	}
}
/*-------------------------------------------------
|-  
|-  saleresultsBlock
|-
-------------------------------------------------*/
.saleresultsBlock {
	margin: 110px auto 100px;
	padding-bottom: 150px;
	border-bottom: 1px solid #d4d4d4;
}
.saleresultsTopTxt {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto 50px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 180%;
	letter-spacing: 0.1em;
}
.cs-topSubTxt {
	font-size: 14px;
	display: block;
	letter-spacing: 0;
}
.map {
	width: 960px;
	height: 960px;
	margin: 0 auto;
	background-color: #d4d4d4;
}
@media screen and (max-width: 767px){
	.saleresultsBlock {
		margin: 40px 0;
		padding-bottom: 80px;
	}
	.saleresultsTopTxt {
		width: 89%;
		margin: 0 auto 20px;
		font-size: 16px;
	}
	.cs-topSubTxt {
		font-size: 12px;
	}
	.map {
		width: 89%;
		height: 400px;
	}
}