.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 #00f;
    width: 100%;
    margin: 0;
}

#pageContainer13 .annotationLayer .linkAnnotation > a:hover[href$=".pdf"],
#pageContainer20 .annotationLayer .linkAnnotation > a:hover[href$="accessmap-popup01.html"] {
    position: absolute;
    font-size: 1em;
    top: -1px;
    left: -2px;
    width: 100%;
    height: 100%;
    padding: 1px 2px;
    background-color: #f00;
    opacity: 0.2;
    content: '';
    border: none;
}


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

.annotationLayer .linkAnnotation > a:hover[href="#m_p02"]:before,
.annotationLayer .linkAnnotation:nth-child(14) > a:hover[href="#m_p21"]:before,
.annotationLayer .linkAnnotation:nth-child(30) > a:hover[href="#m_p31"]:before,
.annotationLayer .linkAnnotation:nth-child(36) > a:hover[href="#m_p35"]:before,
.annotationLayer .linkAnnotation:nth-child(44) > a:hover[href="#m_p36"]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #00f;
}
.annotationLayer .linkAnnotation > a:hover[href="#m_p02"]:after,
.annotationLayer .linkAnnotation:nth-child(30) > a:hover[href="#m_p31"]:after {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #00f;
    content: '';
}

.annotationLayer .linkAnnotation > a:hover[href="#m_p02"] {
    top: -13px;
}
.annotationLayer .linkAnnotation > a:hover[href="#m_p02"]:before {
    top: 27px;
    width: 45%;
}
.annotationLayer .linkAnnotation > a:hover[href="#m_p02"]:after {
    top: 56px;
    left: 0;
    width: 45%;
}

.annotationLayer .linkAnnotation:nth-child(14) > a:hover[href="#m_p21"]:before {
    top: 12px;
    left: 0;
    width: 72%;
}

.annotationLayer .linkAnnotation:nth-child(30) > a:hover[href="#m_p31"]:before {
    top: 13px;
    width: 69%;
}
.annotationLayer .linkAnnotation:nth-child(30) > a:hover[href="#m_p31"]:after {
    top: 29px;
    width: 90%;
}

.annotationLayer .linkAnnotation:nth-child(36) > a:hover[href="#m_p35"]:before {
    top: 14px;
    left: 0;
    width: 70%;
}

.annotationLayer .linkAnnotation:nth-child(44) > a:hover[href="#m_p36"]:before {
    top: 14px;
    left: 0;
    width: 55%;
}


.annotationLayer .linkAnnotation > a:hover[href^="#p"]:before {
    position: absolute;
    font-size: 1em;
    top: -1px;
    left: -2px;
    width: 100%;
    height: 100%;
    padding: 1px 2px;
    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;
}
