canvas {
    max-width: none;
}

/* map */

.leaflet-container {
    background-color: #fff;
}

.map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.map_label {
    position: absolute;
    top: 10px;
    left: 60px;
    font-size: 80%;
    border: 1px solid #999;
    background-color: #FAFAFA;
    opacity: 0.95;
    padding: 5px;
}

.tbl_map_ctrl {

}

.tbl_map_ctrl th {
    font-weight: normal;
    width: 110px;
    padding-right: 10px;
	text-align: left;
}

.tbl_map_ctrl td {

}

.tbl_map_ctrl td select {
  width: 210px;
}

.remarks .title {
	font-weight: bold;
}

.remarks dl {
	margin: 0;
}

/* button */
.focus {
    color: #666666;
	margin-left: 5px;
	cursor: pointer;
}

.focus:hover {
    color: #222222;
}

.focus:active {
    text-shadow: 1px 1px 1px #cccccc;
}
