@charset "utf-8";


div#detail div#flashcontent{
	width:480px;
	float:left;
	z-index:1;
	display:inline;
}

div#near{
	clear:both;
}


/*----------------------------------
 いえらぶポイント画像あり
-----------------------------------*/

div#detail div.info_box{
	width:461px;
	float:right;
	display:inline;
}

div#detail div.info3{
	margin:0;
	background: url(/images/detail/bg_comment2.gif) 0 0 no-repeat;
}

div#detail div.info4{
	padding:20px 0 20px 5px;
}

div#detail div.info3 h3{
	border:none;
	padding:0;
	margin:0;
}

div#detail div.info3 p{
	background: url(/images/detail/bg_comment2.gif) 0 bottom no-repeat;
	padding: 5px 10px 5px 20px;
	min-height:120px;
	height:auto !important;
	height:120px;
}


