#quiz div{
	display:none;
}
#quiz div.greeting{
	display:block;
	border-bottom:1px solid #ddd;
	line-height:2em;
	padding:20px;
}

#quiz .question{
	border-bottom:1px solid #ddd;
	font-size:120%;
	line-height:2em;
	padding:20px;
}
#quiz .selections li{
	cursor:pointer;
	padding:15px 20px;
	border-bottom:1px dotted #eee;
}
#quiz .selections li:hover{
	background-color:#efeaff;
}
#quiz .selections li.selected{
	border:1px solid #63f;
	color:#63F;
	font-weight:bold;
}


#quiz .answer{
	padding:20px;
}
#quiz .result{
	padding:20px;
}
#quiz .result p.TF{
	color:#f00;
	font-size:200%;
	float:left;
	width:120px;
}
#quiz .result dl{
	background-color:#f6f6f6;
	line-height:2em;
	margin-left:140px;
	padding:15px;
}
#quiz .result dl dt{
	float:left;
	width:140px;
}
#quiz .result dl dd{
	padding-left:140px;
}
#quiz .ad{
	padding:15px 20px;
}
#quiz .next{
	padding:20px;
}



/******************************************************
	解説文
******************************************************/
#explane h2, #comment h2{
	background-color:#f6f6f6;
	background:-moz-linear-gradient(top, #f6f6f6, #eeeeee);
	background:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eeeeee));
	border-top:1px solid #ddd;
	padding:15px 20px;
}
#explane li, #comment li{
	border-top:1px solid #eee;
	padding:20px;
}
#explane p.editorIcon{
	float:left;
}
#explane p.caption{
	font-weight:bold;
	margin-bottom:0.5em;
	padding-left:100px;
}
#explane p.explane{
	font-size:90%;
	line-height:2em;
	padding-left:100px;
}

/******************************************************
	コメント
******************************************************/
#comment p.caption{
	font-weight:bold;
	margin-bottom:0.5em;
}
#comment p.date{
	color:#999;
	float:right;
	font-size:90%;
}
#comment p.comment{
	font-size:90%;
	line-height:2em;
}
#comment .form{
	padding:20px;
}
#comment .form p{
	line-height:2em;
	margin-bottom:1em;
}
#comment .form p.button{
	line-height:40px;
	margin-bottom:0;
}
#comment .msg{
	display:none;
	padding:20px;
}
#comment li.now{
	background-color:#efeaff;
}
#comment .more{
	border-top:1px solid #eeeeee;
	padding:20px;
}