@charset "utf-8";
.basic-post-webzine { overflow:hidden; line-height:20px; }
.basic-post-webzine .txt-normal { letter-spacing:0; }
.basic-post-webzine .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-post-webzine .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.basic-post-webzine .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-webzine .post-row { 
	float: left;
    overflow: hidden;
    margin-bottom: 20px;
    width: 33.333% !important;
}
.basic-post-webzine .post-list { 
	overflow:hidden;     
}
.basic-post-webzine .post-image { 
	position: relative;
    overflow: hidden;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px; 
}
.basic-post-webzine .post-content { margin:0px; overflow:hidden; padding-left:10px;}
@media all and (max-width:767px) {
	.basic-post-webzine .post-content {
		margin-top: 10px !important;
		padding: 10px !important;		
	}
	.basic-post-webzine .post-row {
		width: 100% !important;
	}
}
.basic-post-webzine .post-subject { 
    font-size: 16px;
    height: 50px !important;
    border-bottom: 2px solid #f33e0b;
    line-height: 18px;
    font-weight: 600;
}
.basic-post-webzine .post-text { font-size:14px; color:rgb(51,51,51); margin:5px 0px; }
.basic-post-webzine .post-sp { color:#ccc; margin:0px 4px; }
.basic-post-webzine .post-ko { 
	font-size:11px; 
	border-bottom: 1px solid #b9b9b9;
	padding-bottom: 10px;
}


