@charset "utf-8";

.basic-post-tail { overflow:hidden;  }
.basic-post-tail .txt-normal { letter-spacing:0; }
.basic-post-tail .txt-short { letter-spacing:-1px; padding-right:1px;  }
.basic-post-tail .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.basic-post-tail .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-tail .post-row { float:left; overflow:hidden; }
.basic-post-tail .post-list { overflow:hidden; }
.basic-post-tail .post-image { position:relative; overflow:hidden; }
.basic-post-tail .post-content { 
    position: absolute;
    padding: 10px 20px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);

}
.basic-post-tail .post-subject { overflow:hidden; letter-spacing:-1px; padding-right:1px;margin-top:10px;}
.basic-post-tail .post-subject a { font-size:24px;color:#fff;}

.basic-post-tail .post-sp { color:#ccc; margin:0px 4px; }
.basic-post-tail .post-text {margin-top:4px;font-size:13px; color:#fff; }

.back-img {
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
	height:197px;
}

.ctgr a {
    display: inline-block;
    font-size: 10px;
    padding: 4px 6px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 5px;
	background:#d10014;
	color:#fff;
}