#Contents .inner #mainContents .normalTable th{
	width: 25%;
}

@media screen and (max-width: 639px){
	#Contents .inner #mainContents .normalTable{
		border-top: none;
	}
	
	#Contents .inner #mainContents .normalTable td,
	#Contents .inner #mainContents .normalTable th{
		display: block;
		width: 100%;
		border-bottom: none;
		border-right: none;
		border-left: none;
	}

	.boxSignature01{
		margin-top: 30px;
	}
}