/* -------------------------------------------
Q&A
--------------------------------------------*/
#qanda h1 {
	padding: 50px 0 0 0;
	height: 120px;
	text-align: center;
}
#qanda .inner .lead {
	padding: 44px 0 43px 0;
	margin: 0 0 0 197px;
	text-align: left;
}
#qanda .inner {
	width: 950px;
	padding-bottom: 50px;
}
#qanda .inner .radius {
	padding: 0 0 20px 0;
	background: url(images/qanda_bg_foot.png) no-repeat 0 bottom;
}
#qanda .inner .radius .box {
	padding: 20px 0 0 0;
	background: url(images/qanda_bg_head.png) no-repeat 0 0;
}
#qanda .inner .radius .box .box_inner {
	padding: 0 30px 10px 30px ;
	background-color: #ffe600;
}

#qanda .inner .radius h2 {
	padding: 3px 0 20px 0;
}
#qanda .inner .radius .radius_inner {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	background: url(images/qanda_bg_foot_inner.gif) no-repeat 0 bottom;
	text-align: left;
}
#qanda .inner .radius .radius_inner .box {
	padding: 20px 0 0 0;
	background: url(images/qanda_bg_head_inner.gif) no-repeat 0 0;
	text-align: left;
	overflow: hidden;
}
#qanda .inner .radius .radius_inner .box .box_inner {
	padding: 0 21px 0 21px;
	background-color: #fff;
}
#qanda .inner .radius .last {
	margin-bottom: 0;
}
#qanda .inner .radius ul {
	margin-bottom: 50px;
}
#qanda .inner .radius dl {
	padding: 0px 10px 0 10px;
	border-bottom:1px solid #F6F6F6;
}
#qanda .inner .radius dl a{
	
	text-decoration:none;
}
#qanda .inner .radius dl dt {
	padding: 14px 30px 14px 0;
	cursor:pointer;
	background: url(images/qanda_btn_open.gif) no-repeat right 12px;
}
#qanda .inner .radius dl dt:hover {
	background-image: url(images/qanda_btn_open_ov.gif) ;
	color: #9B9B9B;
}
#qanda .inner .radius dl dt:visited {
	color: #333;
}
#qanda .inner .radius dl dt.active {
	font-weight: bold;
	color: #333;
	background-image: url(images/qanda_btn_close.gif) ;
}
#qanda .inner .radius dl dt.active:hover {
	background-image:  url(images/qanda_btn_close_ov.gif) ;
}
#qanda .inner .radius dl dd {
	padding: 0 30px 14px 0;
	color: #6d6d6d;
}
#qanda .inner .radius dl.first dt {
	padding-top: 0;
	background-position: right 0;
}
#qanda .inner .radius dl.first dt {
	padding-top: 0;
	background-position: right 0;
}
#qanda .inner .radius dl.last {
	border-bottom: none;
}
#qanda .inner .radius dl.last dt {
	padding-bottom: 0;
}