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

.question{
	margin-left:25px;
	text-align:left;
}
.question a,
.question a:hover,
.question a:visited{
	font-size:inherit;
	color:inherit;
	text-decoration:none;
}
.hide{
	font-size:xx-small;
	font-weight:bold;
	font-variant:small-caps;
	text-align:right;
}
.hide a,
.hide a:hover,
.hide a:visited{
	color:inherit;
	text-decoration:none;
}
.hidden{
	display:none;
}
.display{
	display:block;
	margin:3px 50px;
	padding:3px;
	border: 1px solid #000066;
}
.qanda{
	margin:7px 0px;
}
.number{
	display:inline-block;
	font-weight:bold;
	width:20px;
	text-align:right;
}
.toggle{
	margin-left:25px;
	font-size:xx-small;
	font-weight:bold;
	font-variant:small-caps;
	color:black;
}
.toggle a,
.toggle a:hover,
.toggle a:visited{
	color:inherit;
	text-decoration:none;
}