.table th {
    text-align: center;
}

.masthead + hr {
    margin: 0;
}

.dropdown-menu {
    background-color: #e2e3c8;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a:hover {
    background-color: #d8d9bf;
    color: black;
}

.dropdown-menu > li > a {
    color: #333;
}

.sympo-item,
.book-item,
.booklet-item,
.volume-item,
.thesis-item,
.treaty-item,
.literature-item,
/*.map-item,*/
.media-item,
.news-item,
.statement-item {
    cursor: pointer;
}

.sympo-item td,
.book-item td,
.booklet-item td,
.volume-item td,
.thesis-item td,
.treaty-item td,
.literature-item td,
.map-item td,
.media-item td,
.news-item td,
.statement-item td,
.link-item td {
    vertical-align: middle;
}

.qna-summary th {
    text-align: center;
}

a.button-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.attachment-file a.button-link {
    font-size: 13px;
    padding: 0 15px;
}

.attachment-file {
    margin-bottom: 10px;
    float: right;
}

.attachment-file a {
    margin: 0;
}

.attachment-file li > a {
    text-decoration: none;
}

.attachment-file .dropdown-menu > li > a {
    font-size: 13px;
}

.attachment-file .dropdown-menu {
    right: 0;
    left: auto;
}

td, th {
    font-size: 18px;
}

.ww-nav > li > a {
    font-weight: 400;
}

#copyright {
    font-size: 13px;
    line-height: 1.1;
    height:83px;
    width:540px;
}

@media (max-width: 767px) {
    #copyright {
        width: auto;
        height: auto;
    }
}