table.organ-list {
	border-collapse: collapse;
	width: 600px;
}

table.organ-list td {
	padding: 3px;
}

table.organ-list tr:nth-child(odd) {
	background-color: #C2A992;
}

section.organ  {
	text-align: center;
}

#organ-image img {
	max-width: 600px;
	margin-top: 20px;
}

section.organ span {
	display: block;
	line-height: 20px;
}

section.organ hr {
	background: #C2A992;
	height: 1px;
	border: solid #C2A992 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content {
	text-align: left;
}

section.organ table {
	width: 100%;
}

section.organ th p {
	display: inline;
	font-weight: normal;
	margin-left: 0;
}

section.organ table {
	border-collapse:collapse;
	margin-top: 10px;
}

section.organ table td:nth-child(3n) {
	width: 300px;
}

section.organ table td:nth-child(3n+1) {
	width: 150px;
}

section.organ table td:nth-child(3n+2) {
	width: 150px;
}

section.organ table tr:nth-child(1) {
	background-color: #fff;
}

section.organ table tr:nth-child(even) {
	background-color: #C2A992;
}

section.organ li {
	list-style-type: none;
}

/**section.organ li:before {
	/**content: "\2666" " ";
	color: #5A0D0D;
}**/

.organ-cd {
	margin-top: 10px;
	background-color: #C2A992;
	height: 70px;
	padding: 3px;
}

.organ-cd img {
	height: 50px;
	float: left;
	margin: 10px;
}

.organ-cd a {
	font-weight: bold;
	color: #000;
}

.organ-cd p {
	margin: 3px;
}

.nowrap {
	white-space: nowrap;
}