@charset "utf-8";


div.case {
	margin-bottom: 50px;
	}

div.case dl {
	margin-bottom: 20px;
	padding: 15px;
	padding-bottom: 0;
	border: 1px solid #ccc;
	}

* html body div.case dl {
	padding: 15px;
	}

div.case dt {
	color: #080;
	font-weight: bold;
	}

div.case dd {
	margin-bottom: 1em;
	padding-left: 20px;
	}

div.case dd.comment {
	background: url(../img/comment.png) left 0.2em no-repeat;
	}

div.case dd.length {
	background: url(../img/clock.png) left 0.2em no-repeat;
	}



