.attention {
    text-align: center;
}
.attention a.btn {
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 4px 12px 2px;
    margin: 0 5px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #634F3C;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    vertical-align: middle;
}
.attention_program {
    text-align: center;
    margin: 0 0 20px 0;
}
.attention_program img.btn {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 3px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background-color: #8FC31F;
    background-image: url("../images/schedule/arrow_open.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
/*.about {
    width: 700px;
    margin: 20px 0 10px 70px;
}*/
div.about p {
    padding: 10px 0 0 45px;
}
.announce {
    padding: 0 20px 25px;
    font-size: 13px;
    color: #dc143c;
}
.announce .small {
    font-size: .85em;
}
#schedule .schedule_list ul li.plan > .detail .about table tr th {
    width: 190px;
    text-align: right;
    vertical-align: top;
    padding: 0;
}
#schedule .schedule_list ul li.plan > .detail .about table tr td {
    vertical-align: top;
    padding: 0 0 0.8em 20px;
}
article section#schedule .schedule_list .head .date {
    width: 220px;
}
article section#schedule .schedule_list .head .target {
    width: 52px;
    padding: 0;
    text-align: center;
}
article section#schedule .schedule_list .head .content {
    width: 327px;
}
article section#schedule .schedule_list .head .site {
    width: 210px;
}
article section#schedule .schedule_list .head .detail {
    width: 53px;
    padding: 0 15px 0 0;
    text-align: center;
}
#schedule .finish {
    width: 80%;
    margin: 2rem auto;
    color: crimson;
    font-weight: bold;
    text-align: center;
    font-size: 0.4rem;
}
.txt-warning {
    color: #dc143c;
}
.fsz-1_2e {
    font-size: 1.2em;
}
.mb-30 {
    margin-bottom: 30px;
}
article section#schedule .schedule_list ul.year[data-year="2020"]:before {
    content: "2020"; }
article section#schedule .schedule_list ul.year[data-year="2021"]:before {
    content: "2021"; }
article section#schedule .schedule_list ul.year[data-year="2022"]:before {
    content: "2022"; }
