@charset "utf-8";
/* CSS Document */
#main table{
	margin:10px 0 0 0;
	background:#efefef;
	border-collapse:collapse;
}
#main table th{
	text-align:center;
	padding:5px 0 5px 0;
	color:#3aa400;
}
#main table td{
	font-size:14px;
	padding:5px 0 5px 0;
	text-align:center;
	border-bottom:1px dashed #DDDDDD;
	background:#FFFFFF;
}
.bnt_a{
	width:50px;
	height:30px;
	line-height:30px;
	font-size:14px;
	letter-spacing:1px;
	background:#57bd20;
	border:1px solid #57bd20;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
}
.bnt_a:hover{
    background:#3AA400;
}