#Contents .viewer.office ul li .handle {
	visibility: hidden;
}
#Contents .viewer.office ul li .button.edit {
	right: 0;
}
#Contents .viewer.office ul li .button.delete {
	display: none;
}

#Contents dl.form dt {
    width: 210px;
}
#Contents dl.form dd {
    margin: 0 0 10px 210px;
    width: calc(100% - 210px);
}
#Contents .editor dl.form dd.note {
    margin: -8px 0 10px 210px;
}
#Contents .viewer.office ul li:not(:first-child) {
	display: none;
}
#Contents .viewer.joint ul li:first-child {
}