.bustime {
	margin: 5px 0 10px;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	line-height: 1.5;
	font-size: 11px;
	width: 100%;
}
.bustime th {
	padding: 5px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	text-align: left;
	color: #FFF;
	background-color: #6C96F5;
	white-space: nowrap;
	font-weight: normal;
}
.sta_stop {
	color: #65B0FF;
}
.sta_move {
	color: #FF514B;
}
.bustime tr {
	margin: 0;
	padding: 0;
}
.txtcenter     {
	text-align: center;
}
.bustime td {
	padding: 4px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	text-align: right;
}
.bustime td.txtcenter {
	text-align: center;
}
.bustime strong {
	color: #F00;
	font-size: 14px;
}
.bustime tr .time {
	white-space: nowrap;
	background-color: #EEE;
}

tr:nth-child(even) td { background-color:#F0F0F6; }
tr:nth-child(odd) td { background-color:#FCFCFC; }


.bus_chimei{
	color: #3B86E4;
	font-weight: bold;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	/* [disabled]border: 1px solid #2DB4C8; */
	margin-top: 15px;
	background-color: #D1E9FF;
	border-radius:5px;
}
.bus_chimei:hover{
	color: #FFFFFF;
	background-color: #68C9E1;
}
.jikokutable {
	background-color: #FFFFFF;
	padding: 10px 10px 0px;
	margin-bottom: 20px;
	font-size: 12px;
}

.buscomment {
	font-size: 12px;
	color: #666;
}
	