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

	.answer{	/*解答部分 */
	padding:3px;
	width:500px;
	background-color:#FFF0F7;
	/* 変更不可 */
		display:none;
	}
	
	.question{	/*質問部分 */
	font-weight:bold;
	cursor:pointer;
	color: #953948;
	margin-top: 8px;
	}
	
	#ads{
		margin-top:12px;
	}

