.table{
	display: table;
	border-collapse: collapse;
	line-height: 1.5;
	text-align: center;
	background: #fff;
	cursor: default;	
	border-top: 1px solid #aaa;
}
.table-head{
	position: relative;
	display: table-header-group;
}
.table-head .table-td{
	padding: 0.5em;
	border: 1px;
}
.table-head .th_gotop{
	cursor: pointer;
	color: #337ab7;
}
.table-head .ht_skill,.table-head .ht_buffeffect{
	width: 150px;
}
.ht_mobile{
	display: none !important;
}

.table-body{
	display: table-row-group;
	border-top: 1px solid #aaa;
	font-size: 13px;
}
.td_buffrange{
	width: 65px;
	line-height: 0
}
.td_buffrange div{
	display: inline-block;
	margin:0;border:1px solid #aaa;padding:8px;
}
.td_buffrange div.nobuff{
	background-color: white;
}
.td_buffrange div.isbuff{
	background-color: lightblue;
}
.td_buffrange div.buffcenter{
	background-color: lightgreen;
}
.table-row{
	display: table-row;
	transition: border-color 0.2s;
	border-bottom: 1px solid #f3f0f6;
}
.table-row:nth-child(2n+1) {
	background: #fefefe;
	border-bottom: 1px solid #f3f0f6;
}
.table-row:nth-child(2n) {
	background: #fafafa;
	border-bottom: 1px solid #f3f0f6;
}
.table-row:hover{
	background: #f4f4f4
}
.table-td{
	display: table-cell;
	padding: 4px;
	vertical-align: middle;
	transition: color 0.2s;
}

#bufflist .buff-block{
	margin: 5px;
	display: inline-block;
	width: 180px;
	height: 75px;
	border: 2px solid #ccc;
}