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

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

.annotationLayer .linkAnnotation > a:hover:before {
    display: block;
    position: absolute;
    top: 100%;
    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^="mailto"],
.annotationLayer .linkAnnotation > a:hover[href^="http"],
.annotationLayer .linkAnnotation > a:hover[href^="https"] {
    border-bottom: 2px solid #f00;
    width: 100%;
    margin-top: -1px;
}

div.page[data-page-number="26"] .annotationLayer .linkAnnotation:nth-of-type(4) > a:hover[href$="form.html"],
div.page[data-page-number="26"] .annotationLayer .linkAnnotation:nth-of-type(5) > a:hover[href$="form.html"],
div.page[data-page-number="42"] .annotationLayer .linkAnnotation:nth-of-type(2) > a:hover[href$="scholarships"],
div.page[data-page-number="42"] .annotationLayer .linkAnnotation:nth-of-type(3) > a:hover[href$="scholarships"] {
    border: none;
}
div.page[data-page-number="26"] .annotationLayer .linkAnnotation:nth-of-type(4) > a:hover[href$="form.html"]:before,
div.page[data-page-number="26"] .annotationLayer .linkAnnotation:nth-of-type(4) > a:hover[href$="form.html"]:after,
div.page[data-page-number="26"] .annotationLayer .linkAnnotation:nth-of-type(5) > a:hover[href$="form.html"]:before,
div.page[data-page-number="26"] .annotationLayer .linkAnnotation:nth-of-type(5) > a:hover[href$="form.html"]:after,
div.page[data-page-number="42"] .annotationLayer .linkAnnotation:nth-of-type(2) > a:hover[href$="scholarships"]:before,
div.page[data-page-number="42"] .annotationLayer .linkAnnotation:nth-of-type(2) > a:hover[href$="scholarships"]:after,
div.page[data-page-number="42"] .annotationLayer .linkAnnotation:nth-of-type(3) > a:hover[href$="scholarships"]:before,
div.page[data-page-number="42"] .annotationLayer .linkAnnotation:nth-of-type(3) > a:hover[href$="scholarships"]:after {
    display: block;
    position: absolute;
    border-bottom: 2px solid #f00;
    width: 100%;
    content: '';
}

div.page[data-page-number="26"] .annotationLayer .linkAnnotation:nth-of-type(4) > a:hover[href$="form.html"]:after {
    width: 42%;
    top: 219%;
    left: -107%;
}
div.page[data-page-number="26"] .annotationLayer .linkAnnotation:nth-of-type(5) > a:hover[href$="form.html"]:after {
    width: 250%;
    top: -25%;
    left: 263%;
}

div.page[data-page-number="42"] .annotationLayer .linkAnnotation:nth-of-type(2) > a:hover[href$="scholarships"]:after {
    width: 264%;
    top: 219%;
    left: -1218%;
}
div.page[data-page-number="42"] .annotationLayer .linkAnnotation:nth-of-type(3) > a:hover[href$="scholarships"]:after {
    width: 40%;
    top: -25%;
    left: 466%;
}


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


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

.annotationLayer .linkAnnotation > a:hover[href="#p03"]:before,
.annotationLayer .linkAnnotation > a:hover[href="#p04"]:before,
.annotationLayer .linkAnnotation > a:hover[href="#p08"]:before {
    width: 110%;
    left: -8%;
}


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