.contentsArea{
	text-align: center;
	margin-top: 15%;
}
.contents-title{
	text-align: center;
	font-size: 15px;
	margin: 10px;
}
@media only screen and (max-width: 750px){
	.contentsArea{
		margin-top: 0%;
	}
	.mainContents{
		margin-top: 40%;
		padding-bottom: 10%;
	}
	.contents-img{
		margin-bottom: 8%;
	}
	.contents-img img{
		width: 100%;
	}
	.contents-title{
		text-align: center;
		font-size: 14px;
		margin: 10px;
	}
	.th{
		display: unset;
	}
}
