@charset "utf-8";
/* CSS Document */

[id^="content"] {
    display: none;
    
}
span[id^="open"] {
    color: #0065be;
    text-decoration: underline;
    cursor: pointer;
}
span[class^="close"] {
    display: none;
    color: #0065be;
    text-decoration: underline;
    cursor: pointer;
}