﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
江別｜最寄りの交通機関案内　(/ebetsu/access_Traffic/index.html) CSS

Creator    : sue/waka
LastUpdate : 10/02/26
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	/*background: url("../../img/ebetsuLogo.gif") no-repeat left bottom;*/
}

	#leftContents #freeBus  {
	}

		/* 見出し */
		#leftContents #freeBus h2 {
			line-height: 1;
			margin: 2px 0 5px;
			font-size: 120%;
		}
			#leftContents #freeBus .terminate {
				color: #ff0000;
			}
		/* 路線見出し */
		#leftContents #freeBus h3 {
			margin: 5px 0 2px;
			font-size: 110%;
		}
			#leftContents #freeBus h3 span {
				padding: 1px 2px;
				border: 2px solid #475E55;
				color: #ffffff;
				font-weight: bold;
				font-size: 90%;
				background-color: #ff7f00;
			}

		/* ○○線の時刻表はこちら */
		#leftContents #freeBus .anotherLine {
			padding: 0;
			border: 1px solid #ff7f00;
			color: #820000;
			font-size: 80%;
			letter-spacing: -0.1em;
			background-color: #D8F8CA;
		}

		/* 時刻表テーブル */
		#leftContents #freeBus th {
			line-height: 1.1;
			padding: 2px 5px;
			border: 1px solid #999999;
			background-color: #FFCC9A;
		}

		#leftContents #freeBus td {
			line-height: 1.1;
			padding: 2px 2px;
			border: 1px solid #999999;
			text-align: center;
		}

		/* 時刻表テーブル（大麻線ほか） */
		#leftContents table#ooasa th {
			line-height: 1;
			padding: 1px 5px;
			border: 1px solid #999999;
			background-color: #FFCC9A;
		}

		#leftContents table#ooasa td {
			line-height: 1;
			padding: 1px 2px;
			border: 1px solid #999999;
			text-align: center;
		}
			/* 見出し列 */
			#leftContents #freeBus .headRow {
				background-color: #FFCC9A;
			}

			/* たまゆら発着時刻の列 */
			#leftContents #freeBus .tamayura {
				color: #820000;
				font-weight: bold;
			}

	/* 注意書き等 */
	#leftContents #extraInfo {
	}

		/* 左側エリア */
		#leftContents #extraInfo .routeMapArea {
			float: left;
		}

			/* 路線図はこちら */
			#leftContents #extraInfo .routeMap {
				margin: 2px 0;
				padding: 5px 2px;
				border: 3px solid #475E55;
				color: #ffffff;
				font-weight: bold;
				letter-spacing: -0.1em;
				background-color: #ff7f00;
			}

			/*
			#leftContents #extraInfo .ooasa {
				margin-left: 170px !important;
				margin-left: 85px;
			}*/

		/* 注意書き */
		#leftContents #extraInfo .caution {
			float: right;
			width: 410px;
		}

			#leftContents #extraInfo .caution ul {
				margin-top: 2px;
				margin-left: 1.2em;
			}

			#leftContents #extraInfo .caution li {
				list-style-type: disc;
				line-height: 1;
				margin-top: 1px;
				font-size: 80%;
			}

			/* ●印 */
			#leftContents #extraInfo .spot {
				color: #ff0000;
			}
			#leftContents #extraInfo .spot_green {
				color: #4DAC26;
			}


/* -----------------------------------------------------------------------------
2.右側のコンテンツの設定
----------------------------------------------------------------------------- */

#rightContents {
	text-align: center;
	background: url("../../img/backgroundRight.jpg") no-repeat right bottom;
}
	#rightContents .navigation {
		width: 224px;
		margin: 0 auto;
		padding-top: 65px;
		padding-left: 45px;
	}
		#rightContents .navigation ul li {
			line-height: 1;
			margin-bottom: 3px;
		}
			#rightContents .navigation ul li.last {
				margin-bottom: 10px;
			}
