@charset "utf-8";
/* CSS Document */

table{
	margin-bottom: 40px;
	width: 100%;
}

th{
	width: 35%;
}

td{
	width: 65%;
}

th,td{
	height: 55px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}