#content {
	width: 100%;
}
#contentMain {
	width: 880px;
	margin: 30px auto;
}
dl.faqCont {
	margin: 20px 0 30px;
}
dl.faqCont a {
	color: #00549A;
	font-weight: bold;
}
dl.faqCont dt {
	font-size: 20px;
	padding: 0 0 8px 40px;
	border-bottom: 1px solid #4c4c4c;
	background: url(../../images/faq_ico_q.png) no-repeat left top;
	line-height: 24px;
	color: #00549a;
	margin: 20px 0;
	position: relative;
}
dl.faqCont h4 {
	font-size: 16px;
	font-weight: bold;
}
.faq_opener  {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 30px;
	background: url(../images/header/arr_up.png) center center no-repeat;
}
.faq_opener.closed {
	background: url(../images/header/arr_down.png) center center no-repeat;
}
.faq_opener span { display: none; }

dl.faqCont dd {
	font-size: 13px;
	line-height: 1.6;
	padding-left: 40px;
	background: url(../../images/faq_ico_a.png) no-repeat left top;
	min-height: 40px;
}
dl.faqCont .officebox {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0;
	padding: 20px;
	width: 400px;
}
dl.faqCont .twocolwrap {
	overflow: hidden;
}
dl.faqCont .twocolwrap .fll {
	float: left;
	width: 510px;
}
dl.faqCont .twocolwrap .flr {
	float: right;
	width: 320px;
}
dl.faqCont .twocolwrap .qr {
	width: 100%;
	border: 2px solid #ccc;
	padding: 20px;
	text-align: center;
	background: #fff;
}
dl.faqCont .twocolwrap .qrimage {
	margin: 0 0 10px;
	text-align: center;
}
.registlink_ {
	margin: 50px 0 0;
}
.registlink_ a {
	display: block;
	width: 499px;
	height: 109px;
	margin: 0 auto;
	background: url(../../about/images/faq/register.png);
}
.registlink_ a span { display:none; }


