<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    html {
        width: 100%;
        height: 100%;
    }
    

    body {
        width: 100%;
        height: 100%;
        background-color: #FFF;
        background-image: url("/af/08/image/bkgd.jpg");
        background-repeat: repeat-y;
        background-size: 100px;
        color: #121212;
        /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        /*	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "MS 明朝",serif;*/
        font-family: "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "Meiryo", "MS 明朝", serif;
        font-weight: normal;
        text-transform: none;
        padding-top: 20px;
}

section.ml08, footer.ml08{margin-left:110px;}

#report{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";font-weight:300;}
#report p{font-size:1.1em;}
#report img{margin:30px 0 5px 0;}
#report .caption{font-style: italic;font-size:0.8em;margin-bottom:30px;text-align: center;}
#report footer{font-family: "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "Meiryo", "MS 明朝", serif;}

.red{color:red;}
#report p.interviewer{font-size:1.3em;margin-top:80px;}




@media(max-width:767px) {
	 body {
background-size: 50px;
	}
	section.ml08, footer.ml08{margin-left:60px;}
}
    h1 {
        font-size: 24px;
        margin-top: 0;
    }
    
    h2,
    h3 {
        /*color:#d65154;*/
        color: #505050;
        /*margin-bottom: 15px;*/
        font-size: 16px;
        font-weight: bold;
    }
    h3.larger{font-size: 20px;margin-bottom:30px;}
    h4 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    
    p {
        font-size: 14px;
        margin-bottom: 18px;
        letter-spacing: 1px;
    }
    
    p,
    dl,
    dt,
    dd,
    ul,
    ol,
    li {
        line-height: 2em;
    }
    
    dl,
    dt,
    dd {
        font-size: 14px;
        font-weight: normal;
    }
    /*dl*/
    
    dl.dl-horizontal {
        font-size: 12px;
    }
    
    dl.dl-horizontal dt {
        float: left;
        text-align: left;
        white-space: nowrap;
        padding: 0;
    }
    
    dl.dl-horizontal dd {
        padding-left: 10px;
    }
.flex{display:flex;gap:5px;}
.half{width:50%;}
.half img{width:100%;}
.mtb80{margin:50px 0;}
.mb30{margin-bottom:30px;}
.mb100{margin-bottom:100px;}
.mb300{margin-bottom:300px;}
.larger{font-size:1.3em;}
.right{float:right;}

a:hover{opacity: 0.7;}


.yt-wrapper {
  position: relative;
  width: 100%;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgw{width:100%;margin:10px 0;}
.brad20{border-radius:20px;}
.minicircle{width:100px;height:100px;border-radius:50px;}
    /*Intro*/
    
    #intro {
        margin-top: 20px;
    }
    
    #intro h1 {
        margin-top: -5px;
        line-height: 1.25em;
    }
    
    #intro .artistfile {
        font-size: 16px;
        /*line-height: 2em;*/
    }
    
    #intro .date {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 0;
        line-height: 1em;
    }
    
    #intro .admission {
        /*font-size: 14px;*/
    }
    
    #intro small {
        font-size: 12px;
    }
    
    #intro .place {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
    }
    
    #intro .lead {
        font-size: 15px;
        /*font-weight: bold;*/
        line-height: 2em;
    }
    /* #program */
    
    #program dt {
        width: 9em;
    }
    
    #program dd {
        margin-left: 9em;
        /*margin-bottom: 15px;*/
    }
    
    #program small {
        font-size: 14px;
    }
    
    #program h2 {
        margin-bottom: 10px;
    }
    
    #program h3 {
        margin-top: 10px;
        padding-bottom: 20px !important;
        /*font-size:18px;*/
    }
    /* #works */
    
    #works {
        margin-top: 20px;
    }
    
    #works .thumbnail {
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0;
        border: none;
    }
    
    #works .thumbnail img {
        width: 100%;
    }
    
    #works .thumbnail p {
        padding: 0;
    }
    
    #works .thumbnail .caption {
        /*border: 1px solid blue;*/
        padding: 0;
    }
    
    #works .thumbnail .caption h3 {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    #works .thumbnail .caption p.spec {
        font-size: 11px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    #works .thumbnail .caption p.summary {
        margin: 0;
    }
    
    #works .thumbnail .caption p:last-child {
        margin-bottom: 0;
    }
    
    @media(max-width:767px) {
        #works .thumbnail .caption h3,
        #works .sumally {
            margin-left: 5px;
        }
    }
    /* #profile */
    
    #profile {
        margin-top: 20px;
    }
    
    #profile .thumbnail {
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0;
        border: none;
    }
    
    #profile .thumbnail img {
        width: 100%;
    }
    
    #profile .thumbnail p {
        padding: 0;
    }
    
    #profile .thumbnail div:first-child {
        padding: 0;
    }
    
    #profile .thumbnail .caption {
        /*border: 1px solid blue;*/
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    #profile .thumbnail .caption h3 {
        padding: 0;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    #profile .thumbnail .caption p:last-child {
        margin-bottom: 0;
    }
    
    #profile .thumbnail .caption h3,
    #profile .sumally {
        margin-left: 15px;
    }
    
    #profile p.sumally {
        margin-bottom: 200px;
    }
    
    @media(max-width:767px) {
        #profile .sumally {
            padding-top: 20px;
            margin-left: 5px;
            margin-bottom: 10px;
            display: inline-block;
            clear: both;
        }
        #profile .thumbnail .caption h3 {
            padding-top: 20px;
            margin-left: 5px;
            margin-bottom: 10px;
            display: inline-block;
            clear: both;
        }
    }
    /* #access */
    
    #access {
        margin-top: 20px;
    }
    
    #access h3 {
        margin-bottom: 5px;
    }
    
    #access h4 {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    
    #access .museum {
        margin-top: 0;
    }
    
    #access dt {
        width: 9.5em;
    }
    
    #access dd {
        margin-left: 9.5em;
    }
    
    #access dl,
    #access dt,
    #access dd {
        margin-bottom: 0;
    }
    /* #inquiry */
    
    #inquiry {
        margin-top: 20px;
    }
    
    #inquiry h2 {
        margin-bottom: 20px;
        /*border-bottom: 1px solid red;*/
    }
    
    #inquiry h3 {
        margin-top: 0;
        margin-bottom: 10px;
        padding-top: 0;
        /*border-bottom: 1px solid red;*/
    }
    /* Flexible iFrame */
    
    .google-maps {
        position: relative;
        padding-bottom: 30%;
        /*padding-top: 30px;*/
        height: 0;
        overflow: hidden;
    }
    
    .google-maps iframe,
    .google-maps object,
    .google-maps embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* Flexible iFrame */
    
    .google-maps2 {
        position: relative;
        padding-bottom: 90%;
        /*padding-top: 30px;*/
        height: 0;
        overflow: hidden;
    }
    
    .google-maps2 iframe,
    .google-maps2 object,
    .google-maps2 embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* section global*/
    
    section h2 {
        margin-top: 0;
        padding-top: 10px;
        border-top: 1px solid #505050;
        padding-bottom: 30px;
    }
    
    section {
        /*margin-top: 20px;*/
        margin-bottom: 0;
        padding: 0;
        padding-top: 20px;
        /*border: 1px solid red;*/
    }
    
    #program .row:last-child ,
    #works .row:last-child ,
    #profile .row:last-child  {
        margin-bottom: 20px;
        padding-bottom: 20px;
        /*border-bottom: 1px solid red;*/
    }
    /* footer */
    
    footer {
        padding: 0;
        margin: 0;
        margin-top: 100px;
        margin-bottom: 50px;
    }
    
    footer .container hr {
        border-top: 1px solid #505050;
        margin: 0;
    }
    
    #copyright {
        margin-top: 0;
    }
    


    footer .thumbnail {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
        border-radius: 0;
    }
    
    .credit {
        margin-top: 50px;
    }
    /*report*/
    
    #report {
        margin-top: 20px;
    }
    
    #report .thumbnail {
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0;
        border: none;
    }
    

    
    #report .thumbnail p {
        padding: 0;
    }
    
    #report .thumbnail div:first-child {
        padding: 0;
    }
    
    #report .thumbnail .caption {
        /*border: 1px solid blue;*/
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    #report .thumbnail .caption h3 {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #report .thumbnail .caption p:last-child {
        margin-bottom: 0;
    }
    
    #report .thumbnail .caption h3,
    #report .sumally {
        margin-left: 15px;
    }
    
#report .question{font-weight:bold;padding-top:30px;color:#888;}
#report .panel{background-color: rgba(255,255,255,0.4);}
#report .tab-pane img{margin-bottom:10px;}

    .pcimg {
        display: none;
    }
    
    .smpimg {
        display: block;
    }
    
    @media(max-width:767px) {
        #report .thumbnail .caption h3,
        #report .sumally {
            margin-left: 5px;
        }
        #logo h3,
        #logo p {
            text-align: center;
        }
    
#report p{font-size:1em;}
	
	.flex{display:block;gap:none;}
	.half{width:100%;}	
}
    
    @media (min-width: 768px) {
        #report .row {
            position: relative;
        }
        #report .bottom-align-text {
            position: absolute;
            bottom: 0;
            right: 0;
            /*border: 1px solid red;*/
        }
        .pcimg {
            display: block;
        }
        .smpimg {
            display: none;
        }
    }
    
    ul.nav.nav-pills.nav-justified li a {
        color: #666;
    }
    
    ul.nav.nav-pills.nav-justified li a {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    
    ul.nav.nav-pills.nav-justified li.active a {
        color: #666;
        background-color: #FFF;
    }
    
    ul.nav.nav-pills.nav-justified li a {
        /*border-top: none;*/
        /*margin-top: 0  !important;*/
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    /*panel*/
    
    .panel-default {
        border: 0px;
    }
    
    .panel {
        border: 0px solid transparent;
        border-radius: 0px;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0;
    }
    /*footnote*/
    
    ol.footnote {
        padding-left: 20px;
    }
    
    ol.footnote li {
        font-size: 11px;
    }
    
    ol.footnote li span a {
        font-size: 11px;
        /*color: red;*/
    }
    
    sup.footnoted {
        vertical-align: super;
    }
    
    sup.footnoted a {
        color: red;
        font-family: inherit;
        font-size: 80%;
        margin-left: .2em;
    }
    /* prints */
    
    #prints li a {
        font-size: 12px;
        margin-bottom: 15px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #666;
    }
    
    #prints ul {
        padding-left: 20px;
    }
    
    .thumbnail {
        background-color: transparent;
        margin-bottom: 80px;
    }
    
    hr {
        border-color: #121212;
    }
    
    .fuwa {
        animation-name: fade;
        animation-duration: 2s;
        animation-iteration-count: 1;
    }
    
    @keyframes fade {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
	}	
    }

section#works p{font-size:0.8em !important;}


.dot_filled {

   text-emphasis-style:dot filled;

   -webkit-text-emphasis-style:dot filled;

}

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