@charset "UTF-8";
/* CSS Document */


@media screen and (max-width:670px) {

/*__ にじバス _ */
#bus { margin-top: 0;}

.title { border-top: 1px solid #e3e3e3; }
.title h1 {
  background-color: transparent;
	background-image: none;
	padding: 0 10px 0 0;
	font-size: 140%;
	border-top: none;
}

/*__ 時刻表 __*/

.timetable {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  font-size: 100%;
}
.honbun .timetable dl {
    margin-bottom: 0;
}
.honbun .timetable ul {
    margin-bottom: -5px;
}
.honbun .timetable li {
	width: 4em;
}

.map_area {
	width: 90%;
	margin: 0 auto;
  font-size: 88%;
	float: none;
}
.map_area iframe { width: 100%; }


/*__ 運行ルート __*/
.route_map {
  width: 90%;
	margin: 0 auto;
}
.route_map iframe {
  width: 100%;
	height: auto;
	min-height: 300px;
}
dl.route {
  width: 90%;
  margin: 0 auto;
}

dl.route dt {
  float: none;
  width: 100%;
  min-height: auto;
}

dl.route .area1 {
  float: none;
  margin: 0;
  width: 100%;
  padding-top: 10px;
  background: url(../c_img/bus_line.png)repeat-y 15px top;
}

dl.route .information {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    background: url(../c_img/bus_line.png)repeat-y 15px top;
}

dl.route dd:nth-last-child(2) {
  background-image: none;
}
dl.route dd:nth-last-child(1) {
  background-image: none;
}

#bustop .column1 {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto;
}
#bustop .route h3 {
  float: none;
  margin-left: 15px;
	margin-right: 15px;
}
#bustop .route ul {
  margin-bottom: 1.5em;
}

#bustop dl.car_detail {
  width: auto;
}
#bustop dl.car_detail dt {
  float: none;
  width: auto;
}
#bustop dl.car_detail dd {
  margin-left: 0;
	margin-bottom: 0.5em;
}
#bustop dl.car_detail dl.sub dd {
  margin-left: 1em;
}

#bustop .column2 {
    float: none;
    max-width: 90%;
    width: 100%;
		margin: 0 auto;
		text-align:center;
}
#bustop .company {
  text-align: left;
}

#bustop .more {
  width: 90%;
}

.imgAllS .imgBox {
  width: 100%;
	float: none;
	margin-left: 0;
}


/*__end_______*/
}