.bbs-container {
    width: 581px;
    margin: 0 auto;
}

.form-table {
    margin: 16px auto;
    border-collapse: collapse;
    width: 82%;
}

.form-table th {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    padding: 4px 18px 4px 0;
    width: 160px;
}

.form-table td {
    width: 100%;
}

input[type="text"],
textarea {
    width: 100%;
    box-sizing: border-box;
    font: inherit;
    border: 1px solid #aaaaaa;
    padding: 2px;
}

textarea {
    height: 120px;
}

.buttons {
    text-align: center;
    margin: 12px 0;
}

button,
input[type="submit"],
input[type="button"] {
    font: inherit;
    padding: 4px 18px;
}

.list-info {
    text-align: right;
    margin: 10px 20px;
}

.post-list {
    width: 100%;
    border-collapse: collapse;
}

.post-list td {
    border-bottom: 1px solid #cccccc;
    padding: 2px 10px;
    white-space: nowrap;
}

.post-list .subject {
    white-space: normal;
}

.pager {
    margin: 10px 0;
    text-align: center;
}

.confirm {
    border-collapse: collapse;
    width: 66%;
    margin: 16px auto;
}

.confirm th,
.confirm td {
    border: 1px solid #aaaaaa;
    padding: 6px 12px;
    vertical-align: top;
}

.confirm th {
    font-weight: normal;
    text-align: left;
    width: 150px;
}
