@charset "UTF-8";

table.bdmain {
    table-layout: fixed;
    width: 100%;
    border-style: none;
}
td {
    text-align: center;
    border-style: none;
}
img{
    max-width:100%;
}
img.bdimg {
    border-style:solid;
    border-color:lightskyblue;
    border-radius:50%;
    padding: 5px;
    max-width: 90%;
}

p.agenda {
    font-size:180%;
    margin-top:-50px;
}

div.news_list {
    float:left;
}

article.daijiro {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    background-color: white;
    border-style: solid;
    border-color: olive;
}

@media screen and (max-width: 1024px) {
    p.agenda {
        font-size:140%;
    }
    div.news_list {
        float:none;
        width:100%;
    }

    article.daijiro {
        float: none;
        max-width:400px;
    }
}
