div.headline {
    height: 148px;
}

div.headline a.title {
    display: block;
    width: 620px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

div.headline a.title img {
    position: absolute;
    top: 10px;
    left: 0;
    height: 128px;
}

div.headline a.title img + img {
    top: 45px;
    left: 123px;
    height: 70px;
}

div.headline a.title span {
    position: absolute;
    top: 16px;
    left: 121px;
    color: #999999;
    font-family: sans-serif;
}

@media screen and (min-width: 0) and (max-width: 620px) {
    /* Logo */
    div.headline a.title {
        width: auto;
    }

    div.headline a.title img {
        position: absolute;
        top: 10px;
        left: 50%;
        height: 128px;
        display: block;
        margin-left: -64px;
    }

    div.headline a.title img + img {
        top: 140px;
        left: 50%;
        height: auto;
        margin-left: -62px;
        width: 128px;
    }

    div.headline a.title span {
        position: absolute;
        top: 16px;
        left: 50%;
        color: #999999;
        font-family: sans-serif;
        margin-left: 56px;
    }
    /* End */
}
