#tbody_route tr {
  /*height: 100px;*/
}

.route-stop-seq {
  display: none;
}

.ebus_stopName {
  text-align: left;
}

.gis_stopName {
  text-align: left;
}

#tbody_route tr td {
  /*width: 100Px;*/
  position: relative;
  /*text-align: center;*/
  /*width: 100px;*/
  /*border: 1px solid #000;*/
}

#tbody_route tr td.pathline_bg0 {
  z-index: -1;
  background-image: url(../../assets/img/tn_rwd_stop_info_BL.png?h=ab96fcf2b41f6a3b711eedec394e21b2);
  background-position: center;
  background-repeat: no-repeat;
}

#tbody_route tr td.pathline_bg1 {
  z-index: -1;
  background-image: url(../../assets/img/tn_rwd_stop_info_R.png?h=9f37046b7d705a80c90d6042346f238d);
  background-position: center;
  background-repeat: no-repeat;
}

#tbody_route tr td.pathline_bgSkip {
  background-image: url(../../assets/img/tn_rwd_stop_infoSkip.png?h=cc47fac10fe55241b2d6722a7c2b7d69);
  background-position: center;
  background-repeat: no-repeat;
}

#tbody_route tr td.pathline_bgEnd1 {
  background-image: url(../../assets/img/tn_rwd_stop_infoEnd_R.png?h=1a82e184ad4cdd128b63969d28ddcc97);
  background-position: center;
  background-repeat: no-repeat;
}

#tbody_route tr td.pathline_bgEnd0 {
  background-image: url(../../assets/img/tn_rwd_stop_infoEnd_BL.png?h=1a82e184ad4cdd128b63969d28ddcc97);
  background-position: center;
  background-repeat: no-repeat;
}
#tbody_route tr td.pathline_bgStart1 {
  background-image: url(../../assets/img/tn_rwd_stop_infoStart_R.png?h=1a82e184ad4cdd128b63969d28ddcc97);
  background-position: center;
  background-repeat: no-repeat;
}

#tbody_route tr td.pathline_bgStart0 {
  background-image: url(../../assets/img/tn_rwd_stop_infoStart_BL.png?h=1a82e184ad4cdd128b63969d28ddcc97);
  background-position: center;
  background-repeat: no-repeat;
}

#tbody_route tr td.pathline_bgEmpty {
  background-position: center;
  background-repeat: no-repeat;
}

#tbody_route th div {
  background: transparent;
  color: #fff;
  padding: 9px 25px;
  top: 0;
  margin-left: -25px;
  line-height: normal;
  border-left: 1px solid #800;
}

#tbody_route tr td.pathline_bgNonex {
  height: 100%;
  width: 6px;
  background-color: #eaeaea;
  display: inline;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 49%;
}

#navcol-1 {
}

.img_line_path_dot {
  width: 10px;
  height: 100%;
}

.xNavbar-nav li {
  display: inline-block;
}

.xScroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

