
/******************************************************************************************
* print.cssメモ                                                                           *
* IE6で設定を行わずに印刷した場合の印刷範囲は横幅約620pxです。                            *
*                                                                                         *
*                                                                                         *
******************************************************************************************/


/********* 汎用 class no_printと記述した場合は印刷時に表示されません。 ******************/
.no_print{
	display: none;
}



/******************************************************************************************

	物件詳細ページ

******************************************************************************************/

/***** コンテンツ部分 全体の幅指定 *****/
div#center_container{
		margin:0 auto;
		padding : 0px;
		width : 620px;
		clear : both;
	}

/***** 物件詳細ページ 全体の幅指定 *****/
div#bukken_page{
	margin : 0px;
	width : 620px;
}


table.bukken_list_table{
	width : 620px;
	border-collapse : collapse;
	border : #ccc solid 1px;
}


.title_navi{
	display: none;
}

.listcontrol_box{
	display: none;
}

.common_box03{
	width: 620px;
}

div.photo_box{
	float: none;
	margin-bottom: 10px;
}

table.info_detail{
	float: none;
	width: 620px;
	page-break-after: always;
}


#footer_navi{
	display: none;
}

.common_box03 p{
	display: none;
}

.common_table01{
	width: 620px;
}