@charset "UTF-8";

/* CSS Document */
hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

:root {
    --main-color: #000;
}

#tokushu h1,
#tokushu h2,
#tokushu h3,
#tokushu h4,
#tokushu h5 {
    line-height: 1.3;
}

#tokushu a {
    text-decoration: underline;
    word-wrap: break-word;
}

#tokushu a:hover {
    text-decoration: none;
}

#tokushu.rugby h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0;
    border: none;
    display: block;
}

#tokushu.rugby h1 span {
    font-size: 55%;
    margin: 0 0 3px 0;
}

#tokushu.rugby h1 span,
#tokushu.rugby h2 span,
#tokushu.rugby h3 span,
#tokushu.rugby h4 span {
    display: block;
}



#tokushu.rugby h2 {
    background: #333;
    padding: 12px 20px;
    margin: 60px 0 20px 0;
    font-size: 1.7em;
    color: #fff;
}

#tokushu.rugby h2 span {
    font-size: 70%;
    margin-bottom: 5px;
}

#tokushu.rugby h3 {
    border-bottom: 1px solid #333;
    padding: 0 0 6px 0;
    margin: 60px 0 20px 0;
    font-size: 1.7em;
}

#tokushu.rugby h4 {
    margin: 60px 0 15px 0;
    font-size: 1.3em;
    padding: 0;
    line-height: 1.3;
    border: none;
}

#tokushu.rugby h4 span {
    font-size: 1.4em;
    margin: 0 10px 0 0;
    display: inline-block;
}

#tokushu.rugby h5 {
    display: inline-block;
    border-bottom: #666 thin solid;
    margin: 0 0 12px 0;
    padding: 0 0 3px 0;
    font-size: 1em;
}

#tokushu.rugby .rules h3 {
    font-size: 1.5em;
    border: none;
    line-height: 1.4;
}

#tokushu.rugby .rules h3 span {
    font-size: 80%;
    border: none;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 2px solid;
    display: inline-block;
    line-height: 1.3;
}

#tokushu.rugby .kakomi {
    margin: 40px 0;
    padding: 30px;
    background: #eaeaea
}

#tokushu.rugby .kakomi h5 {
    margin: 0;
    border: none;
    line-height: 1.4em;
    font-size: 110%;
}

#tokushu.rugby .kakomi p {
    margin: 15px 0 0 0;
}

#tokushu.rugby table.teams {
    margin: 40px 0;
    border-top: #666 1px solid;
    border-bottom: #999 1px solid;
}

#tokushu.rugby table.teams th {
    text-align: center;
    padding: 10px;
    background: #666;
    color: #FFF;
    width: 24%;
}

#tokushu.rugby table.teams td {
    text-align: center;
    padding: 10px;
    background: #EAEAEA;
}


#tokushu.rugby table.matches {
    margin: 40px 0;
    border: 0;
    text-align: left;
}

#tokushu.rugby table.matches th {
    text-align: left;
    padding: 6px;
    background: #666;
    color: #FFF;
}

#tokushu.rugby table.matches td.date {
    text-align: left;
    padding: 10px 5px 10px 10px;
    background: #fff;
    width: 17%;
    border-bottom: #999 1px solid;
    white-space: nowrap;
}

#tokushu.rugby table.matches td.time {
    text-align: left;
    padding: 10px 5px 10px 5px;
    background: #fff;
    width: 15%;
    border-bottom: #999 1px solid;
}


#tokushu.rugby table.matches td.opponent {
    text-align: left;
    padding: 10px;
    background: #fff;
    border-bottom: #999 1px solid;
}


#tokushu.rugby ul {
    margin: 0 0 0 20px;
}

#tokushu.rugby ul li {
    margin: 15px 0;
    list-style: disc;
}



#tokushu .ref {
    line-height: 1.4;
}

#tokushu .photo {
    margin: 20px 0;
}

#tokushu .index li:before {
    display: none;
}

#tokushu.rugby .index ol li {
    padding: 0 10px 0 5px;
    list-style-type: decimal-leading-zero;
    margin: 0 0 0 25px;
}




body.white .site h1 {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.white .site #tokushu h1,
body.white .site #tokushu h2,
body.white .site #tokushu h3,
body.white .site #tokushu h4 {
    line-height: 1.3;
    font-weight: bold;
}

body.white .site #tokushu.rugby h1 {
    font-size: 9.6vw;
    font-weight: bold;
    line-height: 1.2
}

body.white .site #tokushu.rugby h1 span {
    margin-bottom: 0;
}

body.white .site #tokushu.rugby h1 br {
    display: none;
}

body.white .site #tokushu.rugby h2 {
    font-size: 26px;
}

body.white .site #tokushu.rugby h3 {
    font-size: 22px;
    margin-top: 50px;
}