#main{
    height: 100%;
}
.navbar-header {
	margin-top: 5px;
}
.navbar-collapse button {
	margin-top: 8px;
}
.topic-map{
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.topic-map #map_city{
	width: 100%;
	height: 100%;
}

/* クリックしたときに表示されるポップアップ */
div.itm-id {
	color: #999999;
}
nav div.itm-id {
	font-size: 0.8em;
}
div.itm-title {
	font-size: 1.15em;
	margin: 2px 0 0 0;
	font-weight: bold;
	color: #000000;
}