/*------------ table style set ------------*/
table {
	max-width: 100%;
	height: auto;
	background-color: white;
	margin: 5px 80px;
}

table th {
	text-align: center;
}

table td {
	width: calc(100%/3);
	font-size: 24px;
	padding: 10px 10px;
}

img.theme1 {
	max-width: 80%;
	height: auto;
	width: 650px;
}
img.theme2 {
	max-width: 50%;
	height: auto;
	width: 450px;
}

img.logo {
	max-width: 60%;
	height: auto;
	width: 50px;
}

img.harerun {
	max-width: 85%;
	height: auto;
	width: 500px;
}

img.name {
	max-width: 50%;
	height: auto;
	width: 150px;
}

@media screen and (max-width: 1150px) {
	table {
	margin: 5px 5px;
}

	table td {
	font-size: 2.0vw;
	padding: 5px 5px;
}
}
