
.all_wrap{
	overflow:hidden;
}
#infoBox{
	position:absolute;z-index:50;
	right:-1000px;top:0;
	width:1000px;height:100%;
	font-size:0;
	background:rgb(51,51,51);
	background:rgba(51,51,51,0.8);
}
#infoBox iframe{
	background:#fff;
	padding:100px 0 0 50px;
}
.title{
	position:absolute;z-index:50;
	right:100%;bottom:30px;margin-right:-1000px;
	width:1000px;height:30%;
}
.title .middle{
	position:absolute;
	height:111px;
	top:30px;bottom:0;left:40px;margin:auto 0;
}
.title_img{
	display:inline-block;*display:inline;_display:inline;
	margin-right:30px;
	height:100px; min-width:358px; 
	text-align:center;vertical-align:middle;
	background:url(../images/room/titledeco.png) no-repeat center bottom;
}
