@charset "UTF-8";

/* ************************************************ */
/*					   contents		                */
/* ************************************************ */


/*
	#publicMain
================================ */
#publicMain {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 920px;
}
#publicMain table {
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #a3c34c;
	width: 918px;
	background-color: #fff;
}
#publicMain table th,
#publicMain table td {
	font-size: 16px;
	text-align: center;
}
#publicMain table th {
	padding: 7px 0;
	color: #fff;
	background-color: #a3c34c;
}
#publicMain table td {
	padding: 12px 10px;
	border: 1px solid #a3c34c;
	height: 72px;
	vertical-align: middle;
	color: #ea598a;
}
#publicMain table td:nth-child(1) {	width: 132px;}
#publicMain table td:nth-child(2) {	width: 132px;}
#publicMain table td:nth-child(3) {	width: 133px;}
#publicMain table td:nth-child(4) {
	width: 398px;
	text-align: left;
}
#publicMain table td a {	color: #ea598a;}
#publicMain table td.proof img {
	margin-right: 10px;
	width: 90px;
}
#publicMain .pageSelect select {	width: 200px;}