<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#profile .profile-section-title {
    font-size: 165%;
}
#profile .profile-image {
    width: 260px;
    margin: 0 auto 30px;
}
#profile .profile-image img {
    width: 100%;
}

#profile .profile-box {
    text-align: center;
    line-height: 1.8rem;
}

#profile .profile-box + .profile-box {
    margin-top:30px;
}

#profile .profile-name {
    margin-bottom: 20px;
}

#profile .tool-list li + li {
    margin-top: 10px;
}

#profile .sns-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 200%;
}

/* past exhibition  */
#past-exhibition .profile-section-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}
#past-exhibition .list &gt; ul &gt; li + li {
     margin-top:25px; 
}
#past-exhibition .list &gt; ul &gt; li &gt; dl {
    overflow:hidden;
}
#past-exhibition .list &gt; ul &gt; li &gt; dl &gt; dt {
    float:left;
}
#past-exhibition .list &gt; ul &gt; li &gt; dl &gt; dd {
    padding-left: 3.5em;
    border-left: solid 1px #ccc;
    margin-left:7em;
}
#past-exhibition .list &gt; ul &gt; li &gt; dl &gt; dd .title {
    padding-left:1.5em;
}
#past-exhibition .list &gt; ul &gt; li &gt; dl &gt; dd .more {
    margin-top:5px;
    font-size:85%;
}
#past-exhibition .list &gt; ul &gt; li &gt; dl &gt; dd .more .button + .button {
    margin-left:5px;
}
#past-exhibition .button.btnWire.wht a {
    border:solid 1px #309B9F;
    color:#309B9F;
}
#past-exhibition .button.btnWire.wht a:hover {
    background-color:#309B9F;
    color:#FFF;
}</pre></body></html>