@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.ke-zeroborder{
		width: 100%!important;
		table-layout: fixed;
		max-width: 640px;
		margin: 0 auto;
	}
	.ke-zeroborder td:first-child{
		width: 50%;
	}
	
	.ke-zeroborder td:last-child{
		width: 20%;
	}
	
	.ke-zeroborder td{
		font-size: 16px;
		padding: 5px 10px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
}

