/* CSS Document */

#contentArea h2 {
	margin-bottom: 30px;
}

#contentArea h3 {
	margin: 40px 0 25px;
	color: #248BF2;
}

.section01 {
}

.section01 dl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.section01 dl.last {
	margin: 0;
	padding: 0;
	border: none;
}

.section01 dl dt {
	background: url(/question/images/common/icon_q.gif) 0 4px no-repeat;
	padding-left: 32px;
	margin-bottom: 10px;
	cursor: pointer
}

.section01 dl dt:hover {
	opacity: 0.7;
}

.section01 dl dt p {
	background: url("../images/common/icon_arrow_down.png") right center no-repeat;
	padding-right: 30px;
}

.section01 dl dt.open p {
	background: url("../images/common/icon_arrow_up.png") right center no-repeat;
}

.section01 dl dd {
	background: url(/question/images/common/icon_a.gif) 0 4px no-repeat;
	padding: 0 30px 0 32px;
	margin-bottom: 10px;
	display: none;
}

.section01 dl dd p {
	margin-bottom: 1.5em;
}

.section01 dl dd p:last-child {
	margin-bottom: 0;
}

.section01 dl dd.btnBox {
	background: none;
	padding-left: 0;
	text-align: center;
	margin-top: 20px;
}

.section01 dl dd ul li {
	text-indent: -1em;
	margin-left: 1em;
}

.section01 dl dd ol {
	margin-left: 1.3em;
}

.section01 dl dd ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-bottom: 1.5em;
}

.section01 dl dd ol li:last-child {
	margin-bottom: 0;
}

.txt01 {
	margin-left: 30px;
}

.txt02 {
	text-indent: -1em;
	margin-left: 3.1em;
}




