@charset "UTF-8";
/* 法務部 民意論壇 */

.data {
	clear:both;
	border:1px solid #bbb;
	padding: 15px 20px 23px;
	margin: 0 auto 20px;
	
}
.data table {
	border-collapse: collapse;
	width:100%;
}
.data th {
	vertical-align:top;
	font-weight:normal;
	text-align:right;
	background:url(../images/th_bg.gif) no-repeat right 7px;
	padding: 4px 14px 3px 3px;
	white-space:nowrap;
	line-height: 150%;
	border-bottom:1px dotted #bbb;
}
.data td {
	vertical-align:top;
	padding: 4px 3px 3px 3px;
	text-align:left;
	line-height: 150%;
	border-bottom:1px dotted #bbb;
}
.data td em {
	color:#c00;
	font-style:normal;
}
.data td p {
	margin: 0 0 .8em;
	padding:0;
}

.is {
}
.is th {
	background:none;
	text-align:center;
}
.is td {
	padding: 6px;
}
