.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"] {
    position: absolute;
    font-size: 1em;
    top: -1px;
    left: -4px;
    width: 100%;
    height: 100%;
    padding: 1px 4px;
    background-color: #f00;
    opacity: 0.2;
}

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


.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;
}

.annotationLayer .linkAnnotation > a:hover[href="#p024_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p024_2"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p095_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p095_2"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p095_3"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p095_4"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p074_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p074_2"]:after {
    position: absolute;
    font-size: 1em;
    top: -1px;
    left: -4px;
    width: 100%;
    height: 100%;
    padding: 1px 4px;
    background-color: #f00;
    opacity: 0.2;
    content: '';
}


.annotationLayer .linkAnnotation > a:hover[href="#p024_1"]:before {
    width: 100%;
    top: 0;
    right: 0;
}
.annotationLayer .linkAnnotation > a:hover[href="#p024_1"]:after {
    width: 250%;
    top: 13px;
    left: -475px;
}
.annotationLayer .linkAnnotation > a:hover[href="#p024_2"]:before {
    width: 100%;
    top: 0;
    right: 0;
}
.annotationLayer .linkAnnotation > a:hover[href="#p024_2"]:after {
    width: 30%;
    top: -15px;
    left: 468px;
}

.annotationLayer .linkAnnotation > a:hover[href="#p095_1"]:before {
    width: 100%;
    top: 0;
    right: 0;
}
.annotationLayer .linkAnnotation > a:hover[href="#p095_1"]:after {
    width: 250%;
    top: 10px;
    left: -96px;
/*    left: -110px;*/
}
.annotationLayer .linkAnnotation > a:hover[href="#p095_2"]:before {
    width: 100%;
    top: 0;
    right: 0;
}
.annotationLayer .linkAnnotation > a:hover[href="#p095_2"]:after {
    width: 30%;
    top: -10px;
    left: 90px;
/*    left: 104px;*/
}

.annotationLayer .linkAnnotation > a:hover[href="#p095_3"]:before {
    width: 100%;
    top: 0;
    right: 0;
}
.annotationLayer .linkAnnotation > a:hover[href="#p095_3"]:after {
    width: 20%;
    top: 10px;
    left: -85px;
}
.annotationLayer .linkAnnotation > a:hover[href="#p095_4"]:before {
    width: 100%;
    top: 0;
    right: 0;
}
.annotationLayer .linkAnnotation > a:hover[href="#p095_4"]:after {
    width: 240%;
    top: -10px;
    left: 80px;
}

.annotationLayer .linkAnnotation > a:hover[href="#p074_1"]:before {
    width: 100%;
    top: 0;
    right: 0;
}
.annotationLayer .linkAnnotation > a:hover[href="#p074_1"]:after {
    width: 250%;
    top: 10px;
    left: -110px;
}
.annotationLayer .linkAnnotation > a:hover[href="#p074_2"]:before {
    width: 100%;
    top: 0;
    right: 0;
}
.annotationLayer .linkAnnotation > a:hover[href="#p074_2"]:after {
    width: 30%;
    top: -10px;
    left: 104px;
}


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;
}
