@charset "utf-8";
/* CSS Document */

#detail li {
	float: none;
}

#mail {
	width: 750px;
	margin: 0 auto 10px;
	text-align: center;
}

.frame_black, #answer {
	font-size: 1.5em;
	font-weight:bold;
}

.frame_black{
	width: 460px;
	padding: 10px 20px;
	line-height: 1.5em;
}

#detail .frame_black a {
	color: #fbff84;
	font-size: 0.8em;
}

#detail .frame_black a:hover{
	color: #fdffc1;
}

#detail #answer {
	width: 690px;
	margin: 30px auto 0;
	color: #ca3a3a;
	list-style-type: square;
}

#answer li {
	margin: 15px 0 0 0;
	position: relative;
}

#answer li:after {
	content: "";
	background: url(../images/line.png) repeat-x;
	width: 720px;
	height: 6px;
	bottom: 4px;
	left: -15px;
	display: block;
	position: absolute;
}

#answer li:last-child:after {
	background: none;
}

#answer p:first-child {
	color: #a00d0d;
	font-size: 0.9em;
}

#answer p + p, #answer li > dl {
	padding: 10px 0 30px 20px;
	color: #000;
	font-size: 0.7em;
	font-weight: normal;
}

#answer li > dl {
	padding-bottom: 10px;
}

#answer li:last-child dl {
	padding-bottom: 0;
}

#answer li dl dt {
	font-weight: bold;
}

#answer li dl dd {
	margin: 2px 0 20px 10px;
}

#answer li:last-child dl dd:last-child {
	margin-bottom: 15px;
}
