#seismoInfoListBody {
	width: 100%;
}

#list, #maps {
	display: table-cell;
}

#list {
	float: left;
}

#maps {
	width: 1000px;
	padding-left:12px;
}

#list {
	width: 50%;
}

#occured_time {
	display: inline-block;
	padding:5px;
	font-weight: bold;
	background-color: #ccffcc;
	width: 280px;
	text-align: center;
}


tr.selected {
	 background-color: #bde9ba;
}

table.dataTable tbody tr.highlight {
	font-weight: bold;
	 background-color: #eab9b9;
}


.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;
}

.emergency {
	border:solid 8px red;
	background:#FFFACD;
	box-sizing:border-box;
}

/* 地震発生中の表示部分 */
#emergency {
	display: inline-block;
	width: auto;
	padding: 5px 20px;
	text-align: center;
	font-size: 150%;
	color: red;
	font-weight: bold;

}

/* 点滅 */
.blink {
	-webkit-animation: switchtext 0.5s infinite alternate;
	-moz-animation: switchtext 0.5s infinite alternate;
	animation: switchtext 0.5s infinite alternate;
}
@-webkit-keyframes switchtext {
	from { opacity: 1.0; }
	to { opacity: 0; }
}
@-moz-keyframes switchtext {
	from { opacity: 1.0; }
	to { opacity: 0; }
}
@keyframes switchtext {
	from { opacity: 1.0; }
	to { opacity: 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;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

label[for=anpi] {
	font-size: 20px;
}