@charset "utf-8";

.topics {
	background-color: #FFFFFF;
	border: #40220F solid 1px;
	border-radius: 5px;
	padding: 10px;
	margin: 15px 0 0;
}

.topics:first-child {
	margin: 0;
}

h2 {
	margin: 0 0 10px;
	line-height: 1.0;
}

h2 img {
	height: 30px;
	width: auto;
	max-width: 100%;
}

.topic-lead {
	background: url(../img/umaimon/topic_lead_bg.gif) left bottom repeat-x;
	background-size: auto 8px;
	font-weight: bold;
	margin: 0 0 10px;
}

.topic-content {
	overflow: hidden;
	zoom: 1;
}

.topic-content img {
	float: right;
	margin: 0 0 0 10px;
	width: 150px;
	height: auto;
}

.photo-credit {
	margin-top: 10px;
	text-align: right;
	font-size: 1.2rem;
}