.annotationLayer .linkAnnotation > a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.annotationLayer .linkAnnotation > a:hover {
    opacity: 1.0;
    display: block;
    position: relative;
}

.annotationLayer .linkAnnotation > a:hover:before {
    display: block;
    width: 105%;
    color: #f00;
    font-size: 10px;
    content: '';
    text-decoration: none;

    font-family: 'メイリオ',Meiryo;
    background-color: #fff;
    margin: 0 0 0 0;

    transform: scale(1.0, 1.0);
    transform-origin:0 0;
}


.annotationLayer .linkAnnotation > a:hover[href^="https"],
.annotationLayer .linkAnnotation > a:hover[href^="http"] {
    border-bottom: 2px solid #f00;
    width: 100%;
    margin: 0;
}

.annotationLayer .linkAnnotation > a:hover[href^="https://www.google.co.jp/maps/"],
.annotationLayer .linkAnnotation > a:hover[href^="https://www.google.com/maps/"] {
    border: none;
}
.annotationLayer .linkAnnotation > a:hover[href^="https://www.google.co.jp/maps/"]:after,
.annotationLayer .linkAnnotation > a:hover[href^="https://www.google.com/maps/"]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 58px;

    content: url(./images/google_icon-c.png);

    transform: scale(0.35);
    transform-origin: 0 0;
}

.annotationLayer .linkAnnotation > a:hover[href^="#m_"] {
    border-bottom: 2px solid #f00;
    width: 101%;
    margin: 0;
}


.annotationLayer .linkAnnotation > a:hover[href^="#p"]:before {
    position: absolute;
    font-size: 1em;
    top: -1px;
    left: -4px;
    width: 100%;
    height: 100%;
    padding: 1px 4px;
    background-color: #f00;
    opacity: 0.2;
}


a:-webkit-any-link {
    text-decoration: none;
}
a:-moz-any-link {
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}
a:-ms-any-link {
    text-decoration: none;
}
a {
    text-decoration: none;
}
