.show-table>:not(caption)>*>* {
	border: none;
}

.show-table tr>td:first-child{
	width: 50px;
}

/* cellspacing */
table {
	border-collapse: separate;
	border-spacing: 2px;
} /* cellspacing="5" */
table {
	border-collapse: collapse;
	border-spacing: 2px;
} /* cellspacing="0" */

/* valign */
th, td {
	vertical-align: top;
}

table.simple td {
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 30px;
}

table {
	margin: 0 auto;
	width: 100%;
}

table.simple tr:first-child> td:first-child,
.detail table tr:first-child > td:first-child {
	width: 30px;
	padding-left: 0;
	padding-top: 5px;
}
.detail table tr:nth-child(2)>td:nth-child(2) {
	padding-top: 0px;
}
.detail table tr:nth-child(3)>td {
	padding-top: 5px;
}

