
.indexMore {
	position : relative;
	width : 30%;
	margin : 20px auto 10px auto;
	text-align : center;
	top : -15px;
}

.searchResult {
	margin : 20px 0;
}

@media screen and (max-width: 641px) {
	.indexMore {
		width : 90%;
		margin : 20px auto 10px auto;
		text-align : center;
	}

}