<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floating {
top: 90px;
position: fixed;
z-index: 1;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #009900;/*文字色*/
    background: #FFF;
    border: solid 3px #009900;/*線*/
    border-radius: 10px;/*角の丸み*/

}
.waku1 {

    padding: 0.5em 1em;
    margin: 2em 0;
    color: #575757;/*文字色*/
    background: #FFF;
    border: dashed 3px #009900;/*線*/
}
.td_haba {
   table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;

}

/*
.panel {
border-right:4px dashed #009900;
border-bottom:4px dashed #009900;
box-shadow:rgba(238, 238, 238, 0.7) 9px 9px 10px -4px;
-webkit-box-shadow:rgba(238, 238, 238, 0.7) 9px 9px 10px -4px;
-moz-box-shadow:rgba(238, 238, 238, 0.7) 9px 9px 10px -4px;
}
.panel_ue {
border-top:4px dashed #009900;
border-right:4px dashed #009900;
border-bottom:4px dashed #009900;
box-shadow:rgba(238, 238, 238, 0.7) 9px 9px 10px -4px;
-webkit-box-shadow:rgba(238, 238, 238, 0.7) 9px 9px 10px -4px;
-moz-box-shadow:rgba(238, 238, 238, 0.7) 9px 9px 10px -4px;
}
*/

.panel_left {
border-left:4px dashed #009900;
border-top:4px dashed #009900;
border-right:4px dashed #009900;
border-bottom:4px dashed #009900;
box-shadow:rgba(128, 128, 128, 0.7) 9px 9px 10px -8px;
-webkit-box-shadow:rgba(128, 128, 128, 0.7) 9px 9px 10px -8px;
-moz-box-shadow:rgba(128, 128, 128, 0.7) 9px 9px 10px -8px;
}
.panel_left2 {
border-left:4px dashed #009900;
border-right:4px dashed #009900;
border-bottom:4px dashed #009900;
box-shadow:rgba(238, 238, 238, 0.7) 9px 9px 10px -4px;
-webkit-box-shadow:rgba(238, 238, 238, 0.7) 9px 9px 10px -4px;
-moz-box-shadow:rgba(238, 238, 238, 0.7) 9px 9px 10px -4px;

}
</pre></body></html>