@charset "UTF-8";

@media screen and (min-width:701px) {
	#topics article {
		width: 960px;
	}
}

#topics h2 {
	text-align: center;
}

@media screen and (max-width:700px) {
	#topics article {
		width: 95%;
	}

	#topics article b {
		font-size: 1em !important;
	}

	#topics h2 img {
		width: 100%;
	}
}

#topics p {
	margin: 15px 0;
}

#topics .kome {
	color: #555;
	font-size: 0.8em;
	text-shadow: none;
}

#topics h2 {
	font-size: 1.2em;
	text-align: center;
}

#topics h2 p {
	margin: 0 auto;
	border-bottom: #ff4970 2px solid;
	width: 80%;	
}

#topics .notes {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}