.slideTable
{
	text-align:left;	
	width:100%;
	font-size:18px;
	margin-bottom:30px;
}


.slideTable table
{
	width:100%;
}

.slideTable td, .slideTable th
{

}

.slideTable th
{
	text-align:left;
}

.slideCtrl
{
	width:100%;
	margin-bottom:20px;
	padding:0 25px;
}

.slideFix
{
	width:60%;
	float:left;
}

.slideArea
{
	width:40%;
	float:left;
	text-align:right;
}
.slideFix thead, .slideArea thead td, .slideFix thead th{ background:#ffa424; color:#ffffff;}
.slideFix tbody{ background:#eeeeee;}
.slideArea .item:last-child thead td{ background:#df6400;}
.slideArea .item:last-child tbody td{ background:#fcf3eb; color:#df6400;}
.slideArea .item, .slideFix{ border-bottom:2px solid #eeeeee;}
.dlExcel{ width:36px; height:46px; float:left;}
.slideBtn{float:right;}
.slideBtn .prev, .slideBtn .next{ width:23px; height:45px; display:inline-block;}
.slideBtn .prev{ background:url(../images/ir/prev.png);}
.slideBtn .next{ background:url(../images/ir/next.png);}

.slideBtn .slick-disabled, .slideBtn .slick-hidden{ visibility:hidden}

