@charset "utf-8";
@import url("common.css");

body{
	padding:0;
}

div#contents{
	/* position: relative; */
	width: 100%;
	border: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#mapAndLinks{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 450px);
}
#refuge{
    margin: 5px 0;
}
#query{
    margin-top: 1px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #555;
    padding: 0px 0px 0px 28px;
    width: 93%;
    border-radius: 15px;
}

/* 地図 */
div#mapMain{
	position: relative;
	min-width: 600px;
	min-height: 700px;
}
div#map{
	position: relative;
    min-width: 600px;
	width: 100%;
    min-height: 600px;
	height: 700px;
	border: 1px solid gray;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* お知らせ */
#notice{
	width: 430px;
	height: 230px;
}
div#notice div#noticeTitle{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	width: 430px;
	background-color: rgb(201,238,185);
	border-bottom:thick solid rgb(62,176,44);
	margin-bottom: 4px;
}
div#notice pre#noticeDetail {
	border: 1px solid gray;
	padding: 10px;
	min-height: 139px;
	margin: 0;
	white-space: pre-wrap;
	font-family: auto;
    font-size: 13px;
}

/* 凡例 */
#topLegend{
	padding-top: 0px;
	display: block;
	overflow: hidden;
	margin-left : 4px;
}

/* 凡例＆リンク*/
div#legendAndLink{
	padding-left: 0px;
	margin-top: 7px;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
#legend{
	/*width: 840px;*/
	width: 1008px;
	height: 280px;
}

#linkTitle{
	border: 0px;
	height: 30px;
	line-height: 30px;
}

/* チェックボックス */
#checkControl {
    position: absolute;
    bottom: 24px;
    right: 12px;
	font-size: 15px;
    user-select: none;
    background-color: #FFF;
    padding: 2px 12px 2px 2px;
	z-index: 2001;
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	border-radius: 5px;	
}

#checkControl div {
    display: table;
}

#checkControl div label {
    display: table-cell;
	padding-left: 8px;
    cursor: pointer;
}

.leaflet-control-layers-overlays input[type="checkbox"] {
    display: none;
}

.leaflet-control-layers-overlays input[type="checkbox"] + span {
    display: block;
    background-image: url(../image/mapicon/chk_01_of.png);
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px 0 0 22px;
}
 
.leaflet-control-layers-overlays input[type="checkbox"]:checked + span {
    background-image: url(../image/mapicon/chk_01_on.png);
}

#leaflet-control-slider-radar-opacity {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 5px;
	bottom: 60px;
}
.leaflet-control-slider-title {
	font-size: 14px !important;
    line-height: 1.0 !important;
    text-align: center !important;
	height: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    opacity: 1 !important;
	margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #CCC;
}
.leaflet-control-slider-value {
	font-size: 14px !important;
    line-height: 1.0 !important;
    text-align: center !important;
    width: 40px !important;
    height: 25px !important;
    padding-top: 2px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    opacity: 1 !important;
	margin: 0px 0px 0px 0px;
    border-right: 1px solid #CCC;
	float: left;
    clear: none;
}
.leaflet-slider-container {
	width: 134px;
	height: 25px;
	float: right;
	clear: none;
	margin: 0px 10px;
}
.leaflet-slider {
	height: 25px;
	width: 129px;
	display: inherit;
}

.rainfall-radar-img {
	image-rendering: pixelated;
}