@charset "utf-8";
/* CSS Document */
h1 {
	color:#222; text-align: center; margin: .2em auto .3em !important;
}

h2 {
	color:#222; text-align: center; margin: 0 auto .2em;
}

.faq-list {
	text-align:center; margin: auto; width: 800px;
}

.faq-list table {
	border: none; text-align: left; border-collapse: collapse;
}

/* tr.fmRecRow:nth-child(even) {
background: ##fff;} */
/* tr.fmRecRow:nth-child(odd) {
background: ##efefef;
} */

tr {
	border-bottom: 1px solid #ddd;
}

.fmRecRow td {
	padding: .5em;
}

.fmRecRow td:first-child {
	width: 15px; vertical-align: top;
}

.fmRecRow td:last-child {
	width: 95%; vertical-align: top;
}

.link {
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}

