@charset "utf-8";
@import url(inc.css);
#tb{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	margin:auto;
	overflow:hidden;
	border:1px solid #eee;
	padding:20px;
}
.tb_tb{
	display:grid;
	grid-template-columns:auto auto ;
	justify-content:space-between;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
a.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.1rem;
	white-space:nowrap;
}

.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	color:#666;
	margin-bottom:5px;
	margin-top:5px;
	font-size:1.1rem;
}