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

table{
	margin-bottom: 20px;
}

th{
	width: 250px;
}

th,td{
	height: 45px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.pink_back{
	background-color: #fef;
}

.right{
	text-align: right;
}