/* PEARL HOTELS COMMON STYLESHEET */
/* For Sunlite Shinjuku English site */


/* TOP */
/* basic info （基本情報） */
.b_info {
	width:300px;
	float:left;
}

.b_pdf {
	width:140px;
	float:right;
}

.b_access{
	width:500px;
}

/* flash→スライドショー */
.coverEns {
	position: relative;
	width: 616px; /* 画像の横幅 */
	height: 192px; /* 画像の縦幅 */
}

.coverEns img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 2s; /* フェードの時間(秒) */
}

.coverEns .show {
	opacity: 1;
	z-index: 1;
}