@import url(../basic.css);

div#contents p.figure {
	text-indent: -1em;
}

div#contents div.question {
	border: 1px solid #999;
	margin: 5px auto 10px auto;
	padding: 10px;
	width:400px;
}

div#contents div.question h4 {
	text-align:center;
}

div#contents div.question p {
	text-indent:0;
	margin-left:20px;
}

div#contents div.opinion {
	border: 1px dotted #999;
	margin-left:2em; 
	padding: 10px;
	margin-top:-1em;
	margin-bottom:10px;
}


div#contents table table {
margin-left: 0;
margin-top:0;
border-top: 1px solid #79ddff;
border-left: 1px solid #79ddff;
border-bottom: none;
float: left;
}

div#contents table table th {
border-top: 1px solid #79ddff;
border-bottom: 1px solid #79ddff;
border-right: 1px solid #fff;
}

div#contents table table th:last-child {
border-right: 1px solid #79ddff;
}

div#contents table table td{
border-bottom: 1px solid #79ddff;
border-right: 1px solid #79ddff;
}


