.sidebar_cont { margin-bottom: 20px; }
.sidebar_ttl { background: #616161; color: #fff; font-weight: 700; padding: 6px; margin-bottom: 10px; }
#gallery-1 img { border: none !important; }
.tag-cloud-link { background: #000; color: #fff; font-size: 13px !important; padding: 6px 6px 5px; border-radius: 3px; white-space: nowrap; display: inline-block; text-decoration: none; margin-bottom: 5px; }
label.screen-reader-text[for=cat] {display: none; }

/* 人気記事 */
.ulf_pv_rank { list-style: none; }
.ulf_pv_rank li { list-style: none; zoom: 1; margin-bottom: 15px; border: solid 1px #000; background: #fff; padding: 6px; }
.ulf_pv_rank li::after { content: ""; display: block; clear: both; }
.ulf_pv_rank_img { width: 80px; height: 80px; float: left; overflow: hidden; margin: 6px 12px 0 0; border: solid 1px; }
.ulf_pv_rank_img img { height: 80px; object-fit: none; }
.ulf_pv_rank a { color: #000; display: block; float: left; max-width: 186px; font-size: 13px; }
@media only screen and (max-width: 960px){
    .ulf_pv_rank a { float: none; max-width: none; }
}