@charset "UTF-8";

@media all and (max-width: 768px)
{
	.shopsign_table tr{
		display: flex;
		flex-direction: column;
	}
	.shopsign_table tr th,
	.shopsign_table tr td{ width: 100%; }

	.shopsign_table tr th{
		padding: 0.5rem 0 0.25rem;
		box-sizing: border-box;
	}
}