@charset "UTF-8";

.normalList.name {
	display: flex;
	flex-wrap: wrap;
}
.normalList.name li {
	width: 49%;
}

#Contents .inner #mainContents .pokemon {
	display: flex;
	flex-wrap: wrap;
}
#Contents .inner #mainContents .pokemon .item {
	width: 14.2%;
	margin-bottom: 1em;
}
#Contents .inner #mainContents .pokemon .item p {
	font-size: 11px;
}
#Contents .inner #mainContents .pokemon .item p.title {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
}

.sideLinkWrap01 {
	text-align: center;
    margin: 20px 0 0 0;
}

.sideLinkWrap01 > a {
	display: initial !important;
}

#Contents .inner #subNav .sideLinkWrap01 a:hover {
	background: none;
}

#Contents .inner #subNav .sideLinkWrap01 a:hover img {
  opacity: 1.0;
}

.sideLinkWrap01 a::after {
	display: none;
}

@media screen and (max-width: 639px) {
.normalList.name li {
	width: 98%;
}
#Contents .inner #mainContents .pokemon .item {
	width: 24.5%;
}
	
	.sideLinkWrap01 {
		padding-bottom: 20px;
	}
	
	table {
		width: 100%;
	}
}