* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: monospace; font-size: 13px; background: #fff; color: #000; padding: 8px 12px; }
a { color: #00e; }
a:visited { color: #551a8b; }
h1 { font-size: 15px; border-bottom: 1px solid #000; margin-bottom: 6px; padding-bottom: 2px; }
h2 { font-size: 13px; margin: 10px 0 4px; }
.board-cat { margin-bottom: 12px; }
.board-cat h2 { border-left: 3px solid #000; padding-left: 4px; }
.thread-list { list-style: none; }
.thread-list li { padding: 2px 0; border-bottom: 1px dotted #ccc; }
.thread-meta { color: #666; font-size: 11px; }
.res { border-bottom: 1px solid #eee; padding: 4px 0 6px; margin-bottom: 2px; }
.res-header { color: #666; font-size: 11px; margin-bottom: 2px; }
.res-header .name { color: #000; font-weight: bold; }
.res-header .trip { color: #080; }
.res-header .mail a { color: #00e; }
.res-body { white-space: pre-wrap; font-family: monospace; line-height: 1.5; padding-left: 8px; }
.post-form { border: 1px solid #999; padding: 8px; margin: 10px 0; max-width: 600px; }
.post-form table { border-collapse: collapse; width: 100%; }
.post-form td { padding: 2px 4px; vertical-align: top; }
.post-form input[type=text], .post-form textarea { width: 100%; font-family: monospace; font-size: 13px; border: 1px solid #999; padding: 2px; }
.post-form textarea { height: 80px; }
.post-form input[type=submit] { margin-top: 4px; padding: 2px 10px; }
.error { color: #c00; border: 1px solid #c00; padding: 4px; margin: 6px 0; }
.notice { color: #060; margin: 4px 0; }
.nav { margin-bottom: 8px; font-size: 12px; }
.closed-notice { color: #c00; font-size: 12px; margin: 6px 0; }
