/* -- +++++++++++++++++++++++++++++ -- */
/* --     BUSNAVI USER-MODE CSS     -- */
/* -- +++++++++++++++++++++++++++++ -- */

/* -- ini / base --------------------- */
* {
	margin:0;
	padding:0;
	font-family: 'M PLUS Rounded 1c',Meiryo,Arial,Helvetica,sans-serif;
	line-height:110%;
	position:relative;
}
html, body {
	height : 100%;
	background-color:#000;
	text-align:center;
	position:relative;
}

/* -- header ------------------------- */
#header{
	width:100%;
	font-size:small;
	line-height:32px;
	min-height:32px;
	
	margin:0 0;
	
	text-align:left;
	color:#fff;
	
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -moz-linear-gradient(top	, #666 0%, #000 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top	, #666 0%, #000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top		, #666 0%, #000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top		, #666 0%, #000 100%); /* IE10+ */
	background: linear-gradient(to bottom	, #666 0%, #000 100%); /* W3C */
}

#header span#title{

	padding:0 0 0 12px;
}

/* -- SELECT ROUTE ------------------- */
#select_route{
	position:relative;
	width:100%;
	height:50px;
	background-color:#ccf;
	color:#444;
}

select#route{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";

	width:100%;
	height:50px;

	font-size:32px;

	padding-left:8px;
	margin:0 auto ;
		
	color: #000;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#fff), color-stop(50%,#eef), color-stop(100%,#ccf)); /* Chrome,Safari4+ */
	background: -moz-linear-gradient(top	, #eee 0%,#fff 50% ,#eef 50% ,#ccc 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top	, #eee 0%,#fff 50% ,#eef 50% ,#ccf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top		, #eee 0%,#fff 50% ,#eef 50% ,#ccf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top		, #eee 0%,#fff 50% ,#eef 50% ,#ccf 100%); /* IE10+ */
	background: linear-gradient(to bottom	, #eee 0%,#fff 50% ,#eef 50% ,#ccf 100%); /* W3C */
	
	border : 1px solid #000;
	
	/*‰e*/
		-moz-box-shadow:	 0 2px 1px rgba(000,000,000,0.45);
		-webkit-box-shadow:	 0 2px 1px rgba(000,000,000,0.45);
	
	z-index:90;
	cursor:pointer;
		
	}
div.carat {
	position: absolute;
	right:0;
	top:0;
	height:48px;
	width:3%;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#fff), color-stop(50%,#eef), color-stop(100%,#ccf)); /* Chrome,Safari4+ */
	background: -moz-linear-gradient(top	, #eee 0%,#fff 50% ,#eef 50% ,#ccc 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top	, #eee 0%,#fff 50% ,#eef 50% ,#ccf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top		, #eee 0%,#fff 50% ,#eef 50% ,#ccf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top		, #eee 0%,#fff 50% ,#eef 50% ,#ccf 100%); /* IE10+ */
	background: linear-gradient(to bottom	, #eee 0%,#fff 50% ,#eef 50% ,#ccf 100%); /* W3C */
		z-index:98;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	border-right : 1px solid #000;
	cursor: pointer;
	}
div.carat span{
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -8px;
	border: 8px solid transparent;
	border-top: 16px solid #000;
		z-index:99;
}

/* -- MAP   -------------------------- */
#map_canvas{
	height: 95%;
	height: -webkit-calc(100% - 18px);
  height: -moz-calc(100% - 18px);
  height: calc(100% - 18px);
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}


/* -- MESSAGE BOX -------------------- */
#message_box{
	background-color:#fff;
	text-align:left;
	padding:1% 0;
}
#message_box p{
	margin:2px 4px 4px;
	padding:2px 0 2px 2ex;
}
#message_box span{
	border-top:1px dashed #888;
	padding:2px 0;
	display:block;
	margin-left:-1ex;
}


/* -- FOOTER ------------------------- */
div#footer {
	clear:both;
	width:100%;
	height:12px;
	min-height:12px;
	background-color:#000;
}
address {
/*	margin:1% auto 0; */
	padding:2px 6px;
	
	color:#fff;
	font-style:normal;
	text-align: right;
	font-size:10px;
}
address span{
	float:left;
}
