@charset "utf-8";

div.document { padding: 4em 0; }

div.guest_write { padding-bottom: 4em; }
div.guest_head { border-bottom-width: 1px; }
div.guest_write div.guest_head { border: 0; }
div.guest_content { margin: 0.5em; }
div.guest_foot { width: 100%; margin-bottom: 0.2em; }

div.document_edit,
div.document.mode_edit div.document_view { display: none; }
div.document.mode_edit div.document_edit { display: block; }

.quiet_board table.document_info { margin: 0; margin-top: 0.2em; }
.quiet_board div.notice { margin: 4em 0; }

div.comment_list { margin-left: 5em; }
div.comment,
div.comment_reply,
div.comment_write { margin-top: 2em; }
div.comment_head { border-style: dotted; border-bottom-width: 1px; }
div.comment_body { margin: 0.5em; }
div.comment_reply, 
div.comment_edit,
div.comment.mode_edit div.comment_view { display: none; }
div.comment.mode_edit div.comment_edit { display: block; }
div.comment.mode_reply div.comment_reply { display: block; margin-left: 5em; }
div.comment_write div.comment_head,
div.comment_reply div.comment_head { border: 0; }
