/*GoogleMap“àselect*/

#googleMapControl,
#googleMapControlSingle1,
#googleMapControl2 {
	background: #FFFFFF;
	border: 1px solid #d2d2d2;
	display: table;
	margin-left: 2%;
	box-sizing:border-box;
	margin-top: 20px;
}
#googleMapControlSingle1 {
	margin-left: 0%;
	width:100%!important;
	position: relative;
}

#gmapBtnSearchLocation{
	background: #FFFFFF;
	border: 1px solid #d2d2d2;
	padding: 5px;
}
#googleMapControl {
	width: 380px;
}
#googleMapControl1{
	bottom:26px!important;
	margin-right: 2%;
}
#googleMapControl2 {
	padding: 10px;
	display: inline-block;
	line-height:26px;
	font-size:15px;
}
#travelMode {
	display: table-cell;
	width:120px;
	vertical-align: middle;
}
.search-current-position,
.search-click-position{
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px;
	width:120px;
}

.nearby-station {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
	height: 50px!important;
}
#routeDistanceDuration{
	position: absolute;
	top: -35px;
	right:0px;
	font-size:12px;
	padding:2px 2px;
	color:#FFFFFF;
	background:#243d8b;
}
.search-current-position button,
.search-click-position button{
	font-size:14px;
	height: 28px;
	line-height: 28px;
	color: #555555;
	border:1px solid #c5c5c5;
	border-radius: 4px; /* CSS3‘ˆÄ */
	-webkit-border-radius: 4px; /* Safari,Google Chrome—p */
	-moz-border-radius: 4px; /* Firefox—p */
	background: -moz-linear-gradient(white, #f0f0f0);
	background: -webkit-linear-gradient(white, #f0f0f0);
	background: -ms-linear-gradient(white, #f0f0f0);
	background-size:40px 50px;
	margin:0px;
	width: 100%;
	padding: 0px;
}
.nearby-station select{
	font-size:14px;
	height: 28px;
	line-height: 28px;
	color: #555555;
	border:1px solid #c5c5c5;
	cursor: pointer;
	background-size:40px 50px;
	background: #f0f0f0;
	margin:0px;
	width: 100%;
}
#travelModeDriving,
#travelModeWalking{
	height: 50px;
	width: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display:inline-block;
	border-right: 1px solid #d2d2d2;
	vertical-align: baseline;
}
#travelModeDriving {
	background: url(images/shop/icon03_h.png) no-repeat center center;
}
#travelMode .travel-mode-driving-selected,
#travelModeDriving:hover {
	background: url(images/shop/icon03.png) no-repeat center center;
}
#travelModeWalking{
	background: url(images/shop/icon02_h.png) no-repeat center center;
}
#travelMode .travel-mode-walking-selected,
#travelModeWalking:hover {
	background: url(images/shop/icon02.png) no-repeat center center;
}
#cancelMapClick {
	display: inline-block;
	padding-left: 20px;
}
#mapBtnSearchText {
	background: #FFFFFF;
	border-style: none;
	padding:2px 0px 0px 10px!important;
	margin:0px!important;
}
#gmapSearchText{
	font-size:15px!important;
	height: 30px!important;
	line-height: 30px!important;
	width:220px!important;
	text-indent:5px!important;
	float: left;
	padding: 0px!important;
}

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

#googleMapControl {
	width: 85%;
}
#gmapSearchText{
	font-size:12px!important;
	width:150px!important;
}
#travelMode {
	display: block;
	width:18%;
	float:left;
	box-sizing:border-box;
}
#travelModeDriving,
#travelModeWalking{
	display:block;
	border-right: none;
	margin:0 auto;
	height:47px;
	width:100%;
}
#travelModeWalking{
	border-top: 1px solid #d2d2d2;
}
.search-current-position,
.search-click-position{
	display: block;
	padding: 10px 10px 0px;
	border-left: 1px solid #d2d2d2;
	width:82%;
	float:right;
	box-sizing:border-box;
}
.nearby-station {
	display: block;
	padding: 10px 10px;
	height: auto!important;
	width:82%;
	border-left: 1px solid #d2d2d2;
	float:right;
	box-sizing:border-box;
}
#googleMapControlSingle1::after {
	content:'';
	display:block;
	clear:both;
}

}

.gmap {
	width:100%;
	height:500px;
}
#googleMapControlSingle2{
	display: none;
}
.ds_none{
	display: none!important;
}