@charset "utf-8";

#main table{
	border: 1px solid #D6D6D6;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 20px;
	color: #333333;
}
#main th{
	background-color: #E1EEFC;
	width: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #DF9FBF;
}#main td{
	background-color: #F2F1EA;
	width: 430px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
}

.jyusho{
	margin-bottom: 10px;
	margin-top: 10px;
}
.btn{
	margin-top: 15px;
	margin-left: 250px;
}
.point{
	font-size: 11px;
	color: #F00F00;
	margin-left: 5px;
}

.mt20{
	margin-top:20px;
}

