@charset "utf-8";

/*****Go-factory*****/


/*------ work --------*/


#main .workList {
	background-color:#FFFFFF;
	width:90%;
	border-collapse:collapse;
	margin-left:20px;
}

#main .workList th,
#main .workList td {
	border-bottom:#999999 1px dotted;
	padding:0 10px;
}

#main .workList th {
	background-color:#FFFFFF;
	font-weight:normal;
	background:url(../img/arrow-ss.gif) no-repeat 0 0.6em;
	padding: 8px 0 8px 13px;
	color:#000000;
}

#main .workList td {
	text-align:right;
	padding-right:10px;
}

