/* All */
.result-table thead th i.sorter.asc:before{
	position: relative;
	bottom: 1px;
}
.result-table thead th i.sorter.dec:before{
	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;
}

/* 6-0 Accounting */
.acc-invoice{
	text-align: center;
}
td.acc-invoice span{
	border: none;
}
.price-depo{
	color: #069;
}
.price-lcin{
	color: #0cc;
}
.due-total{
	color: #f00;
}