@charset "utf-8";

/*----------------------
index
----------------------*/
#faqBox {
	margin: -40px 0 80px 0;
}

.contentR dl {
	margin: 60px 0 0 0;
	border-top: 1px dashed #999;
	padding: 0 0 0 0;
	clear: both;
}
*html .contentR dl {
	padding: 6px 0 0 0;
}
*:first-child+html .contentR dl {
	padding: 6px 0 0 0;
}
*+html>/**/body .contentR dl {/* opera 8- */ 
	margin: 0 0 0 0;
}


.contentR dl dt {
	background: url(../images/q_icon.gif) no-repeat left center;
	padding: 5px 0 5px 30px;
	margin: 12px 0 8px 0;
	font-weight: bold;
	line-height: 110%;
	position: relative;
	display: block;
	width: 590px;
	height: auto;
	font-size: 13px;
}

.contentR dl dd.answer  {
	background: url(../images/a_icon.gif) no-repeat left top;
	padding: 0 0 13px 30px;
	margin: 0 0 0 0;
	position: relative;
	top: 3px;
	width: 76%;
	float: right;
}
.contentR dl dd.answer a  {
	text-decoration: underline;
}

*:first-child+html .contentR dl dd.answer {/* IE-7 */ 
	padding: 0 0 -49px 0;
}


/* Target all Firefox */ 
#selector[.contentR dl dd.answer] { top: 2px; }

dd.answer div {
	margin: 0 0 0 0;
}

.answer-tab {
	background: url(../images/answer-tag.gif) no-repeat left center;
	display: block;
	text-indent: -20000px;
	width: 110px;
	height: 55px;
	cursor: pointer;
	position: absolute;
	bottom: -49px;
	left: 8px;
	outline: none;
}


