/*   -----  next-previous style -----   */

.entry_pagenav {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.next-previous-wrapper {
  width: 100%;
  padding: 20px 0;
  border-top: solid 1px #ad9986;
  margin-bottom: 50px;
}

.next-previous-wrapper h5 {
  color: #00783d;
  font-size: 16px;
  font-weight: 300;
  transition: all  0.3s;
}

.next-previous-wrapper p {
  font-size: 12px;
  transition: all  0.3s;
}

.next-previous-wrapper h5.effect.hover {
  text-decoration: underline;
}


.previous-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ad9986;
}

.next-header,
.next-title {
  text-align: right;
}

.next-header {
  padding-bottom: 20px;
  border-bottom: solid 1px #ad9986;
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) {

  /*   -----  next-previous style -----   */

  .next-previous-wrapper {
    position: relative;
    border-bottom: solid 1px #ad9986;
    min-height: 98px;
  }

  .previous-header {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .previous-title {
    width: 50%;
  }

  .next-title {
    position: absolute;
    right: 0;
    top: 20px;

  }

  .next-header{
    position: absolute;
    right: 0;
    bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
  }

} /*   -----  600px〜959px：END  -----   */