/* CSS Document */

/*-------------------------------------------------------

business.css
仲介物件ページのみに使用されるスタイルを記述

-------------------------------------------------------*/
#business .leadBox {
    float: left;
	width: 505px;
}

#business .inquiryBox {
    float: right;
	width: 170px;
}


#business .flowArea {
    width: 665px;
	background: url(/business/index/img/bg_flow.gif) repeat-y 0 0;
	padding: 10px;
}

#business .flowArea .Lbox {
    float: left;
	width: 310px;
}

#business .flowArea .Rbox {
    float: right;
	width: 310px;
	border-bottom: dotted 1px #9aae51;
	padding-bottom: 15px;
}

#business .flow_st {
    background-color: #FFFFFF;
	padding: 2px 5px;
	margin-bottom: 7px;
	font-weight: bold;
}