#seismoGroupListBody {
	width: 100%;
}

#list, #maps {
	display: table-cell;
}

#list {
	float: left;
}

#maps {
	width: 1000px;
	padding-left:12px;
}

#list {
	width: 50%;
}


tr.selected {
	 background-color: #bde9ba;
}


.tab{
	overflow:hidden;
}

.tab li{
	background:#ccc;
	padding:5px 25px;
	float:left;
	margin-right:1px;
}

.tab li.select{
	background:#eee;
}

.content li{
	background:#eee;
	padding:20px;
}

.hide {
	display:none;
}

ul.tab , ul.content {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}


/* ボタンスタイル変更　選択時に色変更 */
.button {
	display: inline;
	border: 1px solid #474655;
	background-color: #8C8C8C;
	padding: 3px;
	text-decoration: none;
	color: #fff;
	width: 135px;
	margin: 1px 0px;
	text-align: center;
	font-size: 20px;
}

.buttonSelect {
	border: 3px solid #ff5555;
	background-color: #ffff66;
	font-weight: bold;
	color: #000;
}

#mapButton {
	margin-bottom: 8px;
}
