@charset "utf-8";
.table1 {
	background: #AFAFAF;
	font-size: 12px;
	margin: 0px auto;
	width: 95%;
}
.table1 th {
	background: #EAF5E0;
	font-size: 12px;
	line-height: 18px;
}
.table1 td {
	text-align: left;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
#atend {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	list-style: none;
	margin: 20px 15px 0px;
}
#atend li {
	text-indent: -2.2em;
	padding-left: 2em;
	padding-bottom: 5px;
}
.red {
	color: #F1238E;
}

