/*
    Theme Name:     Twenty Twenty-Five Child
    Template:       twentytwentyfive
*/

.torihiki-table th {
	background-color: gold;
}

.haisou-table th {
	background-color: gold;
}

@media screen and (max-width: 640px) {
	
	.torihiki-table th,
	.torihiki-table td {
		
		display: block;
		
	}
	
	
	.torihiki-table th {
		dorder-bottom: 0px;
	}
	
}