.select-container {
    margin: 0 auto 10px auto;
    max-width: 937px;
}
.select-container #article_type {
	padding:10px 15px;
	border-radius:5px;
}

.select-container #article_type option {
	padding:10px 15px;
}

.notice-list {
    max-width: 937px;
    margin: 0 auto;
}

.notice-list table {
    width: 100%;
    border-top: 2px solid #333;
}
.notice-list table tr {
    border-bottom: 1px solid #aaa;
}
.notice-list table th,
.notice-list table td {
    padding: 16px 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.notice-list table th {
    background: #f2f2f2;
    font-weight: 700;
}

.notice-list table td.post-title {
    text-align: left;
}

.notice-list table td a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 720px) {
    .notice-list table {
        display: block;
    }

    .notice-list table thead {
        display: none;
    }

    .notice-list table tbody,
    .notice-list table tbody tr,
    .notice-list table tbody tr td {
        display: block;
    }

    .notice-list table tbody tr {
        padding: 10px 0;
    }
    .notice-list table tbody tr td {
        padding: 4px 0;
        text-align: left;
    }

    .notice-list table tbody tr td.index {
        display: none;
    }

    .notice-list table tbody tr td.post-date {
        font-size: 12px;
        color: #666;
    }
}