@charset "utf-8";
/* CSS Document */

/* news_result_container
----------------------------------------------*/
.news_result_container .pagenavi {
margin-bottom: 10px;
}

/* news_result_table
----------------------------------------------*/
.news_result_table_container {
margin-bottom: 20px;
}

.news_result_table_container table {
border-collapse: collapse;
}

.news_result_table_container thead th {
padding: 3px 0;
background: #e4eaf8;
color: #002656;
}

.news_result_table_container thead td {
font-size: 0;
padding: 0;
height: 10px;
}

.news_result_table_container thead th.genre {
padding-left: 20px;
}

.news_result_table_container thead th.deliver {
width: 80px;
}

.news_result_table_container thead th.thumb {
width: 60px;
}

.news_result_table_container tbody th,
.news_result_table_container tbody td {
border-bottom: 1px dotted #c1c1c1;
}

.news_result_table_container tbody td.date {
font-size: 10px;
}

.news_result_table_container tbody td.thumb {
text-align: center;
}

.news_result_table_container tbody td.thumb img {
height: 25px;
font-size: 0;
line-height: 1;
}

.news_result_table_container dl {
overflow: hidden;
zoom: 1;
}

.news_result_table_container dl {
padding: 7px 0;
}

.news_result_table_container dl * {
vertical-align: middle;
}

* html .news_result_table_container dl * {
vertical-align: baseline;
}

*:first-child+html .news_result_table_container dl * {
vertical-align: baseline;
}

.news_result_table_container dt,
.news_result_table_container dd {
line-height: 16px;
}

.news_result_table_container dt {
float: left;
width: 52px;
margin-right: 10px;
font-size: 0;
}

.news_result_table_container dd {
float: left;
width: 85%;
padding-left: 7px;
line-height: 16px;
background: url(../images/link.gif) left 0.5em no-repeat;
}




