@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------*/
/*#map_legend 凡例表示 　　　　　　　　　　　　　　　　　　　　　　　　　 　 */
/*--------------------------------------------------------------------------------*/
#map_legend {
	background: rgba(255,255,255,0.9);
	/*height: 100%;*/
	width: 100%;
	float: left;
	clear: both;
	/*position: relative;*/
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	z-index: 510;
}
#map_legend #map_legend_head {
	height: 29px;
	/* padding: 3px 7px; */
	background-color: #2b2b2b;
}
#map_legend #map_legend_head img[alt="戻る"] {
  width: 24px;
  height: 24px;
}

#showMap_legend img[alt="地図を表示する"],
#showMap_url img[alt="地図を表示する"],
#showMap_layer img[alt="地図を表示する"] {
	display: none;
}
#showMap_legend::after,
#showMap_url::after,
#showMap_layer::after {
  display: inline-block;
  content: "";
  width: 96px;
  height: 28px;
  background: url(../../Content/images/pages/btnOpenmap5.svg) no-repeat center center;
	background-size: contain;
	margin-top: 2px;
	margin-right: 5px;
}

#map_legend #map_legend_body {
	/*height: 90%;*/
	width: 100%;
	float: left;
	clear: both;
	padding-bottom:5px;
	position: relative;
	overflow: auto;
}
#map_legend_head img {
	float:left;
}

#map_legend h1 {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, #2b2b2b),color-stop(0.4, #2b2b2b),color-stop(0.5, #2b2b2b),color-stop(1, #2b2b2b));
	background-image: -moz-linear-gradient(-90deg,#2b2b2b 0%,#2b2b2b 49%,#2b2b2b 50%,#2b2b2b 100%);
	background-image: linear-gradient(-90deg,#2b2b2b 0%,#2b2b2b 49%,#2b2b2b 50%,#2b2b2b 100%);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

	text-align:center;
	padding: 3px 5px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
	height:20px;
	overflow:hidden;
	clear:both;
}
#legend_list th {
    text-align:center;
    font-weight:bold;
    border-color:#999999;
    background-color:#cccccc;
    padding: 2px;
}
#legend_list table {
    border-color:#999999;
    width: 100%;
    margin: 5px 0;
}
#legend_list td {
    border-color:#999999;
    padding: 2px;
    color: #333333;
}
#legend_list .legend_icon {
    text-align:center;
    border-color:#999999;
}


/*--------------------------------------------------------------------------------*/
/* 凡例表示  デザイン変更  '21/07/20                                         		*/
/*--------------------------------------------------------------------------------*/

#map_legend h1 {
	height: 40px;
	line-height: 40px;
}
#map_legend #map_legend_head {
	width: 100vw;
	display: flex;
	justify-content: space-between;
	height: 32px;
	position: absolute;
	top: 7px;
	background-color: transparent;
}
#map_legend #map_legend_head img[alt="戻る"] {
  width: 32px;
  height: 32px;
	margin-left: 8px;
}

/* コンテンツ枠 */
#map_legend_list {
	padding: 12px 0;
}
