@charset "utf-8";

/* ------------------------------------------------------- *
   施設概要 / フロア紹介 CSS
 * ------------------------------------------------------- */

.contents h2{
	font-size:120%;
}

/* 冒頭 アンカーリンク 微調整 */
.anchors li{
	font-size:120%;
	font-weight:bold;
	display:block;
	min-width:2.5em;
	_width:2.5em;
	margin-right:0.75em;
}
.contents .leftArea{
	width:308px;
	float:left;
}

.contents .rightArea{
	width:308px;
	float:right;
}

.contents .unit{
	margin:0;
}

div.pageUp{
	clear:both;
}




/* 最初のブロック(フロア図・写真) */
.contents .intro .leftArea{
	text-align:right;
}
.contents .intro .rightArea img{
	margin-top:0px;
}
.contents .intro .rightArea img.first{
	margin-top:0;
}

.photo{
	width:308px;
	height:auto;
	margin-bottom:0.75em;
}
.photo img{
	display:block;
}
.photo.max{
	width:656px;
}
.photo.floatLeft{
	float:left;
}
.photo.floatRight{
	float:right;
}

/* 写真下のキャプション */
.caption{
	margin:2px 0 0.75em 0;
	width:308px;
}
.max .caption{
	width:100%;
}
.caption span.left{
	display:block;
	width:50%;
	float:left;
/*	background-color:skyblue;*/
}
.caption span.right{
	text-align:right;
	display:block;
	width:45%;
	margin:0;
	padding:0;
	float:right;
/*	background-color:pink;*/
}

/* おすすめPDF(共通・リストタグ版) */
.pdfList{
	margin-top:1.5em;
}

.pdfList h3{
	margin-top:0;
	margin-bottom:0.5em;
}
.pdfList h3.floatLeft{
	float:left;
	margin:2px 6px 1em 0;
}
.pdfList p.sub{
	font-size:80%;
	line-height:1.2em;
	margin:0;
	padding:0;
}

.pdfList ul{
	list-style-type:none;
	margin:0;
}
.pdfList li {
	display:block;
	float:left;;
	width:90px;
	margin:0 12px 8px 0;
	padding:0;
	background-image:url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:right 0;

/*	background-color:pink;*/
}
.pdfList li a{
	display:block;
	width:100%;
}

.pdfList li img{
	vertical-align:middle;
}

/* おすすめPDF(テーブルタグ版) */
.pdfList table{
	width:100%;
	margin-bottom:0.75em;
}
.pdfList th,
.pdfList td{
	padding:0.3em 6px 0.45em 0;
	border:1px solid #ccc;
	border-width:0 0 1px 0;
}
.pdfList th{
	text-align:right;
	width:16%;
}
.pdfList td{
	text-align:right;
	padding-right:20px;
	background-image:url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
.pdfList td.blank{
	text-align:center;
	padding-left:18px;
	background-image:none;
}

/* 収容人数表 */
.spec{
	clear:both;
}

.spec caption{
	width:100%;
	font-weight:bold;
	text-align:left;
	padding:0 0 3px 0;
}
.spec caption span.link{
	font-weight:normal;
	text-align:right;
	display:block;
	width:50%;
	margin:-1.3em 0 0 auto;
}
.spec caption span.link img{
	vertical-align:middle;
}

.spec table{
	width:100%;
	margin-bottom:0.75em;
}
.spec th,
.spec td{
	padding:3px 6px;
	line-height:1.2em;
	text-align:center;
	
	border:1px solid #7b7c86;
	border-width:0 1px 1px 0;
}
.spec table{
	border:1px solid #7b7c86; /* ; */
	border-width:1px 0px 0px 1px;
}
.spec tr.header th{
	color:#fff;
	border-right-color:#e2e1e6;
	background-color:#514e6e;
}
.spec tr.header th.party{
	border-right-color:#7b7c86;
}

.spec th.item{
	text-align:left;
	width:19.5%;
	background-color:#e5e7fe;
}
.spec td{
	width:11.5%;
}
.spec th.party,
.spec td.party{
	width:12%;
}


/* 冒頭 アンカーリンク */
#chart .anchors{
	margin-bottom:20px;
}
#chart .anchors ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#chart .anchors li{
	display:block;
	min-width:7.5em;
	_width:7.5em;
	padding:0 4px 1px 0;
	white-space:nowrap;
	float:left;
}

#chart .anchors div.pdf{
	clear:both;
	width:100%;
	height:1.2em;
	text-align:right;
/*	background-color:pink;*/
}
#chart .anchors div.pdf a{
	display:inline;
	margin:0;
	padding:0;
}
#chart .anchors div.pdf img{
	vertical-align:middle;
	margin:0 3px 0 3px;
}


/* 5F 360パノラマ */
#panorama{
	border:1px solid #999;
}
