body {
	margin: 0;
	padding: 0;
	text-align: left;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, a:visited, a:hover, a:active {
	color: #000000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
	border: none;
}

.imageOnMap {
	position: absolute;
	/* z-index : 10000; */
	z-index: 2;
}

#infoBox {
	position: absolute;
	display: table-cell;
	top: 0px;
	left: auto;
	right: auto;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	text-shadow: none !important;
	/*background-image: url(../images/titlelogo_repeat.png);
	background-repeat: repeat-x;*/
	background-color: #FFFFFF;
}

#datainfo {
	text-align: center;
	vertical-align: middle;
}

#outerBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 10000;
}

#centerBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#MainMap {
	padding: 0px;
	margin: 0px;
}

#roller {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 10000;
}

#centerM {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
}

#compassM {
	position: absolute;
	top: 15px;
	left: 6%;
	margin-left: -10px;
}

#scaleM {
	position: absolute;
	top: 85%;
	left: -50px;
}

.d-hanrei {
	position: absolute;
	top: 40px;
	left: 8px;
	display: block;
	background-color: #FFF;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 0px;
	min-width: 120px;
}

.d-hanrei h3 {
	/*     width:100%; */
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0;
	color: #ffffff;
	padding: 5px 3px 5px 8px;
	font-weight: bold;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	text-shadow: none;
	font-size: 1.17em;
}

.btn-close {
	width: 30px;
	height: auto;
	position: absolute;
	right: 2px;
	top: -1px;
}

.search-list {
	list-style-type: none;
	margin: 5px;
	padding-left: 5px;
}

.search-list ul {
	margin-top: 0px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0;
}

.search-list li {
	margin-top: 0px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0;
	font-size: 15px;
}

.search-list li img {
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 3px;
}

/*
.ui-btn {
	color: #000000 !important;
	background-color: #ffffff !important;
}
*/

#MapZone {
	position: relative;
	height: 100%;
	width: 100%;
	/* z-index: 4; */
}

#MapBox {
	position: relative;
	height: 100%;
	width: 100%;
}

#menuIcon {
	z-index: 10001;
	width: 20px;
}

/*ストリートビュー対応*/

.streetviewWindow {
	position: absolute;
	top: 100px;
	height: calc(100% - 100px);
	width: 100%;
	z-index: 10;
	/*初期表示*/
	visibility: hidden;
}

#streetViewOutOfRange {
	position: absolute;
	height: 100%;
	width: 100%;
    background-color: black;
    z-index: 10;
    opacity: 0.7;
    display: table;
    visibility: hidden;
}

#streetViewOutOfRange>p
{
    text-align: center;
    vertical-align: middle;
    color: white;
    margin: auto 0;
    display: table-cell;
}

#streetviewIcon {
	position: absolute;
}

#googlemapview {
	width: 100%;
	height: 100%;
}

/*ストリートビュー対応*/

#routepanel{
	padding-top:40px; 
	display: none; 
	position: absolute; 
	height: 100%; 
	width: 100%; 
	bottom:0px; 
	background-color: white; 
	z-index:4;
	overflow-y:auto;
}

#routeBox {
	top: calc(100% - 142px);
	position: absolute;
	height: 142px;
	width: 100%;
	bottom: 0px;
	background-color: white;
	z-index: 3;
	overflow-y: auto;
}

#routeTbl{
	width: 100%;
}

#routeTitle{
	/* color: #0000ff; */
	text-decoration: underline;
}

#centermarker{
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

#routesearch_resultwindow
{
	padding-top:40px; 
}

.routepanel-btn{
	background-color: #FFFFFF !important;
	float: right;
	border: none;
	width: 22px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 5px;
	margin-bottom: 0px;
}

#specifiedPosResult{
	display: none;
	margin: 10px;
}

.ui-panel-dismiss{
	height: 100% !important;
	overflow-x: hidden;
}

#leftpanel{
    height: 100%;
    overflow-y: auto;
}

.ui-panel-inner{
	/* height: 100%; */
	height: calc(100% - 70px);
    overflow: auto;
}

.modal{
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100%;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    /* padding: 5px; */
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 90%;
	height: 80%;
	border-radius: 10px;
}