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

.abox{
	margin:2rem 0.5rem 0 0.5rem;
	border-radius:8px;
	background-color:#FFF;
	padding:2px;
	box-shadow:2px 2px 3px 0px #CCC;
}
.abox:last-child{
	margin-bottom:3rem;
}
.atb{
	border:2px dashed #CCC;
	margin:2px;
	border-radius:6px;
}
.answert{
	color:#0085B2;
	font-weight:bold;
	padding:3px 5px 3px 2.5em;
	text-indent:-2em;
}
.answerbtn{
	text-indent:0;
	display:inline-block;
	background-color:#0085B2;
	font-size:1rem;
	line-height:1em;
	padding:1px;
	border-radius:3px;
	text-shadow:none;
	color:#FFF;
	background-image:url(/sp/img/common/point_sq_w.png);
	background-repeat:no-repeat;
	background-size:6px 10px;
	background-position:right center;
	padding-right:6px;
}
	
.answertext{
	border-top:2px dashed #CCC;
	padding:3px 5px;
	display:none;
}
.tbtn{
	width:8em;
	text-align:center;
	display:block;
	background-color:#0085B2;
	padding:3px;
	border-radius:6px;
	margin:0 0 auto auto;
}
.tbtn .closeAnswer{
	color:#FFF;
	text-shadow:none;
}
