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

div#contents img.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#contents div.question {
	border: 1px solid #999;
	margin-top: 5px;
	padding: 10px;
	margin-bottom:10px;
}

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

div#contents div.question img.photo {
	margin-right: 40px;
}

div#contents td dl.pbtm {
	margin-top: 20px;
}

div#contents td dd span{
	border: 1px solid #444;
	padding: 5px;
	margin: 5px;
}

div#contents table td:nth-child(2) {
	width: 180px;
}

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

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

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

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

div#contents table table td{
	border-bottom: 1px solid #79ddff;
	border-right: 1px solid #79ddff;
	width: 120px;
	text-align: center;
}

div#contents table table td:nth-child(1) {
	background-color: #fff;
	border-right: 1px solid #79ddff;
	border-left: 1px solid #79ddff;
	text-align: left;
}
