@charset "utf-8";
/* CSS Document */

.conference_lead a {
    font-size: 125%;
    line-height: 1.5
}

.conference_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.conference_thumb {
    display: block;
    float: left;
    width: 240px;
}
.conference_venue {
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    background: #f4f4f4;
    border: 1px solid #bbbbbb;
    padding: 0 15px;
    margin: 40px 0 10px 0;
}
.conference_thumb img {
    display: block;
    width: 100%;
}
.coference_table {
    float: right;
    width: 420px;
}
.coference_table table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #cccccc;
}
.coference_table table th {
    text-align: left;
    padding: 0.25em 0.5em 0.25em 1em;
    border-top: 1px solid #cccccc;
}
.coference_table table td {
    text-align: right;
    padding: 0.25em 1em 0.25em 0.5em;
    border-top: 1px solid #cccccc;
}

.coference_table table td:last-child { white-space: nowrap; }
