.meta {
  margin: 40px 0;
}

.meta .label {
  color: #fff;
  display: inline-block;
  border-radius: 45px;
  padding: 5px 0;
  line-height: 1;
  min-width: 65px;
  text-align: center;
  margin: 0 10px;
}

.meta .label.news {
  background: #E39D31;
}

.meta .label.voice {
  background: #E06B4F;
}

.meta .label.blog {
  background: #D9E021;
}

.pagenav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 40px 0;
}

.pagenav .backIndex {
  margin: 0 40px;
}

/* sp ________________________*/
@media screen and (max-width: 640px) {
  .post-thum img {
    width: 100%;
  }
}
