@import url(pacweb.css);

/*---- 表格設定 ----*/
.news {
	width: 678px;
	margin: 0 auto;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: break-all;
	border-collapse: collapse;
}

.news td, .news th {
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
}

.news_title {
	width: 211px;
	padding-right: 28px;
	font-size: 15px;
	color: #7f1084;
	font-weight: normal;
	text-align: left;
}

.news td {
	border-bottom: 1px solid #aaa;
}

.news_btm td {
	border-bottom: none;
}

.date {
	text-align: right;
	width: 211px;
	padding-right: 28px;
	}
