@charset "utf-8";

/* ----------------------------------------
	profile.html
---------------------------------------- */



#investment {
	padding: 30px 40px 40px 30px;
	background: #ece6e0;
	margin-top: 30px;
}
#investment table {
	margin: 30px 0 13px;
	width: 100%;
}
#investment tr {
	height: 61px;
	border-bottom: #ece6e0 1px solid;
}
#investment th {
	width: 211px;
}
#investment td {
	padding: 0 30px 0 13px;
	background: #fff;
}
#investment p{
	text-align: right;
}