@charset "UTF-8";


/* -----------------------------------------------
 *              for estate detail pages
 * ----------------------------------------------- */


/* =========== common parts =========== */
   
/* ----- estate cover block (heading-block) ----- */

#estate-cover {
	position: relative;
	min-height: 300px;
	_height: 300px;
	margin: 0 12px 12px;
	padding: 0 0 0 490px;
	border-bottom: none;
}

#estate-cover h1 {
	padding-top: 35px;
	font-size: 100%;
}

#estate-cover h1.heading-A01 {
	margin-bottom: 1.38em;
}

#estate-cover h1 img {
	vertical-align: -0.5em;
}

#estate-cover h1 span.title-sub {
	display: none;
}

#estate-cover div.image-block-A01 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#estate-cover div.image-block-A01 img {
	border: none;
}

#estate-cover dl.def-list-A01 {
	margin-bottom: 24px;
}

#estate-cover p {
	margin-bottom: 0.2em;
	*margin-bottom: 0.3em;
	_margin-bottom: 0.1em;
	_line-height: 2;
}

#estate-cover ul.list-C02 a:hover,
#estate-cover ul.list-C02 a:visited,
#estate-cover ul.list-C02 a:active {
	background: none;
	border: none;
}

#estate-cover a.wasting-span-inserted span.wasting-span {
	line-height: 1.3;
}

/* =========== page specific =========== */

/* ----- outline ----- */

/*#outline-01 h2 {
	display: none;
}*/

/* ----- location ----- */

#location {
	border-bottom: none;
	margin-bottom: 0;
}

#location h3 {
	margin-top: 1.5em;
}

div.location-utility-link {
	display: block;
	margin: 15px 0 0;
	padding: 0;
	text-align: right;
	line-height: 1.62;
}

div.location-utility-link img {
	border: none;
	vertical-align: middle;
}

/* roomplan */
/*#room-01 h2 {
	display: none;
}*/

#outline-01,
#service-01,
#room-01,
#architecture-01 {
	margin-top: -2em;
}


/* ----- SA Atago Only ----- */
div#mariott-logo {
	margin-left: 12px;
	width: 420px;
}

div#mariott-logo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div#mariott-logo div.figure{
	width: 120px;
	float: left;
}

div#mariott-logo div.content {
	float: left;
	width: 300px;
	padding-top: 5px;
}

@media print {
	div#mariott-logo {
		width: auto;
	}
	
	div#mariott-logo div.figure{
		width: auto;
		float: none;
	}
	
	div#mariott-logo div.content {
		width: auto;
		float: none;
	}
}