@charset "UTF-8";
/**
 * 石川県河川情報
 * ダム概況図 CSS
 */
/* ---------------地図 ベース */
div.mapBox{
	position: relative;
	margin-left: 227px;
	width: 410px;
	height:530px;
}
.mapArea { 
	position:absolute;
	top: 0;
	left: 0;
	width: 410px;
	height:530px;
	z-index:1;
}
/* for dam icon */ 
img.symbolData{
 	position:absolute;
 	z-index:3;
}
/* ------------------左サイド */
.leftBox{
	position: absolute;
	top: 0;
	left: 0;
	width:220px;
	height: 530px;
}
/* ------------------右サイド */
.rightBox{
	position: absolute;
	top: 0;
	right: 0;
	width:220px;
	height: 530px;
}
img.mapLine{
	position: absolute;
	top: 9px;
	left: -27px;
	z-index:2;
}

/* ------------------概況図凡例 */
.mapExample{
	position: absolute;
	top: 460px;
	left: 290px;
	border: 1px solid #c3d0db;
	background: #fff;
	width: 110px;
	height: auto;
}
dl.mapLegend dt{
	float: left;
	width: 25px;
	height: 13px;
	margin-left:8px;
	margin-top:2px;
	line-height:20px;
}
dl.mapLegend dd{
	min-width:80px;
	line-height: 20px;
}

/* -------------------概況図ダム表 */
.pointTbl{
	width:180px;
	margin: 1px 0 9px 20px;
	border: 1px solid #a4b9cb;
}
.pointTbl th{
	line-height: 1.2em;
	padding:2px 0;
	border: 1px solid #a4b9cb;
}
.pointTbl td{
	height: 19px;
	padding-right:5px;
	text-align: right;
	border-left: 1px solid #a4b9cb;
	border-bottom: 1px solid #c3d0db;
}
