ul { list-style-type: none }
@media screen and ( max-width: 799px ) {
	#maincontent table,
	#maincontent_s table,
	#maincontent_sx table {
		width: 100%;
		margin: .8rem 0;
		display: block;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch
	}
	#maincontent th,
	#maincontent_s th,
	#maincontent_sx th { white-space: nowrap }
}
