@charset "utf-8";

/*---------------------------------------
 トピックスバナー
=======================================*/

.news-fadebanner-outer{
    display: block;
    width: 10px;
    height: 200px;
    position: fixed;
    bottom: 50px;
}

.news-fadebanner {
    position: absolute;
    left: -225px;
    /*position: fixed;
    bottom: 20px;
    left: 20px;*/
    font-size: 77%;
}
.news-fadebanner a {
    display: block;
    width: 200px;
    height: 200px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /*background: #666;
    padding: 7px;
    border-radius: 5px;*/
}

.news-fadebanner a:hover {
    text-decoration: none;
    /*background: #999;*/
}

.news-fadebanner a:hover img{
    opacity: 0.7;
    filter: "alphe(opacity=70)";
    -ms-filter: "alpha(opacity=70)";
    background: #FFF;
}

