<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pop a:hover{ /*繝槭え繧ｹ縺御ｹ励▲縺溘ｉ*/
    position: relative;
    top: 0px; left: 0px;
}
.popupmsg { /*蜷ｹ縺榊�縺玲悽菴�*/
    position: absolute;
    display: none; /*菴輔ｂ陦ｨ遉ｺ縺励↑縺�*/
    padding: 0px; /*蜀��縺ｮ菴咏區 5px =&gt;0px*/
    margin: 0px; /*螟門�縺ｮ菴咏區*/
    width: 120px; /*繝悶Ο繝�け縺ｮ蟷�
        font-weight: bold; /*譁�ｭ励�螟ｪ縺�*/
    text-decoration: none; /*譁�ｭ鈴｣ｾ繧�*/
    color: #ffffff; /*譁�ｭ苓牡*/
    /* background-color: #111188; 閭梧勹濶ｲ*/
    border-top:transparent solid 10px; /* 騾乗�譫�邱夲ｼ亥�white�� */
    border-left:#111188 solid 10px;
    filter: alpha(opacity=85); /* IE */
    -moz-opacity:0.85;
    opacity:0.85;
}
.popupmsg span.pop_text { /*蜷ｹ縺榊�縺玲悽菴�*/
    display: block;
    padding: 5px; /*蜀��縺ｮ菴咏區*/
    margin: 0px; /*蜀��縺ｮ菴咏區*/
    width: 120px; /*繝悶Ο繝�け縺ｮ蟷�
        font-weight: bold; /*譁�ｭ励�螟ｪ縺�*/
    text-decoration: none; /*譁�ｭ鈴｣ｾ繧�*/
    color: #ffffff; /*譁�ｭ苓牡*/
    background-color: #111188; /*閭梧勹濶ｲ*/
}
a:hover .fukidasipop {
    display: block; /*繝悶Ο繝�け隕∫ｴ�縺ｧ陦ｨ遉ｺ*/
}
/**
* 繝��繝ｫ繝√ャ繝苓｡ｨ遉ｺ逕ｨ
*/
.toolTip{
    position: relative;
}
.mailMsg{
    display: block;
    border: solid 2px #999;
    background-color: #eee;
    color: #666;
    text-decoration: none;
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 5px;
    visibility: hidden;
    width: 250px;
    text-indent: 0px;
}
a.toolTip:hover,a.toolTip:hover .mailMsg{
    visibility: visible;
    z-index: 100;
}
#page-wrap{
    background: white;
    max-width: 200px;
    max-height: 200px;
    width:expression(document.body.clientWidth &gt; 200? "200px" : "auto");
    table-layout:fixed;
}

ul.classinfo li{
    text-align: left;
}
.float-right{
    float: right;
}
.fs-6{
    font-size:6px;
}
.classroom--info{
    width:63px;
    height:27px;
}
.text-intro-color{
    color:#dc143c;
}
#map_canvas_img{
    min-height: 325px;
}
#map_canvas_img &gt; .onlineInstructionStatus {
    color: red;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}
.jukuDetailSlideshow__table{
    margin: 2px 20px 2px 20px;
}
</pre></body></html>