@charset "utf-8";
#tb{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
}
.tb_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:0px;
}
a.tb_tb{
	display:grid;
	grid-template-columns:auto 100px;
	justify-content:space-between;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px dashed #ddd;
	margin-top:10px;
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
