table.hedder_table
{
	border: none;
	padding: 0px;
	width: 100%;
	height: 70px;
	background: #f0f0f0;
}

table.footer_table
{
	border: none;
	padding: 0px;
	width: 100%;
}

table.input_table
{
	border: medium solid #DDDDDD;
	padding: 2px;
	border-spacing: 0px;
}

table.prvchk_table
{
	border: none;
}

td.hedder_sell
{
	font-size: 13px;
	color: #333333;
	font-weight: 600;
	text-align: right;
	border: none;
}

td.trs_sell
{
	height: 80px;
	text-align: center;
	align: center;
	border: none;
	background: none;
}

td.footer_sell
{
	height: 100px;
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	text-align: center;
	border: none;
	background: #f0f0f0;
}

td.title_sell
{
	font-size: 13px;
	color: #333333;
	font-weight: 500;
	text-align: center;
	border: thin solid #DDDDDD;
	background: #CFCFCF;
}

td.input_sell
{
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	text-align: center;
	border: thin solid #DDDDDD;
	background: #FFFFFF;
}

td.prvchk_sell
{
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	text-align: right;
	border: none;
	background: #FFFFFF;
}

input.dl_btn
{
	background: #f7ab6d;
	border-radius: 100vh;
	border: none;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 13px;
	vertical-align: middle;
	width: 250px;
	height: 30px;
	cursor: pointer;
}

input.trs_btn
{
	background: #8f95bd;
	border-radius: 100vh;
	border: none;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
	vertical-align: middle;
	width: 250px;
	height: 40px;
	cursor: pointer;
}

div.box_srcollbar
{
	overflow: auto;
	max-height: calc( 100vh - 300px);
}

div.box_footter
{
	width: 100%;
	position: absolute;
	bottom: 0;
}

div.box_no_list
{
	margin-top: 20px;
	margin-bottom: 20px;
}

body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
