@media 
only screen and (min-width: 720px) {
	.shirsho-stickyhead th {
		position: sticky;
		top: 0;
		z-index: 12;
	}
	
	.shirsho-stickyhead {
		border-collapse: separate;
		border-spacing: 0;
		border-bottom-style: none;
		border-left-style: none;
	}
	
	.shirsho-stickyhead th, .shirsho-stickyhead td {
		border-right-style: none;
		border-top-style: none;
	}
}