@import "common.css";

/* ****************************** */
/* リード */
/* ****************************** */

#read
{
	width: 760px;
	color: #ddd;
	margin-bottom: 40px;
}

#read h2
{
	margin-bottom: 20px;
	color: #c52135;
}

#read dl
{
	width: 760px;
	margin-top: 40px;
	overflow: hidden;
}

#read dl dt
{
	clear: left;
	float: left;
	width: 150px;
	margin-bottom: 20px;
}

#read dl dd
{
	float: left;
	width: 589px;
	border-left: 1px solid #61101a;
	padding-left: 20px;
	margin-bottom: 20px;
}

#read dl dt,
#read dl dd p
{
	font-size: 80%;
}

/* ****************************** */
/* アクセス・地図 */
/* ****************************** */

#map
{
	width: 760px;
	overflow: hidden;
	margin-bottom: 40px;
}

#map h3
{
	font-size: 100%;
	padding: 10px 20px;
	background: #61101a;
	margin-bottom: 20px;
	color: #ddd;
}

#map .txt
{
	width: 270px;
	margin-right: 20px;
	float: left;
	display: inline;
}

#map .txt dl
{
	width: 270px;
	overflow: hidden;
}

#map .txt dl dt,
#map .txt dl dd p
{
	font-size: 80%;
	color: #ddd;
}

#map .txt dl dt
{
	clear: left;
	float: left;
	width: 120px;
	margin-bottom: 1em;
	font-weight: 900;
}

#map .txt dl dd
{
	width: 150px;
	float: left;
	margin-bottom: 1em;
}

#map .googlemap
{
	width: 470px;
	float: left;
	display inline;
}

#googlemap
{
	width: 470px;
	height: 352px;
	background: #333;
}

#googlemap_inner img
{
	float: left;
	margin-right: 1em;
}

#googlemap_inner p
{
	font-size: 80%;
}

/* ****************************** */
/* 駐車場 */
/* ****************************** */

#parking
{
	width: 760px;
	overflow: hidden;
	margin-bottom: 40px;
}

#parking h3
{
	font-size: 100%;
	padding: 10px 20px;
	background: #61101a;
	margin-bottom: 20px;
	color: #ddd;
}

#parking ul,
#parking li
{
	margin: 0;
	padding :0;
	left: 0;
	position: static;
	list-style-type: none;
}

#parking ul li
{
	background: #000;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 18px;
}

#parking ul li dl
{
	width: 720px;
	overflow: hidden;
}

#parking ul li dl dt
{
	clear: left;
	float: left;
	width: 220px;
	font-weight: 900;
	color: #ddd;
}

#parking ul li dl dt span
{
	display: block;
	font-weight: 400;
	font-size: 80%;
}

#parking ul li dl dd
{
	float: left;
	width: 500px;
	color: #ddd;
}

#parking ul li dl dd p.txt
{
	font-size: 80%;
}

#parking ul li dl dd p.num
{
	font-weight: 900;
}

#parking ul li dl dd p.fee
{
	font-size: 80%;
	text-decoration: underline;
}

#parking a:link,
#parking a:visited
{
	color: #c52135;
}

#parking a:hover,
#parking a:active
{
	color: #f33;
}

/* ****************************** */
/* シャトルバス */
/* ****************************** */

#bus
{
	width: 760px;
	color: #ddd;
}

#bus h3
{
	font-size: 100%;
	padding: 10px 20px;
	background: #61101a;
	margin-bottom: 20px;
	color: #ddd;
}

#bus p.info
{
	font-size: 80%;
	margin-bottom: 40px;
}

#bus table
{
	width: 760px;
	margin-bottom: 40px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
	border-left: 1px solid #fff;
}

#bus table tr th p,
#bus table tr td p
{
	font-size: 80%;
	line-height: 1.5em;
	margin: 5px;
	color: #ddd;
}

#bus table tr th.start
{
	width: 100px;
	background: #333;
	border-right: 1px solid #fff;
}

#bus table tr th
{
	width: 50px;
	background: #666;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#bus table tr td
{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}