
/*oki bbs css*/

.advert {
text-decoration:none;	
    /* font-family: Georgia, "STSong", "Times New Roman","新細明體" , Times, serif; */
    font-family: 'Noto Serif TC', 'Noto Serif SC', serif;
font-weight: normal!important;
margin-left: 0px;
/* margin-top: -4px; */
padding: 0;
padding-left:0;
background: #fff;
color: #666666;
/* border: 1px solid #989898; */
cursor: pointer;
font-size: .8rem!important;
}


.replybtn,.admbtn {
cursor:pointer;
color:#666666;
border: 1px solid #989898;
padding: .15rem .35rem;
margin-bottom: 10px;
font-size: .8rem;
line-height: 1.2;
width:fit-content;
}

.replyadmBtn .admbtn:last-child{
    padding-right: 0;
}

.replybtn:hover,.admbtn:hover {
color:#C0C0C0;
border: 1px solid #C0C0C0;
}

.replydel.admbtn, .replyupd.admbtn{
color:#666666;	
border: 0px;
}


.replyform {
padding-bottom:25px;	
}
.showhidebtnbox {
text-align:center;	
}
.showhidebtnbox button{
width: 80px;
margin:0 auto;
margin-top: 10px;
}

.replyform button ,.showhidebtnbox button{
color:#666666;
border:1px solid #989898;
padding:5px 10px;
background-color:#ffffff;
cursor:pointer;
float:none;
}
.replyform button:hover{
color:#333333;
border:1px solid #333333;
}

.replyform .loading{
padding:30px;	
}


.replybox {
 font-size:1rem;
 color:#333333;	
 margin-top:10px;
}

.replybox .repdate {
 text-align: right;
 color: #666666;
 padding: 0.25rem;
 display: flex;
 align-items: center;
 justify-content: flex-end;
 font-size: 10pt;
 line-height: 1.4;
 position: relative;
 height: auto;
 margin-bottom: 0.5rem;
 background: #f4f4f4;
 border-radius: 3px;
}

.replybox .repmsgbox {
padding:15px 0;
display:none;
line-height: 1.6;
font-size: 10pt;
font-family: 'Noto Serif TC', 'Noto Serif SC', serif;
}

.replybox .host {
 text-align:right;	
}

.private {
 font-size:9pt;
 color:rgba(128,128,128,1);	
 background-color:#f2f2f2;
 padding:15px 5px;	
 border-radius:5px;
}

.replybox .host {
/* color:#aa9999;	 */
padding: 10px;
/* background: #f9e6db; */
/* color: #aa9999; */
-webkit-border-radius: 20px;
-moz-border-radius:20px;
border-radius: 5px;
}

.replyBoxTool{
	width: 100%;
	margin-bottom: 15px;
}


/* 置頂 */

.user.replybtnbox form.toTopform{
	float: left;
/* margin-top: -20px; */
}

.user.replybtnbox .topRadio{
	float: left;
}

.user.replybtnbox button{
	font-family: Georgia, "STSong", "Times New Roman","新細明體" , Times, serif;
	margin-left: 0px;
	margin-top: -4px;
	padding: 3px;
	background: #fff;
	color: #666666;
	border: 1px solid #989898;
	cursor: pointer;
    font-size: .8rem;
}


@media screen and (max-width:767px){
    
    .replybox .repdate {
     text-align: right;
     color: #666666;
     padding: 0.35rem 0;
     display: flex;
     align-items: flex-end;
     justify-content: flex-end;
     font-size: 10pt;
     line-height: 1.6;
     position: relative;
     height: auto;
     margin-bottom: 0.5rem;
     background: #fff;
     border-radius: 3px;
     flex-direction: column;
     border-top: 1px solid #cecece;
    }
    
}
