@charset "utf-8";
#tb{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.tb_tb{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	column-gap:10px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px dotted #ddd;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
}
a.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.tb_name:before{
	margin-right:5px;
	vertical-align:middle;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	color:#666;
	font-size:12px;
	text-align:right;
}
