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

.detail-box,.detail-box2,.detail-box3{
	max-width: 1000px;
	height: 254px;
	padding: 10px;
}
.detail-box{ background: url(img/bnr_tenant.png) no-repeat top;}
.detail-box2{ background: url(img/bnr_mansion.png) no-repeat top;}
.detail-box3{ background: url(img/bnr_parking.png) no-repeat top;}
.detail-box a:hover img,.detail-box2 a:hover img,.detail-box3 a:hover img {
  opacity: .7;
}

.secondary{
	background-color:hsla(28,97%,74%,0.42);
	padding: 100px 0;	
}
.secondary2{
	background-color:#4096e670;
	padding: 100px 0;	
}
.secondary3{
	background-color:hsla(29,96%,91%,0.50);
	padding: 100px 0;	
}



@media screen and (max-width:640px){
.detail-box,.detail-box2,.detail-box3{
	height: 200px;
	padding: 10px;
}
.secondary,.secondary2,.secondary3{
	padding: 73px 0;	
}	

  .contact2-box dl {
    width: 100%;
  }

  }
















