@charset "utf-8";
@import "common.css";
@import "googlemap.css";

/*
 * 営業所一覧
 **************************************/
#knkt-list {
	height: 100px;
	overflow: auto;
}

/*
 * ポイント一覧
 **************************************/
#point-list {
	height: 100px;
	overflow: auto;
}

/*
 * 高速系統一覧
 **************************************/
#kusk-kitu-list {
    height: 100px;
    overflow: auto;
}

/*
 * サジェストウィンドウ
 **************************************/
#suggest-syptt-nm,
#suggest-mktkt-nm {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #CCCCFF;
	width: 212px;
}

#suggest-syptt-nm ul,
#suggest-mktkt-nm ul {
	margin: 0;
	padding: 0;
	display: block;
	width: 212px;
	overflow: hidden;
	white-space: nowrap;
}

#suggest-syptt-nm li,
#suggest-mktkt-nm li {
	margin: 0;
	padding: 0;
	list-style-position: none;
	display: block;
	font-size: 12px;
}

#suggest-syptt-nm li.select,
#suggest-mktkt-nm li.select {
	color: #FFFFFF;
	background-color: #3366FF;
}

#suggest-syptt-nm li.over,
#suggest-mktkt-nm li.over {
	background-color: #99CCFF;
}

#suggest-syptt-nm li.tmp-right,
#suggest-mktkt-nm li.tmp-right {
	color: #000000;
	background-color: #E9E9E9;
}

/*
 * 経路検索
 **************************************/
#primary h3 {
	line-height: 30px;
	background-image: url(../../pc/img/search_route_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;
}

#tbl-search-route {
	width: 550px;
	font-size: 75%;
}

#tbl-search-route td {
	vertical-align: top;
}

.ttl-search-route {
	font-size: 100%;
	font-weight: bold;
	color: #4b9673;
}

/* 経路探索（出発地／目的地） */
#tbl-syptt-mktkt {
	width: 550px;
}

#tbl-syptt-mktkt td {
	padding: 0 10px 0 10px;
}

#tbl-syptt,
#tbl-mktkt {
}

#tbl-syptt td,
#tbl-mktkt td {
	height: 20px;
	padding: 3px;
}

#tbl-syptt .title,
#tbl-mktkt .title {
	background-color: #4b9673;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 95%;
	font-weight: bold;
}

/*
 * 経路検索結果
 **************************************/
#tbl-search-route-result {
	width: 100%;
}

#tbl-search-route-result td {
	vertical-align: top;
}

#tbl-search-route-result .no {
	vertical-align: middle;
	text-align: center;
}

#tbl-search-route-result .comment {
	border: solid 1px #4b9673;
	padding: 10px 0 10px 30px;
	font-size: 75%;
}

#tbl-search-route-result-keiro {
}

#tbl-search-route-result-keiro td {
	padding: 3px;
	font-size: 75%;
}

#tbl-search-route-result-keiro .title {
	background-color: #8fbba5;
	color: #FFFFFF;
}

#tbl-search-route-result-keiro .normal {
	background-color: #dcede3;
}

#tbl-search-route-result-keiro .even {
	background-color: #FFFFCC;
}

.tbl-b-list td {
	font-size: 75%;
}
