@charset "utf-8";
/* CSS Document */

@charset "utf-8";
*{
	margin:0;
	padding:0;
}
html{
	width: 100% ;
	height: 100%;
	/*background-color:#fbf9f6;*/
}

/* -------------画像関連-------------- */

img {
	border: 0px; 
	line-height:0px;
	font-size:0px;
	vertical-align:top;
	vertical-align:bottom;
}


/* ///////////////////////////////////////////////////////////////// */
.floatLeft{ float:left; }
.floatRight{ float:right; }

.center{text-align: center; }
.textLeft{ text-align: left; }
.textRight{ text-align: right; }
.clear{
	clear:both;
	line-height:0;
	height:0;
	font-size:0;
}


/* ////////////////////////////// fancybox ///////////////////////////////// */

<!--TOP竣工風景-->
#fancyWrap{
	width:700px;
	height:470px;
	min-width:none;
}

#fancyWrap #prevBtn,
#fancyWrap #nextBtn{
	width:30px;
	height:400px;
	position:fixed;
	top:0;
}
#prevBtn{
	left:0;
}
#nextBtn{
	right:0;
}

#fancyWrap #thumBox{
	width:320px;
	height:60px;
	margin:0 auto;
	padding-top:10px;
}

#fancyWrap #thumBox li{
	width:100px;
	height:60px;
	float:left;
}

<!--TOP親子近居-->

#fancyWrap2{
	width:960px;
	height:700px;
}

<!--View 実際の住戸からの眺望（西側）-->

#fancyWrap3{
	width:1200px;
	height:355px;
}

#fancyWrap3 #prevBtn,
#fancyWrap3 #nextBtn{
	width:30px;
	height:325px;
	position:fixed;
	top:0;
}

#fancyWrap3 #thumBox{
	width:630px;
	height:50px;
	margin:0 auto;
}

#fancyWrap3 #thumBox li{
	width:150px;
	height:50px;
	float:left;
}
#fancyWrap3 #icon{
	width:75px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}




