@charset "utf-8";
#tb{
	margin:auto;
}
#tb>thead>tr>th{
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
}
#tb>tbody>tr>td{
	border-bottom:1px dashed #ddd;
	white-space:nowrap;
	line-height:40px;
}
.tb_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:0px;
}
a.tb_name{
	white-space:normal;
}
@media screen and (max-width:375px)
{
	#tb{
		margin:auto;
	}
	#tb>thead>tr>th{
		border-bottom:1px solid #ddd;
		white-space:nowrap;
		font-size:14px;
		font-weight:bold;
		line-height:40px;
	}
	#tb>tbody>tr>td{
		border-bottom:1px dashed #ddd;
		white-space:nowrap;
		line-height:40px;
	}
	.tb_item{
		display:block;
		width:auto;
		height:auto;
		overflow:hidden;
		margin:auto;
		padding:0px;
	}
	a.tb_name{
		white-space:normal;
	}
}