/* ------------------------------------------------------------
* 
* 地図表示エリア
* 
/* ------------------------------------------------------------ */

@media print, screen and (min-width: 769px) {
	#contentsMap{
		min-height: 600px;
	}
	#mapdiv{
		width: 100% !important;
		/*height: 530px;*/
	}
}
@media  screen and (max-width: 768px) {
	#contentsMap{
		min-height: 800px;
	}
	#mapdiv{
		width: 88%;
		/*height: 680px;*/
		margin: 0 auto;
		box-shadow: 0px 1px 1px 1px #cccccc; 
	}
}
@media print {
	#mapdiv {
		zoom: 1.8;
	}
}

.mapdivTablet{
	width: 97% !important;
	margin: 0 auto;
	box-shadow: 0px 1px 1px 1px #cccccc; 
}

/* ------------------------------------------------------------ 
* 
* 表示コントロール
* 
/* ------------------------------------------------------------ */
#mapCntrArea{
	background-color: #fff;
	border: #aaa 1px solid;
	padding: 10px;
}
#mapCntrArea div{
	display: inline-block;
	margin: 0 1em;
}
.map_chkBx_lbl{
	user-select: none;
	cursor: pointer;
}


/* ------------------------------------------------------------ 
* 
* 凡例
* 
/* ------------------------------------------------------------ */
.leaflet-bottom > .leaflet-control{
	margin: 0 0 15px 10px;
}
.leaflet-bottom > .leaflet-control-attribution{
	margin: 0 10px;
	font-size: 0.9em;
}
#mapLegendArea{
	background-color: #fff;
	border: #aaa 1px solid;
}
#mapLegend{
	padding: 10px;
}
#legend_title{
	font-size: 1.2em;
}
.legend_one{
	margin: 5px 0;
}
.legend_unit{
	display: inline-block;
}
.legend_circle_one{
	display: table;
}
.legend_circle_one  div{
	display: table-cell;
	vertical-align: middle;
}
.legend_circle {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: solid 1px #000;
	text-align: center;
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}
.legend_double_circle{
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: solid 1px #000;
	text-align: center;
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
	position: relative;
}
.legend_double_circle::before {	
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 4px;
	border: solid #000 6px;
	border-radius: 50%;
	box-sizing: border-box;
}
.legend_text{
	padding: 0 0.5em;
}
.legend_wind_explain{
	font-size: 0.9em;
}
@media print, screen and (max-width: 768px) {
	#mapLegend{
		padding: 5px
	}
	.leaflet-bottom.leaflet-left{
		transform: scale(0.8);
		transform-origin: bottom left;
	}
	.legend_one{
		display: inline-block;
	}
	.legend_unit_area{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 120px));
        gap: 2px;
        justify-content: center;
		text-align: center;
	}
	.legend_unit{
		width: 112px;
		padding: 2px 0 2px 1em;
	}
	.legend_wind_explain{
		font-size: 1em;
		text-align: left;
		vertical-align: top !important;
	}
}

/* ------------------------------------------------------------ 
* 
* 吹き出し
* 
/* ------------------------------------------------------------ */
.toolTip {
	background-color: #fff;
	width: 250px;
}

.tltp_place {
	text-align: center;
	border-bottom: 2px solid;
}

.tltp_stationName {
	font-size: 2em;
}
.tltp_prefCityName {
	font-size: 1.5em;
}

.toolTip .data{
	padding: 10px 0;
}

.tltp_data {
	margin: 0 auto;
	font-size: 1.2em;
}

.tltp_btn_graph {
	width: 160px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 5px;
	color: #fff;
	background-color: #386c4f;
	border-radius: 5px;
}
#dispGraph{
	color: #fff;
}


/* ------------------------------------------------------------ 
* 
* 一覧表
* 
/* ------------------------------------------------------------ */
#obsValueTableArea{
	background-color: #fff;
	font-size: 1.1em;
	margin-left: 10px;
}
#obsValueTableContents{
	padding: 10px;
}
.tbl_sokuteiList{
	min-width: 400px;
}
.tbl_sokuteiList tr td{
	padding: 0 5px;
	border-right: #aaa solid 1px;
	height: 2em;
	cursor: pointer;
}
.tbl_sokuteiList tr td:last-child{
	border-right: #313131 solid 1px;
}
.td_sokutei_last{
	border-right: #313131 solid 2px !important;
}
#obsHeadTable{
	color: #fff;
	background-color: #313131;
	border-collapse:collapse;
	border-color: #313131 !important;
}
#obsHeadTable td{
	text-align: center;
	vertical-align: top;
}
#obsValueTable{
	border-collapse:collapse;
	border-color: #313131 !important;
}
.tbl_sokuteiList tr{
	border: solid 1px #313131;
	line-height: 19px;
}
/*#obsValueTable tr:nth-child(2n) {
    background: #EEE;
}*/
.td_kyokuName{
	width: 60px;
}
.td_dose{
	width: 80px;
}
.td_windDir{
	width: 40px;
}
.td_windSpeed{
	width: 50px;
}
.td_rain{
	width: 40px;
}
.td_rainAmount{
	width: 50px;
}
.td_span_small{
	font-size: 0.8em;
}
#ex-table-head{
	padding-right: 0 !important;
}
.ex-table-container{
    box-shadow: 2px 2px 2px #aaa;
}
@media print, screen and (max-width: 1160px) {
	#obsValueTableArea{
		margin-top: 12px;
	}
	.ex-table-container{
		font-size: 0.8em;
	}
	.tbl_sokuteiList{
		min-width: 150px;
	}
	.td_kyokuName{
		width: 50px;
	}
	.td_dose{
		width: 64px;
	}
	.td_windDir{
		width: 45px;
	}
	.td_windSpeed{
		width: 45px;
	}
	.td_rain{
		width: 45px;
	}
	.td_rainAmount{
		width: 45px;
	}
}