/*--------------------------------------------------------------------------------
　＊専用クラス　…　物件詳細ページ専用
-----------------------------------------------------------------------------------*/




/*フォト集　領域*/
#photo {
	width: 545px;
	margin-bottom: 0px;
}

/*フォト集　画像定義*/
#photo img {
border:1px solid #ccc ;
margin:0;
}

#photo_main {
	float: left;
	width: 320px;
}

#photo_sub {
	float: left;
	width: 220px;
}

#photo_sub ul {
margin: 0; 
padding: 0; 
list-style: none;
}

#photo_sub ul li {
	display: inline;
	float: left;
	width: 100px;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 4px;
	}

#photo_sub img {
	width: 100px;
}

#photo_sub a:hover img {
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

/*注釈*/
p.photo-notice {
	font-size:11px;
	text-align: right;
	}
	
#room {
	padding:10px 0 ;
}

#room strong {
	color:#468306 ;
	font-weight:bold ;
	font-size:14px ;
}

#room .box_plan {
	float:left ;
}

#room .box_panorama {
	float:right ;
}

#room .box_panorama img {
	margin-bottom:3px
	}

#room .box_btn_panorama img {
	float:left ;
	margin:10px 5px
}	
