@charset "utf-8";

.topics {
	margin: 15px 0 0;
	box-shadow:rgba(64, 64, 64, 0.4) 7px 14px 23px -14px;
	-webkit-box-shadow:rgba(64, 64, 64, 0.4) 7px 14px 23px -14px;
	-moz-box-shadow:rgba(64, 64, 64, 0.4) 7px 14px 23px -14px;
}

.topics:first-child {
	margin: 0;
}

h2 {
	text-align: center;
	padding: 5px 10px;
	line-height: 1.0;
}

h2 img {
	height: 20px;
	width: auto;
}

.topic01 h2 {
	background-color: #C1599D;
}

.topic02 h2 {
	background-color: #13AE67;
}

.topic03 h2 {
	background-color: #70C7DA;
}

.topic04 h2 {
	background-color: #EB613B;
}

.topic-content {
	padding: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	zoom: 1;
}

.topic-content img {
	float: right;
	margin: 0 0 0 10px;
	width: 100px;
	height: auto;
}