table.global_nav { margin-top:30px; }
/*スペック小見出し*/
section.btn { }
section.btn h4 { padding:4px 0; line-height:1; color:#fff; position:relative; margin-bottom:15px; border-radius: 50px; border:1px solid #1A284F; background: -webkit-gradient(linear, left top, left bottom, from(#8F1862), to(#830051)); cursor:pointer; }
section.btn h4.on { background-image:url(../img/btn_minus.png) no-repeat 8px 6px; }
section.regular h4 span { padding:0; background:url(../img/btn_plus.png) no-repeat 8px 2px; padding-left:25px; }
section.regular h4.on span { background:url(../img/btn_minus.png) no-repeat 8px 2px; }
section.regular p { font-size:13px; line-height:1.2; margin-bottom:10px; }
section.btn h4 { }
section.btn>div { display:none; }
section.btn div div { margin:0 0 10px 0; padding:0 0 0 0; border-bottom:1px dotted #858C9E; }
section.btn div div h5 { margin-bottom:5px; }
section.btn div div:last-child { border-bottom:none; }
a.skyblue { color:#0085B2; white-space:nowrap; }
a.skyblue img { }
table.parking { width:100%; border-spacing:0; border-collapse:collapse; }
table.parking td, table.parking th { padding:5px 10px; border:1px solid #DBDDE2; border-right:none; font-size:13px; text-align:left; font-weight:normal; }
table.parking th { background:#E4E1E0; border-left:none; }
/* シャトルバス */
#shuttle p.ph { float:left; margin-right:10px; }
#shuttle dl { clear:both; }
#shuttle dl dt { clear:both; float:left; color:#0B193E; }
#shuttle dl dd { margin-left:5em; }


/* シャトルバス運行予定表 */
#shuttle_table{
	width: 100%;
	margin-top: 20px;
	font-size: 13px;
}

#shuttle_table h3{
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
	color: #fff;
	background-color: #766a65;
}

#shuttle_table .timetable{
	margin-left: 2px;
}

#shuttle_table table{
	width: 100%;
	border: 1px solid #CCC;
	margin-bottom:5px;
	margin-right: 10px;
}

#shuttle_table table tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

#shuttle_table table tr.dgray{
	font-size: 105%;
}

#shuttle_table table th{
	text-align:center;
	background-color: #766a65;
	color: #fff;
	font-weight: normal;
	line-height: 1.5;
	padding:5px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#shuttle_table table td{
	text-align:center;
	padding:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.mgray{
	background-color: #e9e9e9;
}

/*地図*/
section.map { padding:10px; }
#googlemap { width: 300px; height: 200px; display: block; margin: 0 auto 10px; }
