@charset "utf-8";
#tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
a.tb_tb{
	display:grid;
	grid-template-columns:auto 100px;
	column-gap:10px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	line-height:30px;
}
.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
