html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: arial, sans-serif;
}

p.title{
	float: left;
	margin-left: 30px;
	font-size: 150%;
}

p.site_ci--tohoku{
	float: right;
	margin-right: 30px;
	border-bottom: 3px solid #1b4201;	
}

#spinner {
  float: left;
  margin-top: 25px;
  margin-left: 30px;
}

#map {
  z-index: 0;
  height : calc(95vmin - 60px);
  float: left;
  width : 100%;
  box-sizing: border-box;
  border:solid 1px lightgrey;
  display: block;
}

.leaflet-popup-content-wrapper,
    .leaflet-popup-tip {
      opacity: 0.9;
    }

.leaflet-popup-tip-container {
  margin-top: -3px;
  height: 23px;
}

.legend1 {
    padding: 3px 5px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: normal;
    font-family: "メイリオ",sans-serif;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    /* line-height: 24px; */
    color: #555;
  }

  .legend1 h4 {
    text-align: center;
    font-size: 12px;
    margin: 2px 12px 8px;
    color: #777;
  }
  
  .legend1 span {
    position: relative;
    bottom: 3px;
  }

  .legend1 table {
    width: 250px;
    height: 18px;
    margin: 0 8px 0 0;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
    opacity: 1.0;
  }

  .legend1 table,th,td {
    border: 1px solid #bbb;
  }

  .legend1 table th:first-of-type {
    width: 50px;
  }
  
  .legend2 {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bbb;
    padding: 0 5px;
    margin:0;
    color: #333;
    font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  }