@charset "utf-8";
/* CSS Document */

/*------- table -----------*/
table {
 width: 100%;
 border-collapse: collapse;
 text-align: left;
 border: 0px;
}

table th, 
table td {
	font-size: 12px;
	line-height: 1.3em;
	vertical-align: top;
	padding: 10px 0px;
	border-bottom: 1px solid #afafaf;
}

table th {
	width: 200px;
	color: #6a6a6a;
}

