@charset "UTF-8";

body#topics .topic_area dl {
}
body#topics .topic_area dl dt {
	margin: 0 0 0.5em;
	color: #113ad0;
}
body#topics .topic_area dl dd {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #5e5e5e;
}
body#topics .pager-prev {
	float: left;
}
body#topics .pager-next {
	float: right;
}
body#topics .pager-prev a,
body#topics .pager-next a {
	display: block;
	margin-top: 80px;
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

body#topics .topic_area dl {
	font-size: 115%;
}
body#topics .topic_area dl dt {
	float: left;
	width: 9em;
	margin: 0 -9em 0 0;
}
body#topics .topic_area dl dd {
	margin: 0 0 1em 0;
	padding: 0 0 1em 9.5em;
}
body#topics .topic_area dl dd a {
	text-decoration: none;
	color: #656565;
}
body#topics .topic_area dl dd a:hover {
	text-decoration: underline;
}


/* 737px以上用（PC用）の記述 end */
}




/*------------------------------------------ clear */

body#topics .topic_area dl {
	zoom: 100%;
}
body#topics .topic_area:after,
body#topics .topic_area dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}