@charset "utf-8";

.board_table {overflow:hidden; height:255px; margin:0; padding:0;}
.board_table h3 {float:left; overflow:hidden; margin:0; padding:0 0 13px; *zoom:1;}
.board_table h3 img {display:block; overflow:hidden; margin:0; padding:0; *zoom:1;}
.board_table a.more {float:right; margin:3px 0 0 0; font-size:11px; font-weight:normal; color:#6c6c6c; *zoom:1;}
.board_table ul { border:0; margin:0; padding:0;}
.board_table ul li {overflow:hidden; padding:22px 0 22px 0; border-top:1px dotted #ddd;  list-style:none; }
.board_table ul li:first-child {border-top:0; padding-top:0;}

.board_table ul li .latest_thumb_contents {line-height:17px;}

.board_table ul li a.subject { padding:0; color:#4d4d4d; font-weight:bold;}
.board_table ul li img { margin:0; }
.board_table ul li p.summary { font-weight:normal; color:#6c6c6c; margin-top:7px;}


.board_table a.thumb_img {display:block; float:left; width:130px; margin-right:10px; }

.board_table table {border-spacing:0px; }
.board_table table tr.title {background:#165fa6; color:#fff;}
.board_table table tr {background:#f8f8f8; color:#525252;}
.board_table table tr:nth-child(2n) {background:#fff; color:#525252;}
.board_table table tr,
.board_table table tr a {color:#525252;}
.board_table table tr th {height:26px; line-height:26px; }
.board_table table tr td {height:26px; line-height:26px; text-align:center;  }
.board_table table tr td.title {height:26px; line-height:26px; text-align:left;  }
