﻿@charset "utf-8";
/* -----------------------------------------------
 * 飛行機用CSS
 * 
 * Last Update 2009/01/08
----------------------------------------------- */
/* 地図 */
.map {
	margin: 18px 0;
}

/* 時刻表 */
#timeTable {
	margin: 18px 0 0;
}
	#timeTable h3 {
		margin-bottom: 5px;
	}
	#timeTable h4 {
		margin-bottom: 3px;
	}
	/* 各時刻表を囲むボックス */
	#timeTable .timeTableBox {
		float: left;
		margin-left: 5px;
	}
	/* 囲んでいるボックスが左marginなので、一番最初のmarginを削除 */
	#timeTable .start {
		margin-left: 0;
	}
	/* 注釈文 */
	#timeTable p.referenceMark {
		font-size: 70%;
	}
	/* 時刻表 */
	#timeTable table {
		width: 115px;
		border-spacing: 0;
		border-collapse: collapse;
	}
		#timeTable table th {
			vertical-align: top;
			padding: 2px;
			font-size: 80%;
			text-align: left;
		}
		/* 休日 */
		#timeTable table thead th.holiday {
			background: #DB7F7F;
		}
		#timeTable table td {
			vertical-align: top;
			padding: 3px 2px;
			font-size: 80%;
			text-align: center;
			/*white-space: nowrap;*/
		}
		/* 空港から */
		#timeTable #airPlane {
			float: left;
		}
			#timeTable #airPlane h4 {
				width: 200px;
				margin: 3px 0;
				text-align: center;
				background: #BACE9D;
			}
				#airPlane table thead th {
					text-align: center;
					background: #90B063;
				}
				#airPlane table tbody {
					background: #BACE9D;
				}
		/* 六甲アイランドから */
		#timeTable #rokkoIsland {
			float: left;
		}
			#timeTable #rokkoIsland h4 {
				width: 200px;
				margin: 3px 0;
				text-align: center;
				background: #CCBF89;
			}
				#rokkoIsland table thead th {
					text-align: center;
					background: #AE9D4C;
				}
				#rokkoIsland table tbody {
					background: #CCBF89;
				}

/* 料金 */
#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%;
	}

#timeTableRight {
	width: 475px;
}
	#timeTableRight p {
		text-align: right;
	}

/* 駅からホテルまでのアクセスマップ */
#accessMap {
	float: right;
}
