@charset "UTF-8";
/*建物ラインナップのメインイメージのCSS設定*/

#mainimg_area_fixed {
	position:fixed;
	width:100%;
	background-image:url(../img/bg_mainimgArea.png);
	background-repeat:repeat;
	position:fixed;
	top:82px;
	left:0px;
	z-index:1;
}
@media only screen and (max-width: 767px) {
#mainimg_area_fixed {
background-image:none;
top:52px;
}
}
#mainimg_area {
	position:relative;
	width:100%;
	z-index:2;
}

#mainimgs{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#mainimgs li { position:absolute;}
#mainimgs li.on {  z-index:2;}

#mainimg_area #desc {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	height:150px;
	background:url(../img/bg_desc.png) repeat;
	width:100%;
	color:#fff;
	font-weight:bold;
}
#mainimg_area #desc h1 {
	position:absolute;
	font-size:32px;
	top:0px;
	display:block;
	height:100px;
	line-height:100px;
	margin:0px;
	letter-spacing: 0em;
	width:100%;
	text-align:center;
	font-weight: bold;
}
#mainimg_area #desc h2 {
	position:absolute;
	font-size:16px;
	top:100px;
	left:0px;
	height:50px;
	width:100%;
	min-width:960px;
	text-align:center;
	color:#fff;
}
@media only screen and (max-width: 767px) {
	#mainimg_area #desc {
		height:auto;
		background: none;
		position: relative;
	}
	#mainimg_area #desc h1 {
		position: relative;
		font-size:18px;
		height:40px;
		line-height:40px;
		background:url(../img/bg_desc.png) repeat;
	}
	#mainimg_area #desc h2 {
		position: relative;
		font-size:13px;
		font-weight: bold;
		top:20px;
		bottom: 0px;
		height:30px;
		line-height: 30px;
		min-width:100%;
		background:none;
		color: #000;
		text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF;
	}
}
#main {
	margin-top:-400px;
	z-index:3;
}
@media only screen and (max-width: 767px) {
#main { margin-top:0px; padding-top:120px}
}
.bg_white_alpha {
	background:url(../img/bg_header.png) repeat;
}
.bg_black_alpha {
	background:url(../img/bg_desc.png) repeat;
}
@media only screen and (max-width: 767px) {
.bg_black_alpha {
	background:none;
}
}


#footer {
	margin-top:0px;
}