@charset "UTF-8";
/* CSS Document */

.newsArea {
}
.newsPart {
    border-bottom: 2px solid #eee;
    margin-bottom: 3em;
    padding: 1.5em 0;
    margin: 0 0 1em 0;/*background-color: white;*//*border-radius: 0.5em;*/
}
.newsPart p:last-child {
    margin-bottom: 0;
}
.newsDate {
    font-size: 0.8em;
    color: #666;
    margin-bottom: 0.4em;
}
.newsTitle {
    font-size: 1.1em;
    margin-bottom: 0.55em;
    color: #006;
    font-weight: bold;
}
.newsText {
    line-height: 1.3em;
    font-size: 1em;
    margin-bottom: 1em;
    clear: both;
}
.newsLink {
    font-size: 0.9em;
    font-weight: bold;
    text-align: right;
}
.newsBorder {
    clear: both;
    height: 1px;
    background-color: #DEDEDE;
    margin: 1em 0;
}
.btnArea {
    margin-bottom: 1em;
}
.btnTop {
    margin-bottom: 0.5em;
    text-align: center;
    padding: 1em;
    border: 2px solid #fff;
    border-radius: 0.25em;
    background-color: #aaa;
    color: #fff;
    opacity: 0.9;
    background-image: url("i/btnBG.png");
    background-position: center center;
}
.btnTop a {
    color: #fff;
    text-decoration: none;
}
.btnTop:hover {
    opacity: 1;
}
.bannerArea {
    padding: 0;
}
.banner img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    border: 1px solid #aaa;
}
.updated {
    z-index: 999;
    position: absolute;
    top: 1em;
    right: 3em;
}
.expoArea {
    margin-bottom: 2em;
    text-align: center;
    font-size: 0.66em;
}
.expoArea a {
    text-decoration: none;
    color: #333;
}
.expoArea img {
    width: 100%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 0.25em;
}
.videoBox {
    background-color: rgba(255,255,255,0.95);
    border-radius: 0.25em;
    margin-bottom: 0.66em;
}
.videoCaption {
    padding: 0.25em;
}