/** list **/
.bbs_list  {
	width: 100%; margin-bottom: 20px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.bbs_list tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.bbs_list thead td, .bbs_list thead th {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	font-size: 12px;
	font-weight: bold;
	text-align:center !important;	
	padding: 7px 0;
	background: #f4f4f4 url("./image/th-line.gif") no-repeat right;
	border-left: 0;
	border-right: 0;
}
.bbs_list thead td:last-child, .bbs_list thead th:last-child,.bbs_list th.bgNone, .bbs_list_view thead th {
	background-image: none;
}
.bbs_list tbody td {
	border-bottom: 1px solid #dcdcdc;
	padding: 8px 3px;
	text-align: center;
	border-left: 0;
	border-right: 0;
}
.bbs_list tbody td a{color: #616161;}
.bbs_list tbody td.list_title { text-align: left; padding: 8px 3px 8px 10px; border-left: 0;}

/** view ***/
.bbs_list_view {
	width: 100%; margin-bottom: 5px;
	border: 1px solid #dbdbdb  !important;;
}
.bbs_list_view tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.bbs_list_view thead td, .bbs_list_view thead th, .bbs_list_view tbody th {
	border-bottom: 1px solid #dbdbdb;
	font-size: 1em;
/*	font-weight: bold; */
	padding: 10px 10px;
	background: #f4f4f4;
	border-left: 0;
	border-right: 0;
}
.bbs_list_view tbody td.view_item_list {
	border-bottom: 1px dotted #dcdcdc;
	padding: 8px 3px;
	text-align: right;
	border-left: 0;
	border-right: 0;
}
.bbs_list_view tbody td.view_content {
	padding: 20px 20px;
	text-align:left;
	vertical-align: top; line-height: 18px; padding-bottom: 20px;
	word-break:break-all;
}

.bbs_list_view tbody td.view_content img{
	max-width: 90%;
}
.bbs_list_view td.view_btn { border-top:1px dotted #dbdbdb;}
