/* ファセット0件の場合 */
.ui-disabled {
  opacity: 0.5;
}
td{
  word-break: break-all;
}
.iw-description p{
  margin-top: 0.3em;
}
.iw-description p:first-child{
  margin-top: 0;
}

.iw-image{
  max-height: none;
  max-width: 260px;
}

@media (max-width: 639px){
  .iw-image{
    max-width: 200px;
  }
}
  
.show-bigpad{
  display: none;
}
.bigpad .show-bigpad{
  display: block;
}
.list-sort-buttons{
  text-align: center;
}

@media (max-width: 768px){
  .br{
    display: block;
  }
}

#page-place th{
  min-width: 40px;
}
.iw-zoom-icon .ui-btn-inner{
  font-size: 12px;
  padding: 0.4em;
}
.iw-zoom-icon.ui-btn-corner-all{
  border-radius: 0.5em;
}
 
.panel-content{
  overflow-y: auto;
}

/* ポップアップ */
div#popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 200px;
  margin-bottom: 40px;
}
div#popup:after, div#popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div#popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
div#popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

/* 詳細パネル > 写真枚数 */
p#iw-image-count {
  text-align: center;
}

/* 検索パネル > 「選択を解除」ボタン */
div#clear-facet {
  text-align: center;
}
div#clear-facet div{
  margin: 0;
}

div#clear-facet .ui-btn-up-d .ui-btn-up-hover-d{
  border: 1px solid #bbbbbb;
}

div#clear-facet .ui-btn-inner {
  font-size: 14px;
}

/* 情報パネル「このアプリについて」> 文化庁ロゴ */
p.hz-logo-agency-for-cultural-affairs {
  text-align: right;
}
p.hz-logo-agency-for-cultural-affairs-ja img {
  width: 25%;
}
p.hz-logo-agency-for-cultural-affairs-en img {
  width: 50%;
}
