@charset "utf-8";
/* CSS Document */

.newsArea dl {
	border-top: 1px dotted #ccc;
	margin-bottom: 1em;
}

.newsArea dl dt {
	float: left;
	clear: left;
	padding: 0.5em 0;
}

.newsArea dl dd {
	padding: 0.5em 0 0.5em 5em;
	border-bottom: 1px dotted #ccc;
}

#contentsSub ul li {
	width: 100%;
	margin-right: 0;
}

#contents #contentsSub a {
	color: #ffffff;
}


@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
	#contentsSub ul li {
		margin-top: 0;
	}
}