@charset "UTF-8";

@media screen and (min-width: 901px) {
    #mv_outer {
    z-index: -1;
}
    main {
    overflow: visible;
}
    a#news+div {
    position: absolute;
    right: 0px;
    overflow: visible;
    top: -175px;
    z-index: 999;
}

a#news+div ul {
        background: #fff;
        min-width: 570px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 900px) {
a#hd+section {
    padding-top: 50px !important;
}
}