#Outline > #Contents > div.block {
    padding: 5px 10px;
}
#Outline > #Contents > div.block > table {
    width: 100%;
}
#Outline > #Contents > div.block > table tr {
    border-bottom: 1px solid #CCC;
}
#Outline > #Contents > div.block > table tr:last-child {
    border-bottom: none;
}
#Outline > #Contents > div.block > table tr td {
    display: flex;
    padding: 10px;
    font-size: 1rem;
}
#Outline > #Contents > div.block > table tr td .title {
    flex-grow: 1;
}
#Outline > #Contents > div.block > table tr td .title .organization {
    display: block;
    font-size: 0.8em;
    color: #666;
}
#Outline > #Contents > div.block > table tr td .title .office_name {
    line-height: 1.6em;
}
#Outline > #Contents > div.block > table tr td .title .office_name a img {
    margin: 0 0 0 5px;
    height: 1.5em;
    scale: 0.8;
}
#Outline > #Contents > div.block > table tr td .homepage {
    padding: 0.8em 0 0;
}
#Outline > #Contents > div.block > table tr td .homepage a {
    text-decoration: none;
    color: #000;
    font-size: 0.9em;
    line-height: 1.6em;
}
#Outline > #Contents > div.block > table tr td .homepage a img {
    margin: 0 5px 0 0;
    height: 1.6em;
}