#mp_hstlist {
    display: flex;
    flex-wrap: wrap;
}
#mp_hstlist li {
    border: 1px solid #eeeeee;
    height: 125px;
    width: 125px;
    margin: 8px;
    list-style: none;
    box-sizing: border-box;
}
#mp_hstlist li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#mp_hstlist li img {
    max-width: 100%;
    max-height: 80px;
}
#manuSearch {
	margin-bottom:30px;
}