@charset "utf-8";

/* CSS Document */

 body{
	 background: #fff;
 }

header, .subBody, .pan, footer, .brLink {
  display: none !important;
}

.print{
	display: block !important;
}

.printImage{
	margin: 0 !important;
	list-style: none !important;
}

.printImage li{
	width: calc(50% - 1em);
	float: left;
	margin: 1em 1em 0 0;
}

.printImage li:nth-child(2n){
	margin-right: 0;
}

.printImage li:nth-child(2n+1){
	clear: both;
}

.printImage li:nth-child(-n+2){
	margin-top: 0;
}

.printImage li img{
	margin: 0 auto;
}

.houseList .td .image{
	display: none !important;
}

.houseList .td img{
	width: 240px;
}

.houseList .td2{
	width: 240px;
}

.houseList .td3 span{
	display: block;
}

.houseList .td4{
	display: none !important;
}
