.time_box {
	width: calc(100% - 4px);
	background-color: #a5a5a5;
	border: 2px solid #7f7f7f;
	border-bottom: none;
	padding: 3px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

#time_select {
	height: 26px;
	visibility:hidden;
}

#prev_time {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	background: url('../images/prev.png') no-repeat center/contain;
	cursor: pointer;
}


#date_time {
	display: inline-block;
	width: 180px;
	vertical-align: 8px;
	font-size: 16px;
	color: #ffffff;
}

#next_time {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	background: url('../images/next.png') no-repeat center/contain;
	cursor: pointer;
}

/* 連続表示 */
#ctrl_btn {
	width: 30px;
	height: 30px;
}

#time_slider {
	width: calc(100% - 8px);
	height: 80px;
	border: solid #7f7f7f;
	border-width: 0px 2px 2px 2px;
	padding: 5px 2px 0px 2px;
	background-color: #f5f5f5;
	//display: none;
	//visibility: hidden;
}

#time_slider_ctrl {
	//visibility: hidden;
	min-width: 40%;
	width: 80%;
	display: none;
	margin: 0 auto;
}

#time_slider #play{
	padding: 21px 0px 0px 45px;
	float: left;
	width: 40px;
}
#time_slider #slider{
	padding: 2px 60px 3px 95px;
}


#gis_map {
	z-index: 0;
	width: calc(100% - 4px);
	height: calc(100vh - 123px);
	border: 2px solid #7f7f7f;
}

.leaflet-control-layers {
	display: none !important;
}

.nav_title {
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	color: #008000;
	font-size: 14px;
	font-weight: bold;
}

#map_nav_drawer {
	z-index: 1002;
	position: absolute;
	left: 231px;
	width: 25px;
	height: 25px;
	background: url('../images/close.png') no-repeat center/contain;
	cursor: pointer;
}

#map_nav {
	z-index: 1001;
	padding: 3px 5px 15px 5px;
	width: 220px;
	/*height: 410px;*/
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #7f7f7f;
	border-top: none;
	border-left: none;
	overflow-y: auto;
}

#map_nav label {
	vertical-align: bottom;
}

#map_sel {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#geocoder input[type="text"] {
	margin-left: 5px;
	width: 135px;
}

#geocoder input[type="submit"] {
	margin-left: 2px;
	padding: 0;
	width: 40px;
	height: 25px;
}

#disp_sel {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.checkguide {
	display: inline-block;
}

.checklabel {
	width: 115px;
}

.pink1 {
	width: 23px;
	height: 14px;
	background: url('../images/pink1.png') no-repeat;
}

.yellow1 {
	width: 23px;
	height: 14px;
	background: url('../images/yellow1.png') no-repeat;
}

.red1 {
	margin-left: 2px;
	width: 23px;
	height: 14px;
	background: url('../images/red1.png') no-repeat;
}

.pink2 {
	width: 23px;
	height: 14px;
	background: url('../images/pink2.png') no-repeat;
}

.yellow2 {
	width: 23px;
	height: 14px;
	background: url('../images/yellow2.png') no-repeat;
}

.red2 {
	margin-left: 2px;
	width: 23px;
	height: 14px;
	background: url('../images/red2.png') no-repeat;
}

.pink3 {
	width: 23px;
	height: 14px;
	background: url('../images/pink3.png') no-repeat;
}

.yellow3 {
	width: 23px;
	height: 14px;
	background: url('../images/yellow3.png') no-repeat;
}

.red3 {
	margin-left: 2px;
	width: 23px;
	height: 14px;
	background: url('../images/red3.png') no-repeat;
}

#warning_zone {
	margin-top: 8px;
}

#warning_sel {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}

#danger_sel {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}


.msg_box {
	height: 65px;
	display: none;
}

#msg_mesh, #msg_radar {
	display: none;
	padding-top: 3px;
	padding-left: 10px;
}


#map_guide {
	z-index: 1002;
	position: absolute;
	top: 10px;
	left: calc(100% - 120px);
	width: 71px;
	height: 31px;
	background: url('../images/map_guide.png') no-repeat center/contain;
	cursor: pointer;
}

#contents_guide {
	z-index: 1003;
	position: absolute;
	display: none;
	top: 10px;
}

.contents_guide_mesh {
	left: calc(100% - 318px);
	width: 269px;
	height: 167px;
	background: url('../images/map_guide_mesh.png') no-repeat;
}

.contents_guide_radar {
	left: calc(100% - 165px);
	width: 116px;
	height: 155px;
	background: url('../images/map_guide_radar.png') no-repeat;
}

#pdf_tooltip th {
	text-align: right;
}

/* 過去の災害履歴 */
.leaflet-popup-content-wrapper {
	border-radius: 3px !important;
}

.leaflet-popup-content {
  margin: 5px !important;
}

.leaflet-container a.leaflet-popup-close-button {
	padding: 8px 11px 0 0 !important;
	color: #fff !important;
	font-size: 24px !important;
}
div#disaster_popup {
	width: 170px;
}
.disaster_icon {
	width: 24px;
	height: 24px;
	cursor: pointer !important;;
}
div#disaster_popup h3.title {
	background-color: #787878;
	margin: 0 0 3px 0;
	padding: 2px 0 1px 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div#disaster_popup #photograph {
	text-align: center;
	border: solid 2px #787878;
	border-bottom-style: none;
	padding: 2px;
}

div#disaster_popup #photograph img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}


div#disaster_popup #infomation table {
	width: 100%;
    border-collapse: collapse;
}

div#disaster_popup #infomation table th, div#disaster_popup #infomation table td {
    border: solid 2px #787878;
	padding: 2px; 
	font-size: 1em;
	font-weight: normal;
}
div#disaster_popup #infomation table th {
	text-align: center;
	background-color: #e7e7e7;
}

div#disaster_popup #operation {
	margin: 3px 0 0 0;
}

div#disaster_popup #operation div {
	display: inline-block;
	background-color: #787878;
	border: solid 2px #787878;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 1.1em;
}

div#disaster_popup #operation div#pdfopen {
	width: 62%;
	padding: 3px 0;
}
div#disaster_popup #operation div#pdfopen a {
	color: #fff;
	font-weight: normal;
}

div#disaster_popup #operation div#close {
	width: 30%;
	padding: 3px 0;
	float: right;
	cursor: pointer;
}
