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


/* pngハック　IE6,5対応 */
* html img,div{
  behavior: url(../common/iepngfix.htc);

}

/* comcept */
div.comcept {}
div.comcept img { display:block; margin-bottom:10px;}
div.comcept p.comcept_txt{}

.caption {
	font-size:10px;
	line-height: 1.3em;
}


/* FloorMap */
div#FloorMap {
	text-align:left;
	margin-bottom: 50px;
}
div#FloorMap p{
	line-height:1.5em;
	margin-bottom: 10px;
}
div#FloorMap h2 {
	margin-bottom:10px;
}
div#FloorMap h3 {
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
}
div#FloorMap h4 {
	clear: both;
	margin-bottom: 10px;
}

.floor_2f{
	width:747px;
	height:161px;
	margin:0px;
	padding:0px;
	background-image:url(floor_map_images/floor_2f.gif);
	text-align:left;
	background-repeat: no-repeat;
	}
.floor_1f{
	width:747px;
	height:242px;
	margin:0px;
	padding:0px;
	background-image:url(floor_map_images/floor_1f.gif);
	text-align:left;
}
.floor_b1f{
	width:747px;
	height:228px;
	margin:0px;
	padding:0px 0px 30px;
	background-image:url(floor_map_images/floor_b1f.gif);
	text-align:left;
	background-repeat: no-repeat;
}


/* -- 凡例 --*/
.floor_icon{
	padding-left: 3px;
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 8px;
}


/* -- icon…凡例 標準 --*/
div.icon{
	float: left;
}

/* -- detail…凡例 説明あり --*/
div.detail{
	width: 260px;
}

div.icon div.pict{
	float: left;
	width: 54px;
	clear: left;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
div.icon div.pict_1st{
	float: left;
	width: 54px;
	clear: left;
	text-align: center;
	padding-right: 3px;
}
div.icon p{
	padding-right: 10px;
	margin-top: 3px;
	height: 30px;
}



div.floor_highslide{
	width:44px;
	height:44px;
	position: relative;
}

div#floor_2f_photo01{
	left: 260px;
	top: 100px;
	position: relative;
	z-index: 1;
}
div#floor_2f_photo02{
	left: 350px;
	top: 35px;
	z-index: 2;
}
div#floor_2f_photo03{
	left: 470px;
	top: 30px;
	z-index: 3;
}
div#floor_1f_photo01{
	left: 160px;
	top: 185px;
	z-index: 1;
}
div#floor_1f_photo02{
	left: 418px;
	top: 30px;
	position: relative;
	z-index: 2;
}
div#floor_1f_photo03{
	left: 405px;
	top: 60px;
	z-index: 3;
}
div#floor_b1f_photo01{
	left: 25px;
	top: 150px;
	z-index: 1;
}
div#floor_b1f_photo02{
	left: 108px;
	top: 64px;
	position: relative;
	z-index: 2;
}
div#floor_b1f_photo03{
	left: 378px;
	top: 70px;
	z-index: 3;
}
div#floor_b1f_photo04{
	left: 479px;
	top: -101px;
	z-index: 4;
}


/*----------------- SeatChargebox -----------------*/

div.SeatChargebox{
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
div#FloorMap div.SeatChargebox h3{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
}


div#FloorMap div.SeatChargebox h4{
	margin-bottom: 10px;
	color: #9900CC;
	font-weight: bold;
	border-bottom: 1px solid #9900CC;
	padding: 5px 0px 2px 5px;
	font-size: 14px;
	padding-top: 15px;
}




div#FloorMap div.SeatChargebox h5{
	margin-bottom: 5px;
	color: #FF3399;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

div#FloorMap div.SeatChargebox p.seatTopic{
	margin-bottom: 5px;
	color: #FF3399;
	border: 1px solid #CCCCCC;
	padding: 5px;
}



div#FloorMap div.SeatChargebox span.time{
	padding-left: 7px;
	margin-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}


table.SeatChargPrice{
	background-color: #EEEEEE;
	margin-bottom: 10px;
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
table.SeatChargPrice th,table.SeatChargPrice td{
	padding: 5px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
table.SeatChargPrice th{
	color: #FFFFFF;
	background-color: #999999;
}
table.SeatChargPrice th.seat{
	background-color: #333333;
	font-weight: bold;
}
table.SeatChargPrice td.seat{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}


div.SeatChargebox dl.cocktail_menu{
	padding-left: 30px;
	color: #5BB531;
}
div.SeatChargebox dl.cocktail_menu dt{
	width: 200px;
}
div.SeatChargebox dl.cocktail_menu dd{
	margin-left: 50px;
}
