.tbl_souryo {
	width: 100%;
	line-height: 1.4em;
	display: table;
	border-collapse: separate;
	border-spacing: 1px;
	border-color: #666;
	background: #fff;
	margin: 0px 0px 10px;
	border-top: 1px solid white !important;
	border-left: 1px solid white !important;
}
.tbl_souryo th {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	border: 1px solid white;
	background: #f1f1f1;
	width: 30%;
	font-weight: bold;
}
.tbl_souryo td {
	width: 70%;
}
