/* ソート矢印位置修正 */
.result-table thead th i.sorter.asc:before{
	content: '\f0de';
	position: relative;
	bottom: 1px;
}
.result-table thead th i.sorter.dec:before{
	content:'\f0dd';
	position: relative;
	right: 12px;
	top: 2px;
}

/* Download XLS-All ボタン表示 */
.result-table-header .dlAll{
	width: 110px;
	height: 30px;
	display: block;
	background: #f5f5f5;
	color: #093;
	border: 1px #093 solid;
	text-align: center;
	line-height: 28px;
	position: absolute;
	right: 180px;
	top: 50%;
	margin-top: -15px;
}
.result-table-header .dlAll.inland{
	background: #f5f5f5;
	color: #6c6;
	border: 1px #6c6 solid;
	right: 180px;
}
.result-table-header .dlAll:hover{
	background:#fff;
}

/* Download XLS-All 左横ボタン位置修正 */
.transfer, .add-remittance, .add-remittance{
	margin-right: 140px;
}
