/* °Ô½ÃÆÇ */
.mboard {
	float:left;
	margin:0 0 30px 0;
	width:100%;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
}
.board_name {
	margin:0 0 0 10px;
}
.board_se_num {
	margin:0 0 0 10px;
}
.list {
	width:100%;
	float:left;
	margin:4px 0 30px 0;
	padding:0;
	border-top:2px solid #737373;
}
.list li {
	width:94%;
	float:left;
	border-bottom:1px solid #b3b3b3;
	list-style:none;
	margin:0;
	padding:10px 3%;
}
.list li .bbstitle {
	float:left;
}

.list li .bbsdate {
	float:right;
}
.b_search {
	float:right;
	padding-right:10px;
}
.b_search legend {
	display:none;
}

.board_content {
	width:460px;
	min-height:400px;
	margin:0 auto;
}

.board_content .content_tit {
	border-bottom:3px solid #b3b3b3;
}
.board_content .well {
	font-size:16px;
}

/* °¶·¯¸® */
.view_list {
	border-top:2px solid #737373;
}

.view_list ul {
	width:94%;
	margin:10px 0 30px 0;
	padding:0;
}

.view_list ul li {
	margin:0;
	border:1px solid red;
}


.con_view {
	width:460px;
	margin:0 auto;
	padding-top:20px;
	background:#fff;
	border-radius:10px;
}

.con_view .content_tit {
	width:440px;
	margin:0 0 0 10px;
	padding-bottom:10px;
	font-size:16pt;
	line-height:1.6em;
	font-weight:bold;
	border-bottom:1px solid #b3b3b3;
}
.con_view .content_info {
	width:440px;
	height:40px;
	line-height:40px;
	margin:0 0 0 10px;
	font-size:14pt;
	text-align:right;
	border-bottom:1px solid #b3b3b3;
}
.con_view .content_com {
	width:440px;
	min-height:400px;
	margin:0 5px;
	padding:5px;
	font-size:14pt;
	line-height:1.6em;
	overflow: hidden;
}

.con_view .content_com p a {
	width:430px;
}
#mboard {background:#fff;}