@charset "UTF-8";

/* 共通部分 */
#ZVSummary,
#ZVList {
  font-size: 13px;
}
#ZVSummary .zv-star-svg,
#ZVList .zv-star-svg {
  height: 18px;
  width: 20.250px;
  line-height: 0;
  fill: #ef8137;
  margin-right: -3px;
}
#ZVSummary .zv-star-svg-main,
#ZVList .zv-star-svg-main {
  fill: #ef8137;
}
#ZVSummary .zv-star-svg-grey,
#ZVList .zv-star-svg-grey {
  fill: #bdc3c7;
}

#ZVSummary .zv-star-svg-sub,
#ZVList .zv-star-svg-sub {
    width: 20px;
}

#ZVSummary .zv-star-comment,
#ZVList table.zv-counts-table .zv-star-comment {
  font-weight: normal;
  font-size: 16px;
  padding-left: 5px;
  width: auto;
}

#ZVSummary .zv-hist,
#ZVList .zv-hist {
  position: relative; /* IE is dumb */
  width: 150px;
  height: 18px;
  background: #ecf0f1;
  border-radius: 3px;
  box-shadow: 0px 2px 1px #bdc3c7 inset;
}

#ZVSummary .zv-hist-bar,
#ZVList .zv-hist-bar {
  display: block;
  position: relative;
  background: #ef8137;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
}

#ZVSummary table tr,
#ZVList table tr {
    display: table;
}

#ZVSummary table tr th, #ZVSummary table tr td,
#ZVList table tr th, #ZVList table tr td {
  padding-bottom: 2px;
  font-weight: normal;
}
#ZVSummary table.zv-counts-table,
#ZVList table.zv-counts-table {
  margin-top: 5px;
  margin-bottom: 5px;
}
#ZVSummary table.zv-counts-table > tbody > tr > th,
#ZVList table.zv-counts-table > tbody > tr > th {
  padding-right: 5px;
  text-align: right;
  font-weight: normal;
  min-width: 105px;
  box-sizing: unset;
}
#ZVSummary table.zv-counts-table > tbody > tr > td,
#ZVList table.zv-counts-table > tbody > tr > td {
  width: 150px;
  min-width: 100px;
  padding: 3px;
}

#ZVSummary .zv-bipolar-td {
  width: 300px;
}
#ZVSummary .zv-bipolar-td p {
  margin: 0;
}
#ZVSummary .zv-bipolar-summary,
#ZVList .zv-bipolar-summary {
  width: 90%;
  margin: auto;
}

#ZVSummary .zv-bipolar-bar,
#ZVList .zv-bipolar-bar {
    background: #EBEBEB;
    width: 100%;
    border-radius: 10px;
    height: 4px;
    position: relative;
}
#ZVSummary .zv-bipolar-separator,
#ZVList .zv-bipolar-separator {
  background: #ccc;
  width: 4px;
  height: 4px;
  border: solid #fff;
  border-width: 0px 1px;
  position: absolute;
}
#ZVSummary .zv-bipolar-dot,
#ZVList .zv-bipolar-dot {
    background: #ef8137;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    position: relative;
    top: -4px;
    left: -4px;
}
#ZVSummary .zv-bipolar-left,
#ZVList .zv-bipolar-left {
  font-size: 12px;
  color: #999;
}
#ZVSummary .zv-bipolar-right,
#ZVList .zv-bipolar-right {
  float: right;
  font-size: 12px;
  color: #999;
}

@media (max-width: 767px) {
  #ZVList .zv-bipolar {
    width: 90%;
    max-width: 360px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  #ZVList .zv-bipolar-title {
    max-width: 150px;
    clear: both;
    float: left;
  }
  #ZVList .zv-bipolar {
    width: 300px;
    margin-left: 150px;
  }
}

#zvSvgContainer {
 width:400px;
 height:250px;
}
#zvChartContainer{
 width:400px;
 height:250px;
 display: block;
 margin: auto;
}
#zvChartFoundation {
 fill: none;
 stroke: #aaa;
 stroke-width:1px;
 stroke-dasharray:3px;
}
.zv-radar-label{
 margin-right: 10px;
 margin-left: 10px;
 display: block;
 fill:#777;
 stroke: none;
 stroke-dasharray:0px;
 font-size: 13px;
 font-weight: bold;
 text-shadow: 0 0 3px #fff;
 dominant-baseline: central;
}
#zvChartPolygon{
  position: absolute;
  fill: #ff8e8e;
  stroke: firebrick;
  stroke-width: 2px;
  filter:alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 0;
}
#zvMarkerPointsWrap{
  fill: #ef8137;
}
.zvMarkerPoint {
    fill: #ef8137;
}

/* Abstract */
#ZVSummary p.zv-n-reviews {
  margin-top: 5px;
}
#ZVSummary table.zv-type1 p {
  font-weight: bold;
}
#ZVSummary table.zv-type1 > tbody > tr > th {
  vertical-align: middle;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #ZVSummary .zv-type1 table.zv-counts-table {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  #ZVSummary .zv-type1 table.zv-counts-table {
    margin-left: 30px;
  }
}
#ZVSummary div.zv-type2 > p {
  font-weight: bold;
}
@media (max-width: 767px) {
  #ZVSummary div.zv-type2 div.zv-value-wrapper {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  #ZVSummary div.zv-type2 div.zv-value-wrapper {
    padding-left: 30px;
  }
}
#ZVSummary div.zv-type2 div.zv-value-wrapper {
  margin-top: 3px;
  margin-bottom: 5px;
}
#ZVSummary div.zv-type2 div.zv-value-wrapper.zv-without-sentence {
  padding-left: 0;
}
#ZVSummary .zv-mode-tr {
  height: 20px;
}
#ZVSummary .zv-mode-th {
  position: absolute;
}
#ZVSummary .zv-mode {
  color: #3E58A4;
}
#ZVSummary .zv-mode-tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 300ms;
  transition-delay: 500ms;
  width: auto;
  bottom: auto;
  left: 0;
  margin-left: 0;
  background-color: #fff;
  color: #333;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #CCC;
  box-shadow: 1px 1px 4px #ccc;
}

#ZVSummary .zv-mode:hover > .zv-mode-tooltip {
  visibility: visible;
  opacity: 1;
  transition: all 300ms;
}
#ZVSummary .zv-mode-tooltip p.zv-mode-p {
  text-align: left;
  font-weight: normal;
}
#ZVSummary .zv-mode-tooltip table.zv-counts-table {
  margin-left: 0;
}
#ZVSummary .zv-mode-tooltip th.zv-hist-sentence {
  width: 100px;
  min-width: 100px;
  text-align: left;
  padding-right: 0;
}
#ZVSummary .zv-mode-tooltip td.zv-hist-count,
#ZVSummary .zv-mode-tooltip td.zv-hist-per {
  width: 40px;
  min-width: 40px;
  padding: 0 5px;
  text-align: right;
}
#ZVSummary .zv-mode-tooltip td.zv-hist-count-foreign {
  width: auto;
  min-width: 40px;
  padding: 0 5px;
  text-align: right;
}
#zv-summary-log-gif,
#zv-action-log-gif,
#zv-viewing-log-gif {
  display: none;
}

/* Detail */
#ZVList p.zv-heading {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
#ZVList p.zv-top-customer-review-heading {
  margin-top: 30px;
}
#ZVList .zv-row > div {
  padding-left: 5px;
  padding-right: 5px;
}
#ZVList .zv-summary-cell {
  margin-top: 15px;
  width: 100%;
  max-width: 400px;
}
#ZVList .zv-summary-cell-foreign {
  margin-top: 15px;
  width: 100%;
  max-width: 500px;
}
#ZVList .zv-summary-cell label {
  font-size: 15px;
}
#ZVList .zv-summary-filter-reviews tr {
  cursor: pointer;
}
#ZVList table.zv-counts-table td.zv-hist-count,
#ZVList table.zv-counts-table td.zv-hist-per {
  width: 40px;
  min-width: 40px;
  padding: 0 2px;
  text-align: right;
}
#ZVList table.zv-counts-table td.zv-hist-count-foreign {
  width: auto;
  min-width: 40px;
  padding: 0 2px;
  text-align: right;
}
#zv-top-reviews {
  margin-top: 20px;
}

#ZVList .zv-review-sort {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#ZVList .zv-review-summary-filter {
  display: none;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 13px;
}

#ZVList .zv-review-summary-filter-selected-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

#ZVList .zv-review-summary-filter-selected {
  display: flex;
  align-items: center;
  width: auto;
  height: 24px;
  border-radius: 13px;
  background-color: #ffffff;
  border: 1px solid #555;
  border-style: solid;
  border-width: thin;
  padding: 0 0.5rem;
  cursor: pointer;
}
#ZVList .zv-review-summary-filter-selected:hover {
  color: #999;
  border: 1px solid #999;
}

#ZVList .zv-review-summary-filter-selected-close {
  margin-left: auto;
  padding-left: 6px;
}

#zv-review-filter {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 10px;
}

#ZVList .zv-select-wrap {
    overflow: hidden;
    position: relative;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    background: #ffffff;
    margin-right: 10px;
    width: auto;
    display: inline-block;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 1px 2px rgba(0, 0, 0, 0.2);
}
#ZVList .zv-select-wrap::before {
    position: absolute;
    top: 0.9em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #bdc3c7;
}
#ZVList .zv-select {
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 4px 38px 4px 8px;
    font-size: 13px;
}
#zv-review-filter-link {
  display: none;
}
@media screen and (max-width: 767px){
  #zv-review-filter {
    display: none;
  }
  #zv-review-filter-link {
    display: inline-block;
    float: right;
    margin-top: 30px;
  }
  #zv-review-filter-text {
    margin: 20px 0 0 20px;
    display: inline-block;
  }
  #ZVList .zv-select {
    padding: 10px 38px 10px 8px;
    width: 100%;
  }
  #ZVList .zv-select-wrap::before {
    top: 1.25em;
  }
}
#ZVList .zv-modal-select {
    display: block;
    margin: 20px;
}
.zv-link {
    cursor: pointer;
    color: #3E58A4;
}
#zv-apply {
    margin: auto;
    display: block !important;
    width: 90%;
}

#zv-top-reviews > .zv-top-customer-review {
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
#zv-top-reviews > .zv-top-customer-review:last-child {
  margin-bottom: 0;
}
#ZVList p.zv-heading + .zv-top-customer-review {
  margin-top: 10px;
}
#ZVList .zv-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
#ZVList .zv-basic-info {
  color: #555;
}
#ZVList .zv-item-info {
  margin-bottom: 5px;
  color: #555;
}
#ZVList .zv-without-item-info {
  margin-bottom: 5px;
}
#ZVList .zv-basic-info > .zv-posted-at {
  font-size: 13px;
  margin-left: 10px;
}
#ZVList .zv-answer {
  margin-bottom: 5px;
}
#ZVList .zv-answer > label {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  display: inline-block;
}
#ZVList .zv-answer > p {
  color: #111;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  word-break: break-word;
}
#ZVList .zv-message-when-edited {
  font-style: italic;
  font-size: 10px;
  color: #999;
}
#ZVList .zv-helpful-form {
  margin-top: 5px;
  display: inline-block;
  color: #555;
}
#ZVList .zv-helpful-form > div.zv-helpful {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #333;
  padding: 4px 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
#ZVList .zv-helpful-form > div.zv-helpful:hover {
  cursor: pointer;
  border: solid 1px #adadad;
  background-color: #e6e6e6;
}
#ZVList .zv-helpful-form > div > span {
  margin-left: 3px;
}
#ZVList .zv-helpful-form > p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
}
#ZVList span.zv-separator {
  width: 14px;
  display: inline-block;
  text-align: center;
  color: #bdc3c7;
}
#ZVList .zv-staff-reply {
  border: 1px solid #eee;
  margin-top: 5px;
  padding: 10px;
}
#ZVList .zv-comment-body {
  display: block;
}
#ZVList .zv-comment-p {
  margin: 0;
  line-height: 1.4;
}
#ZVList .zv-comment-info {
  display: block;
  margin-top: 10px;
}

#ZVList .zv-popupModal1 {
  display: inline-block;
}

#ZVList .zv-popupModal1 label {
  color: #767676;
}

#ZVList .zv-popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
#ZVList .zv-popupModal1 > input:nth-child(1) + label {
    cursor: pointer;
    font-weight: normal;
}
#ZVList .zv-modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

#ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 1098;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
#ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2{
         width: 500px;
         height: 300px;
         padding: 30px;

    }
#ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 230px !important;
     margin-top: -160px !important;
    }
}

#ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

#ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
#ZVList .zv-popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */
}
#ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1097;
    text-indent: -999999px;
    overflow: hidden;
}
#ZVList .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 1099;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

#ZVList .zv-popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .zv-modalPopup2,
.zv-popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .zv-modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


#ZVList .zv-modalPopup2 {
    animation: zv-fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: zv-fadeIn 0.5s ease 0s 1 normal;
}

@keyframes zv-fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes zv-fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#ZVList .zv-popupModal1 .zv-modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
#ZVList .zv-popupModal1 .zv-modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
     margin-top: 30px;
}

#ZVList .zv-modalMain .zv-btn {
  margin-top: 30px;
}

#ZVList .zv-btn {
  border:solid 1px #bdc3c7;
  padding:10px 15px;
  text-transform:uppercase;
  cursor:pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  background: #fff;
  display: inline-block;
}

#ZVList .zv-row:after {
    clear: both;
    display: table;
    content: " ";
}
#ZVList .zv-pagination {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
}
#ZVList .zv-page-btn {
  color: #333;
  padding: 4px 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 13px;
  height: 20px;
  text-decoration: none;
  box-sizing: unset;
  vertical-align: middle;
  display: table-cell;
}
#ZVList .zv-page-btn:hover {
  cursor: pointer;
  border: solid 1px #adadad;
  background-color: #e6e6e6;
}
#ZVList .zv-page-btn[disabled] {
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
  border: none;
}
#ZVList .zv-page-btn[disabled]:hover {
  background-color: #fff;
  border: none;
}
#ZVList .zv-number[disabled] {
  border: 2px solid #ef8137;
  color: #ef8137;
  font-weight: bold;
  opacity: 1;
}
#ZVList .zv-number[disabled]:hover {
  border: 2px solid #ef8137;
}
#ZVList hr {
  height: 1px;
  background-color: #eee;
  border: none;
  margin-bottom: 10px;
}
#ZVList .zv-ellipsis {
  display: inline-block;
  margin-right: 0;
  color: #333;
  padding: 4px 0;
  background-color: #fff;
  font-size: 13px;
  height: 30px;
}
.zv-loading {
  opacity: 0.3;
}

#ZVList video.zv-video {
  height: 180px;
  vertical-align: top;
}

#ZVList img.zv-img {
  height: 90px;
  cursor: pointer;
  vertical-align: top;
  display: unset;
}

img.zv-img-reviewerattribute {
  height: 36px;
  vertical-align: top;
  display: unset;
}

#zv-modal-root {
    z-index: -1;
    position: absolute;
}
#zv-modal {
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: auto;
    position: fixed;
    visibility: hidden;
    z-index: 1009;
}
#zv-lightbox {
    visibility: visible;
    position: absolute;
    margin: 0px;
    top: 5%;
    left: 5%;
    opacity: 1;
    display: block;
    z-index: 1010;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.2);
    height: 90%;
    width: 90%;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.13);
    background-color: #fff;
}
#zv-lightbox-header {
    text-align: left;
    background: #f2f2f2;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(255,255,255,.4) inset;
    padding: 0 14px;
    margin: 0;
    z-index: 10;
    position: relative;
    height: 35px;
}
#zv-lightbox-body {
    height: 94%;
    overflow-y: auto;
    background-color: #fff;
    padding: 10px 18px;
    text-align: left;
    overflow-x: hidden;
    box-sizing: border-box;
}
#zv-lightbox-info {
    width: 40%;
    height: 100%;
    background-color: #fff;
    float: right;
    padding-left: 18px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}
#zv-lightbox-img {
    height: 100%;
    width: 60%;
    float: left;
    position: relative;
    box-sizing: border-box;
}
#zv-lightbox-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
#zv-lightbox-info img.zv-img {
  height: 60px;
  vertical-align: unset;
}
#zv-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1008;
    opacity: 0.75;
    display: block;
}
#zv-close-button {
    height: 25px;
    width: 25px;
    position: absolute;
    background-color: inherit;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
    cursor: pointer;
    margin: 0;
}
#zv-lightbox-header .zv-close-icon {
  color: #555;
  left: 6px;
  position: absolute;
}
#zv-lightbox-header .zv-close-icon:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#zv-lightbox-header .zv-close-icon:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#ZVList .zv-hidden {
  display: none;
}
#zv-modal-container {
    animation: zv-fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: zv-fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (max-width: 767px){
  #zv-lightbox {
    top: 5%;
    height: 90%;
    left: 0;
    width: 100%;
  }
  #zv-lightbox-body {
    padding: 0;
  }
  #zv-lightbox-img {
    height: 50%;
    width: 100%;
  }
  #zv-lightbox-info {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

#zv-n-reviews {
  margin-left: 20px;
}
#ZVList .zv-no-found {
  margin-left: 20px;
}
#ZVList .zv-no-found p {
  margin: 0;
}
#zv-filter-clear {
  color: #3E58A4;
}
#ZVList .zv-official {
    border: dotted #CCC;
    border-width: 1px 0;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
}
