#pbOverlay .container{
  display: none;
}

._pbox-pagenav{
  border-bottom: 1px solid #cdcdce;
  border-top: 1px solid #cdcdce;
  padding: 18px 0;
  margin-bottom: 60px;
}
._pbox-pagenav ._navs{
  text-align: center;
  position: relative;
  padding: 0 110px;
}

._navs ._prev{
  visibility: hidden;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
}
._navs ._next{
  visibility: hidden;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}
._navs ._next a{
  visibility: visible;
}
._navs ._prev a{
  visibility: visible;
}
._navs ._prev a:before{
  content: "";
  display: inline-block;
  width: 11px;
  height: 20px;
  background-image: url(/jp/img/common/icon_leftArrow_blue@2x.png);
  transform: rotate(180deg);
  background-size: 11px 20px;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 4px;
}
._navs ._next a:after{
  content: "";
  display: inline-block;
  width: 11px;
  height: 20px;
  background-image: url(/jp/img/common/icon_leftArrow_blue@2x.png);
  background-size: 11px 20px;
  vertical-align: middle;
  margin-left: 12px;
  margin-bottom: 4px;
}
._page{
  padding: 0 14px;
  border-left: none;
  display: inline-block;
}
._page + ._page{
  border-left: 1px solid #cdcdce;
}
@media screen and (max-width:640px) {
  ._navs span{
    font-size: 1.4rem;
  }
}
@media screen and (max-width:500px) {
  ._pbox-pagenav{
    padding: 8px 0;
  }
  ._pbox-pagenav ._navs{
    padding: 32px 0 0;
  }
  ._navs ._prev{
    top: 0;
  }
  ._navs ._next{
    top: 0;
  }
}

._record{
  margin-bottom: 60px;
}
._record:after {
  content: " ";
  display: block;
  clear: both;
}

._thumb{
  width: 200px;
  float: left;
  max-height: 140px;
  overflow: hidden;
  border: 1px solid #cdcdce;
  cursor: pointer;
  transition: opacity 0.3s;
}
._thumb:hover{
  opacity: 0.7;
}
._thumb img{
  width: 100%;
  vertical-align: bottom;
}
._record div,._record span{
  line-height: 1.6;
}

._title{
  margin-bottom: 18px;
  float: right;
  width: calc(100% - 230px);
}
._title a{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #4f4f4f;
  cursor: text;
}
._title a:hover{
  text-decoration: none;
}
._date{
  font-weight: bold;
  float: right;
  width: calc(100% - 230px);
  display: none;
}
._nearby{
  margin-bottom: 18px;
  font-size: 1.4rem;
  float: right;
  width: calc(100% - 230px);
}
._url{
  word-break: break-all;
  font-size: 1.4rem;
  float: right;
  width: calc(100% - 230px);
}
@media screen and (max-width:640px) {
  ._nearby{
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  ._url{
    width: 100%;
    font-size: 1.2rem;
  }
  ._title{
    margin-bottom: 8px;
  }
  ._title a{
    font-size: 1.6rem;
  }
  ._date{
    font-size: 1.4rem;
  }
}
@media screen and (max-width:500px) {
  ._title{
    width: 100%;
    margin-top: 12px;
  }
  ._date{
    width: 100%;
    margin-top: 8px;
  }
  ._nearby{
    margin-top: 0;
  }
}
