@charset "UTF-8";

.clum {
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.clum h2 {
	font-size: 1.3em;
	margin-bottom: 1px;
}
.clum dt {
	
	display: block;
	float: left;
}
.clum dd {
	display: block;
	float: right;
}
.clum .text {
	margin-bottom: 70px;
	float: right;
	width: 410px;
}
.clum .link {
	display: block;
	float: right;
	width: 420px;
}

.clum:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

