@charset "utf-8";


/* 標題 */
.title {
	text-align: left;
	border-color: #221e1f;
	border-width: 1px;
	/*border-style: dashed none;*/
	font-size: 12px;
	line-height: 30px;
}
.title span {
	font-weight: normal;
}

/* 輸入格 */
.input {
	width: 100px;
	border: solid 1px #a4b97f;
	font-size: 12px;
	color: #4d4d4d;
}

.faq_list {
	width:130px;
	line-height: 30px;
}
.faq_list li {
	width:130px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	line-height:29px;
	/*border-bottom: dashed 1px #221e1f;*/
}
.faq_list a {
	display: block;
	width: 100%;
	height: 100%;
	color: #221e1f;
	text-decoration: none;
	padding-left:15px;
	text-align: left;
}
.faq_list a:hover{
	color: #221e1f;
}
.remarks {
	background-image: url(../images/member/icon02.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
}

