@charset "utf-8";
#tb{
	margin:auto;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	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;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
}
