@charset "utf-8";

/* フッタ用 vol別リンク */
.top-nav-vol {
    height: 731px;
    background: url(https://cdn.autoc-one.jp/static/article-assets/special/3488212/images/footer_nav_vol_4_bg.jpg) no-repeat center top, #111111;
}

.top-nav-vol nav{
    padding: 30px 0;
}

.top-nav-vol nav ul{
    margin: 0 0 30px 0;
}

.top-nav-vol nav ul li{
     float: left;
 }

.top-nav-vol nav ul li:last-child{
    float: right;
}

.top-nav-vol nav ul li:first-child img
{
    width: 450px;
    height: auto;
    margin: 0 0 0 0;
}

.top-nav-vol nav ul li:first-child a img, .top-nav-vol nav ul li:nth-child(2) a img{
    width: 450px;
    height: auto;
    margin: 0 0 0 0;
}

.top-nav-vol nav ul li:last-child img {
    width: 450px;
    margin: 0 0 0 0;
}

.top-nav-vol nav ul li img.vol_present {
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
}