@charset "utf-8";

.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;
}

.anchors li span{
font-size:90%;}

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

.spec caption{
	font-weight:bold;
	text-align:left;
	padding:0 0 3px 0;
}

.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%;
}


/* おすすめ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;
}

.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;
}
