@charset "utf-8";

/* ----------------------------------------------
 * img
---------------------------------------------- */
#img {
	float: right;
	width: 570px;
	height: 130px;
	background: url("../images/img_main.gif") no-repeat top;
}
	#img p {
		margin: 90px 0px 0px 20px;
		text-align: left;
	}

/* ----------------------------------------------
 * box
---------------------------------------------- */
#contentMain .box {
	width: 540px;
	margin: 5px auto 20px;
}

#contentMain .box table th,
#contentMain .box table td {
	padding: 5px;
}
	#contentMain .box table td.td01 p.posL {
		width: 280px;
		margin-right: 10px;
	}

	#contentMain .box .map {
		width: 510px;
		margin: 0 0 20px 0;
	}
		#contentMain .box .map img {
			margin-right: 10px;
		}

	/* 旭川 */
	#contentMain .box .asahikawa .posL {
		width: 250px;
		margin-right: 10px;
	}
	#contentMain .box .asahikawa .end {
		margin-right: 0;
	}
		#contentMain .box .asahikawa .posL img {
			margin-right: 0;
		}

	.busfee {
		color: #000000;
		font-weight: normal;
		font-size: 90%;
	}
	.termination {
		color: #000000;
		font-size: 90%;
	}

		/* ----------------------
		 * カーナビ
		---------------------- */
		#carNav h2 {
			width: auto;
			background: #FA774E;
		}
			#carNav .box {
				border: 1px solid #746144;
			}
				#carNav .box .txt {
					width: 520px;
					margin: 5px auto;
				}
					#carNav .box .txt p {
						margin: 0 0 8px;
					}
						#carNav p span.carNavAddress {
							color: #0000FF;
							font-size: 130%;
						}
						#carNav .accent {
							color: #ff0000;
						}

		/* ----------------------
		 * アクセス経路
		---------------------- */
		table#accessWay td ul li {
			margin-left: 15px;
			list-style-type: disc;
		}
			table#accessWay td ul.posL {
				width: 290px;
			}
			table#accessWay td .posR {
				float: right;
				margin-left: 5px;
			}

		/* ------------------------
		 * Yahoo地図
		------------------------ */
		.yahooMap {
			border: 1px solid #cccccc;
		}

/* ----------------------------------------------
 * text
---------------------------------------------- */
#contentMain .box dl dt {
	font-weight: bold;
}
#contentMain .box dl dd ul li{
	margin-left: 15px;
	list-style-type: disc;
}

/* popup
---------------------------------------------- */
#popup {
	background: none;
}
	#popup .article {
		width: 460px;
		margin: 10px;
	}

	#popup h3 {
		width: 460px;
		height: 38px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-indent: 10px;
		line-height: 38px;
		background: url("../../commonNew/images/bg_headline.gif") no-repeat ;
	}
	#popup h4 {
		margin: 15px 0 5px;
		color: #91911E;
		font-size: 16px;
		font-weight: bold;
	}

/* ph */
#popup .ph01 {
	width: 235px;
	float: left;
	margin: 0 0 10px;
}
#popup .ph02 {
	float: left;
	width: 225px;
	margin: 0 0 10px 0;
}
#popup .ph03 {
	float: left;
	width: 215px;
	margin: 0 0 10px 0;
}

/* text */
#popup .text02 {
	margin: 5px 0 10px;
}
#popup .text03 {
	float: left;
	width: 225px;
}


#popup .close {
	width: 460px;
	margin: 1em 0;
	text-align: center;
}


.schedule{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	}

.red{
	color:#ff0000;
	}
