@charset "utf-8";
/* CSS Document */

dl{
	padding: 15px 0px;
}

dt{
	display: block;
	height: 17px;
	color: #004b8e;
	background: url(/images/sub/faq/plusmin.png) no-repeat top left;
	padding-left: 25px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 5px;
	cursor: pointer;
	display: block;
}

body.largeText dt{
	font-size: 14px;	
}

body.superText dt{font-size: 16px;}

dt.on{
	color: #849b75;	
	background: url(/images/sub/faq/plusmin.png) no-repeat bottom left;
	margin-bottom: 0px;
	
	
}

dt.twoLines{
	height: 34px;
	background-image: url(/images/sub/faq/twoLineMin.png);
}

dd{
	padding-left: 17px;
	border-left: 1px solid #e6ebe3;
	margin: 0px 0px 25px 8px;
	display: none;
}

#content .last{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
