/* ----------------------
   バス 時刻表用
 -------------------- */
/* common  */
#bus {
	margin-bottom: 40px;
}
#bus p {
	font-size: 80%;
	line-height: 120%;
}
#bus h3 {
	line-height: 30px;
	background-image: url(../images/bus/bus_h3_back.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	padding-left: 32px;
	margin-bottom: 5px;
}

#bus h3.red {
    line-height: 36px;
    background-image: url(../pc/img/spot/spot_h3_background_red.gif);
    background-repeat: no-repeat;
	height: 36px;	
}

#bus h4 {
	background-image: url(../images/support/faq/faq_h4_back.gif);
	background-repeat: no-repeat;
	background-color: #0E2884;
	padding-left: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.75em;
	margin-bottom: 10px;
	margin-top: 15px;
}

/**** タイムテーブル（行き） ****/
#bustimetable {
	margin-top: 20px;
	margin-bottom: 25px;
	
}

#bustimetable table {
	font-size: 75%;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #60bf00;
	clear: both;
}

#bustimetable td {
	white-space: nowrap;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #60bf00;
}

p.bustime {
	text-align: center;
	margin-bottom: 20px;
}

#bustimetable th {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #60bf00;
}

/**** タイムテーブル（帰り） ****/
#bustimetable2 {
	margin-top: 20px;
	margin-bottom: 25px;
}

#bustimetable2 table {
	font-size: 75%;
	width: 450px;
	margin-left: auto;
	margin-right: auto;

	border-collapse: collapse;

	border: 1px solid #60bf00;

/*
	border: 1px solid #990000;
*/
	clear: both;
}

#bustimetable2 td {
	white-space: nowrap;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

	border: 1px solid #60bf00;
/*
	border: 1px solid #990000;
*/
}

#bustimetable2 th {
	padding: 5px;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;

	border: 1px solid #60bf00;

/*
	border: 1px solid #990000;
*/
}


/**** タイムテーブル　表 ****/
#timetable2 {
	margin-top: 20px;
	margin-bottom: 25px;
}

#timetable2 table {
	font-size: 75%;
	width: 480px;

	margin-left: 10px;
/*
	margin-right: auto;
*/
	border-collapse: collapse;

	border: 1px solid #60bf00;

/*
	border: 1px solid #990000;
*/
	clear: both;
}

#timetable2 td {
/*
	white-space: nowrap;
*/
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;

	border: 1px solid #60bf00;
/*
	border: 1px solid #990000;
*/
}

#timetable2 th {
	padding: 5px;
/*
	white-space: nowrap;
*/
	text-align: left;
	font-weight: normal;

	border: 1px solid #60bf00;

/*
	border: 1px solid #990000;
*/
}






/****テーブルカラー（行き）****/

/* タイトル */
.bustr1 {
	background-color: #aabf95;
	font-weight: bold;
}

/* 復路・往路・運行会社 */
.bustr2 {
	background-color: #CCFFCC;
}


/* 主要停留所 */
.bustr3 {
	background-color: #D9F2FF;
	font-weight: bold;
}


/****テーブルカラー（帰り）****/

/* タイトル */
.bustr01 {
	background-color: #FFCCCC;
	font-weight: bold;
}

/* 復路・往路・運行会社 */
.bustr02 {
	background-color: #EEEEEE;
}


/* 主要停留所 */
.bustr03 {
	background-color: #FFF4F4;
	font-weight: bold;
}

/* 運転日注意 */
.bustr04 {
	background-color: #FFFFCC;
}


/****　行き帰り *****/
.busnav1 {
	text-align: left;
	margin-bottom: 2px;
	float: left;
}
.busnav2 {
	text-align: left;
	margin-bottom: 2px;
	float: right;
}

/**** 料金案内 ****/
#guidance p {
	margin-left: 10px;
	margin-bottom: 5px;
}
#guidance h5 {
	margin-bottom: 3px;
	font-size: 90%;
	color: #0E2884;
}

#guidance ul {
	list-style-type: square;
	font-size: 80%;
	line-height: 120%;
	padding-bottom: 5px;
	padding-left: 20px;
}
#guidance li{
	padding-bottom: 3px;
}

#guidance table {
	font-size: 80%;
	white-space: nowrap;
	border-collapse: collapse;
	border: 1px solid #60bf00;
	margin-bottom: 8px;
	}
#guidance th {
	background-color: #D9F2FF;
	text-align: center;
	border: 1px solid #60bf00;
	padding: 2px;
}

#guidance td {
	text-align: center;
	border: 1px solid #60bf00;
	padding: 2px;
}
.guidancemap {
	text-align: center;
	margin-right: 10px;
}

