.block_contents > img:first-child {
    margin-right: 3%;
    width: 20%;
    height: auto;
}
.links img {
    width: 50%;
    height: auto;
}
h3.schedule {
    padding: 5px 10px;
    background: #27a7e5;
    color: #fff;
    text-align: center;
}
.schedule_calendar table {
    width: 100%;
    border-collapse: collapse;    
}
.schedule_calendar tr th,
.schedule_calendar tr td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size:0.9em;
}
.schedule_calendar tr th:first-child,
.schedule_calendar tr td:first-child {
    border-left: 1px solid #ccc;
}
.schedule_calendar tr th {
    border-top: 1px solid #ccc;
    background: #e9e9e9;
    color: #56c;
    text-align: center;
}
.schedule_calendar tr td:first-child {
    white-space: nowrap;
    word-break: nowrap;
}
.schedule_calendar a {
    color: #27a7e5;
}
