/* @override 
	http://61.206.114.199:8000/goto_game/2017/css/goto_game_sp.css
	http://www.frontale.co.jp/goto_game/2017/css/goto_game_sp.css
	http://111.171.210.221/goto_game/2017/css/goto_game_sp.css */

@charset "UTF-8";

/* goto_game.css ここから */




#topicpath{
	position: relative;
	z-index: 500;
}

#topicpath ul{
text-align: left;
width: auto;
}

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

/**/

#box_ttl {
	overflow: visible;
}

#box_ttl div.inner {
	width: 100%;
	overflow: visible;
	padding-bottom: 0;
}

#snav_game {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background-color: #fff;
	/*overflow-y: scroll;*/
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
}
#snav_game::-webkit-scrollbar{
	height: 5px;
}
#snav_game::-webkit-scrollbar-track{
	background: #F1F1F1;
}
#snav_game::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

#snav_game ul {
	/*display: table;
	width: auto;
	min-width: inherit;
	width: 100%;
	height: 38px;
	right: 0;*/
	
	margin: 0 auto;
	width: auto;
	min-width: initial;
	height: 3em;
	padding: 0 5px;
	/*display: table;*/
	position: relative;
	right: 0;
	
	display: flex;
	display:-webkit-flex;
	
	font-size: 3vw;
	
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
}

#snav_game li {
	/*display: table-cell;*/
	white-space: nowrap;
	-webkit-flex-grow:1;
	flex-grow:1;
	flex-shrink: 0;
	border: none;
	height: auto;
	float: none;
	
	
}

#snav_game li a {
	display: block;
	padding: 0 10px;
	height: auto;
	
}

#snav_game #btn_select_season a {
	/*padding-right: 10px;*/
}

#snav_game li.current a {
	color: #1fa4e4;
	font-weight: bold;
}

#snav_game,
#snav {
	width: auto;
	margin-top: 20px;
}

div#snav_game>ul,
div#snav>ul{
	width: auto;
	text-align: left;
	/*display: inline-block;*/
	/*min-width: initial;*/
	/*min-width: 620px;*/
	
}

div#snav_game>ul>li,
div#snav>ul>li{
	/*width: auto;
	display: inline-block;*/
}

#snav_game li a:link,
#snav_game li a:visited,
#snav li a:link,
#snav li a:visited{
	display: inline-block;
	width: auto;
	padding-left: 0.7em;
	padding-right: 0.7em;
}

#btn_select_season ul.child{
	display: none;
}

#btn_select_season a:before{
	display: none;
}

li#btn_select_season,
#snav_game li a:after {
	display: none;
}

/**/
div.box_game_data{
	
	width: 100%;
	/*padding: 12px 12px 0px 12px;*/
	padding: 12px 0;
}

div.box_game_data .box_inner{
	text-align: center;
	position: relative;
	
	padding: 0 18px;
}

div.box_inner div.inner {
	width: auto;
	float: none;
}

div.box_inner:last-child div.inner {
	margin-bottom: 30px;
}

div.box_game_data p{
	display: inline-block;
	box-sizing: border-box;
	float: none;
	vertical-align: top;
}

div.box_game_data p.typo_year,
div.box_game_data p.category{
	height: 40px;
	margin-bottom: 3%;
}

div.box_game_data p.category{
	padding-left: 3%;
	
}

div.box_game_data:last-child p.category {
	padding-left: 0;
	margin-right: 10%;
}

div.box_game_data p.category:after{
	content: "\A";
	    white-space: pre;
}

div.box_game_data p.category img{
	height: 100%;
}

div.box_game_data p.typo_year {
	color: #23b7fe;
	border-left: none;
	border-right: none;
	padding: 0;
	line-height: 40px;
	border-right: 1px solid #ccc;
	padding-right: 0;
	padding-top: 0;
	width: 30%;
	
}

@media screen and (min-width: 414px) {
	div.box_game_data p.category {
		padding-left: 1%;
	}
}


div.box_game_data p{
	margin: 0;
}

p.btn_sche {
	margin-left: 0;
	position: static;
	padding-top: 20px;
}

div.box_game_data p.typo_year span{
	display: inline;
	margin: 0;
	padding-right: 0.3em;
}

div.box_game_data p.typo_year,
div.box_game_data p.typo_year span{
	font-size: 3.5vw;
}

div.box_game_data p[class^='sec_']{
	/*display: none;*/
}

div.box_game_data p.sec_next {
	position: absolute;
		top: 6px;
		right: 2px;
}

div.box_game_data p.sec_prev {
	/*float: left;*/
	position: absolute;
	top: 6px;
	left: 2px;
}

div.box_game_data p.sec_latest {
/*	position: absolute;
	top: 6px;
	right: 0;*/
	
	display: none;
}

div.box_game_data p.sec_next a,
div.box_game_data p.sec_latest a,
div.box_game_data p.sec_prev a {
	width: 26px;
	height: 26px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	padding: 0;
	display: inline-block;
}

p.sec_latest a:after,
p.sec_next a:after,
p.sec_prev a:after  {
	width: 26px;
	height: 26px;
	border-top: 2px solid #23b7fe;
	border-right: 2px solid #23b7fe;
	position: absolute;
}


p.sec_prev a:after {
	left: 10px;
	top: 0;
}

p.sec_next a:after,
p.sec_latest a:after {
	right: 10px;
	top: 0;
}


div.box_game_data p.matchNum,
div.box_game_data p.vs_name,
div.box_game_data p.vs_emblem{
	vertical-align: top;
}


div.box_game_data p.matchNum{
	margin-right: 0.5em;
	
	line-height: 1.8;
	margin-top: 0;
	position: relative;
	
	top: 16px;
	padding: 0;
	width: 4em;
	text-align: center;
	
}

@media screen and (min-width: 414px) {
	div.box_game_data p.matchNum {
		margin-left: 0.3em;
		top: 0.3em;
	}
}


div.box_game_data p.vs_name{
	font-size: 4.7vw;
	/*line-height: 2.7;*/
	line-height: 59px;
}

div.box_game_data:last-child p.vs_name {
	margin-bottom: 10px;
}

div.box_game_data p.vs_emblem{
	padding: 0;
	border: none;
}

div.box_game_data:last-child p.vs_emblem {
	margin-top: -3px;
}

div.box_game_data:last-child p.typo_year {
	/*float: left;*/
	margin-left: 3em;
}



p.typo_next {
	clear: left;
	width: 100%;
	line-height: 1.2;
}

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

/*  */

#bnr_excite {
	width: 100%;
	text-align: center;
}

#bnr_excite img {
	width: 90%;
}

/**/
div#box_contents_game_record{
	width: 100%;
}

div.box_game_date div.inner {
	width: 100%;
	height: auto;
}

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

div.box_game_date p{
	float: none;
}

p.typo_status {
	margin-top: 0;
	font-size: 1.6rem;
}

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

div.box_game_date p.date{
box-sizing: border-box;
	margin: 0;
	width: 84.5%;
	padding: 1em;
	line-height: 1.5;
	font-size: 3vw;
	float: right;
	padding-top: 1.2em;
	padding-bottom: 0;
}

div.box_game_date p.game_status {
	height: auto;
	background-color: #454545;
	float: none;
	font-size: 1.6rem;
	margin-top: 0;
	display: inline-block;
	display: none;
}
 div.box_game_date p.away,
div.box_game_date p.home{
float: left;
box-sizing: border-box;
position: static;
	width: 15%;
	border-radius: 0;
	height: 5em;
	font-size: 3.5vw;
	display: inline-block;
	float: left;
	border-top: 4px solid;
	padding-top: 1.5em;
}

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

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


#inner_photo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
}

#inner_photo p#game_top_Img img{
	width: 100%;
}

#box_game_photo svg {
	display: none
}


/* .game_end */
#box_score{
	position: static!important;
	width: 100%;
	padding: 0.3em 0 1em 0;
	background-color: transparent;
}
/* .game_end */
#box_score ul{
	text-align: center;
}

div#box_score ul {
	justify-content: center!important;
}

/* .game_end */
div#box_score ul li.score {
	margin-right: 0;
	width: 100%;
	margin: 0;
}

div#box_score p.typo_vs_team_e{
	text-align: center;
	padding-top: 0.3em;
}

div#box_score p.typo_vs_team_e br{
}

div#box_main_record div#box_record_inner{
	width: 100%;
}

div#box_record_inner nav.cnav{
	width: 97%;
	margin: 12px auto;
	height: auto;
	padding: 1em 0 1em 0;
}

div#box_record_inner nav.cnav ul{
	width: 98%;
}

div#box_record_inner nav.cnav ul li a{
	padding: 0.2em 0.7em 0.2em 0.7em;
}


div#box_main_record div#box_record_inner div.box_1_block{
		margin-bottom: 24px;
}

div#box_main_record div#box_record_inner div.box_1_block:nth-of-type(1),
#box_record_inner div.scrollable > div {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

div#box_score div.score_center {
	width: 52px;
	height: auto;
	padding: 7px 0;
	margin: 0;
	
	background-color: rgba(255, 255, 255, 0.2);
}

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

div#box_record_inner table#kaisai{
	width: 150%;
}

div#box_record_inner table#kaisai th,
div#box_record_inner table#kaisai td{
	padding: 0.6em 0 0.6em 0;
}

div#box_record_inner table#kaisai thead th.league_name{
	height: 0px;
	overflow: hidden;
	padding: 0;
	font-size: 0.1vw;
	color: #333;
}

div#box_record_inner h3.kaisai{
	display: block;
	text-align: center;
	background-color: #222;
	color: #eee;
	font-size: 3.5vw;
	padding: 0.8em 0 0 0;
}

div#box_record_inner div.scrollable:before,
div#box_record_inner h3.kaisai:after{
	border-top: 1px solid #222;
	margin-top: 3%;
	content: "SCROLL";
	color: #23b7fe;
	display: block;
	width: 100%;
	height: auto;
	font-size: 2.8vw;
	padding: 2.5% 8% 2% 0;
	text-align: right;
	font-family: "Roboto",sans-serif;
	background-image: url(/common_2017/svg/icon_arrow_scroll.svg);
	background-repeat: no-repeat;
	background-position: 127% 48%;
	background-size: 40% 40%;
	margin: 0;
}

div.box_bnr{
	width: 100%;
	margin-bottom: 32px;
}

div.box_bnr.bnr_three{
	text-align: center;
}

div.box_bnr.bnr_three p {
width: 45%;
	display: inline-block;
	margin: 2%;
}

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

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

#box_record_inner #box_stats h3,
#box_record_inner div.box_1_block h3{
	text-align: center !important;
}

/*game tables*/

div.box_1_block div.left {
	width: 100%;
	float: none;
}


#box_record_inner table#get_point{
	width: 100%;
}

#box_record_inner table#get_point th.cell_team_name{
	width: 42%;
	font-size: 3vw;
}

#box_record_inner table#get_point thead tr th.cell_center{
width: auto;
}

#box_record_inner table#get_point thead tr th.cell_center,
#box_record_inner table#get_point tbody tr th{
	font-size: 2.5vw;
}

table#get_point td.cell_point_kf,
table#get_point td.cell_point_vs{
	font-size: 20vw;
}



table#members{
	
}

div#box_record_inner div.left table#members,
div#box_record_inner div.left table#point_progress,
div#box_record_inner div.left table#change_player,
div#box_record_inner #box_3table {
	width: 713px;
}

div.box_1_block div.right {
	display: none;
}

div#box_record_inner div#box_formation.box_1_block{
	width: 100% !important;
	float: none;
}

#box_formation {
	height: auto!important;
	margin-bottom: 20px!important;
}

#inner_formation{
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 0;
	background-color: transparent;
}

div#box_record_inner div#box_formation.box_1_block #formation{
/*	position: relative;
	transform-origin:center top;
	left: -25.5%;
	transform: scale(0.61,0.61);
	margin: 0;*/
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}

#box_stats{
	width: 100%;
	/*margin-top: -120px;*/
	padding-bottom: 32px;
	float: none;
}

table#box_report_home{
	float: none;
}

div#box_record_inner #box_report_home table.table_5report th,
div#box_record_inner #box_report_home table.table_5report td{
	padding: 0.6em 0 0.6em 0;
}

#box_report_home table.table_5report thead th:nth-of-type(2){
	width: auto;
}

#team_tracking table.table_5report tbody th,
#box_report_home table.table_5report tbody th {
	width: 13%;
	font-size: 3vw;
}

#team_tracking table.table_5report tbody tr th:nth-of-type(2) {
	width: auto!;
}

#team_tracking table.table_5report tbody tr td,
#box_report_home table.table_5report tbody td{
	vertical-align: top;
	background-position: 15% 80%;
}
#box_report_home table.table_5report td.vs {
	background-position: 80% 80%;
}

/* 大賞 */

#box_award {
	width: 100%;
	border-radius: 0;
	margin-bottom: 32px;
}

#box_award div.box{
	width: 97%;
	padding-bottom: 3%;
}

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

}

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


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

#box_award #box_please div.ttl h4 {
	float: none;
	margin: 20px 0 0 150px;
	overflow: hidden;
	width: 60%;
}

#box_award #box_please div.ttl h4 img{
	width: 100%;
}

#box_please div.ttl p {
	font-size: 1.5rem;
	float: none;
	padding: 1.6em 0 0 0;
	margin-top: 0;
	float: left;
	width: 62%;
}

#box_please div.ttl{
	padding-bottom: 3%;
}


#box_please div.ttl p br{
	display: none;
}

#box_please div.ttl div.qr_none{
	width: 33%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	float: right;
	margin-top: 6px;
}

#box_please div.ttl div.qr_none img{
	width: 190%;
}

#box_please h6 {
	height: auto;
	line-height: 1.5;
	padding: 3%;
}

#box_please h6 span{
	display: block;
	padding-top: 2%;
}


#box_please div.left {
	float: none;
	width: 95%;
	margin: 0;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
}

#box_please div.right{
	width: 92.5%;
	margin: 0 auto;
	float: none;
}

#box_please div.right h5{
	float: none;
	text-align: center;
	margin-bottom: 0;
}

#box_please div.right p.sttl{
	float: none;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 0.7em;
}

#box_please div.right div.btm p.ttl{
	width: 36%;
}

#box_please div.right div.btm p.ttl img{
	width: 100%;
}

#box_please div.right div.btm p:not(.ttl){
	font-size: 4.5vw;
	line-height: 1.8;
}

#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 dd span{
	width: 35%;
	font-size: 4.5vw;
	padding: 0 0.3em;
}

#box_award #box_please dd.no1 {
	font-size: 6vw;
}

#box_award #box_please dd{
	font-size: 4.5vw;
}

#box_award #box_please dd.no1 span {
	font-size: 5vw;
}

#box_award div.box p.img{
	width: 93%;
	margin: 4% auto 0 auto;
	float: none;
}

#box_award div.box p.img img{
	width: 100%;
}

#box_award div.box h4{
width: 93%;
	margin: 3% auto 3% auto;
	display: block;
	float: none;
	text-align: center;
}

#box_award div.box h4 img{
	width: 90%;
}

div#box_taisho.box.home h4 img {
	width: 40%;
}

#box_award >div p {
width: 93%;
padding: 2% 0 0 0;
margin: 0 auto;
	font-size: 4.5vw;
}

#box_award dl{
	float: none;
	width: 93%;
	margin: 3% auto 0 auto;
}



table#other_games{
	width: 95%;
	margin: 0 auto;
}

p.sttl_other_games{
	text-align: center;
	line-height: 1.5;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 2%;
}

p.sttl_other_games a{
	display: block;
}

div#box_record_inner p.btn_more {
	float: none;
	padding: 5% 0 0 0;
	width: auto;
	display: block;
	text-align: center;
	font-size: 4.5vw;
	line-height: 1.4;
	margin: 0 au;
}

div#box_record_inner p.btn_more br{
	display: none;
}

div#box_record_inner p.btn_more a {
	position: relative;
	padding-right: 30px;
	display: inline-block;
	margin: 0 auto;
	padding-top: 0.1em;
}



#box_game_report div.inner {
	padding: 5.5% 3.5% 5.5% 3.5%;
	margin-bottom: 2px;
}

#box_game_report div.inner p{
	font-size: 4.5vw;
	line-height: 1.8;
}


#box_game_report div.inner.secondhalf:after,
#box_game_report div.inner.halftime:after{
	font-size: 70vw;
	bottom: -2%;
}



div.box_game_date:after{
	box-shadow: none;
}

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

table#game_data th.cell_center{
	width: 68px;
}

div#box_record_inner div.left table.foul{
	width: 216px;
}


#box_half_time_area p.img_emb {
	width: 25%;
	text-align: center;
		max-height: 50px;
}

#box_half_time_area p.img_emb img p.img_emb img{
		height: 100%;
		width: auto;
		max-width: auto;
	}
	
div.box_comment_player,
div.box_comment_hc_vs,
div.box_comment_hc,
div#box_half_time_area div.box_inner_kf,
div#box_half_time_area div.box_inner_vs{
	padding: 1em 0.5em 0.5em 1em;
}

div#box_half_time_area div.box_inner_kf p.img_emb img{
	margin-top: 5%;
}

div#box_half_time_area div.box_inner_kf p,
div#box_half_time_area div.box_inner_vs p{
	font-size: 4.5vw;
	line-height: 1.8;
}

div.box_comment_player dt,
div.box_comment_player dd,
div.box_comment_hc_vs p,
div.box_comment_hc p,
div.box_comment_hc_vs dt,
div.box_comment_hc_vs dd,
div.box_comment_hc dt,
div.box_comment_hc dd{
	font-size: 4.5vw !important;
	line-height: 1.8;
	padding: 0;
}

#box_comment_players p.sttl {
	float: none;
	text-align: center;
	margin-bottom: 15px;
}


div.box_comment_player {
	border: none;
	height: auto;
	min-height: auto;
	padding-top: 8%;
	padding-bottom: 8%;
}

div.box_comment_player dl{
	padding: 0;
}

div.box_comment_player h4 {
	padding: 0 0 6% 0;
	float: none;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}


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

div.box_comment_player p {
	width: auto;
	font-size: 4.5vw;
	float: none;
	line-height: 1.8;
		border-right: none;
	padding-right: 0em;
}

div.box_comment_hc div.inner_ttl p.img_comment{
	float: none;
}

div.box_comment_hc p.typo{
	padding-top: 0.6em !important;
	font-size: 6vw !important;
	line-height: 1.2;
}

/* box_gallery */

#box_gallery{
	width: 100%;
}


#box_gallery li{
	/*height: 80px;*/
	width : 33.33333% ;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	
	height: auto;
	margin: 0;
	border: 1px solid #fff;
	overflow: hidden;
}



#box_gallery li img{
	width: 100%;
}

/* スタッツ */

#box_ranking {
	width: 1024px;
	height: 100%;
}

#box_utility p.sttl {
	float: none;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}

#box_record_inner #box_utility h3 {
	float: none;
}

#box_utility div.scrollable {
	background-color: #303230;
}

#box_ranking div.inner {
	border-top: 1px solid #252625;
	
}


#box_utility div.scrollable > div {
	padding: 0;
	overflow-x: scroll;
	overflow-y: hidden;
}

/*  */


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

#box_report_home table.table_5report td.vs span.team {
	float: right;
}


#box_report_home table.table_5report tbody span {
	width: 50%!important;
}

#box_stats table.table_5report tbody span.score {
	font-size: 7vw;
}

#bnr p.bnr img {
	width: 96%;
}

/*  */

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

.sl-wrapper .sl-close{
	width: auto!important;
	height: 80px!important;
	right: 0%;
	top: auto!important;
	bottom: 20px;
	font-size: 2vw;
	line-height: 1!important;
	z-index: 200000!important;
	
	padding: 20px;
	
	/*bottom: 20px;*/
	
/*	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;
	
	font-size: 2vw;*/
}

button.sl-prev,
button.sl-next {
	display: none!important;
}

/* 2017/05/13 */

#box_score ul li.team {
	display: none
}

/* 2017/05/22 */


body.acl.y2017.sec_07  p.matchNum {
	display: block;
	width: 100%;
	margin: 0 auto 15px;
}





















