/* 게시판 목록 */
#board_area {
	/* width: 900px; */
	width: 95%;
	height: 100%;
	position: relative;
	text-align: center;
}

.list-table {
	background-color: #ffffff;
	/* margin-top: 10px; */
	/* border-collapse: collapse; */
	/* height: 100px; */
}

.list-table thead th{
	background-color: #4D7DCD;
	height: 30px;
  border-radius: 10px;
  vertical-align: middle;
	/*
	border-top: 2px solid #09C;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	*/	
	font-size: 14px;
	color: #ffffff;
}

.list-table tbody td{
	background-color: #ffffff;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #CCC; height:20px;
	font-size: 14px 
}

#page_num {
	font-size: 14px;
	word-spacing: 5px;
}