@charset "utf-8";

/* ------------------------------
	共通
 ------------------------------*/

body{
	background: url(/images/leaguedomestic/takamadou18/bg_takamadonomiya.jpg) center top no-repeat;
	background-size: contain;
}

.contents_title{
	text-align: center;
}
.contents_lead{
	font-size: 22px;
	font-weight: bold;
	color: #073190;
	margin-bottom: 30px;
	line-height: 1.5;
}
.pc-hidden{
	display: none;
}

/* ------------------------------
	タイトルヘッダー
 ------------------------------*/

#content-header-inner {
	width: 980px;
	position: relative;
	margin: 0 auto;
	height: 120px;
	overflow: hidden;
}
#content-header h2 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	-ms-transform     : translateY(-50%);
	transform         : translateY(-50%);
}
#content-header h2 a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#content-header .header-txt {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	-ms-transform     : translateY(-50%);
	transform         : translateY(-50%);
	right: 0;
}
#content-header .header-txt.takamadou18 {
	position: absolute;
	right: 12px;
	font-size: 38px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -1.8px;
	text-shadow: 1px 1px 10px #FFF;
	text-align: right;
	line-height: 1.2;
	font-family: source-han-serif-japanese, serif;
}
#content-header .header-txt.takamadou18 .fast-txt {
    display: block;
    color: #04236f;
    font-size: 36px;
    letter-spacing: -2px;
}
#content-header .header-txt.takamadou18 .second-txt {
    display: block;
	color: #8223d0;
}
#content-header .header-txt.takamadou18 .second-txt .small {
    font-size: 32px;
}
#content-header .header-txt.takamadou18 .second-txt .sup_txt {
    font-size: 18px;
}

/* ------------------------------
	menu
 ------------------------------*/
 @media screen and (min-width: 768px) {
	#takamadou18_menu.local_nav ul li a.is-current,
	#takamadou18_menu.local_nav ul li a:hover {
		background: #8223d0;
	}
	#takamadou18_menu.local_nav li#menu_app:last-child a {
		color: #FAE64A;
	}
}

/* ------------------------------
	menu (スマホナビ)
 ------------------------------*/
@media screen and (max-width: 768px) {
	#takamadou18_menu {
		width: 100%;
		background: linear-gradient(to bottom, #000, #333);
	}
	#takamadou18_menu > ul {
		border-left: solid 1px #000000;
		border-right: 1px solid #383c42;
		display: flex;
		flex-wrap: wrap;
	}
	#takamadou18_menu > ul > li {
		text-align: center;
		color: #fff;
		font-size: 12px;
		border-top: solid 1px #383c42;
		border-left: solid 1px #383c42;
		border-right: solid 1px #000000;
		border-bottom: solid 1px #000000;
		width: 33.3%;
	}
	#takamadou18_menu > ul > li a {
		display: block;
		color: #fff;
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 54px;
	}
	#takamadou18_menu > ul > li a.is-current {
		background: #8223d0;
	}
}


/* ------------------------------
	大会ガイド
 ------------------------------*/

/* みどころ */

.midokoro{
	overflow : hidden;
	position : relative;
	zoom     : 1;
	padding-top: 60px;
	margin-bottom: 80px;
	font-size: 14px;
	line-height: 1.75;
	color: #222;
}

.midokoro .contents_title{
	 margin-bottom: 50px; 
}

.midokoro p{
	 text-indent: 1em;
	 margin-bottom: 15px;
	 font-size: 16px;
}
.midokoro .coming_soon p {
	font-size: 32px;
}
 @media screen and (max-width: 768px) {
.midokoro .coming_soon p {
	font-size: 18px;
}
 }
	
.midokoro .photo_right{
	float: right;
	margin-left: 25px;
}

/*　チーム一覧　*/

#contents .team-list{
	margin-top: 60px;
	margin-bottom: 10px;
}

.team-list .box-145 {
	width: 980px;
	border: solid 1px #e4e4e4;
	background: #ffffff;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.team-list ul {
	margin: 10px 15px 6px;
}
.team-list ul.groupB {
	margin: 10px 14px 6px;
}
.team-list ul.groupB li:first-child{
	width: 121px;
}
.team-list ul li {
	width: 108px;
	min-height: 124px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	margin: 0 2px;
}

.team-list li div.title > * {
	display: table-cell;
	vertical-align: middle;
}
.team-list li div.title img {
	width: 65px;
	margin: 0 auto;
}
.team-list li div.title span {
	font-size: 13px;
	line-height: 1.2;
	padding: 5px 0px;
	display: block;
}
.group_wrap {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.group_wrap:nth-child(even) {
	border-right: none;
}
.group_wrap:last-child {
	width: 100%;
	border: none;
}
.group_wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.group_wrap:last-child ul{
	width: 448px;
	margin-left: auto;
	margin-right: auto;
}

.group_wrap h4 {
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #073190;
}

/* ------------------------------
	順位表
 ------------------------------*/

.standings{
	padding-top: 60px;
	margin-bottom: 60px !important;
}
.standings_date{
	font-size: 12px;
	font-weight: bold;
	color: #e60312;
	text-align: center;
	margin: 20px 0 30px;
	
}
.standings_title {
	color: #073190;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.standings_table {
	width: 100%;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: #e6e6e6;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 20px;
}
.standings_table tr th {
	background: #a2a5af;
	font-size: 14px;
	padding: 9px 0;
	color:#fff;
	text-align: center;
}
.standings_table tr th:first-child {
	width: 3%;
}
.standings_table tr th.w75 {
	width: 75px;
}
.standings_table tr .tal {
	padding-left: 10px;
	text-align: left;
}
.standings_table tr .tal img{
	vertical-align: middle;
}
.standings_table tr td {
	padding: 13px 0;
	vertical-align: middle;
	background: #fff;
	text-align: center;
}
.standings_rule {
    margin-top: 60px;
}

.standings_rule h3 {
    font-weight: bold;
	font-size: 18px;
}

.standings_rule p {
    margin-bottom: 20px;
    line-height: 2;
	font-size: 14px;
}

/* TOP 重要なお知らせ */
.importnatInfo.modal_link {
    width: 980px;
    margin: 20px auto;
    border: 4px solid #0099ff;
    padding: 20px;
    font-weight: bold;
    background: #f4faff;
    box-sizing: border-box;
}

.importnatInfo.modal_link a {
    color: #0099ff;
    text-decoration: underline;
    position: relative;
}
.importnatInfo.modal_link a::before {
  position: absolute;
  top: 2px;
  right: -24px;
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("/images/join_set/program/ic_modal_b.png");
  background-size: cover;
}


@media screen and (max-width: 768px) {
.importnatInfo.modal_link {
    width: auto;
    margin: 0 auto;
    border: 4px solid #0099ff;
    margin: 10px 15px;
    padding: 10px;
    font-weight: bold;
    background: #f4faff;
    line-height: 1.5;
    font-size: 12px;
}

.importnatInfo.modal_link a {
    color: #0099ff;
    text-decoration: underline;
    position: relative;
}
.importnatInfo.modal_link a::before {
  position: absolute;
  top: auto;
  bottom: -1px;
  right: -24px;
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("/images/join_set/program/ic_modal_b.png");
  background-size: cover;
}
}


/* 対戦カードNEW */
.match_box {
    margin: 20px 0;
}

.match_col {
    background: #edededed;
    margin-bottom: 4px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.match_home, .match_away {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 44%;
}

.match_away {
    flex-direction: row-reverse;
}

.match_col .result {
    text-align: center;
    justify-content: center;
    width: 12%;
}

.match_col .result .now {
    font-size: 22px;
    font-weight: bold;
    color: #083190;
    letter-spacing: 2px;
}

.match_emb {
    width: 15%;
}

.match_emb img {
    width: 100%;
    height: auto;
}

.match_team {
    width: 85%;
    text-align: center;
}

.match_team strong {
    font-size: 26px;
    font-weight: bold;
}
.match_col .result .sup {
    display: block;
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.2;
}

.match_home.lose,
.match_away.lose {
    filter: grayscale(100%);
    opacity: 0.5;
}


@media screen and (max-width: 768px) {
/* 対戦カードNEW */
	.match_box {
		margin: 20px 0 10px;
	}
	.match_col {
		background: #dddddd54;
		padding: 0 4px;
	}
	.match_home, .match_away {
		width: 44%;
	}
	.match_col .result .now {
		font-size: 13px;
		letter-spacing: -0.5px;
	}
	.match_emb {
		width: 13%;
	}
	.match_team {
		width: 87%;
		letter-spacing: -1px;
	}
	.match_team strong {
		font-size: 13px;
	}
	.match_col .sup {
	    display: block;
	    margin: 0 auto 2px;
	    font-size: 11px;
	    line-height: 1.2;
	}
	
}

.modal-window {
	display: none;
}

section.prime,
section.playoff {
    margin-bottom: 60px;
}


.st-Footer_Btn {
    width: 480px;
}
