/***************************************
 * kounyu.css
 ***************************************/

.search {
	margin: 40px 0;
	text-align: center;
}
h3 {
	margin-bottom: 10px;
}
.kounyu {
	width: 600px;
	margin-bottom: 30px;
	line-height: 1.5;
	vertical-align: top;
}
.kounyu th {
	width: 90px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.kounyu th div {
	padding: 10px 0 0;
}

.kounyu td.img {
	width: 20px;
	border-bottom: 1px solid #ccc;
}
.kounyu td.text {
	width: 330px;
	background: #F9FAF5;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
.kounyu td.text div {
	padding: 10px 8px;
}
.kounyu td.photo {
	width: 160px;
	background: #F9FAF5;
	border-bottom: 1px solid #ccc;
}

