main {
	background-color: #cff438;
	background-image: url("bgPokemonPattern.png");
	background-position: center top;
	background-repeat: repeat;
}
#freespace01 + .widthWrapper .sectionTitle {
	display: none;
}
a.hover > .thumbTitle.itemName {
	color: #00b716;
}
a > .thumbSchedule.barOrange.textOrange {
	color: #00b716;
}
a > .thumbSchedule.barOrange.textOrange::before {
	background-color: #00b716;
}
#freespace04 {
	margin-top: 3em;
}
.link-banner li {
	width: 45%;
	box-sizing: border-box;
	margin: auto;
}
.link-banner li img {
	max-width: 100%;
	height: auto; 
}
@media screen and (max-width: 800px) {
	.link-banner li {
		width: 100%;
		margin: 0 auto;
	}
	.link-banner li + li {
		margin-top: 2em;
	}
 }