@import url(pacweb.css);

/*---- 表格設定 ----*/
.faq {
	width: 678px;
	margin: 0 auto;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: break-all;
	border-collapse: collapse;
}

.faq td, .faq th {
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #aaa;
}

.faq th {
	width: 211px;
	padding-right: 14px;
	font-size: 15px;
	color: #7f1084;
	font-weight: normal;
	text-align: left;
}

.faq_btm td, .faq_btm th {
	border-bottom: none;
}

.faq p {
	margin-bottom: 1em;
}

.faq li {
	list-style: none;
	margin: 7px auto;
}

	/*---- inner table ----*/
	.inner_table {
		border-collapse: collapse;
	}
	
	.inner_table th {
		font-size: 13px;
		font-weight: normal;
		width: 5em;
		color: #555;
	}
	
	.inner_table th, .inner_table td {
		padding: 5px;
	}
	
	.thick_line td, .thick_line th {
		border-bottom: 2px solid #555;
	}
