/* 累積雨量トップ20 */

.uryo {
	width: 100%;
	text-align: center;
}

.uryoDiv {
	display: inline-block;
	text-align: left;
}

.uryoBest {
	border-collapse: collapse;
	font-size: 12px;
}

.uryoBest table, .uryoBest td, .uryoBest th {
	border: 1px solid grey;
}

.uryoBest a {
	color: #000;
}

.uryoBest th {
	font-size: 9pt;
	text-align: center;
}

.uryoBest td {
	font-size: 10pt;
}

.uryoBestHeader th {
	padding: 0 5px;
}

#notes {
	font-size: small;
	margin-top: 20px;
	margin-left: 5px;
}

/* 雨量観測所一覧 */

.obListHeader {
	width: 100%;
	display: table;
	margin-top: 10px;
}

.obListHeader a, .obListHeader div {
	display: table-cell;
}

.obListHeader a {
	text-decoration: none;
}

.obListHeader .nameArea {
	width: 60%;
	padding: 5px;
}

.btn-padding {
	padding: 10px;
}

/* 凡例ボタン */

#hanreiBtn {
	position: absolute;
	top: 410px;
	left: 10px;
}

/* 雨量切り替えボタン */

#rainBtn {
	position: absolute;
	top: 410px;
	right: 10px;
}

/* レイヤ選択カスタマイズ */

.leaflet-control-layers {
	margin-bottom: 50px !important;
}