div#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity =                     75);
	-ms-filter: "alpha(opacity=75)";
}

div#modal div.container {
	position: relative;
	width: 800px;
	height: 600px;
	background-color: #FFFFFF;
}

#aroundPanel {
	position: absolute;
	display: none;
	background-color: #000000;
	background: rgba(0, 0, 0, 0.75);
	width: 150px;
	right: 0px;
	z-index: 10;
	margin-top: 90px;
}

#aroundPanel .node-list {
	padding: 10px;
	font-size: 14px;
	color: #ddd;
	opacity: 1;
}

#aroundPanel .node-list:hover {
	color: #000;
	background-color: #ddd;
}

#aroundPanel .node-list.select {
	color: #000;
	background-color: orange;
}

#aroundTitle {
	font-size: 14px;
	padding: 10px 5px 0px 45px;
	background-image: url(../../img/seibubus/fare/icon_search_station.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 30px;
	color: #bbbbbb;
}

#aroundClear {
	position: absolute;
	right: 4px;
	margin-top: 4px;
	height: 15px;
	width: 15px;
	background-image: url(../../img/seibubus/fare/btn_delete_white.png);
	background-repeat: no-repeat;
}

#aroundClear:active {
	background-image: url(../../img/seibubus/fare/btn_delete_white_pressed.png);
}

.areaBreadcrumb {
	background-color: #eaeaea;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

#areaResult {
	padding: 10px 30px;
	font-size: 15px;
	height: 526px;
	overflow-y: scroll;
	width: 740px;
}

.close-button-area {
	float: right;
	height: 20px;
	padding-top: 5px;
	position: relative;
	z-index: 100;
}

.close-button {
	background-repeat: no-repeat;
	height: 16px;
	margin-top: 3px;
	width: 16px;
}

#history-title {
	background-image: url("../../../pc/img/seibubus/fare/icon_search_history.png");
	background-repeat: no-repeat;
	padding-left: 40px;
}

.breadcrumb-title {
	padding: 5px 0;
}

.breadcrumb-sub-title {
	font-size: 12px;
	margin-left: 15px;
}

.selectResult {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	z-index: 10000;
}

#initial-table {
	height: 410px;
	margin: 20px;
}

#initial-table .initial-container {
	width: 30px;
	height: 30px;
	margin: 8px;
	padding: 10px;
	background-color: #efefef;
}

#initial-table .initial-box {
	text-align: center;
	font-size: 22px;
}

#areaResult .history-table {
	width: 723px;
}

#areaResult .history-td {
	padding: 20px 0px 0px;
	border-bottom: 1px dotted #999;
}

#areaResult .history-name {
	font-weight: bold;
	padding-left: 20px;
	background-image: url("../../../pc/img/seibubus/fare/icon_busstop.png");
	background-repeat: no-repeat;
}

#initial-list .initial-list-table {
	width: 723px;
}

#initial-list .initial-td {
	padding: 20px 0px 0px;
	border-bottom: 1px dotted #999;
}

#initial-list .initial-name {
	width: 338px;
	float: left;
	font-weight: bold;
	padding-left: 20px;
	background-image: url("../../../pc/img/seibubus/fare/icon_busstop.png");
	background-repeat: no-repeat;
}

#initial-list .initial-ruby {
	width: 358px;
	float: right;
}

#initial-list .more {
	padding: 10px 0px;
	font-weight: bold;
}

#initial-title {
	padding-left: 40px;
	background-image: url("../../../pc/img/seibubus/fare/icon_search_reading.png");
	background-repeat: no-repeat;
}

#history-title {
	padding-left: 40px;
	background-image: url("../../../pc/img/seibubus/fare/icon_search_history.png");
	background-repeat: no-repeat;
}

#trline-title {
	padding-left: 40px;
	background-image: url("../../../pc/img/seibubus/fare/icon_search_line.png");
	background-repeat: no-repeat;
}

#initial-table-title {
	font-weight: bold;
	margin: 10px 30px;
}

#initial-error {
	padding: 0px 30px;
	color: red;
}

.trline-table {
	width: 728px;
}

.trline-line-td {
	border-bottom: 1px solid #DDE;
}

.trline-line-name {
	font-size: 18px;
	font-weight: bold;
}

.trline-station-td {
	padding-bottom: 15px;
}

.trline-station-name {
	display: inline-block;
	padding: 0px 25px 10px;
	font-weight: bold;
}