@charset "utf-8";

/** BBS **/
#bbs{
line-height: 2;
    border: 1px solid #ccc;
    clear: both;
    font-size: 1.2em;
    margin: 0 0 10px;
    padding: 10px;	
}
#bbs hr{
	clear:both;
	border:0 none;
	padding:5px 0;
	border-bottom:1px solid #fff;
}

.mypic{
	float:left;
	margin-right:5px;
	width:48px;
		
}

.bbs_write p{
	float:left;
	border:1px solid #aaa;
	background:#fff;
	color:#999;
	width:300px;
	height:40px;
	margin:0 0 0;
	padding:5px;
	cursor: pointer;
}
.write_area textarea{
	border:1px solid #6688EE;
	background:#fff;
	width:340px;
	min-height:40px;
	margin:0 0 2px;
	padding:5px;
	border-radius:3px;
	font-size:12px;
}

.write_area{
	width:350px;
	float:left;
}
.bbs_btn{
	float:right;
	width:350px;
}

.bbs_btn button{
	padding:3px;
	margin-left:3px;
	float:right;
	border-radius:2px;
	border:0;}
.write_area .cancel{
	clear:both;
	background:#fff;
	border:1px solid #ccc;
}
.write_area .send{
	border:1px solid #6688ee;
	background:#6688ee;
	color:#d9e1fb;
}

.write_area .send:disabled{
	opacity:.5;
}
#bbs_view{}
#bbs_view p{
	margin:0;
	font-size:12px;
}

#bbs_view p span{
	margin:0 0 0 10px;
	font-size:12px;
}


#bbs_view > div{
	clear:both;
	margin-bottom:5px;
	display:inline-block;
	
}
#bbs_view div.com{
	width:100%;
	border-top: 1px dotted #333;
    margin-top: 5px;
    padding-top: 5px;
}
#bbs_view div.res{
	width:90%;
	float:right
}

#bbs_view div img{
	float:left;
	margin-right:5px;
}
#bbs_view div.com img{
	width:48px;
}
#bbs_view div.res img{
	width:32px;
}
#bbs_view div.com .bbs_article{
	float:left;
	width:770px;
}
#bbs_view div.res .bbs_article{
	float:left;
	width:700px;
}



#bbs_view div .bbs_article .bbs_write p{
	float:none;
	border-radius:3px;
	border:1px solid #aaa;
	background:#fff;
	width:3em;
	height:1em;
	text-align:center;
	line-height:1em;
	margin:0;
	padding:5px;
	cursor: pointer;
}
#bbs_view div .bbs_article .bbs_write p:hover{
	border:1px solid #6688ee;
	background:#6688ee;
	color:#d9e1fb;
}

#bbs_view>div:after{
	clear:both;
	display:block;
	content:'';
}


#bbs_view .more{
	width:400px;
	display:block;
	margin:10px auto;
	height:2em;
	clear:both;
	text-align:center;
	font-size:14px;
	border:1px solid #ccc;
	background: #fff;
	cursor: pointer;
}



#main a.btn_blue {
    color: #fff;display: inline-block;
	margin-bottom:10px;
}
.bbslink{
	float: right;
}
p.discription{
	clear: both;
	display: block;
	border:1px solid #ccc;
	padding: 5px;
	border-radius: 4px;
}