@charset "UTF-8";
/* CSS Document */
body{font-family: "A1 Gothic R";}
.content_wrap {
        background-color: rgb(47 64 55 / 0.8);
        color:#fff;
}
.banner{width:400px; margin:0 auto; padding-bottom:20px;}
.cap{font-size:0.8em;}
#yodogawa, .content_wrap section, .content_wrap section#information, .content_wrap section#information_free {
    padding-left: 0px;
    padding-right: 0px;
}
    #talk_body .pic {
        max-width: 740px;
        margin: 0 auto 60px auto;
        text-align: center;
    }
    #index_nav .date {
        color: #f5f2dc;
    }

#talk_body .pic .caption{
        color: #cce2dc;
    width:94%; margin:0 auto;
    }

    #talk_body .txt_box
       {
        padding-top: 60px;
        margin: 30px auto 60px auto;
        box-sizing: border-box;
        background-color: #fdf8cf;
        color: #2f403e;
    }

    #information li .info_desc.information_default, #information_free li .info_desc.information_default {
        max-width: 29em;
    }

@media (max-width: 640px)
{.banner{width:80%; margin:0 auto; padding-bottom:20px;}
.cap{font-size:0.7em; text-align:center;}
    #talk_body .pic {
        max-width: 100%;
        margin: 0 auto 40px auto;
        text-align: center;
    }
     #talk_body dl, .info_taidan_txt dl {
        max-width: 94%;
        margin-left:5%;
    }
    #information li .info_desc.information_default, #information_free li .info_desc.information_default {
        max-width: 90%;
    }
}