/* ------------------------------------------
	contents
------------------------------------------ */

#contents dl {
	margin-left: .5em;
}
#contents dt {
	font-weight: bold;
	margin-bottom: 1em;
}
#contents dd {
	margin-left: .5em;
	margin-bottom: 1.5em;
}
#contents dl.case {
	margin-left: 2em;
}
#contents dl.case dt {
	display: list-item;
	list-style-type: disc !important;
	margin-bottom: 1em;
}
#contents dl.case dd {
	margin-left: 0;
}
/* ------------------------------------------
	MQ
------------------------------------------ */

@media screen and (max-width: 640px) {
	#contents ul.right {
	text-align: left !important;
	}
}