@charset "utf-8";


div.session {
    font-size:      120%;
    font-weight:    bold;
    margin:         1.8em 0em 0.5em 0em;
    border-bottom:  solid 1px black;
}

/* 勉強会概要 */

table.abstract {
    border: none;
    margin: 0em 0em 0em 0em;
}

table.abstract td.item,
table.abstract td.desc {
    padding:        0.5em 0.25em;
    text-align:     left;
    vertical-align: top;
}

table.abstract td.item {
    white-space:    nowrap;
}


/* 予定表 */

table.schedule {
    border: 1px solid gray;
}

table.schedule td.number,
table.schedule td.datetime,
table.schedule td.content {
    border: 1px solid gray;
    padding:  0.4em 0.5em;
    vertical-align: top;
}

table.schedule td.number,
table.schedule td.datetime {
    white-space: nowrap;
}

table.schedule td.datetime {
    text-align:  center;
}

/* 書籍の章 */
table.section td {
    vertical-align: top;
    padding:  0.1em 0.2em;
}




