@charset "utf-8";



#Topics{
	margin-bottom: 100px;
}

#Topics h2 {
	background:none;
	text-align:center;
}

#Topics h2 span {
	background:none;
	color:#251e1c;
	font-size:187.5%;
}

#Topics dt span {
	display: inline-block;
	width: 8.4em;
}
#Topics dt span.hidden {
	visibility: hidden;
}

#Topics dd {
	margin-left: 19.2em;
}

#Topics dd ul li {
	/*margin-bottom:10px;
	padding-left:10.2em;
	text-indent:-10.8em;*/
	color:#251e1c;
}

#Topics dd ul li a {
	/*padding-left:10px;*/
	color:#251e1c;
}

#Topics dd ul li img {
	margin-left:5px;
}


/* for Responsive Web Design
=========================================================================================== */

/*--- for - 994px ---*/
@media screen and (max-width: 994px) {
}

/*--- for 768px + ---*/
@media screen and (min-width: 768px) {
	#Topics .DateListStyle2 dt {
		width: 19.2em;
		padding: 15px 0 !important;
		border-top: solid 1px #ddd;
	}

	#Topics h2 + .ResponsiveLinkListStyle .DateListStyle2 {
		border-bottom: solid 1px #ddd;
	}

	#Topics .DateListStyle2 ul {
		margin: 0 !important;
	}

	#Topics .DateListStyle2 li {
		min-height: 21px;
		padding: 15px 0 !important;
		border-top: solid 1px #ddd;
		overflow: hidden;
	}
}

/*--- for - 767px ---*/
@media screen and (max-width: 767px) {
	.JS #Topics dd {
		margin-left: 0;
	}

	.JS #Topics dd ul li {
		margin-bottom: 0;
	}

	.JS #Topics dd strong span {
		display: inline-block;
		width: 8.8em;
	}
}


/*--- for - 579px ---*/
@media screen and (max-width: 579px) {
}


/*--- for - 399px ---*/
@media screen and (max-width: 399px) {
}
