@charset "utf-8";

dl.itembox {
	padding: 1em 0; 
	border-bottom: 1px dotted #CCCCCC;
}

dl.itembox dt {
	float: left;
	width: 78px;
	font-weight: bold;
}
dl.itembox dd {
	float: left;
	width: 420px;
	padding: 0 10px;
}
dl.itembox dd.cover {
	width: 200px;
	padding: 0;
	text-align: center;
}
