@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: 134px;
	line-height: 30px;
}
.faq_list li {
	/*border-bottom: dashed 1px #221e1f;*/
}

.remarks {
	background-image: url(../images/member/icon02.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
}
