@charset "utf-8";

/* ---------------
　　　お知らせ　カテゴリーのみのcss
--------------- 
.entry table {
	border: none;
}
.entry td {
    border: none;
}*/
table.ryoukin{
font-size: 13px;
border-collapse: collapse;
border-top:  1px solid #999999;
margin:10px 0 10px 30px;

}
table.ryoukin th{
text-align: left;
font-weight: normal;
vertical-align: top;
border-bottom: 1px solid #999999;
border-right:  1px solid #999999;
padding: 5px;
background: none;
}
table.ryoukin td{
vertical-align: top;
border-bottom: 1px solid #999999;
padding: 5px;
}
table.ryoukin th.rmidashi{
font-weight:bold;
border-right:none;
}