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

#pageContainer114 .annotationLayer .linkAnnotation:nth-of-type(2) > a:hover[href$=".pdf"]:after,
#pageContainer114 .annotationLayer .linkAnnotation:nth-of-type(3) > a:hover[href$=".pdf"]:after {
    position: absolute;
    font-size: 1em;
    width: 100%;
    height: 100%;
    padding: 1px 4px;
    background-color: #f00;
    content: '';
}
#pageContainer114 .annotationLayer .linkAnnotation:nth-of-type(2) > a:hover[href$=".pdf"]:after {
    top: 13px;
    left: -126px;
    width: 120%;
}
#pageContainer114 .annotationLayer .linkAnnotation:nth-of-type(3) > a:hover[href$=".pdf"]:after {
    top: -14px;
    right: -108px;
    width: 30%;
}

.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="#p030_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p030_2"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p040_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p040_2"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p078_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p078_2"]:after {
    position: absolute;
    font-size: 1em;
    width: 100%;
    height: 100%;
    padding: 1px 4px;
    background-color: #f00;
    opacity: 0.2;
    content: '';
}

.annotationLayer .linkAnnotation > a:hover[href="#p030_1"]:after {
    top: 13px;
    left: -474px;
    width: 250%;
}
.annotationLayer .linkAnnotation > a:hover[href="#p030_2"]:after {
    top: -14px;
    right: -458px;
    width: 30%;
}
.annotationLayer .linkAnnotation > a:hover[href="#p040_1"]:after {
    top: 10px;
    left: -107px;
    width: 20%;
}
.annotationLayer .linkAnnotation > a:hover[href="#p040_2"]:after {
    top: -10px;
    right: -122px;
    width: 250%;
}
.annotationLayer .linkAnnotation > a:hover[href="#p078_1"]:after {
    top: 10px;
    left: -110px;
    width: 30%;
}
.annotationLayer .linkAnnotation > a:hover[href="#p078_2"]:after {
    top: -10px;
    right: -122px;
    width: 250%;
}


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