@charset "utf-8";

.basic-post-gallery { overflow:hidden; line-height:20px; }
.basic-post-gallery .txt-normal { letter-spacing:0; }
.basic-post-gallery .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-post-gallery .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.basic-post-gallery .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-gallery .post-row { float:left; overflow:hidden; }
.basic-post-gallery .post-list { overflow:hidden; }
.basic-post-gallery .post-image { position:relative; overflow:hidden; border:1px solid #dcdcdc;  }
.basic-post-gallery .post-content { padding-top:10px; margin:-2px 0px; overflow:hidden; }
.basic-post-gallery .post-subject { overflow:hidden; padding: 2px 0 0; height:21px; font-size:18px; line-height:21px; color:#555;  font-weight:500;  letter-spacing:-1px; text-align:center;}
.basic-post-gallery .post-sp { color:#ccc; margin:0px 4px; }
.basic-post-gallery .post-text { padding: 4px 0 0; font-size:14px; color:#666; text-align:center; }
.is-pc .ko .basic-post-gallery .post-ko { font-size:11px; }

.basic-post-gallery .img-wrap .img-item { background:#fff;}
.basic-post-gallery .post-image, .basic-post-gallery .post-image .img-item img { transition:all 0.3s; }
.basic-post-gallery .post-image:hover .img-wrap .img-item img { transform:scale(1.1);} 
.basic-post-gallery .post-image:hover { border: 1px solid #54a6dc; } 

@media (max-width:768px) {
    .basic-post-gallery .post-text { height:3.6em; word-break: keep-all;}
}