@charset "UTF-8";
.topics {
	/*background-image: url(/topImage/topics.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin: 0px;
	width: 80%;
	height: auto;
	padding: 0;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}
.topics h3 {
	text-indent: -9999px;
	display: none;
}
.topics .inner {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: scroll;
	height: 400px;
	margin-right: 10px;
	margin-top: 0px;
}
.topics .inner dl dt {
	font-size: 14px;
	/*background-image: url(../topImage/topics_point.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	background: #366395;
	color: #fff;
	padding: 4px;
	margin: 0px;
	float: left;
	clear: both;
	margin: .5rem;
}
.topics .inner dl dd {
	font-size: 14px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.topics .inner dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

}
#leftTopics {
	width: 100%;
}

@media screen and (max-width: 575px) {
	.topics {
		width: 100%;
	}
	.topics .inner dl {
		overflow: hidden;
	}



}
