.type005-block .list-record{
	display:table;
	width:100%;
	word-break: break-all;
/*	border-collapse:collapse;*/
}
.type005-block .list-record .list-col{
	display:table-cell;
	padding	: 5px;
	vertical-align:middle;
	display:table-cell;
}
.type005-block .record .ui-resizable-handle:after{
	height	: 100%;
	background: transparent;
	border : none;
}
.type005-block .record{
	margin-top:0px !important;
}
.type005-block .record.type001 .list-record{
	/*margin-bottom:10px;*/
	margin-bottom:20px;
}
.type005-block .record.type001 .list-col{
	border-style:solid;
}
.type005-block .record.type001 .left-col{
	width	: 35%;
	/*font-size:142%;*/
	border-right-style:none !important;

}
.type005-block .record.type001 .right-col{
	width	: 65%;
}
.type005-block .record.type002 .list-col{
	border-top-style:none !important;
	border-left-style:none !important;
	border-right-style:none !important;

	border-bottom-style:dotted;
}
.type005-block .record.type001 .left-col{
	width	: 25%;
}
.type005-block .record.type001 .right-col{
	width	: 75%;
}
