/* CSS Document */
html,body{
	width: 100%;
	min-height:100%;
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
}
*{
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: content-box;
	list-style: none;
	text-decoration: none;
}
.t_l{
	text-align: left;
}
.t_c{
	text-align: center;
}
.t_r{
	text-align: right;
}
.fix_5{
	display: block;
	height: 5px;
	width: 100%;
}
.fix_10{
	display: block;
	height: 10px;
	width: 100%;
}
.fix_15{
	display: block;
	height: 15px;
	width: 100%;
}
.fix_20{
	display: block;
	height: 20px;
	width: 100%;
}
.bl_0{
	border-left: none;
}
.br_0{
	border-right: none;
}
.pl_5{
	padding-left: 5px;
}
.pl_10{
	padding-left: 5px;
}
.pr_5{
	padding-left: 5px;
}
.pr_10{
	padding-left: 5px;
}
.font0{
	font-size: 0;
}
table,table tr th, table tr td {
	
}
table {
	border-collapse: collapse;
} 
.btn{
	cursor: pointer;
}
.cut{
    text-decoration: line-through;
}
.yellow{
	color: #fff100;
}
.red{
	color: #ff0017;
}