@charset "utf-8";
#tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#fff;
	padding:20px;
}
.tb_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items:center;
	column-gap:10px;
	margin:auto;
	border-bottom:1px solid #ddd;
}

a.tb_name{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}


.tb_date{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	white-space: nowrap;
}
