@charset "utf-8";

.doc_list{margin-bottom:15px;clear:both;}
.doc_list table{width:100%;border:0px solid #dedede;table-layout:fixed;margin-top:30px;}
.doc_list_table {border-collapse:collapse;}
.doc_list_table thead{background-color:#f7f7f7;}
.doc_list_table th {
  padding:10px 0px;
  color: #000;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-left: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
  text-align:center;
}
.doc_list_table td {
  color: #669;
  padding: 10px;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  border-left: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
  overflow:hidden;height:40px;text-overflow:ellipsis; overflow: hidden; white-space:nowrap;}
.doc_list_table tr:hover td {
  color: #004;
}
.th_1{width:50px;text-align:center;font-size:14px;}
.th_2{width:25%;font-size:14px;}
.th_3{font-size:14px;}
.th_4{width:50px;font-size:14px;}


@media all and (min-width:871px)
{
	
}

@media all and (min-width:480px) and (max-width:870px)
{
	
}

@media all and (max-width:480px)
{	

}