﻿@charset "utf-8";
/* -----------------------------------------------
 * 電車用CSS
 * 
 * Last Update 2009/01/08
----------------------------------------------- */
h3 {
	display: block;
	border: none;
}

.trainColor {
	color: #64A544;
}

.map {
	margin: 18px 0;
}

.directionHotel {
	margin: 27px 0 18px;
}
	.directionHotel li {
		float: left;
		width: 217px;
		margin-right: 15px;
		margin-bottom: 9px;
	}
		.directionHotel li.end {
			margin-right: 0;
		}

#timeTable {
	margin: 18px 0 0 0;
}
	#timeTable p.referenceMark {
		font-size: 73%;
	}
	#timeTable h3 {
		margin-bottom: 5px;
	}
	#timeTable table {
		width: 335px;
		border-spacing: 1px;
	}
		#timeTable table th {
			vertical-align: top;
			padding: 1px;
			font-size: 73%;
			text-align: left;
		}
		#timeTable table thead th.holiday {
			background: #DB7F7F;
		}
		#timeTable table td {
			width: 165px;
			vertical-align: top;
			padding: 1px;
			font-size: 73%;
			/*white-space: nowrap;*/
		}
		#timeTable #marinePark {
			float: left;
			width: 330px;
		}
			#timeTable #marinePark h4 {
				width: 335px;
				margin: 3px 0;
				text-align: center;
				background: #BACE9D;
			}
				#marinePark table thead th {
					text-align: center;
					background: #90B063;
				}
				#marinePark table tbody {
					background: #BACE9D;
				}
		#timeTable #IslandCenter {
			float: left;
			width: 335px;
			margin-left: 14px;
		}
			#timeTable #IslandCenter h4 {
				width: 335px;
				margin: 3px 0;
				text-align: center;
				background: #CCBF89;
			}
				#IslandCenter table thead th {
					text-align: center;
					background: #AE9D4C;
				}
				#IslandCenter table tbody {
					background: #CCBF89;
				}

.timeTableText {
	float: right;
}

#carfare {
	margin: 12px 0;
}
	#carfare h4 {
		float: left;
		width: 304px;
		height: 23px;
		padding-top: 2px;
		text-align: center;
		background: url("../img/carfare.jpg") no-repeat;
	}
	#carfare p {
		float: left;
		margin-left: 12px;
		font-size: 90%;
	}
