@charset "utf-8";



.table01 {

	width: 100%;

	border-collapse: collapse;

}



.table01 th {

	border: 1px solid #aaa;

	padding: 5px;

	font-size: 75%;

	background: #E6F1D8;

	font-weight: bold;

}





.table01 td {

	border: 1px solid #aaa;

	padding: 5px;

	font-size: 75%;

	background: #fff;

	width: 320px;

}





.question {

	background: url(../img/question.png) no-repeat;

	line-height: 32px;

	font-size: 90%;

	color: #069;

	padding: 0 0 0 36px;

	margin-bottom: 5px;

}



.question2 {

	background: url(../img/question.png) no-repeat;

	font-size: 90%;

	color: #069;

	padding: 0 0 0 36px;

	margin-bottom: 5px;

}



.answer {

	background: #fff;

	border: 1px solid #999;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	padding: 10px;

	margin: 0 10px 15px;

}



.answer p {

	font-size: 90%;

	line-height: 1.4;

	margin: 0;

	padding: 0;

}

