[class *="_pbox-"] {
    margin:0;
    padding:0;
}
._pbox-refine-1 {
}
._pbox-refine-1 ._refs {
    border: 1px solid #ccc;
    list-style-type: none;
    margin:0;
    padding: 10px 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 {
}
._pbox-refine-2 ._refs {
    border: 1px solid #ccc;
    list-style-type: none;
    margin:0;
    padding: 10px 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 {
	width: 710px;
    margin: 0;
    /*float: left;*/
	background: #def3f8;
	padding: 26px 30px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
._pbox-search-status ._kwd {
    font-weight: bold;
}
._pbox-search-status ._cstart {
    font-weight: bold;
}
._pbox-search-status ._cend {
    font-weight: bold;
}
._pbox-search-status ._totalhits {
    font-weight: bold;
}

._pbox-sort-selector {
  margin: 10px 0;
  text-align: right;
}
._pbox-sort-selector ._sorts {
  list-style-type: none;
  margin:0;
  padding: 0;
}

._pbox-sort-selector ._title,
._pbox-sort-selector ._sort   {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0;
  /* for ie-7 */
  *display: inline;
  *zoom: 1;
}

._pbox-sort-selector ._sort._selected {
  font-weight: bold;

}

._pbox-related {
    padding: 10px;
    margin: 10px 0;
}
._pbox-related ._title{
    margin-right: 15px;
}
._pbox-related ._kwd{
    margin-right: 10px;
}

._pbox-recommend {
    border: 1px solid #ccc;
    margin: 20px 0px;
}
._pbox-recommend ._caption {
    font-weight: bold;
}
._pbox-recommend ._records ._record {
    padding: 10px;
    display: block;
}
#suntory_contents ._record a {
	color: #0066aa;
}

._pbox-recommend ._records ._record:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
._pbox-recommend ._records ._record ._image{
    float: left;
}
._pbox-recommend ._records ._record ._image img{
    width: 100px;
    margin-right: 20px;
}

._pbox-searchresult {
    margin-bottom: 20px;
}
._pbox-searchresult ._records ._record {
	width: 700px;
    padding: 20px 10px;
    display: block;
	border-bottom:1px #e2eaeb solid;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
._pbox-searchresult ._records ._record:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
._pbox-searchresult ._records ._record ._thumb{
    float:left;
}
._pbox-searchresult ._records ._record ._thumb img{
    max-width: 150px;
    max-height: 150px;
    margin-right: 18px;
    border: 1px solid #bbd5d5;
	box-shadow: 5px 5px 5px rgba(204,221,221,.5)
}
._pbox-searchresult ._records ._record ._thumb img:hover{
    border: 1px solid #666;
}
* html ._pbox-searchresult ._records ._record ._thumb img {
width:expression(this.width > 150 ? "150px" : "auto");
height:expression(this.height > 150 ? "150px" : "auto");
}
._pbox-searchresult ._records ._record ._metaimg1 {
    margin-bottom: 5px;
}
._pbox-searchresult ._records ._record ._metaimg1 img{
    border: 1px solid #ccc;

}
._pbox-searchresult ._records ._record ._title {
    margin: 0 0 5px 170px;
	font-weight: bold;
}
._pbox-searchresult ._records ._record ._nearby {
    font-size: 0.9em;
    margin: 0 0 5px 170px;
}
._pbox-searchresult ._records ._record ._nearby em{
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 80%, #ff0 0%);
}
._pbox-searchresult ._records ._record ._url {
	margin: 1em 0 0 170px;
    font-size: 0.9em;
}
._pbox-pagenav {
    margin: 20px auto;
	padding: 0px;
    text-align: center;
}
._pbox-pagenav ._page {
    font-size: 18px;
	line-height: 40px;
    margin: 0 5px;
	background: #5bc2dc;
	color: #fff;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}
#suntory_contents .pbox-pagenav a {
	color: #fff;
    display: block;
    padding:0 10px;
}
._pbox-pagenav ._page._cur {
    font-weight: bold;
	background: #def3f8;
	color: #0066aa;
    padding: 0 10px;
    height: 40px;
}
#suntory_contents ._pbox-pagenav ._prev {
	width: 90px;
	height: 40px;
    margin: 0 5px;
	display: inline-block;
	background: url(/search/img/page_nav.png) no-repeat 0px 0;
	position: relative;
	text-indent: -9999px;
	vertical-align: bottom;
    overflow: hidden;
}
#suntory_contents ._pbox-pagenav ._prev a {
	width: 90px;
	height: 40px;
	background: url(/search/img/page_nav.png) no-repeat 0px -40px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suntory_contents ._pbox-pagenav ._next {
	width: 90px;
	height: 40px;
    margin: 0 5px;
	display: inline-block;
	background: url(/search/img/page_nav.png) no-repeat -90px 0;
	position: relative;
	text-indent: -9999px;
	vertical-align: bottom;
}
#suntory_contents ._pbox-pagenav ._next a {
	width: 90px;
	height: 40px;
	background: url(/search/img/page_nav.png) no-repeat -90px -40px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#pbOverlay .container {
    position:fixed;
    left: 50%;
    top: 40%;
    _position: absolute;
    height:auto;
    margin-left: -240px;
    margin-top: -80px;
    z-index: 10000;
    background-color: #fff;
}
#pbOverlay .container img {
    max-width: 480px;
    max-height: 450px;
    height:auto;
    border: 4px solid #5bc2dc;
    border-radius: 24px;
    box-shadow:10px 10px 5px rgba(170,187,187,.75);
    -moz-box-shadow:10px 10px 5px rgba(170,187,187,.75);
    -webkit-box-shadow:10px 10px 5px rgba(170,187,187,.75);
}
* html #pbOverlay .container img {
width:expression(this.width > 480 ? "480px" : "auto");
height:expression(this.height > 450 ? "450px" : "auto");
}

#pbOverlay {
    overflow: auto;
    height: 100%;
}


/*SP/Tablet*/
@media only screen and (max-width: 767px) {
	._pbox-search-status {
	width: auto;
    margin: 0 5px;
	background: #def3f8;
	padding: 15px;
	    -webkit-box-sizing: border-box;
            	box-sizing: border-box;
}
	._pbox-searchresult ._records ._record {
	margin: 0;
	width: 100%;
    padding: 20px 10px;
    display: block;
	border-bottom:1px #e2eaeb solid;
	-webkit-box-sizing: border-box;
           	box-sizing: border-box;
}
	._pbox-searchresult ._records ._record ._thumb img{
		max-width: 100px;
		max-height: 100px;
		margin-bottom: 10px;
	}
	
._pbox-searchresult ._records ._record ._title,
._pbox-searchresult ._records ._record ._nearby,
._pbox-searchresult ._records ._record ._url {
    margin-left: 0;
}


._pbox-pagenav ._page {
    font-size: 14px;
	line-height: 35px;
    margin: 0 5px;
	background: #5bc2dc;
	color: #fff;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}
._pbox-pagenav ._page._cur {
    height: 35px;
}
#suntory_contents ._pbox-pagenav ._prev {
	width: 60px;
	height: 35px;
	background: url(/search/img/page_nav.png) no-repeat 0px 0;
	background-size: 120px 70px;
}
#suntory_contents ._pbox-pagenav ._prev a {
	width: 60px;
	height: 35px;
	background: url(/search/img/page_nav.png) no-repeat 0px -35px;
	background-size: 120px 70px;
    display: block;
}
#suntory_contents ._pbox-pagenav ._next {
	width: 60px;
	height: 35px;
	background: url(/search/img/page_nav.png) no-repeat -60px 0;
	background-size: 120px 70px;
}
#suntory_contents ._pbox-pagenav ._next a {
	width: 60px;
	height: 35px;
	background: url(/search/img/page_nav.png) no-repeat -60px -35px;
	background-size: 120px 70px;
}
._pbox-searchresult ._records ._record ._thumb img:hover{
    border: 1px solid #bbd5d5;
}
	
	#pbOverlay .container {
    display: none;
}
	#pbOverlay .container img {
    display: none;
}
	
	
	

}