@charset "utf-8";

.basic-post-gallery { overflow:hidden; line-height:20px; margin-top:5px; }
.basic-post-gallery .txt-normal { letter-spacing:0; font-size:14px; font-weight:300; color:#666; }
.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; border:#FFF 3px solid; border-radius:30px; box-shadow:3px 8px 9px 0px rgba(0,0,0,0.1); }
.basic-post-gallery .post-image img { border-radius:30px;} 
.basic-post-gallery .post-content { padding-top:5px; margin:0px 0px; overflow:hidden; }
.basic-post-gallery .post-subject { overflow:hidden; font-size:25px; font-weight:500; letter-spacing:-1px; line-height:1.1; word-break:keep-all; padding:0 10px; margin:5px 0 20px 0; height:55px !important; }
.basic-post-gallery .post-subject a { color:#333; }
.basic-post-gallery .post-subject span { display:inline-block; margin-right:5px; padding:8px 15px; background:#379E9E; border-radius:10px; font-size:18px; font-weight:200; color:#FFF; line-height:1; }
.basic-post-gallery .post-sp { color:#ccc; margin:0px 4px; }
.basic-post-gallery .post-text { font-size:14px; color:#333; margin-top:4px; }
.is-pc .ko .basic-post-gallery .post-ko { font-size:11px; }
@media only screen and (max-width:496px){
	.basic-post-gallery .txt-normal { font-size:14px; }
	.basic-post-gallery .post-image { border-radius:0px; box-shadow:none; }
	.basic-post-gallery .post-image img { border-radius:0px; }
	.basic-post-gallery .post-content { padding-top:0px; }
	.basic-post-gallery .post-subject { height:20px !important; font-size:15px; line-height:1.3; margin:5px 0 5px 0; }
}
