[class *="_pbox-"] {
    margin:0;
    padding:0;
}

#probo .input-area{
    margin: 20px 0;
}
#probo .refine-area{
}
/* #probo .pbox-wrap{
    display: table;
    width: 100%;
} */
/* #probo .pbox-wrap .pbox-search-status,
#probo .pbox-wrap .pbox-sort-selector{
    display: table-cell !important;
} */
.pbox-refine-1, .pbox-refine-3, .pbox-refine-4{
    display: none !important;
}
/* ._pbox-refine-1 ._title, ._pbox-refine-2 ._title {
    font-weight: bold;
} */

/* renewal2018 */
#probo .refine-area.wrap-search-sort ._pbox-refine-2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#probo .refine-area.wrap-search-sort ._pbox-refine-2 ._title{
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
#probo .refine-area.wrap-search-sort ._pbox-refine-2 ._refs ._ref{
  font-size: 1.4rem;
  line-height: 1.2;
  margin-left: 10px;
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
@media print, all and (max-width: 767px) {
  #probo .refine-area.wrap-search-sort ._pbox-refine-2{
    display: block;
    text-align: center;
  }
  #probo .refine-area.wrap-search-sort ._pbox-refine-2 ._title{
    margin-top: 20px;
  }
  #probo .refine-area.wrap-search-sort ._pbox-refine-2 ._refs{
    margin-top: 12px;
  }
}

._pbox-refine-1 input, ._pbox-refine-2 input {
    margin-right: 5px;
}
._pbox-refine-1 ._refs {
    list-style-type: none;
    margin:0;
    padding: 5px 0;
}
._pbox-refine-1 ._refs ._ref {
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    /* for ie-7 */
    *display: inline;
    *zoom: 1;
}
._pbox-refine-2 {
    margin-top: 10px;
}
._pbox-refine-2 ._refs {
    list-style-type: none;
    margin:0;
    padding: 5px 0;
}
._pbox-refine-2 ._refs ._ref {
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    /* for ie-7 */
    *display: inline;
    *zoom: 1;
}

._pbox-search-status{
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
._pbox-search-status ._kwd {
  font-family: "UD新ゴ M", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
._pbox-search-status ._cstart {
    font-weight: bold;
}
._pbox-search-status ._cend {
    font-weight: bold;
}
.wrap-search-hdg ._pbox-search-status{
  font-family: "UD新ゴ M", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
._pbox-search-status ._totalhits {
    font-weight: bold;
}
/* .pbox-sort-txt {
    text-align: right;
    font-size: smaller;
    color: #333;
} */



._pbox-sort-selector {
  /* margin: 10px 0;
  text-align: right; */
}
._pbox-sort-selector ._sorts {
  font-size: 0;
  font-family: "UD新ゴ R", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-top: 12px;
}
._pbox-sort-selector ._sorts dt,
._pbox-sort-selector ._sorts dd {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
._pbox-sort-selector ._sorts dd {
  margin-top: 0;
  text-align: left;
  margin-left: 35px;
}
._pbox-sort-selector ._sorts a {
  color: #1432aa;
  text-decoration: none;
  padding-right: 15px;
  position: relative;
}
._pbox-sort-selector ._sorts a:after {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1432aa;
  border-left: 2px solid #1432aa;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: rotate(224.999deg);
  transform: rotate(224.999deg);
  position: absolute;
  vertical-align: middle;
}
._pbox-sort-selector ._sorts a:hover:after{
  transform: translateX(0) translateY(3px) rotate(224.999deg);
}

._pbox-sort-selector ._sort._selected {
  font-weight: bold;
}
@media print, all and (max-width: 767px) {
  ._pbox-sort-selector ._sorts dt{
    display: block;
  }
  ._pbox-sort-selector ._sorts dd{
    margin-left: 0;
  }
  ._pbox-sort-selector ._sorts dd:first-child{
    margin-left: 0;
  }
  ._pbox-sort-selector ._sorts dd + dd{
    margin-left: 25px;
  }
  ._pbox-sort-selector ._sorts a:hover:after{
    transform: translateX(0) translateY(0) rotate(224.999deg);
  }
}

._pbox-related {
    padding: 10px;
    margin: 10px 0;
}
._pbox-related ._title{
    margin-right: 15px;
}
._pbox-related ._kwd{
    margin-right: 10px;
}

._pbox-recommend {

}
._pbox-recommend ._caption {
  font-size: 2.0rem;
  margin: 30px 0 0;
  padding: 10px 12px;
  color: #1432aa;
  line-height: 1.2;
  border-bottom: #1432aa 1px solid;
  font-family: "UD新ゴ M", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
._pbox-recommend ._records{
  margin-top: 30px;
}
._pbox-recommend ._records ._record {
  display: block;
  color: #333;
  text-decoration: none;
  font-family: "UD新ゴ R", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
._pbox-recommend ._records ._record:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

._pbox-recommend ._records ._record ._title{
  overflow: hidden;
}

._pbox-recommend ._records ._record ._image{
  float: left;
  margin: 0 10px 10px 0;
  max-width: 150px;
}
._pbox-recommend ._records ._record ._image img{
  width: 100%;
  min-width: 150px;
  height: auto;
  border: 1px solid #333;
}
._pbox-recommend ._records ._record ._title .recTitle{
  font-size: 1.8rem;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
._pbox-recommend ._records ._record:hover{
  text-decoration: underline;
}
._pbox-recommend ._records ._record:hover ._title .recTitle::after{
  transform: translateX(3px) translateY(0) rotate(134.999deg);
}
._pbox-recommend ._records ._record ._title .recTitle:after{
  margin: -2px 0 0 5px;
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1432aa;
  border-left: 2px solid #1432aa;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: rotate(134.999deg);
  transform: rotate(134.999deg);
  position: static;
  vertical-align: middle;
}
._pbox-recommend ._records ._record ._summary{
  margin-top: 10px;
  line-height: 1.5;
}


._pbox-searchresult ._records {
  margin-top: 30px;
}
._pbox-searchresult ._records ._record:after{
  content: "";
  display: block;
  clear: both;
}
._pbox-searchresult ._records ._record + ._record{
  margin-top: 60px;
}
._pbox-searchresult ._records ._record ._thumb{
  float: left;
  margin: 0 20px 10px 0;
  max-width: 150px;
  position: relative;
  z-index: 1;
}
._pbox-searchresult ._records ._record ._thumb img{
  max-width: 100%;
  border: 1px solid #333;
}
._pbox-searchresult ._records ._record ._thumb img:hover{
  border: 1px solid #666;
}
._pbox-searchresult ._records ._record{
  font-family: "UD新ゴ R", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
._pbox-searchresult ._records ._record *{
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}

._pbox-searchresult ._records ._record ._title a{
  font-size: 1.8rem;
  word-break: break-all;
  line-height: 1.2;
  padding-right: 15px;
  position: relative;
  text-decoration: none;
  color: #333;
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
._pbox-searchresult ._records ._record ._title a:hover{
  text-decoration: underline;
  color: #0000ff;
}
._pbox-searchresult ._records ._record ._title a:hover::after{
  transform: translateX(3px) translateY(0) rotate(134.999deg);
}
._pbox-searchresult ._records ._record ._title a:after{
  margin: -2px 0 0 5px;
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1432aa;
  border-left: 2px solid #1432aa;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: rotate(134.999deg);
  transform: rotate(134.999deg);
  position: static;
  vertical-align: middle;
}
._pbox-searchresult ._records ._record ._title strong{
  font-weight: bold;
  font-style: normal;
  background-color: yellow;
}
._pbox-searchresult ._records ._record ._nearby {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 1.6rem;
}
._pbox-searchresult ._records ._record ._nearby strong,
._pbox-searchresult ._records ._record ._nearby em{
  font-weight: bold;
  font-style: normal;
  background-color: yellow;
}
._pbox-searchresult ._records ._record ._url{
  margin-top: 15px;
}
._pbox-searchresult ._records ._record ._url a{
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
  padding: 0;
}
._pbox-searchresult ._records ._record ._url a::after{
  margin: -2px 0 0 5px;
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1432aa;
  border-left: 2px solid #1432aa;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: rotate(134.999deg);
  transform: rotate(134.999deg);
  position: static;
  vertical-align: middle;
}
._pbox-searchresult ._records ._record ._url a:hover{
  text-decoration: underline;
  color: #0000ff;
}
._pbox-searchresult ._records ._record ._url a:hover::after{
  transform: translateX(3px) translateY(0) rotate(134.999deg);
}
@media print, all and (max-width: 767px) {
  ._pbox-searchresult ._records ._record + ._record{
    margin-top: 40px;
  }
  ._pbox-searchresult ._records ._record ._title a{
    font-size: 1.6rem;
  }
  ._pbox-searchresult ._records ._record ._nearby {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

._pbox-pagenav ._navs{
  margin-left: -20px;
  margin-top: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;  
}

._pbox-pagenav ._navs ._prev{
  margin-right: 30px;
  margin-top: 30px;
}
._pbox-pagenav ._navs ._prev > a{
  padding-left: 15px;
  text-decoration: none;
  color: #333;
  position: relative;
}
._pbox-pagenav ._navs ._prev > a:after{
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  vertical-align: middle;
  left: 0;
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1432aa;
  border-left: 2px solid #1432aa;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
._pbox-pagenav ._navs ._prev > a:hover:after{
  transform: translateX(-3px) translateY(0) rotate(-45deg);
}
._pbox-pagenav ._navs ._next{
  margin-left: 50px;
  margin-top: 30px;
}
._pbox-pagenav ._navs ._next > a{
  padding-right: 15px;
  text-decoration: none;
  color: #333;
  position: relative;
}
._pbox-pagenav ._navs ._next > a:hover:after{
  transform: translateX(3px) translateY(0) rotate(134.999deg);
}
._pbox-pagenav ._navs ._next > a:after{
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  vertical-align: middle;
  right: 0;
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1432aa;
  border-left: 2px solid #1432aa;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: rotate(134.999deg);
  transform: rotate(134.999deg);
}
._pbox-pagenav ._navs ._page{
  margin-top: 30px;
  margin-left: 20px;
}
._pbox-pagenav ._navs ._page a{
  text-align: center;
  border: 1px solid #eeeff3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  color: #333;
  text-decoration: none;
  transition: box-shadow .2s;
  min-width: 40px;
  height: 40px;
}
._pbox-pagenav ._navs ._page a:hover{
  text-decoration: underline;
  color: #0000ff;
  box-shadow: 0 0 0 4px #0033af inset;
}
._pbox-pagenav ._navs ._page._cur{
  text-align: center;
  border: 1px solid #0033af;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  color: #0000ff;
  text-decoration: none;
  transition: box-shadow .2s;
  min-width: 40px;
  height: 40px;
  text-decoration: underline;
}
@media print, all and (max-width: 767px) {
  ._pbox-pagenav ._navs{
    margin-left: -12px;
    margin-top: 0;
  }
  ._pbox-pagenav ._navs ._prev{
    margin-right: 0;
    margin-top: 12px;
  }
  ._pbox-pagenav ._navs ._prev > a:hover:after{
    transform: translateX(0) translateY(0) rotate(-45deg);
  }
  ._pbox-pagenav ._navs ._next{
    margin-left: 12px;
    margin-top: 12px;
  }
  ._pbox-pagenav ._navs ._next > a:hover:after{
    transform: translateX(0) translateY(0) rotate(134.999deg);
  }
  ._pbox-pagenav ._navs ._page{
    margin-top: 12px;
    margin-left: 12px;
  }
  ._pbox-pagenav ._navs ._page a{
    min-width: 32px;
    height: 32px;
  }
  ._pbox-pagenav ._navs ._page a:hover{
    text-decoration: none;
    color: #333;
    box-shadow: 0 0 0 0 #0033af inset;
  }
  ._pbox-pagenav ._navs ._page._cur{
    min-width: 32px;
    height: 32px;
  }
}
@media print, all and (max-width: 768px) {
  ._pbox-searchresult ._records ._record ._thumb{
    /* pointer-events: none; */
  }
}
@media print, all and (min-width: 768px) {
  ._pbox-searchresult ._records ._record ._thumb img{
    transition: opacity .2s;
  }
  ._pbox-searchresult ._records ._record ._thumb img:hover{
    opacity: .5;
  }
}



#pbOverlay .container {
    position:fixed;
    left: 50%;
    top: 40%;
    _position: absolute;
    height:auto;
    margin-left: -240px;
    margin-top: -180px;
    z-index: 10000;
    background-color: #fff;
}
#pbOverlay .container img {
    max-width: 480px;
    max-height: 450px;
    height:auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 2px solid #ccc;
    box-shadow:5px 5px 3px #999;
    -moz-box-shadow:5px 5px 3px #999;
    -webkit-box-shadow:5px 5px 3px #999;
}
* html #pbOverlay .container img {
width:expression(this.width > 480 ? "480px" : "auto");
height:expression(this.height > 450 ? "450px" : "auto");
}

#pbOverlay {
    overflow: auto;
    height: 100%;
}

._date {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}

.recElmClear{
    display: block;
    clear: both;
}

@media (max-width: 767px) {
  #pbOverlay {
    display: none !important;
  }
}