@charset "utf-8";


/* -------------- 
    facilities/
  ------------ */


/* index.html */

#main.top dl {
	margin: 12px 0 0 0;
}

#main.top dt {
	float: left;
	width: 380px;
	color: #004093;
	font-size: 100%;
	line-height: 1.35;
	font-weight: bold;
}

#main.top dd.img {
	float: right;
	width: 240px;
	padding: 0 0 23px 0;
}

#main.top dd.txt {
	float: left;
	width: 380px;
	padding: 0 0 18px 0;
	font-size: 78%;
	line-height: 1.65;
}

#main.top dd.btn {
	float: left;
	width: 380px;
	margin: -12px 0 0 0;
}

#main.top dd.txt span.bold {
	font-weight: bold;
}

#main.top dd.txt span.left {
	float: left;
	margin: 0 1.5em 0 0;
}

#main.top dd.txt span.right {
	float: left;
}





/* floorguide.html */

#main.floorguide div.towerImg {
	float: right;
	width: 280px;
	margin: 12px 0 0 0;
}

#main.floorguide dl {
	float: left;
	width: 350px;
	margin: 12px 0 0 0;
	padding: 0 0 6px 0;
}

#main.floorguide dt {
	color: #004093;
	font-size: 100%;
	line-height: 1.35;
	font-weight: bold;
}

#main.floorguide dd {
	font-size: 78%;
	line-height: 1.65;
}

#main.floorguide dd span.name {
	float: left;
	width: 75%;
	margin: 0 0.5em 0 0;
}

#main.floorguide dd span.floor {
	float: left;
	white-space: nowrap;
}






