.kagoshima_united_index_subtitle {
    margin: 0 0 10px;
    padding: 2px 10px;
    background-color: #16335f;
    color: white;
    font-size: 1.6rem;
}

.kagoshima_united_index_block:nth-of-type(n+2) {
    margin-top: 40px;
}

/* スケジュール */
.zentai-waku {
    padding: 0;
}

.team_name {
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #16335f;
}

.title_m {
    margin: 0 auto;
    padding: 3px 0;
    background-color: #16335f;
    width: 97%;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    text-indent: 1em;
}

.schedule_tbl {
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #16335f;
    width: 95%;
    font-size: 0.9em;
}

.schedule_tbl caption {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-indent: 1em;
}

.schedule_tbl th {
    background-color: #e3f3f9;
    padding: 4px;
    font-weight: bold;
    text-align: center;
}

.schedule_tbl td {
    background-color: #ffffff;
    padding: 4px 8px;
}

.schedule_tbl td.setu {
    width: 2.5%;
    text-align: center;
}

.schedule_tbl td.date {
    width: 18%;
    text-align: left;
}

.schedule_tbl td.match {
    width: 39%;
    text-align: center;
}

.schedule_tbl td.time {
    width: 6.5%;
    text-align: center;
}

.schedule_tbl td.place {
    width: 34%;
    text-align: left;
}

.schedule_tbl td.place_bg {
    background-color: #ffbfbf;
}

.schedule_tbl td.caution {
    text-align: left;
    font-size: 12px;
    background-color: #e3f3f9;
    padding-left: 1em;
    text-indent: -1em;
}

/* チャント */
#chant {
    padding: 0 5px;
}

#chant_title {
    padding: 0 5px;
    font-size: 2.2em;
    color: #00134b;
    /*font-weight: bold;*/
    font-family: ro-brush-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.chant_lead {
    margin: 0 5px 20px;
    padding: 15px;
    line-height: 1.5em;
    color: #333;
    background-color: white;
}

.chant_article {
    margin-bottom: 10px;
}

.chant_attention {
    color: #333;
    text-align: right;
}

.chant_block {
    padding: 0 5px;
    margin-bottom: 30px;
}

.chant_video:hover {
    cursor: pointer;
    opacity: .8;
}

.chant_video-title {
    color: #00134b;
    font-weight: bold;
}

.chant_video {
    position: relative;
    height: 240px;
}

.yt-thumb {
    width: 100%;
    height: 240px;
}

.chant_icon {
    position: absolute;
    top: 40%;
    left: 43%;
    font-weight: bold;
    font-size: 3.3em;
    color: white;
}

.chant_icon-repeat {
    font-weight: bold;
}
