@charset "UTF-8";

/*  ----------------------------------------------------  */
/* 提言・レポート */
/*  ----------------------------------------------------  */

/* レポート */

#report_list {
	float: left;
	display: inline;
	width: 675px;
	margin: 0px 0px 30px 0px;
	border-collapse: collapse;
}

#report_list td {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

#report_list .td1 {
	width: 150px;
	padding-left: 5px;
	letter-spacing: 0px;
	vertical-align: top;
}

#report_list .td2 {
	width: 450px;
	padding-left: 5px;
}

#report_list .td3 {
	width: 65px;
	padding-left: 5px;
	text-align: right;
}

.gray_ttl {
	color: #706f70;
	margin-bottom: 0px !important;
}
