@charset "utf-8";

.cd_info{
	margin: 20px auto 0px;
	padding-bottom: 20px;
	width: 600px;
	border-bottom: 1px dashed #555555;
}

.cd_info .cd_image table {
    table-layout: fixed;
    font-size: 11px;
}
.cd_info .cd_image table th{
    font-weight: normal;
    width: 4em;
    text-align: right;
    vertical-align: top;
}

.cd_info.last {
	border-bottom: none;
}

.cd_image{
	float: left;
	width: 200px;
}

.cd_note{
	float: right;
	width: 370px;
}

.cd_note p {
	padding: 0 !important;
	margin: 0 !important;
}

.cd_note ul{
	list-style-type: decimal;
	margin-left: 30px;
}
.cd_note ul li.em{
    font-weight: bold;
}