﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
厚別｜最寄りの交通機関案内　(/atsubetsu/access_Traffic/index.html) CSS

Creator    : sue/waka
LastUpdate : 09/10/21
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	/*background: url("../../img/atsubetsuLogo.gif") no-repeat left bottom;*/
}

	#leftContents #freeBus  {
	}

		/* 見出し */
		#leftContents #freeBus h2 {
			line-height: 1;
			margin: 2px 0 5px;
			font-size: 120%;
		}
			#leftContents #freeBus h2.momiji {
				margin: 0 0 5px;
				font-size: 110%;
			}
			#leftContents #freeBus .terminate {
				color: #ff0000;
			}

		/* ○○線の時刻表はこちら */
		#leftContents #freeBus .anotherLine {
			padding: 1px;
			border: 1px solid #ff7f00;
			color: #820000;
			font-size: 80%;
			background-color: #D8F8CA;
		}

		/* 時刻表テーブル */
		#leftContents #freeBus th {
			line-height: 1;
			padding: 3px 5px;
			border: 1px solid #999999;
			background-color: #FFCC9A;
		}
			#leftContents #freeBus th span {
				font-size: 80%;
			}

		#leftContents #freeBus td {
			line-height: 1;
			padding: 3px 2px;
			border: 1px solid #999999;
			text-align: center;
		}
		/* 時刻表テーブル（もみじ台線） */
		#leftContents table#momijidai th {
			line-height: 1.05;
			padding: 0 5px;
			border: 1px solid #999999;
			font-size: 90%;
			background-color: #FFCC9A;
		}
			#leftContents table#momijidai th span {
				font-size: 90%;
			}

		#leftContents table#momijidai td {
			line-height: 1;
			padding: 0 2px;
			border: 1px solid #999999;
			font-size: 90%;
			text-align: center;
		}

		/* 時刻表テーブル（もみじ台線2） */
		#leftContents table#momijidai2 th {
			line-height: 1.05;
			padding: 2px 5px 1px;
			border: 1px solid #999999;
			font-size: 90%;
			background-color: #FFCC9A;
		}
			#leftContents table#momijidai2 th span {
				font-size: 90%;
			}

		#leftContents table#momijidai2 td {
			line-height: 1;
			padding: 2px 2px 1px;
			border: 1px solid #999999;
			font-size: 90%;
			text-align: center;
		}
		/* 時刻表テーブル（美しが丘線） */
		#leftContents table#utsukushi th {
			line-height: 1.05;
			padding: 1px 5px 0;
			border: 1px solid #999999;
			font-size: 90%;
			background-color: #FFCC9A;
		}
			#leftContents table#utsukushi th span {
				font-size: 90%;
			}

		#leftContents table#utsukushi td {
			line-height: 1;
			padding: 1px 2px 0;
			border: 1px solid #999999;
			font-size: 90%;
			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 .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 #momijiCaution li {
				list-style-type: disc;
				line-height: 1;
				margin-top: 1px;
				font-size: 75%;
			}

			/* ●印 */
			#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;
			}
