section.img {
    width: 100%;
    padding: 10px;
}
section.img img {
    display: block;
    margin: 0px auto;
    max-height: 160px;
    max-width: 100%;
}
section.article {
    width: 100%;
}
section.article article {
    background-color: #666;
    padding: 10px 10px 10px 10px;
    position: relative;
    width: 100%;
}
section.article article h3 {
    /* background-color: #F90; */
    background-color: #e4007f;
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}
section.article article div,
section.article article p {
    background-color: #fff;
    border-radius: 0px 0px 6px 6px;
    font-size: 14px;
    padding: 10px;
    position: relative;
}
section.article article p strong.subject {
    /* color: #F90; */
    color: #e4007f;
    display: block;
    font-size: 16px;
    line-height: 100%;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
section.article article div strong {
    font-size: 14px;
}
section.article article div address {
    font-size: 12px;
}
section.article article p span {
    display: block;
    font-size: 12px;
    text-align: right;
}
section.article article div a.map {
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 62px;
}
section.article article div h4 {
    border-color: #999;
    border-style: solid;
    border-width: 1px 0px;
    clear: both;
    font-size: 15px;
    line-height: 100%;
    margin: 20px auto 0px auto;
    padding: 7px 0px;
    width: 100%;
}
section.article article div table {
    background-color: #999;
    border-radius: 2px;
    border-spacing: 1px;
    margin-top: 10px;
    width: 100%;
}
section.article article div table th {
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    padding: 8px;
}
section.article article div table td {
    background-color: #fff;
    font-size: 13px;
    padding: 8px;
    text-align: center;
}
section.article article div table td.date {
    width: 43%;
}
section.article article div table td.date aside {
    color: #666;
    font-size: 11px;
}
section.article article div table td.time {
    background-image: url("/schedule/images/clock.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    white-space: nowrap;
}
section.article article div table td aside {
    font-size: 12px;
}
