@charset "utf-8";

.column {
    width: 1024px;
    overflow: hidden;
    padding: 0 0 50px 0;
}


.content {
    margin: 0 20px 0 0;
    width: 720px;
}


.about-content h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.about-content p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin: 20px 0 0 0;
}

.about-content p strong {
    font-size: 18px;
}

.about-content p img {
    text-align: center;
}

.serve-content p {
    font-size: 16px;
    color: #ab6446;
    line-height: 32px;
    margin: 10px 0 0 0;
}

.serve-content p strong {
    font-size: 18px;
}

.exhibit-list dl {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #ead9c1;
}

.exhibit-list dt {
    float: left;
    width: 210px;
}

.exhibit-list dd {
    float: left;
    width: 455px;
    margin: 0 0 0 20px;
}

.exhibit-list dd h2 a {
    font-size: 16px;
    color: #ab6446
}

.exhibit-list dd h2 a:hover {
    text-decoration: underline;
}

.exhibit-list dd em {
    font-size: 14px;
    color: #b29872;
    margin: 5px 0;
    display: block;
}

.exhibit-list dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.collection-list li {
    float: left;
    width: 216px;
    margin: 0 0 30px 30px;
}

.collection-list li a img {
    width: 196px;
    height: 240px;
    border: 10px solid #dacaa6;
}

.collection-list li h2 a {
    text-align: center;
    display: block;
    color: #ab6446;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.news-title h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.news-title p {
    color: #8e8e8e;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}

.news-main p {
    width: 720px;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin: 20px 0 0 0;
}

..news-main p strong {
    font-size: 18px;
}

.news-main p img {
    text-align: center;
}

.news-main p em {
    display: block;
    font-size: 14px;
    color: #666;
    margin: 10px 0 0 0;
    text-align: center;
}
