@charset "utf-8";


.round-corner-table{
	border-collapse: separate;
	border: solid 3px #e99da2;
	border-radius: 24px;
	border-spacing: 0;
	text-align: left;}
	
.round-corner-table tr:first-child td:first-child{
	border-radius: 20px 0 0 0;
	border-bottom: solid 1px #e99da2;}
.round-corner-table tr:first-child td:last-child{
	border-radius: 0 20px 0 0;
	border-bottom: solid 1px #e99da2;}
.round-corner-table tr:last-child td:first-child{
	border-radius: 0 0 0 20px;
	border-bottom: solid 1px #e99da2;}
.round-corner-table tr:last-child td:last-child{
	border-radius: 0 0 20px 0;
	border-bottom: solid 1px #e99da2;}

.round-corner-table tr:nth-child(n) td:nth-child(n){
	border-bottom: solid 1px #e99da2;}