@charset "UTF-8";

/* 過去の記録 */
@import url("/goto_game/css/season_select.css");


/*#season_selector {
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: -9;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
body.show_season_selector #season_selector {
	visibility: visible;
	z-index: 99999999;
	width: 980px;
	height: auto;
}*/

/* goto_game.css ここから */

h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
    color: #222;
}

#box_container a:hover {
    /*color: #23b7fe!important;*/
}

a:hover img {
    transition: 0.2s;
    opacity: 0.8;
}

/* snav */
/* 
#snav_game {
    position: absolute;
    bottom: 0;
    left: 0;
}

#snav_game:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

#snav_game ul {
    height: 44px;

    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    flex-direction: row;
    -webkit-flex-direction: row;

}

#snav_game ul:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

#snav_game li {
    font-size: 1.4rem;
    line-height: 1;
}

#snav_game #snavi_jwc {
    line-height: 1.2;
}

#snav_game li a {
    height: 44px;
    color: #222222;
    padding: 0 1em;
    position: relative;
    z-index: 1;
    text-align: center;

    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;


    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

#snav_game li:nth-child(1) a {
    padding-left: 0;
}

#snav_game li.current {
    margin-left: -1px;

}

#snav_game li.current a,
#snav_game li:last-of-type a {
    border-right: none;
}

#snav_game li.none a,
#snav_game li a.none {
    cursor: default;
    color: #8f8f8f;
    pointer-events: none;
}

#snav_game li.none a:hover,
#snav_game li a.none:hover {
    color: #8f8f8f !important;
} */

li#snavi_sate {
    /* display: none; */
}

/*  */

#box_container {
    background-color: #fff;
    clear: both;
}


/*謎指定*/
div#box_contents_game_record {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

div#box_contents_game_record::after {
    content: "";
    display: table;
    clear: both;
}



div#box_game_wrapper {
    width: 100%;
}

div.box_game_data {
    /* width: 1080px; */
    width: 1024px;
    margin: 0 auto;
    padding: 18px 0 18px 0;
}


div.box_game_data::after {
    content: "";
    display: table;
    clear: both;
}


div.box_game_data:last-child p.typo_year {
    border-left: none;
    padding-left: 0;
}

div.box_game_data p {
    /*float: left;*/
}

/**/
div.box_inner div.inner {
    width: 750px;
    float: left;
}

p.sec_latest,
p.sec_next,
p.sec_prev {
    font-size: 1.8rem;
    /*margin-top: 18px;*/
}

p.sec_prev {
    /*margin-right: 32px;*/
}

p.sec_next {
    /*margin-right: 20px;*/
    margin-left: auto;
}

p.sec_latest {
    order: 9;
}

div.box_game_data p.sec_latest,
div.box_game_data p.sec_next {
    /*float: right;*/
}



p.sec_latest a,
p.sec_next a,
p.sec_prev a {
    color: #222222;
    position: relative;
}

p.sec_next a,
p.sec_prev a {
    color: #23b7fe;
}

p.sec_prev a {
    padding-left: 20px;
}

p.sec_latest a,
p.sec_next a {
    padding-right: 20px;
}

p.sec_latest a:after,
p.sec_next a:after,
p.sec_prev a:after {
    content: '';
    display: block;
    /*	width: 18px;
	height: 18px;*/

    width: 1.2em;
    height: 1.2em;

    border-top: 2px solid #23b7fe;
    border-right: 2px solid #23b7fe;
    position: absolute;

}

p.sec_next.non a:after {
    border-color: #b8b8b8;
}

p.sec_prev a:after {
    left: 0;
    top: 0.1em;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

p.sec_latest a:after,
p.sec_next a:after {
    right: 0;
    top: 0.1em;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*body.sec_01 div.box_game_data p.sec_prev.disable a:hover,
body.sec_01 div.box_game_data p.sec_prev.disable a,
div.box_game_data p.disable a:hover,
div.box_game_data p.disable a*/

div.box_game_data p.non a:hover,
div.box_game_data p.non a {
    color: #b8b8b8 !important;
    cursor: default;
}

/* div.box_game_data p.sec_prev.disable a:hover,
div.box_game_data p.sec_prev.disable a {
    color: #23b7fe !important;
    cursor: pointer;
} */

body.sec_01 div.box_game_data p.disable a:after {
    border-color: #b8b8b8;
}

p.typo_next {
    clear: left;
    width: 786px;
    margin-top: 18px;
    text-align: left;
    position: relative;
    box-sizing: border-box;

}

p.typo_next span {
    display: inline-block;
    color: #fff;
    padding: 0.3em 0.6em;
    margin-right: 8px;
    border-radius: 4px;
    padding-top: 0.35em;
    margin-left: 0;
}


p.typo_next span.home {
    background-color: #23b7fe;
}

p.typo_next span.away {
    background-color: #e60012;
}

/*  */

p.typo_year {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    color: #23b7fe;
    height: 60px;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    padding: 0 23px;
}

p.typo_year span {
    font-size: 1.4rem;
    display: block;
    color: #222222;
    line-height: 1;
    margin-top: 8px;
}

p.matchNum {
    font-size: 1.6rem;
    height: auto;
    background-color: #222;
    border-radius: 3px;
    color: #fff;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    -ms-flex-pack: center;
    /*--- IE10 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/

    display: flex;
    justify-content: center;
    align-items: center;
    /*	margin-top: 14px;
	margin-right: 14px;*/
    padding: 0.5em 1em;

}

body.levain_cup.y2019 div.box_inner p.matchNum {
    margin-top: 0;
    text-align: center;
}

body.levain_cup.y2019.sec_05 div.box_inner p.matchNum {
    margin-top: 14px;
}

body.levain_cup.y2018 p.vs_name {
    font-size: 2.0rem;
}

body.levain_cup.y2019.sec_05 div#box_taisho.box {
    display: none;
}

p.matchNum span {
    font-size: 1.8rem;
}

p.vs_name {
    font-size: 2.4rem;
    height: 60px;
    line-height: 1;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    -ms-flex-pack: center;
    /*--- IE10 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/

    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-right: 25px;*/
    /*margin-right: 0.4em;*/
    font-weight: bold;
    font-feature-settings: "palt";
}

body.levain_cup.y2022,
body.vs_sapporo {
    & p.vs_name {
        font-size: 2.2rem;
    }
}

body.vs_fukushi {
    & p.vs_name {
        font-size: 2.0rem;
    }
}

body.asiatour,
body.asiatour.vs_sapporo {
    & p.vs_name {
        font-size: 1.6rem;
    }
}

p.vs_emblem {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
}

body.vs_sapporo p.vs_emblem {
    /* padding-right: 15px; */
}

p.vs_emblem img {
    height: 53px;
    width: auto;
}

p.category {
    height: 60px;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    -ms-flex-pack: center;
    /*--- IE10 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/

    display: flex;
    justify-content: center;
    align-items: center;

    /*margin-left: 24px;*/
    /*margin-right: 28px;*/
}

p.category img {
    height: 50px;
    width: auto;
}

.vs_bgputd p.category img {
    height: 40px;
}

#box_nextmatch.asiatour p.category img {
    height: auto;
    width: 200px;
}

p.btn_sche {
    font-size: 1.6rem;
    margin-top: 18px;
    margin-left: 40px;
}

p.btn_sche a {
    color: #111111;
    position: relative;
    padding-right: 28px;
}

p.btn_sche a:after {
    content: '';
    display: block;
    /*	width: 18px;
	height: 18px;*/

    width: 1.2em;
    height: 1.2em;
    border-top: 2px solid #23b7fe;
    border-right: 2px solid #23b7fe;

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    position: absolute;
    top: 0.2em;
    right: 10px;
}


/*  */

#box_game_wrapper {
    width: 100%;
}

div#box_main_record {
    width: 100%;
    background-image: none;
    background-color: #fff;
}

div.box_game_date {
    width: 100%;
    background-color: #212221;
    position: relative;
    /*padding-bottom: 30px;*/
    margin: 0;
    z-index: 0;
    /*overflow: hidden;*/
}

div.box_game_date:after {
    content: '';
    display: block;
    width: 100%;
    height: 42px;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.35);
    color: #e8e1e1;
    visibility: visible;
    position: absolute;
    top: 0;
    z-index: 1;
}

div.box_game_date div.inner {
    width: 1024px;
    height: 44px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    z-index: 10000;
}

div.box_game_date div.inner:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

div.box_game_date p.away,
div.box_game_date p.home {
    color: #ffffff;
    width: 132px;
    height: 58px;
    border-radius: 0px 0px 6px 6px;
    text-align: center;
    font-size: 1.8rem;

    font-family: 'Roboto', sans-serif;
    font-weight: 500;

    border-top: 6px solid;
    padding-top: 11px;

    float: left;
    position: absolute;
    z-index: 100;
    left: 0;


}

div.box_game_date p.away {
    background-color: #e60012;
    border-color: #9f1739;
}

div.box_game_date p.home {
    background-color: #22b8ff;
    border-color: #1fa4e4;
}

div.box_game_date p.date {
    color: #ffffff;
    font-size: 1.4rem;
    display: inline;
    margin-left: 20px;
    float: left;
    line-height: 1;
    margin-top: 16px;
    margin-left: 150px;
}

div.box_game_date p.date br {
    display: none;
}

p.game_status {
    height: 28px;
    background-color: #454545;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 1.6rem;
    padding: 0 11px;
    margin-top: 8px;
    line-height: 26px;
    /*padding-top: 7px;*/
    text-align: center;
}


p.game_status.game_during {
    background-color: #e60012;
}

/* ハーフタイム？ */
div.box_game_date.status_bk p.game_status.game_during {
    background-color: #454545;
}

div.box_game_date.status_bk p.typo_status.game_during {
    color: #fff;
}

/*  */

#box_score {
    width: 1024px;
    margin: 0 auto;
    clear: both;
    padding-top: 12px;
    padding-bottom: 32px;
}


#box_score.game_end {



    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 0px 0px;
    position: absolute;
    padding-top: 17px;
    padding-bottom: 17px;
    right: 0;
    bottom: 0;
    z-index: 1000;
    text-align: right;


    /*display: none;*/

}

p.typo_status {
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
}

p.typo_status.game_during {
    color: #e60012;
}

#box_score.game_end p.typo_status {
    display: none;
}

p.typo_status.game_end {
    font-size: 2.2rem;
    margin-bottom: 0.4em;
}


#box_score ul {
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
}

div#box_score.game_end ul {
    justify-content: flex-end;
}

#box_score ul:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}


#box_score ul p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

li.team img {
    /*height: 80px;*/
    width: auto;
    height: 100px;
}

#box_score ul li.team:last-child img {
    /* height: 120px; */
    height: auto;
    max-height: 100px;
}

/* 広島 */
#box_score ul li.team img[src$="emb_hiroshim.png"] {
    height: 112px;
    margin-top: -6px;
}

/* ヴェルディ */
#box_score ul li.team img[src$="emb_verdy.png"] {
    height: 100px;
}

#box_score ul li.team {
    width: 290px;

    padding-top: 12px;


    display: flex;
    justify-content: center;
    align-items: center;
}

#vs_tosu li.team:last-child {
    padding-top: 42px;
}

#vs_tosu li.team:last-child img {
    height: 80px;
}


body.acl.y2017.sec_08 #box_score ul li.team,
body.acl.y2017.sec_07 #box_score ul li.team {
    width: 320px;
}

#box_score.game_end li.team {
    display: none;
}

#box_score ul li.team:last-child {
    /*float: right;*/
}

#box_score ul li.team p {
    display: inline;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 18px;
}

#box_score ul li.team:last-child p {
    margin-left: 0;
    margin-right: 18px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

.vs_chiba #box_score ul li.team:last-child p {
    font-feature-settings: "palt";
}

#box_score ul li.score {
    width: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0 30px;
}

div#box_score.game_end ul li.score {
    width: auto;
    /*margin: 0 0 0 50px;*/
    margin: 0 4px 0 0;
}

p.typo_vs_team_e {
    text-align: right;
    font-size: 1.2rem;
    font-family: 'roboto';
    font-weight: 500;
    color: #fff;
    margin-left: 20px;
    margin-right: 16px;
}

p.score_left,
p.score_right {
    font-size: 15rem;
    font-family: 'roboto';
    font-weight: 500;
    line-height: 1;
    padding-top: 0.05em;
}

div#box_score.game_end p.score_left,
div#box_score.game_end p.score_right {
    font-size: 6rem;
    min-width: 62px;
    text-align: center;
}


#box_score p.score_left {
    color: #23b7fe;
}

#box_score.game_end p.score_left {
    color: #fff;
}

div.score_center {
    width: 136px;
    /*height: 120px;*/
    min-height: 120px;
    height: auto;
    background-color: #4e4e4e;
    border-radius: 3px;
    text-align: center;
    margin: 0 40px;

    padding: 0.6em 0;

    /* 191108 */
    display: flex;

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    flex-direction: row;
}

div.score_center .extra_time {
    margin-top: 0.3em;
    width: 100%;
}

div.score_center p.pk:before,
div.score_center .extra_time:before {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background-color: #999;
    margin: 0 auto;
    margin-bottom: 6px;
}

div.score_center p.pk {
    margin-top: 0.3em;
}

div.game_end div.score_center {
    display: block;
}

div#box_score.game_end div.score_center {
    width: 52px;
    height: auto;
    min-height: inherit;
    padding: 7px 0;
    margin: 0;

    background-color: rgba(255, 255, 255, 0.2);
}

div.score_center p {
    font-family: 'roboto';
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.1;
    width: 100%;
}

div#box_score.game_end div.score_center p {
    font-size: 1.6rem;
}

div.score_center p span {
    margin: 0 8px;
    width: 15px;
    display: inline-block;
    overflow: hidden;
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -5px;
}

div#box_score.game_end p span {
    width: 7px;
    margin: 0 6px;
}

div.score_center p.pk span {
    width: auto;
    margin-top: -2px;
    font-size: 1.2rem;
}

div#box_score.game_end p.pk span {
    width: auto;
    margin-top: -2px;
    margin: 0 4px;
}

/*  */

div#box_main_record div#box_record_inner {
    width: 1024px;
    margin: 0 auto;
}

/*  */

nav.cnav {
    width: 1024px;
    height: 44px;
    background-color: #f2f3f0;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 24px;
}

nav.cnav ul {
    width: 90%;

    margin: 0 auto;
    text-align: center;
}

nav.cnav li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

nav.cnav li a {
    font-size: 1.6rem;
    color: #222222;
    display: block;
    padding-top: 12px;
    padding: 12px 15px 0;
}

/* table common setteings */
div#box_record_inner table {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #474747;
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
}

* html div#box_record_inner table {
    border-collapse: collapse;
}

div#box_main_record table p {
    color: #e5e5e5;
}

*+html div#box_record_inner table {
    border-collapse: collapse;
}

div#box_record_inner table th,
div#box_record_inner table td {
    border-top: 1px solid #262626;
    border-left: 1px solid #262626;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #f2f2f2;
    padding: 1em 0 0.9em 0;
    font-weight: normal;
}

div#box_record_inner table td span {
    font-weight: bold;
}

div#box_record_inner table th,
table#members tbody tr td.typoAlphabet {
    background-color: #323232;
}

div#box_record_inner table td.season_match {
    padding: 1em 3.2em 0.9em;
}

/* 順位表 */

div#box_record_inner table.leagueRank {
    margin-inline: auto;
    width: 180px !important;
}

/* /table common setteings */


/**/

div#box_record_inner table.full {
    width: 100%;
}

/*  */

table#kaisai {
    width: 100%
}

table#kaisai tbody th {
    width: 16.5%;
}

div#box_record_inner #kaisai td,
div#box_record_inner #kaisai th {
    font-size: 1.3rem;
}

div#box_record_inner #kaisai th.league_name {
    font-size: 1.4rem;
    font-weight: bold;
}

div#box_record_inner #kaisai th.league_name br {
    display: none;
}



#kaisai tbody tr td.inner {
    padding: 0;
}

#box_record_inner #box_stats h3,
#box_record_inner div.box_1_block h3 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 10px !important;
    text-align: left !important;
    /*padding-top: 12px;*/
}

#box_record_inner #box_comment_players h3,
#box_record_inner #box_utility h3 {
    float: left;
    margin-top: 0;
}

div#box_record_inner h3 span {
    font-size: 1.2rem;
    height: 21px;
    color: #23b7fe;
    font-family: 'roboto';
    font-weight: 500;
    position: relative;
    padding-left: 24px;
    display: inline-block;

    vertical-align: middle;
    padding-top: 3px;
}

div#box_record_inner h3 span:after {
    height: 31px;
    -webkit-transform: skew(-36deg);
    -ms-transform: skew(-36deg);
    -moz-transform: skew(-36deg);
    -o-transform: skew(-36deg);
    transform: skew(-36deg);
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 10px;
    height: 100%;
    z-index: 2;
    border-right: 3px solid #2cbafe;
    margin-left: ;
}

#box_utility p.sttl {
    float: right;
    margin-top: -10px;
    margin-bottom: 15px;
}

#box_comment_players p.sttl {
    float: right;
    margin-bottom: 15px;
}

/*  */

/* box_ranking */

#box_ranking {
    width: 100%;
    background-color: #313231;
}


#box_ranking:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

#box_ranking h5 {
    height: 42px;
    padding-top: 5px;
    border-bottom: 2px solid #262626;
    text-align: center;
}

/*  */

#box_ranking div.inner_rank {
    background-color: #313231;
    width: 215px;
    /* float: left; */

    background-image: none;
    border-left: 1px solid #252625;
    border-right: 1px solid #252625;
    border-bottom: 1px solid #252625;
    padding-bottom: 0;
    margin-bottom: 0;
}


#box_ranking p {
    color: #fff;
    font-size: 10px;
    padding: 5px;
    line-height: 1.2;
    height: 36px;
}

#box_ranking table {
    width: 100%;
    background-color: #464746;
}

div#box_record_inner #box_ranking table th,
div#box_record_inner #box_ranking table td {
    text-align: center;
    padding: 2px 0;
    border-left: 1px solid #313231;
    border-bottom: 1px solid #313231;
    color: #fff;

    background-color: transparent !important;
}

div#box_record_inner #box_ranking table th {
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 10px;
}

div#box_record_inner #box_ranking table td {
    font-size: 12px;
}

#box_ranking table th.th01 {
    width: 10%;
}

#box_ranking table th.th02 {
    width: 45%;
}

#box_ranking table th.th03 {
    width: 15%;
}

#box_ranking table th.th04 {
    width: 25%;
}

#box_ranking {
    clear: both;
}

#box_ranking div.inner:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

#box_ranking div.inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}

/*ul {
	display: flex;
	display:-webkit-flex;
	-webkit-flex-direction:row;
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center; 
	justify-content: center;
}

li {
	-webkit-flex-grow:1;
	flex-grow:1;
}*/

#box_ranking p {
    height: 44px;
}


#box_ranking h6 {
    width: auto;
    background-image: none;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 13px;
    padding: 0.8em 0 0;
}

/*  */

div.box_1_block div.left {
    width: 813px;
    float: left;
}

div.box_1_block div.right {
    width: 211px;
    float: right;
}



div.box_1_block div.box_inner {
    background-color: #313231;
}

div.box_inner::after {
    content: "";
    display: table;
    clear: both;
}


/*get point*/


table#get_point tr.line_win_point span {
    font-weight: bold;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

table#get_point td.cell_point_kf,
table#get_point td.cell_point_vs {
    background-image: none;
    padding: 0.1em 0 0.1em 0;
    font-size: 11rem;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

table#get_point td.cell_point_kf {
    color: #22b8ff;
}

#get_point thead tr.line_team_name th {
    font-weight: bold;
    font-size: 1.4rem;
}

table#get_point th.cell_team_name {
    background-image: none !important;
    padding: 0 !important;
}

table#get_point th.cell_team_name {
    width: 45%;
    font-size: 12px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-family: sans-serif;
}

table#get_point th.cell_team_name span {
    display: none;
}


table#get_point th.cell_team_name#kf_home {
    color: #23b7fe;
}

table#get_point th.cell_team_name#kf_away {
    color: #23b7fe;
}


/* members */
table#members {}

table#members tbody tr.line_separater td {
    padding: 0;
    line-height: 0;

}


table#members tbody tr td.typoAlphabet,
table#members tbody th {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.1;
    padding: 0;
}



table#members tbody:nth-of-type(1) th {
    padding: 0;
}


table#members tbody:nth-of-type(1) td:nth-of-type(2),
table#members tbody:nth-of-type(1) td:nth-of-type(9),
table#members tbody:nth-of-type(2) td:nth-of-type(2),
table#members tbody:nth-of-type(2) td:nth-of-type(9) {
    background-color: #333;
}

div#box_record_inner table#members thead th {
    padding: 0.5em 0 0.5em 0;
}

/*point progress*/

table#point_progress {}



div#box_record_inner table#point_progress th {
    padding: 0.5em 0 0.4em 0;
}

table#point_progress th.cell_player_num {
    width: 5%;
}

table#point_progress th.cell_time {
    width: 7%;
}





table#point_progress p {
    width: 95%;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    text-align: center;
}

table#point_progress tr td:nth-of-type(2),
table#point_progress tr td:nth-of-type(7) {
    background-color: #333;
}

p.expl_progress {
    font-size: 1.2rem;
    color: #fff;
    background-color: #262626;
    margin: 0 0 0 0;
    text-align: center;
    padding: 1em 0 1.1em 0;
}

/* member change */

table#change_player {}

div#box_record_inner table#change_player th {
    padding: 0.5em 0 0.4em 0;
}

table#change_player th.cell_time_left,
table#change_player th.cell_time_right {
    width: 7%;
}

table#change_player th.cell_arrow {
    width: 3%;
}

table#change_player th.cell_player_name {
    width: 17.5%;
}


/* 試合データ */

div#box_3table {
    background-color: #262626;
}

div#box_3table table {
    float: left;
}



div#box_3table table#game_data {
    width: 265px;
}


div#box_3table table#game_data th.cell_time {
    width: 33px;
}


div#box_record_inner.ex div#box_3table table.foul {
    width: 246px;
}

div#box_record_inner.ex div#box_3table table#game_data {
    width: 321px;
}

div#box_record_inner.ex div#box_3table table.foul th.foul_player {
    /*width: 68%;*/
}


div#box_3table table.foul th.header {
    background-color: #80342e;
    background-image: none;
}

div#box_3table table.foul th.cell_time {
    width: 22%;
}

div#box_3table span {
    color: #262626;
    line-height: 1;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 0em 0.3em 0.1em 0.3em;
}

div#box_3table table.foul.left span,
div#box_3table table.foul.right span {
    color: #f2f2f2;
}


div#box_3table table.foul span.card_yellow,
div#box_3table span.card_yellow {
    background-color: #ffef00;
    color: #262626;
}

div#box_3table span.card_red {
    background-color: #f60000;
}

div#box_3table dl#list_foul_expl {
    width: 95%;
    margin: 0 auto;
    padding: 0em 0 1.5em 0;
}

div#box_3table dl#list_foul_expl dd,
div#box_3table dl#list_foul_expl dt {
    color: #f2f2f2;
    font-size: 1.2rem;
    line-height: 2;
}

div#box_3table dl#list_foul_expl dt {
    margin-top: 0.7em;
}

div#box_3table p {
    width: 95%;
    clear: both;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1em 0 0em 0;
    margin: 0 auto;
}

/* データスタジアム */

/*フォーメーション*/

div#box_record_inner #box_formation h3 {
    text-align: center;
    margin-bottom: 0;
}

#box_formation {
    width: 565px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

body#page_gotogame.yamazaki_nabisco.y2016 #box_report_home {
    display: none;
}

#inner_formation {
    width: 601px;
    margin: 0 auto;
    padding-bottom: 01px;
    padding-top: 15px;
    background-color: #313231;
}

#formation:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

#formation {
    width: 571px;
    height: 380px;
    margin: 0 auto 15px;
    background-image: url(/goto_game/2014/page_parts/bg_formation.gif);
    background-position: 0 27px;
    background-repeat: no-repeat;
}

#box_formation:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

div.box_formation {
    width: 285px;
    float: left;
    margin-left: 0;
    background-color: transparent;
}

div.box_formation.vs {
    width: 285px;
    margin-left: 0;
}

div.inner_formation {
    width: 283px;
    height: 346px;
    position: relative;
}

div.box_formation h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

div.box_formation h4.kf {
    color: #3799f1;
}

div.box_player {
    width: 64px;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: absolute;
}

div.box_player.vs {
    width: 50px;
}

div#box_formation div.box_player p {
    width: auto;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

div#box_formation div#box_vs p.player {
    color: #fefbf5;
    text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 3px;

    font-size: 11px;
    text-align: center;
    line-height: 1.2;
}

div#box_formation div#box_vs div.position_gk p.player {
    text-align: center;
}

div#box_formation span.uni {
    margin-right: 4px;
}

div#box_formation span.name {
    display: block;
    line-height: 1.2;
}

/* positionの指定 */

div.kf.position_a9 {
    top: 5px;
    right: 0;
}

div.kf.position_a8 {
    top: 31px;
    right: 0;
}

div.kf.position_a7 {
    top: 67px;
    right: 0;
}

div.kf.position_a6 {
    top: 103px;
    right: 0;
}

div.kf.position_a5 {
    top: 139px;
    right: 0;
}

div.kf.position_a4 {
    top: 175px;
    right: 0;
}

div.kf.position_a3 {
    top: 211px;
    right: 0;
}

div.kf.position_a2 {
    top: 247px;
    right: 0;
}

div.kf.position_a1 {
    top: 283px;
    right: 0;
}

/*  */

div.kf.position_c9 {
    top: 5px;
    right: 52px;
}

div.kf.position_c8 {
    top: 31px;
    right: 52px;
}

div.kf.position_c7 {
    top: 67px;
    right: 52px;
}

div.kf.position_c6 {
    top: 103px;
    right: 52px;
}

div.kf.position_c5 {
    top: 139px;
    right: 52px;
}

div.kf.position_c4 {
    top: 175px;
    right: 52px;
}

div.kf.position_c3 {
    top: 211px;
    right: 52px;
}

div.kf.position_c2 {
    top: 247px;
    right: 52px;
}

div.kf.position_c1 {
    top: 283px;
    right: 52px;
}

/*  */

div.kf.position_d9 {
    top: 5px;
    right: 80px;
}

div.kf.position_d8 {
    top: 31px;
    right: 101px;
}

div.kf.position_d7 {
    top: 67px;
    right: 70px;
}

div.kf.position_d6 {
    top: 103px;
    right: 101px;
}

div.kf.position_d5 {
    top: 139px;
    right: 101px;
}

div.kf.position_d4 {
    top: 175px;
    right: 101px;
}

div.kf.position_d3 {
    top: 211px;
    right: 70px;
}

div.kf.position_d2 {
    top: 247px;
    right: 101px;
}

div.kf.position_d1 {
    top: 283px;
    right: 101px;
}

/*  */

div.kf.position_e9 {
    top: 5px;
    right: 120px;
}

div.kf.position_e8 {
    top: 31px;
    right: 120px;
}

div.kf.position_e7 {
    top: 67px;
    right: 120px;
}

div.kf.position_e6 {
    top: 103px;
    right: 120px;
}

div.kf.position_e5 {
    top: 139px;
    right: 100px;
}

div.kf.position_e4 {
    top: 175px;
    right: 120px;
}

div.kf.position_e3 {
    top: 211px;
    right: 120px;
}

div.kf.position_e2 {
    top: 247px;
    right: 120px;
}

div.kf.position_e1 {
    top: 283px;
    right: 120px;
}

/*  */

div.kf.position_g9 {
    top: 5px;
    right: 171px;
}

div.kf.position_g8 {
    top: 31px;
    right: 171px;
}

div.kf.position_g7 {
    top: 67px;
    right: 171px;
}

div.kf.position_g6 {
    top: 103px;
    right: 171px;
}

div.kf.position_g5 {
    top: 139px;
    right: 171px;
}

div.kf.position_g4 {
    top: 175px;
    right: 171px;
}

div.kf.position_g3 {
    top: 211px;
    right: 171px;
}

div.kf.position_g2 {
    top: 247px;
    right: 171px;
}

div.kf.position_g1 {
    top: 283px;
    right: 171px;
}

/*  */

div.kf.position_gk {
    top: 147px;
    left: 3px;
}

/*  */

div.vs.position_a9 {
    top: 5px;
    left: 10px;
}

div.vs.position_a8 {
    top: 30px;
    left: 10px;
}

div.vs.position_a7 {
    top: 70px;
    left: 10px;
}

div.vs.position_a6 {
    top: 110px;
    left: 10px;
}

div.vs.position_a5 {
    top: 150px;
    left: 10px;
}

div.vs.position_a4 {
    top: 190px;
    left: 10px;
}

div.vs.position_a3 {
    top: 230px;
    left: 10px;
}

div.vs.position_a2 {
    top: 270px;
    left: 10px;
}

div.vs.position_a1 {
    top: 303px;
    left: 10px;
}

/*  */

div.vs.position_c9 {
    top: 5px;
    left: 60px;
}

div.vs.position_c8 {
    top: 30px;
    left: 60px;
}

div.vs.position_c7 {
    top: 70px;
    left: 60px;
}

div.vs.position_c6 {
    top: 110px;
    left: 60px;
}

div.vs.position_c5 {
    top: 150px;
    left: 60px;
}

div.vs.position_c4 {
    top: 190px;
    left: 60px;
}

div.vs.position_c3 {
    top: 230px;
    left: 60px;
}

div.vs.position_c2 {
    top: 270px;
    left: 60px;
}

div.vs.position_c1 {
    top: 303px;
    left: 60px;
}

/*  */

div.vs.position_d9 {
    top: 5px;
    left: 100px;
}

div.vs.position_d8 {
    top: 30px;
    left: 100px;
}

div.vs.position_d7 {
    top: 70px;
    left: 100px;
}

div.vs.position_d6 {
    top: 110px;
    left: 100px;
}

div.vs.position_d5 {
    top: 150px;
    left: 100px;
}

div.vs.position_d4 {
    top: 190px;
    left: 100px;
}

div.vs.position_d3 {
    top: 230px;
    left: 100px;
}

div.vs.position_d2 {
    top: 270px;
    left: 100px;
}

div.vs.position_d1 {
    top: 303px;
    left: 100px;
}

/*  */

div.vs.position_e9 {
    top: 5px;
    left: 130px;
}

div.vs.position_e8 {
    top: 30px;
    left: 130px;
}

div.vs.position_e7 {
    top: 70px;
    left: 130px;
}

div.vs.position_e6 {
    top: 110px;
    left: 130px;
}

div.vs.position_e5 {
    top: 150px;
    left: 130px;
}

div.vs.position_e4 {
    top: 190px;
    left: 130px;
}

div.vs.position_e3 {
    top: 230px;
    left: 130px;
}

div.vs.position_e2 {
    top: 270px;
    left: 130px;
}

div.vs.position_e1 {
    top: 303px;
    left: 130px;
}

/*  */

div.vs.position_g9 {
    top: 5px;
    left: 180px;
}

div.vs.position_g8 {
    top: 30px;
    left: 180px;
}

div.vs.position_g7 {
    top: 70px;
    left: 180px;
}

div.vs.position_g6 {
    top: 110px;
    left: 180px;
}

div.vs.position_g5 {
    top: 150px;
    left: 180px;
}

div.vs.position_g4 {
    top: 190px;
    left: 180px;
}

div.vs.position_g3 {
    top: 230px;
    left: 180px;
}

div.vs.position_g2 {
    top: 270px;
    left: 180px;
}

div.vs.position_g1 {
    top: 303px;
    left: 180px;
}

/*  */

div.vs.position_gk {
    top: 147px;
    right: 0;
}


/*選手画像*/

div.box_player.kf {
    width: 55px;
}

#num_kf18 {
    width: 60px;
}

div.box_player.position_gk {
    width: 50px;
}

div.box_player.kf p.player span.uni {
    margin-top: 90px;
}

div.box_player.kf p.player span.photo {}

div.box_player.kf span.name {
    padding-top: 0;
    font-size: 10px;
    padding-top: 40px;
    position: relative;
}


div.box_player.kf p.player {
    position: relative;
}

div.box_player.kf img {
    width: 40px;
    height: auto;
    margin-bottom: -0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    clip: rect(0px 32px 38px 0px);
    zoom: 1;
}


div.box_formation.home h5 {
    font-size: 16px;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
    text-indent: 22px;
    background-image: url(/goto_game/2015/page_parts/bg_box_report_vs_home.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    color: #262626;
    font-weight: bold;

}

div.box_formation.vs.home h5 {
    background-image: url(/goto_game/2015/page_parts/bg_box_report_vs_home.gif);
    color: #262626;
    font-weight: normal;
    font-style: normal;
}

div.box_formation.vs h5 {
    border-left: 1px solid #000000;
}

div.box_formation.away h5 {
    font-size: 16px;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
    text-indent: 22px;
    margin-bottom: 0;
    background-image: url(/goto_game/2015/page_parts/bg_box_report_vs_away.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #262626;
    font-weight: bold;
}

#box_formation div#box_record_inner table tr:first-child th {
    font-size: 14px;
    padding: 0.8em 0;
}

div#box_record_inner #box_report_home thead th {
    font-size: 1.4rem;
}



div#box_utility.away div#box_report_home h5 {
    color: #fff;
    font-weight: bold;
    background-image: url(../2014/page_parts/bg_box_report_vs_home.gif);
}

div#box_utility.away div#box_report_away h5 {
    color: #fff;
    background-image: url(../2014/page_parts/bg_box_report_kf_away.gif);
    font-weight: bold;
}


/* ----------- */

table.table_5report {
    width: 100%;
    margin: 0 auto 0;
}

body#page_gotogame.emperors_cup table.table_5report {
    display: none;
}

#box_report_home table.table_5report {
    margin-bottom: 0;
}

#team_tracking table.table_5report tbody th,
#box_report_home table.table_5report tbody th {
    width: 24%;
}

#team_tracking table.table_5report tbody tr td,
#box_report_home table.table_5report tbody td {
    width: 38%;
    padding-right: 20px;
    background-position: 5% 5px;
    background-repeat: no-repeat;
}


#box_report_home table.table_5report td.vs {
    padding-left: 20px;
    padding-right: 0;
    background-position: 95% 5px;
}

#box_report_home table.table_5report tbody span {
    padding: 0;
    float: right;
    font-size: 14px;
}

#box_report_home table.table_5report td.vs span {
    float: left;
    margin-right: 10px;
}

#box_report_home table.table_5report tbody span.score {
    width: 50px;
    overflow: visible;
    font: bold 24px Verdana, sans-serif;
}

#box_report_home table.table_5report tbody span.team {
    width: 90px;
    margin: 0 auto;
    line-height: 2.4;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}



#box_report_home td.team_86 {
    background-image: url(/goto_game/2014/img_emblem/emb_kawasaki.png);
}

#box_report_home td.team_120 {
    background-image: url(/goto_game/2014/img_emblem/emb_kahima.png);
}

#box_report_home td.team_122 {
    background-image: url(/goto_game/2014/img_emblem/emb_urawa.png);
}

#box_report_home td.team_134 {
    background-image: url(/goto_game/2014/img_emblem/emb_kyoto.png);
}

#box_report_home td.team_124 {
    background-image: url(/goto_game/2014/img_emblem/emb_marinos.png);
}

#box_report_home td.team_126 {
    background-image: url(/goto_game/2014/img_emblem/emb_shimizu.png);
}

#box_report_home td.team_127 {
    /* background-image: url(/goto_game/2014/img_emblem/emb_nagoya.png); */
    background-image: url(/goto_game/2024/img_vsteam/emb_nagoya.png);
    background-size: 28px auto;
}

#box_report_home td.team_128 {
    background-image: url(/goto_game/2014/img_emblem/emb_ganba.png);
}

#box_report_home td.team_129 {
    background-image: url(/goto_game/2014/img_emblem/emb_hiroshima.png);
}

#box_report_home td.team_130 {
    background-image: url(/goto_game/2014/img_emblem/emb_shonan.png);
}

#box_report_home td.team_131 {
    background-image: url(/goto_game/2014/img_emblem/emb_iwata.png);
}

#box_report_home td.team_132 {
    background-image: url(/goto_game/2014/img_emblem/emb_kashiwa.png);
}

#box_report_home td.team_133 {
    background-image: url(/goto_game/2014/img_emblem/emb_cosaka.png);
}

#box_report_home td.team_136 {
    background-image: url(/goto_game/2014/img_emblem/emb_kobe.png);
}

#box_report_home td.team_150 {
    background-image: url(/goto_game/2014/img_emblem/emb_kofu.png);
}

#box_report_home td.team_193 {
    background-image: url(/goto_game/2014/img_emblem/emb_niigata.png);
}

#box_report_home td.team_199 {
    background-image: url(/goto_game/2014/img_emblem/emb_omiya.png);
}

#box_report_home td.team_207 {
    background-image: url(/goto_game/2014/img_emblem/emb_oita.png);
}

#box_report_home td.team_238 {
    background-image: url(/goto_game/2014/img_emblem/emb_sendai.png);
}

#box_report_home td.team_269 {
    background-image: url(/goto_game/2014/img_emblem/emb_tosu.png);
}

#box_report_home td.team_270 {
    /* background-image: url(/goto_game/2014/img_emblem/emb_fctokyo.png); */
    background-image: url(/goto_game/2024/img_vsteam/emb_fctokyo.png);
    background-size: 24px auto;
    /* background-position-y: 110% !important; */
    /* background-position: 24% 100% !important; */
}

#box_report_home td.team_123 {
    background-image: url(/goto_game/2024/img_vsteam/emb_verdy.png) !important;
    background-size: 24px auto !important;
    background-position-y: 90% !important;
}

#box_report_home td.team_276 {
    background-image: url(/goto_game/2014/img_emblem/emb_sapporo.png);
}

#box_report_home td.team_1501 {
    background-image: url(/goto_game/2014/img_emblem/emb_kofu.png);
}

#box_report_home td.team_30116 {
    background-image: url(/goto_game/2014/img_emblem/emb_tokushim.png);
}

#box_report_home td.team_135 {
    background-image: url(/goto_game/2016/img_emblem/emb_fukuoka.png);
}

#box_report_home td.team_137 {
    background-image: url(/goto_game/2018/img_vsteam/emb_nagasaki.png);

    background-size: 30px auto;
    -webkit-background-size: 30px auto;
}


/* 松本山雅FC */
#box_report_home td.team_30528 {
    background-image: url(/goto_game/2019/img_vsteam/emb_yamaga.png);
    background-size: 36px auto;
    -webkit-background-size: 36px auto;
}

/* モンテディオ山形 */
#box_report_home td.team_294 {
    background-image: url(../2015/img_emblem/emb_montedio.png);
}

/* 横浜FC */
#box_report_home td.team_yfc {
    background-image: url(/goto_game/2014/img_emblem/emb_yokohama-fc.png);
    background-size: 24px auto;
    -webkit-background-size: 24px auto;

    /*background-position: 80% 90%!important;*/
}

/* ＦＣ町田ゼルビア */
#box_report_home td.team_30532 {
    background-image: url(/goto_game/2024/img_vsteam/emb_machida.png);
    background-size: 28px auto;
}

/* 千葉（A） */
#box_report_home td.team_121 {
    background-image: url(/goto_game/2025/img_vsteam/emb_chiba.png);
    background-size: 28px auto;
}

/* 水戸 */
#box_report_home td.team_176 {
    background-image: url(/goto_game/2025/img_vsteam/emb_mito.png);
    background-size: 28px auto;
}

/* ヒートマップ */

#heat_map {
    border-bottom: 0 solid #252625;
}


/**/
div#box_record_inner tr.tr_score td {
    padding: 4px 0;
}



tr.tr_score img {
    height: 73px;
    width: auto;
}

tr.tr_score p.name {
    font-size: 1.6rem;
    color: #ffffff;
}

tr.tr_score p.score {
    font-size: 9rem;
}

div#box_main_record td.cell_point_kf p.score {
    margin-left: 20px;
    color: #23b7fe;
}

td.cell_point_vs p.score {
    margin-right: 20px;
}

td.cell_point_kf p.name {
    margin-left: 10px;
}

td.cell_point_vs p.name {
    margin-right: 10px;
}

/*  */

#box_sub_column div.box_info {}

div.box_info p {
    font-size: 1.4rem;
}

body.fuji_xerox div.box_info p {
    font-size: 1.2rem;
}

div.box_info p a {
    color: #fff;
    position: relative;
    border-bottom: 1px solid #111111;
    padding: 12px 12px;
    display: block;
}

body.levain_cup div.box_info #officialdata a {
    padding-right: 40px;
}

body.fuji_xerox div.box_info p a {
    padding-right: 2em;
}

div.box_info p a:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #23b7fe;
    border-right: 2px solid #23b7fe;

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    position: absolute;
    top: 11px;
    right: 10px;
}

div.box_info p:first-child a:before,
p.official_data a:before {
    content: '';
    display: block;
    width: 10px;
    height: 7px;
    border: 1px solid #23b7fe;
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 2;
    background-color: #303230;
}

div.box_info p:first-child a:after,
div.box_info p.official_data a:after {
    content: '';
    display: block;
    width: 10px;
    height: 7px;
    background-color: #23b7fe;
    position: absolute;
    right: 14px;
    top: 20px;
    z-index: 1;

    border: none;

    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

/*  */

div.box_game_sub_data {
    background-image: none;
    width: auto;
    padding: 12px 15px;
    margin: 0;
}

/*  */

#box_sub_column .rankHead,
div.box_game_sub_data h4 {
    background-image: none;
    color: #fff;
    padding: 0;
    position: relative;
    font-size: 1.4rem;

    line-height: 1;
    margin-bottom: 11px;
    border: none;
}

#box_sub_column .rankHead {
    padding: 12px 15px 0;
}

#box_game_list h4,
div.box_game_sub_data.red h4,
div.box_game_sub_data.yellow h4 {
    margin-bottom: 11px;
    padding-left: 17px;
    border: none;
}

#box_game_list h4:after,
div.box_game_sub_data.red h4:after,
div.box_game_sub_data.yellow h4:after {
    content: '';
    display: block;
    width: 11px;
    height: 17px;
    background-color: #e9dd1a;
    border-radius: 2px;
    position: absolute;
    top: -3px;
    left: 0;
}

div.box_game_sub_data.red h4:after {
    background-color: #f00;
}

#box_game_list h4:after {
    background-color: #23b7fe;
}

div.box_accordion,
ul#list_stop_player,
ul#list_card_holder {
    width: 100%;
    background-image: none;
    padding: 12px 9px 5px;
    background-color: #474747;
    border-radius: 4px;
}

span.card_yellow {
    color: #e9dd1a;
    margin-right: 5px;
}

ul#list_stop_player li,
ul#list_card_holder li {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

/*  */

table#league_rank {
    width: 100%;
    border-radius: 4px;
    background-color: #313231;
}

table#league_rank tr:nth-child(odd) td {
    background: #474747;
}

table#league_rank td {
    background-color: #585958;
    border: none;
}

table#league_rank td,
table#league_rank th {
    border: none;
}

/*  */

#box_game_list {
    /*display: none;*/
}


div.box_accordion {
    margin-bottom: 15px;
    padding: 12px 0 5px;
}

div.box_accordion h5 {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 7px;
    cursor: pointer;
    position: relative;
    padding: 0 9px 1px;
}

div.box_accordion h5:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 3px;
    margin-top: -3px;
    background: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 4px;
}

div.box_accordion h5:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 3px;
    margin-top: -3px;
    background: #fff;
    border-radius: 4px;
}

div.box_accordion h5:hover {
    color: #23b7fe;
}

div.box_accordion h5.selected {
    /*color: #23b7fe;*/
    font-size: 1.3rem;

    border-bottom: 1px solid #292929;
    padding-bottom: 5px;
}

div.box_accordion h5.selected:after {
    display: none;
}

div.box_accordion h5.selected:before {
    margin-top: -6px;
}


div.box_accordion h5.selected:hover {
    color: #fff;
}

div.box_accordion ul {
    padding: 0 9px;
}

div.box_accordion li {
    color: #777;
    font-size: 1.2rem;
    margin-bottom: 4px;
}

div.box_accordion li a {
    /*color: #fff;*/
    color: #87d8ff;
}

div.box_accordion li a:hover {
    text-decoration: underline;
}




/*  */

div#box_record_inner div.left table {
    width: 100%;
}

div#box_3table {
    width: 100%;
}

div#box_3table table#game_data,
div#box_record_inner div.left table.foul {

    width: 266px;
}

div#box_3table table#game_data {
    width: 281px;
}

/*  */

#box_skyperfectv {
    display: none !important;
}

div#box_record_inner div.box_1_block {
    clear: both;
    margin-bottom: 48px;
}


div#box_record_inner div.box_1_block::after {
    content: "";
    display: table;
    clear: both;
}

#box_topics {
    /*display: none;*/
    /*background-color: #eff0ec;*/
}

div.inner_topics {
    /*background-color: #eff0ec;*/
    padding: 0.6vw;

}

div.inner_topics:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

div#box_record_inner div#box_topics h3 {
    float: none;
}


#img_cover {
    width: 15%;
    float: left;
    margin-right: 2%;
}

#img_cover img {
    width: 100%;
}


#box_topics h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #23b7fe;


}

#box_topics h4 br {
    display: none;
}

#box_topics h4 span.typo_vol {
    font-family: 'roboto';
    font-weight: 400;
    display: block;
    color: #333;
    font-size: 2.4rem;
}

#box_topics p.typo_special {
    font-size: 1.8rem;

    border-top: 6px solid #23b7fe;
    margin-top: 0.4em;
    padding-top: 0.8em;
    font-weight: bold;
}

#box_topics p.typo_special br {
    display: none;
}

#box_topics p.typo_topics {
    margin-top: 0.5em;
    font-size: 1.6rem;

    padding-left: 17%;
}

#img_excite_match {
    display: none;
}

/*  */

div#box_record_inner #box_utility {
    padding-top: 0;
}

div#box_formation.box_1_block {
    width: 601px !important;
    overflow: hidden;
    margin-bottom: 40px;
}

#box_formation {
    width: 601px;
    float: left;
    margin: 0;
    text-align: left;
}

/* body.acl #box_formation */
body.acl #box_stats {}

body.acl div#box_formation.box_1_block {}

/*  */

#box_stats {
    width: 412px;
    float: right;
}

body.levain_cup #box_stats,
body.jwc #box_stats,
body.fuji_xerox #box_stats,
body.emperors_cup #box_stats {
    display: none;
}

div#box_record_inner #box_report_home thead th {
    padding: 16px 0;
}


#box_report_home table.table_5report td.kf,
#box_report_home table.table_5report td.vs {
    padding: 0;
}

#box_report_home table.table_5report td.kf {
    padding-right: 0;
}

#box_report_home table.table_5report tbody span.score {
    font-size: 1.2rem;
    line-height: 60px;
    width: 67px;
    height: 60px;
    margin: 0;
}

body.acl table.table_5report tbody span.score {
    width: 100% !important;
}

#box_report_home table.table_5report tbody span.team {
    font-size: 1rem !important;
    width: 78px;
    height: 60px;
    text-align: center;
}

body.acl table.table_5report tbody span.team {
    display: none !important;
}

#team_tracking table.table_5report tbody tr td,
#box_report_home table.table_5report tbody td {
    width: 38%;
    padding-right: 20px;
    background-position: 20% 90%;
    background-repeat: no-repeat;
}

#box_report_home table.table_5report td.vs {
    padding-left: 10px;
    padding-right: 0;
    background-position: 80% 90%;
}

/*  */

#box_ranking div.inner_rank {
    /*width: 204px;*/
    /* width: 25%; */
    width: 180px;
    width: calc(100% / 4);
    margin-inline: auto;
}

#box_ranking div.inner_rank:last-child {
    width: 50%;
}


table#other_games {
    width: 100%;
}

/*  */


/* ----------- */

div.box_comment_hc,
div.box_comment_hc_vs,
div.box_comment_player {
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    margin-top: 12px;
    clear: both;
}




div.box_comment_hc p,
div.box_comment_hc_vs p,
div.box_comment_player p {
    margin-top: 0;
    line-height: 1.9;
}

div#box_record_inner p.btn_more {
    text-align: right;
}

div#box_record_inner p.btn_more a {
    color: #222;
}

div#box_record_inner p.btn_more a:hover {
    text-decoration: underline;
}


div.box_comment_hc:after,
div.box_comment_hc_vs:after,
div.box_comment_player:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}



/* ----------- */

div#box_half_time_area {
    width: 100%;
    clear: both;
    margin: 0 0 2em 0;
    background-color: #fff;
    background-image: none;
}

div#box_half_time_area h4 {
    width: auto;
}


div#box_half_time_area div.box_inner_kf,
div#box_half_time_area div.box_inner_vs {
    width: auto;
    line-height: 1.;
    padding: 1.5em 1.5em 1.5em 58px;
    background-position: 12px 14px;
    background-repeat: no-repeat;

    border-bottom: 1px solid #d9d9d9;
}

div#box_half_time_area div.box_inner_kf {
    background-image: url(/goto_game/2015/img_kf/mini_emblem_frontale.gif);
}

#vs_hiroshim div#box_half_time_area div.box_inner_vs {
    background-image: url(/goto_game/2016/img_emblem/emb_hiroshima.png);
}

#vs_sendai div#box_half_time_area div.box_inner_vs {
    background-image: url(/goto_game/2016/img_emblem/emb_sendai.png);
}


/* kobe */
div#vs_yokofm div#box_half_time_area div.box_inner_vs {
    background-image: url(/goto_game/2016/img_emblem/emb_marinos.png);
}

/* nagoya */
div#vs_nagoya div#box_half_time_area div.box_inner_vs {
    background-image: url(/goto_game/2016/img_emblem/emb_nagoya.png);
}

/* nagoya */
div#vs_tosu div#box_half_time_area div.box_inner_vs {
    background-image: url(/goto_game/2016/img_emblem/emb_tosu.png);
}


div#box_half_time_area h5 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.3em;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

div#box_half_time_area p {
    height: auto;
    line-height: 1.4;
    margin: 0 0 0 0;
}

/* ----------- */

div#box_game_report {
    zoom: 1;
}

div#box_game_report:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}





div.box_comment_player h4 {
    padding: 15px;
    float: left;
    padding-top: 0;
}

div.box_comment_player {
    border: none;
    height: auto;
    margin-top: 2px;
    min-height: 160px;
    padding-top: 30px;
}

#box_comment_players div.box_comment_player {
    padding-top: 15px;
}

div[class^="box_comment_"] {
    background-color: #f0f0ed;
}

div[class^="box_comment_"]::after {
    content: "";
    display: table;
    clear: both;
}

div#box_record_inner p.btn_more {
    float: right;
    padding: 0;
    width: 132px;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.4;
    padding-top: 44px;
    padding-left: 12px;
    border: none;
}

div#box_record_inner p.btn_more a {
    position: relative;
    padding-right: 30px;
}

div#box_record_inner p.btn_more a:hover {
    text-decoration: none;
}

div#box_record_inner p.btn_more a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #23b7fe;
    border-right: 2px solid #23b7fe;

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    position: absolute;
    top: 5px;
    right: 8px;
}

div.box_comment_player p {
    /*padding-left: 400px;*/
    /*padding-right: 160px;*/
    width: 600px;
    font-size: 1.4rem;
    float: left;
    line-height: 1.8;
    border-right: 1px solid #ccc;
    padding-right: 1em;
}

/*  */




div#box_game_report p {
    font-size: 1.4rem;
    margin: 0 0 1em 0;
    position: relative;
    z-index: 10;
    line-height: 2;
}

#box_game_report div.inner {
    padding: 22px 60px;
    background-color: #f2f3f0;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
}

#box_game_report div.inner.halftime,
#box_game_report div.inner.secondhalf {
    min-height: 400px;
}

#box_game_report div.inner.halftime:after {
    content: '45';
    display: block;
    font-size: 50rem;
    color: #fff;
    font-family: 'roboto';
    font-weight: 500;

    position: absolute;
    right: -30px;
    bottom: -80px;
    line-height: 1;
    z-index: 1;
}

#box_game_report div.inner:nth-child(5) {
    margin-bottom: 35px;
}

#box_game_report div.inner.secondhalf:after {
    content: '90';
    display: block;
    font-size: 50rem;
    color: #fff;
    font-family: 'roboto';
    font-weight: 500;

    position: absolute;
    right: -30px;
    bottom: -90px;
    line-height: 1;
    z-index: 1;
}

div#box_game_report h4.sttl_time {
    margin: 0 0 0.6em;
    width: auto;
    height: auto;
    padding-top: 0;
    float: none;
    clear: both;
    vertical-align: baseline;

    font-size: 2.4rem;


}

div#box_game_report h4.sttl_time span {
    font-size: 1.2rem;
    font-family: 'roboto';
    font-weight: 500;
    color: #23b7fe;
    vertical-align: middle;
    margin-left: 10px;
}

div#box_half_time_area h4 {
    padding: 0;
    background-image: none;
    border: none;
    text-align: center;
    font-size: 2.4rem;
    margin-top: 34px;
    margin-bottom: 20px;
}

#box_half_time_area h4 span {
    color: #23b7fe;
    font-size: 1.2rem;
    display: block;
    margin-top: 8px;
}

/*  */

div#box_half_time_area div.box_inner_kf,
div#box_half_time_area div.box_inner_vs {
    padding: 28px 60px 20px 20px;
    border-bottom: none;
    background-color: #f2f3f0;
    margin-bottom: 2px;


    background-image: none;
    border-left: 6px solid;

    min-height: 134px;
}

div#box_half_time_area div.box_inner_kf {
    border-color: #23b7fe;
}

div#box_half_time_area div.box_inner_vs {
    border-color: #bbbbbb;
    background-image: none !important;
}


div#box_half_time_area h5 {
    font-size: 1.8rem;
    margin-top: 4px;
}

div#box_half_time_area {
    margin-bottom: 53px;
}

#box_half_time_area p.img_emb {
    width: 132px;
    float: left;
    text-align: center;
}

#box_half_time_area p.img_emb img {
    max-width: 100px;
    max-height: 80px;
    width: auto;
    height: auto;
}

/*  */

div.box_comment_hc_vs,
div.box_comment_hc {
    border: none;
    background-color: #f0f0ed;
    border-left: 6px solid;
    padding: 25px 60px 25px 40px;
}

div.box_comment_hc_vs dt:first-child,
div.box_comment_hc dt:first-child {
    margin-top: 0.5em;
}


div.box_comment_hc {
    border-color: #23b7fe;
}

div.box_comment_hc_vs {
    border-color: #bbbbbb;
}

div.box_comment_hc_vs h5,
div.box_comment_hc h5 {
    padding-left: 0;
    font-size: 1.6rem;
    margin-top: 1.7em;
}

div.box_comment_hc_vs p,
div.box_comment_hc p {
    font-size: 1.4rem;
    margin-bottom: 1em;
    padding-top: 7px;
}

div.box_comment_hc h5 {
    clear: both;
}


div.box_comment_hc h4 img {
    width: 100%;
    height: auto;
}


div.box_comment_hc_vs p.img_emb {
    float: left;
    margin-right: 16px;
    padding-top: 0;
}

div.box_comment_hc_vs p.img_emb img {
    height: 73px;
    width: auto;
}

div.box_comment_hc_vs_head {
    width: 256px;
    height: 84px;
}

div.box_comment_hc_vs_head h4 {
    width: 100%;
    padding-right: 25px;
}



div.box_comment_hc div.inner_ttl::after {
    content: "";
    display: table;
    clear: both;
}


div.box_comment_hc div.inner_ttl p {
    padding-top: 0;
    /*float: left;*/
    margin-right: 15px;
    margin-bottom: 0;
}

div.box_comment_hc h5,
div.box_comment_hc_vs h5,
div.box_comment_player h5 {
    font-weight: bold;
    clear: both;
}


div.box_comment_hc dt,
div.box_comment_hc_vs dt,
div.box_comment_player dt {
    color: #262626;
    margin: 0.7em 0 0.5em 0;
    font-weight: bold;
}

div.box_comment_hc dd,
div.box_comment_hc_vs dd,
div.box_comment_player dd {
    margin: 0 0 1.5em 0;
}



/**/
div.box_comment_hc_vs .inner_ttl,
div.box_comment_hc .inner_ttl {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

div.inner_ttl p.img_emb {
    /*float: left;*/
}

div.inner_ttl p.img_emb img {
    height: 60px;
    width: auto;
}

div.inner_ttl p.img_comment {
    width: auto;
    overflow: hidden;
    padding-top: 0;
    border-radius: 5px;
}

div.inner_ttl p[class^="img_comment y_202"] {
    width: auto;
    height: 100px;
}

div.inner_ttl p.img_comment img {
    width: auto;
    height: 80px;
}

div.inner_ttl p[class^="img_comment y_202"] img {
    width: auto;
    height: 100%;
}

div.inner_ttl p.typo {
    font-size: 1.8rem;
    line-height: 1.4;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

div.inner_ttl p.typo span {
    display: block;
    color: #23b7fe;
    font-family: 'roboto';
    font-weight: 500;
    font-size: 0.6em;
    padding-top: 0.4em;
}


div.box_comment_hc_vs dt,
div.box_comment_hc dt,
div.box_comment_hc_vs dd,
div.box_comment_hc dd {
    font-size: 1.4rem !important;
    line-height: 1.8;
}

div.box_comment_hc_vs dt,
div.box_comment_hc dt {
    margin-top: 1.8em;
    margin-bottom: 1em;
}



/*  */

div.box_comment_player dl {
    padding-top: 0;
    padding-bottom: 1em;
    padding-right: 20px;
}

div.box_comment_player dt,
div.box_comment_player dd {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0.2em;

}

div.box_comment_player dt {
    margin-top: 0;
    padding-left: 20px;
    margin-top: -8px;
}

div.box_comment_player dt:not(:first-child) {
    margin-top: 2em;
}

div.box_comment_player dd {
    padding-left: 15px;
}

/*  */

#box_nextmatch {
    /*width: 1024px;*/
    width: 100%;
    margin: 0 auto 0;
}

body.fuji_xerox.y2018.sec_01 #box_nextmatch,
body.j_league1.y2017.sec_34 #box_nextmatch {
    display: none;
}

#box_nextmatch div.box_ttl {
    padding-bottom: 18px;
    text-align: center;
}

#box_nextmatch h6 {
    font-size: 3.6rem;
    font-family: 'roboto';
    font-weight: 300;
    position: relative;
    margin-bottom: 40px;
}

#box_nextmatch h6:after {
    content: '';
    display: block;
    width: 86px;
    height: 1px;
    background-color: #23b7fe;
    margin: 0 auto;
    position: relative;
    bottom: -18px;
}

#box_nextmatch div.box_ttl p {
    font-size: 1.6rem;
}

/*  */

#bnr_excite {
    text-align: center;
    /*display: none;*/
    margin-top: 1.2em;
}

#bnr_excite img {
    max-width: 568px;
    height: auto;
}

/*  */

#inner_photo {
    width: 1024px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0;
    top: 0;
}

#game_top_Img {
    margin: 0 auto;
    text-align: center;
    position: relative;

    z-index: 10;
}



p#game_top_Img img {
    width: auto;
    height: auto;
    /*margin-top: -15px;*/
}

#box_game_photo {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    /*margin-top: -15px;*/
    overflow: hidden;
}

#box_game_photo svg.bg-blur {
    position: absolute;
    margin-top: 56px;

    z-index: 0;
    opacity: 0.6 !important;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    /*margin-bottom: -570px;*/

    width: 100%;
    height: 100%;
}


svg#blurred_9idsh1q2g.bg-blur image {
    width: 100%;
    height: auto;
}

/*  */


#box_gallery {
    width: 1024px;
    overflow: visible;
    margin-top: 40px;
    position: relative;
}

#box_gallery::after {
    content: "";
    display: table;
    clear: both;
}



#box_gallery p.nowWaiting {
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #666;
    border-radius: 12px;
}

#box_record_inner #box_gallery h3 {
    margin-bottom: 20px !important;
}

#box_gallery ul {
    width: 100%;
}

#box_gallery ul::after {
    content: "";
    display: table;
    clear: both;
}

#box_gallery li {
    margin-bottom: 2px;
    margin-left: 2px;
    float: left;


}

@media screen and (min-width: 600px) {

    #box_gallery li {
        height: auto !important;
    }

    #box_gallery ul.gallery.count_h_0 img {
        height: 112px;
    }

    #box_gallery ul.gallery.count_h_1 img {
        height: 123px;
    }

    #box_gallery ul.gallery.count_h_2 img {
        height: 137px;
    }

    #box_gallery ul.gallery.count_h_3 img {
        height: 155px;
    }

    #box_gallery ul.gallery.count_h_4 img {
        height: 178px;
    }

    #box_gallery ul.gallery.count_h_5 img {
        height: 209px;
    }

    #box_gallery ul.gallery.count_h_6 img {
        height: 252px;
    }

    #box_gallery ul.gallery.count_w_0.count_h_1 img {
        height: 209px;
    }

    #box_gallery ul.gallery.count_w_1.count_h_0 img {
        height: 178px;
    }

    #box_gallery li:nth-child(6n) {
        margin-right: 0;
    }

    #box_gallery li img {
        max-width: 314px;
    }

}

#box_gallery li a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 5;
    border: 1px solid #fff;

    opacity: 1;
    -moz-opacity: 1;
    /* Firefox */
    filter: alpha(opacity=100);
    /* IE6/7 */
    -ms-filter: "alpha(opacity=100)";
    /* IE8 */

    position: relative;
    z-index: 100;
}


#box_gallery li img {
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
}





/*  */

button.sl-prev,
button.sl-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}


button.sl-prev {
    left: 120px !important;
}

button.sl-next {
    right: 120px !important;
}


button.sl-prev:after,
button.sl-next:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-top: 2px solid #23b7fe;
    border-right: 2px solid #23b7fe;
    position: absolute;
    top: 4px;
}

button.sl-prev:after {
    left: 6px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

button.sl-next:after {
    right: 6px;
    top: 0x;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sl-wrapper {
    z-index: 1040;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
}

.sl-wrapper .sl-close {
    width: 55px;
    height: 60px !important;
    display: block;
    position: relative;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #fff !important;
    z-index: 2000;
    cursor: pointer;
    margin: 0 !important;
    right: 120px;
    top: 83% !important;
    line-height: 1.2;
}

.sl-wrapper .sl-close:hover {
    transition: 0.2s;
    opacity: 0.5;
}

.sl-wrapper .sl-close img {
    width: 24px;
    display: block;
    margin: 5px auto 0 !important;
}

div.sl-counter {
    font-size: 1.6rem !important;
    font-family: 'roboto-m';
    font-weight: 500;
    color: #23b7fe !important;

    display: none !important;
}

.sl-overlay {
    background-color: #000;
    opacity: 0.8;
    /*z-index: 10000;*/
}

.sl-wrapper .sl-image {
    z-index: 100000;
}

.sl-wrapper .sl-navigation button {
    z-index: 100001;
}


.sl-wrapper .sl-image .sl-caption {
    font-size: 1.4rem;
    position: static;
}

#page_gotogame {
    padding-right: 0 !important;
}

/* bnr */

div.box_bnr {
    width: 1024px;
    clear: both;
    margin: 0 auto 48px;
}

div.box_bnr p {
    height: auto;
}

div.box_bnr p img {
    width: 100%;
    height: auto;
}

div.box_bnr a {
    display: block;
}

div.box_bnr.bnr_three {
    width: 100%;

}

div.box_bnr.bnr_three p img {}

div.box_bnr.bnr_three p {
    display: inline-block;
    margin-right: 28px;
}

div.box_bnr.bnr_three p:nth-child(1) {}

div.box_bnr.bnr_three p:nth-child(2) {}

div.box_bnr.bnr_three p:nth-child(3) {
    margin-right: 0;
    float: right;
}


/* 2017/02/25 sa */

div.box_player.kf img {
    width: 55px;
}



/* 2017/03/02 sawada */
/* 大賞リニューアル */

#wrapper_taisho_please {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#wrapper_taisho_please::after {
    content: "";
    display: table;
    clear: both;
}

#wrapper_taisho_please #box_taisho,
#wrapper_taisho_please #box_saiten {

    padding: 0;
    margin: 0;
    height: auto;
    min-height: auto !important;
    border: none;
    background-color: #ddd;
    width: 49%;
}

/* ====== Taisho 2020-調整 ====== */

#box_taisho_area,
#box_award {
    width: 1024px;
    background-color: #f2f3f0;
    border-radius: 12px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 28px;
    margin-bottom: 48px;
}

body.jwc #box_award {
    display: none;
}

#box_please,
#box_taisho,
#box_award>div.box {
    width: 970px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(85, 85, 85, 0.15);
    margin: 28px auto 0;
    border: none;
    position: relative;
    z-index: 100;
    padding: 24px 0 24px 0;
}

/* top border */
#box_please::after,
#box_taisho::after,
#box_award div.box::after {
    content: '';
    width: 100%;
    background-color: #23b7fe;
    height: 13px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    border-radius: 8px;
}

#box_award div.box div.inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 27px 0 27px;
}


#box_award div.box div.inner::after {
    content: "";
    display: table;
    clear: both;
}


#box_award #box_taisho.box.away:after {
    background-color: #f60000;
}

#box_award #box_security.box:after {
    background-color: #007260;
}


#box_award #box_goal.box:after,
#box_award #box_syori.box:after {
    background-color: #e60012;
}



#box_award div.box div.inner:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

/*#box_award div.box div.inner > img {
	float: left;
	width: 380px;
	height: auto;
	margin-top: 10px;
	margin-left: 15px;
}*/

#box_award div.box div.inner img[src$="excite.jpg"] {
    width: 360px;
    eight: auto;
    /*margin-top: 10px;*/
    /*margin-left: 15px;*/
    float: left;
}


#box_award div.box div.ttl {
    height: auto;
    overflow: hidden;
    border-top-left-radius: 8px;

}

/* 被せる白border */
#box_please::before,
#box_taisho::before,
#box_award div.box::before {
    content: '';
    display: block;
    width: 100%;
    background-color: #fff;

    height: 13px;

    position: absolute;
    top: 5px;
    left: 0;
    z-index: 10;

    border-radius: 8px;
}

/*  */

#box_award div#box_please {
    padding: 0 0 20px;
    overflow: visible !important;

    display: none !important;
}

div#box_please.box:before {
    display: none;
}


div#box_please h3 {
    position: absolute;
    width: 159px;
    height: 126px;
    top: -20px;
    left: -15px;
    text-indent: 0;
    z-index: 1000;

}



#box_award #box_please div.ttl h4 {
    float: left;
    margin: 20px 0 0 150px;
}

#box_please div.ttl p {
    font-size: 1.5rem;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
}

#box_please div.ttl img {
    float: right;
}

#box_please h6 {
    clear: both;
    height: 35px;
    background-color: #46b6fc;
    font-size: 1.6rem;
    color: #feff9c;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
}

#box_please h6 span {
    font-size: 1.3rem;
    color: #fff;
}

#box_please div.left {
    /*width: 70%;*/
    float: left;
    width: 440px;
    margin-top: 15px;
    margin-left: 15px;
}

#box_award #box_please div.left h4 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    float: none;
    margin: 0 0 10px;
}

#box_award #box_please div.left dl {
    margin-top: 0;
}


#box_award #box_please dt {
    font-family: 'roboto';
    font-weight: 500;

    width: 49px;
    height: 44px;
    background-color: #f2f3f0;
    border-radius: 8px;
    font-size: 2.4rem;
    text-align: center;

    display: table-cell;
    vertical-align: middle;
    float: left;
    line-height: 44px;
    margin-bottom: 0;
}

#box_award #box_please dd {
    height: 44px;
    background-color: #f2f3f0;
    border-radius: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 44px;
    padding-left: 16px;
    margin-left: 53px;
    margin-bottom: 9px;
}


#box_award #box_please dd em {
    font-size: 1.4rem;
    margin-left: 4px;
}

#box_award #box_please dd.no1 em {
    font-size: 1.6rem;
}

#box_award #box_please dt.no1 {
    background-color: #222;
    color: #fff;
    font-size: 3.2rem;
}

#box_award #box_please dd.no1 {
    background-color: #23b7fe;
    font-size: 2rem;
    color: #fff;
}

#box_award #box_please dd span {
    width: 82px;
    display: block;
    height: 44px;
    float: right;
    border-left: 1px solid #fff;
    padding-right: 7px;
    text-align: right;
}

#box_please div.right {
    width: 500px;
    float: right;
    margin-top: 14px;
    margin-right: 14px;
}

#box_please div.right h5 {
    font-size: 2.3rem;
    color: #eb3106;
    float: left;
    margin-right: 4px;
    margin-bottom: 10px;
}

#box_please div.right h5 span {
    font-size: 1.8rem;
}

#box_please div.right p.sttl {
    font-size: 1.1rem;
    font-weight: bold;
}

#box_please div.right div.btm {
    clear: both;
    padding-top: 0.3em;
}

#box_please div.btm p.ttl {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 1;
}

#box_please div.right div.btm p {
    font-size: 1.3rem;
    line-height: 1.6;
}

/*  */
#box_taisho,
div#box_taisho.box {
    position: relative;
    background-image: none;
    overflow: hidden;
    padding-bottom: 24px;
    z-index: 9;
}



body.emperors_cup.y2018 div#box_taisho.box.away,
body.emperors_cup.y2018 div#box_taisho.box,
body.emperors_cup div#box_taisho.box {
    display: none;
}

body.emperors_cup div#box_taisho.box.away {
    /*display: block;*/
}

#box_award div.box p.img {
    position: relative;
    float: left;
    margin-right: 28px;
}


#box_award #box_taisho.box p.img {
    max-width: 510px;

}

#box_award div.box div.inner img[src$="excite.jpg"]+h4+p.img {
    margin-top: 1em;
}

#box_award div.box p.img.imgHeight {
    max-width: 380px;
}

div.box p.img.no_img {
    background-image: url(../page_parts/taisho_dummy_photo.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 360px;
    height: 260px;
}


div.box p.img img {
    width: 100%;
    height: auto;
}

#box_award div.box h4 {
    position: relative;
    float: right;
    text-align: left;
    margin-bottom: 18px;
}




#box_award div.inner_right {
    overflow: hidden;
    clear: right;
}

#box_award div.inner_right>p {
    font-size: 1.6rem;
    line-height: 1.8;
}



/* 暫定 */

#box_award dl.dl_award {
    margin-top: 20px;
    float: left;
    width: auto;
    padding-right: 15px;
}

#box_award dl.dl_award dt,
#box_award dl.dl_award dd {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}

#box_award dl.dl_award dt {
    float: left;
    margin-right: 1em;
    color: #21aef1;
    clear: left;
    margin-right: 0;
}

#box_award dl.dl_award dd {
    padding-left: 4em;
}

div#box_taisho.box dt {
    color: #21b6fd;
}

div#box_taisho.box.away dt {
    color: #ef0000;
}


/* 他会場 */

p.sttl_other_games {
    margin: 0.8em 0 0.7em 0.5em;
    font-size: 1.6rem;
    line-height: 1.1;
}

p.sttl_other_games a {
    color: #1c71e9;
}



table#other_games th.cell_date {
    width: 15%;
}

table#other_games th.cell_vs {
    width: 27%;
}

table#other_games th.cell_stadium,
table#other_games th.cell_kickoff,
table#other_games th.cell_gallery {
    width: 15%;
}




/*  */

table#league_rank tr.kf td {
    background-color: #23b7fe;
    font-weight: bold;
    color: #fff;
}

/*  */

#game_data th.cell_center {
    width: 81px;
    /* +20px */
}


/* table 2017-3-21 tomo */

table#game_data th.cell_center,
table#change_player th.cell_center,
table#get_point th.cell_center,
table#members th.cell_center,
table#point_progress th.cell_center {
    width: 81px;
    /* +20px */
}


table#members th.cell_player_name {
    width: auto;
}

table#point_progress .cell_player_num,
table#members th.cell_player_num,
table#members tr.cell_time th {
    width: 4.5%;
}

table#members th.cell_player_name {
    width: 27%;
}

table#point_progress th.cell_get_point_progress_left,
table#point_progress th.cell_get_point_progress_right {
    width: 20%;
}

table#point_progress th.cell_player_name {
    width: 13%;
}


/*  */


#bnr,
#heat_map {
    width: 100%;
    padding-bottom: 24px;
    background-color: #323232;
}

#heat_map:after {
    content: '.';
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;
}

#bnr h5,
#heat_map h5 {
    color: #e5e5e5;
    font-size: 12px;
    text-align: center;
    padding: 0.6em 0 0.6em 0;
    border-bottom: 1px solid #252625;
    border-top: 1px solid #3f403f;
}

#bnr {
    text-align: center;
    padding-bottom: 19px;
    clear: both;
}

#bnr p {
    font-size: 12px;
    color: #f5f5f5;
    margin-top: 11px;
}

#bnr p.bnr {
    line-height: 0;
    margin-top: 12px;
    margin-bottom: 0px;
}


/*  */

div#box_record_inner h3.kaisai {
    display: none;
}

/* 2017/05/22 */

body.acl.y2017.sec_08 p.sec_next,
body.acl.y2017.sec_07 p.sec_next {
    /*display: none;*/
}

body.acl.y2017.sec_07.dev_pc p.matchNum,
body.acl.y2017.sec_08.dev_pc p.matchNum {
    width: 90px;
    padding: 0.5em 0.5em;
    font-size: 1.4rem;
    margin-top: 6px;
}

body.acl.y2017.sec_07.dev_pc p.category,
body.acl.y2017.sec_08.dev_pc p.category {
    /*margin-left: 12px;
	margin-right: 14px;*/
}

body.acl.y2017.sec_08 p.vs_emblem,
body.acl.y2017.sec_07 p.vs_emblem {
    padding-right: 15px;
}


/*  */

/*div#box_taisho.box,
#box_award div#box_please {
	display: none;
}*/
body.fuji_xerox div#box_award {
    display: none;
}

body.fuji_xerox div.box_game_data:nth-child(1) div.box_inner p.matchNum {
    /*display: none;*/
    visibility: hidden;
}

/* Jリーグワールドチャレンジ2019 */

body.jwc p.matchNum {
    display: none;
}

#box_ac_jwc h5 {
    padding-right: 2em;
}

/* 2019/09/03 */

#topicpath li br {
    display: none;
}

/* PK Match */

table#pk_match {}

table#pk_match tbody th:nth-of-type(2),
table#pk_match tbody th:nth-of-type(6) {
    width: 35%;
}

/* 20220228 sns */

#box_sns_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;

    border: 1px solid #d4d4d4;
    padding: 30px 0;
}

#box_sns_list p {
    line-height: 1;
}

#box_sns_list p:first-child {
    width: 20%;
}

#box_sns_list p:last-child {
    width: 32%;
    position: relative;

    padding-left: 64px;
}

#box_sns_list p:last-child:before {
    content: '';
    /*display: inline-block;*/
    display: block;
    width: 52px;
    height: 48px;
    /* 0.9230769230769231 */
    background-image: url(/goto_game/page_parts/icon_fronta.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -16px;
}

#list_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1.4em;
}

#list_sns li {}

#list_sns li a {
    display: block;
    width: 51px;
    height: 50px;
    background-image: url(/goto_game/page_parts/bg_bnr_sns.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.15s ease-in;
}

#list_sns li.sns_tw a {
    width: 51px;
    background-position: -70px 0;
}

#list_sns li.sns_line a {
    width: 52px;
    background-position: -140px 0;
}

#list_sns li.sns_youtube a {
    width: 58px;
    background-position: -215px 0;
}

#list_sns li.sns_insta a {
    width: 42px;
    background-position: -296px 0;
}

#list_sns li.sns_tiktok a {
    width: 41px;
    /*background-position: -359px 0;*/
    background-position: 100% 0;
}

#list_sns li a:hover {
    opacity: 0.8;
}

/* 20220301 */

div.box_game_data div.box_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.4em
}

/* 水戸ホーリーホック */
body.vs_mito div.box_game_data div.box_inner {
    gap: 1.1em
}

div.box_game_data p.typo_next {
    width: 100%;
    order: 6;
    margin-top: 0;
    text-align: center;
}

div.box_game_data p.btn_sche {
    order: 5;
    margin-left: auto;
    margin-top: 0;

    border-left: 1px solid #bcbcbc;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
    /* display: inline-flex;
    justify-content: center;
    align-items: center; */

}

div.box_game_data p.matchNum {
    /* margin-top: 0.4em; */
}

div.box_game_data p.matchNum br {
    display: none;
}

@media screen and (max-width: 599px) {
    #box_sns_list {
        flex-direction: column;
        padding: 8vw 0;
    }

    #box_sns_list p:first-child {
        width: 60%;
    }

    #box_sns_list p:last-child {
        width: 88%;
        padding-right: 2.4em;
        margin-right: 3.8em;
    }

    #box_sns_list p:last-child:before {
        width: 2em;
        height: 48px;
        height: calc(2em * 0.9);
        /* 0.9230769230769231 */
        left: auto;
        right: 0;
        top: -0.6em;
    }

    #list_sns {
        margin: 5vw auto;
    }

    /* 0.196078431372549 */
    #list_sns li a {
        /*		width: 51px;
		height: 50px;*/

        width: 9vw;
        height: calc(9vw * 1.00);
    }

    #list_sns li.sns_tw a {
        /*width: 51px;*/
        width: 9vw;
        background-position: -12.8vw 0;
    }

    #list_sns li.sns_line a {
        /*width: 52px;*/
        width: 9.2vw;
        background-position: -25.2vw 0;
    }

    #list_sns li.sns_youtube a {
        /*width: 58px;*/
        width: 10.2vw;
        background-position: -38.8vw 0;
    }

    #list_sns li.sns_insta a {
        /*width: 42px;*/
        width: 7.4vw;
        background-position: -53.4vw 0;
    }

    #list_sns li.sns_tiktok a {
        width: 7.2vw;
        background-position: 100% 0;
    }

}



/*  */


/* 220719 */

#topicpath li {
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

/* 221028 Nikon */

#box_nikon {}

#box_award #box_nikon:after {
    background-color: #ffe100;
}

#box_award #box_nikon div.inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
}

#box_nikon div.inner_left {}

#box_award #box_nikon h4 {
    float: none;
}

#box_award #box_nikon h5 {
    font-size: 2rem;
    margin-bottom: 0.4em;
}

#box_award #box_nikon h5+p {
    font-size: 1.6rem;
    line-height: 1.8;
    max-width: 27em;
}

#box_award #box_nikon dl.dl_award dd {
    padding-left: 5em;
}

#box_award #box_nikon p.img {
    float: none;
    margin-right: 0;
    width: 444px;
}

#box_award #box_nikon p.img>img {
    max-width: 100%;
}

/* 2024 準備中 */

main.soon {
    text-align: center;
    min-height: 500px;
    position: static;
}

main.soon p:nth-child(1) {
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 2em;
}

main.soon p:nth-child(2) {
    font-size: 1.8rem;
    margin-top: 1em;
}


@media screen and (max-width: 768px) {
    #box_award #box_nikon div.inner {
        width: 93%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        display: block;
    }

    #box_award #box_nikon p.img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    #box_award #box_nikon h5 {
        margin-top: 0px;
    }

    #box_award #box_nikon h5 {
        text-align: center;
    }

    /*  */

    main.soon {
        min-height: 70vw;
    }

    main.soon p:nth-child(1) {
        font-size: 4.375vw;
        /* 14px */

    }

    main.soon p:nth-child(2) {
        font-size: 3.75vw;
        /* 12px */
    }


}