@charset "utf-8";

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

.basic-post-main  h2 { display: block; font-size: 16px; line-height: 22px; margin: 10px 5px; text-align: center; font-weight: bold; }
.basic-post-main  h3 { display: block; font-size: 14px; line-height: 22px; margin: 0 5px; text-align: center; font-weight: normal; }

@media all and (max-width:480px) {
	.basic-post-main  h2 {  font-size: 12px; }
}

.bo_cate_link {
	text-align: center;
    color: #0057ff !important;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
	font-weight:normal;
}

.code {
    display: block;
    line-height: 32px;
    width: 125px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    color: #010101;
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 30px;
}

.list-btn {
	margin:0 10px;
}

.btn-bb {
    color: #FFF !important;
    display: block;
    line-height: 40px;
	padding:0;
    margin-top: 5px;
    background: url("/img/go_button_bg.jpg") no-repeat 0 0;
    background-size: 100%;

}

.btn-bk {
	color:#fff !important;
    display: block;
    line-height: 40px;
	padding:0;
    margin: 5px 0 10px;
	background:#000;
}