.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;
    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 #00f;
    width: 100%;
    margin: 0;
}

#pageContainer15 .annotationLayer .linkAnnotation > a:hover[href$="index.aspx"] {
    border: none;
}
#pageContainer15 .annotationLayer .linkAnnotation > a:hover[href$="index.aspx"]:before {
    display: block;
    position: absolute;
    width: 100%;
    top: 12px;

    content: '';

    border-bottom: 2px solid #00f;
}
#pageContainer15 .annotationLayer .linkAnnotation > a:hover[href$="index.aspx"]:after {
    display: block;
    position: absolute;
    width: 75%;
    top: 25px;

    content: '';

    border-bottom: 2px solid #00f;
}

#pageContainer23 .annotationLayer .linkAnnotation > a:hover[href^="https://maps.app.goo.gl/"],
#pageContainer24 .annotationLayer .linkAnnotation > a:hover[href^="https://maps.app.goo.gl/"],
#pageContainer25 .annotationLayer .linkAnnotation > a:hover[href^="https://maps.app.goo.gl/"] {
    border: none;
}
#pageContainer23 .annotationLayer .linkAnnotation > a:hover[href^="https://maps.app.goo.gl/"]:after,
#pageContainer24 .annotationLayer .linkAnnotation > a:hover[href^="https://maps.app.goo.gl/"]:after,
#pageContainer25 .annotationLayer .linkAnnotation > a:hover[href^="https://maps.app.goo.gl/"]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 49px;

    content: url(./images/google_icon-c.png);

    transform: scale(0.45);
    transform-origin: 0 0;
}
#pageContainer24 .annotationLayer .linkAnnotation > a:hover[href^="https://maps.app.goo.gl/"]:after,
#pageContainer25 .annotationLayer .linkAnnotation > a:hover[href^="https://maps.app.goo.gl/"]:after {
    top: 0;
    left: 23px;
}

#pageContainer28 .annotationLayer .linkAnnotation > a:hover[href^="https://www.mext.go.jp/"],
#pageContainer29 .annotationLayer .linkAnnotation > a:hover[href^="https://www.tku.ac.jp/"] {
    border: none;
}
#pageContainer28 .annotationLayer .linkAnnotation > a:hover[href^="https://www.mext.go.jp/"]:before,
#pageContainer29 .annotationLayer .linkAnnotation > a:hover[href^="https://www.tku.ac.jp/"]:before {
    position: absolute;
    font-size: 1em;
    top: -1px;
    left: -2px;
    width: 100%;
    height: 100%;
    padding: 1px 1px;
    background-color: #00f;
    opacity: 0.2;
}


.annotationLayer .linkAnnotation > a:hover[href^="#t_"],
.annotationLayer .linkAnnotation > a:hover[href^="#m_"] {
    border-bottom: 2px solid #00f;
    width: 101%;
    margin: 0;
}

.annotationLayer .linkAnnotation > a:hover[href^="#p"] {
    border-bottom: 2px solid #f00;
    width: 100%;
    margin-top: -1px;
}

.annotationLayer .linkAnnotation > a[href="#w"],
.annotationLayer .linkAnnotation > a[href="#w_"] {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 1px;
    padding-bottom: 1px;
    background-color: #fff;
    opacity: 1.0;
    cursor: default;
}
.annotationLayer .linkAnnotation > a[href="#w_"] {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #fff;
    opacity: 1.0;
    cursor: default;
}


/*
.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;
}
