.itemlist{display:flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;width:100%; max-width:1800px;margin: 0 auto;animation: test .8s;} 
 
@keyframes test {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

.search{width:92%;max-width:1080px;margin: 0 auto;padding: 10px 15px 10px 15px;margin-bottom:100px;margin-top:120px;}
.searchitem {border-radius:5px;border: 1px solid #333;}
a.searchitem {display: inline-block; padding: 0.0em 1.2em;text-decoration:none;color:#fff;border-radius:3px;
transition: .4s;margin:2px;width:7.2em;text-indent:0.1em;text-align:center;background:#4e4e4e;}
a.searchitem:hover {background:#182124;color:#fff;}	
	
.searchitem_head {font-size:1.15rem;border-bottom: 1px solid #ccc;color: #000;margin-bottom: 10px;margin-top: 15px;}


