@charset "UTF-8";

header::after,
#globalNav::after,

#nav::after,
#crumb::after,
#info::after,
#footer::after,
#contents::after,
#main::after,
#aside::after,
#contact::after,
#visual::after{
	content: "";
	display: block;
	clear: both;
}

.entry:after,select
.entry ul:after,
ul.meta:after,
ul.boxSNS:after,
ul.horizon:after,
.well:after,
.boxSerch:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.entry,
.entry ul,
ul.meta,
ul.boxSNS,
ul.horizon,
.well,
.boxSerch{
	zoom: 1;
}

.mm-navbar{
	display: none;
}

body {

}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
	background-color:rgba(255, 255, 255, 0.95) !important;
  text-align: center;
}
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading .kvArea {
  width: 100%;
}
#loading .kvArea .img_box {
  text-align: center;
}
#loading .kvArea .img_box img {
  width: 160px;
  height: auto;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50px);
  }
}
  #loading_text .progressbar-text {
    font-size: 0.875em !important;
    color: #111;
  }



/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 34px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: rgba(30,96,173,.7);
	border-radius: 3px;
	font-size: 1.375em;
	line-height: 220%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 1000;
	transition: background 0.4s;
}

#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(30,96,173,.9);
}

@media screen and (max-width: 768px){
	#page-top{
		bottom: 34px;
		right: 20px;
	}
}

#wrapper{
	text-align: left;
}

.pager:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager {
	zoom: 1;
}
.pager {
	width: 100% !important;
	text-align: center;
	padding: 0 0 0 0;
}
.pager .current,
.pager .pages{
	font-size: 0.875em;
	color: #000;
	padding: 10px 14px;
	border: none;
	margin-right: 6px;
	line-height: 500%;
}
	@media screen and (max-width: 768px){
		.pager {
			zoom: 82%;
			white-space: nowrap;
		}
		.pager span.pages{
			display: block;
			line-height: 100% !important;
		}
	}

.pager span.current{
	border: #000 solid 1px !important;
	background-color:#000 !important;
	color: #FFF;
}
.pager a{
	padding: 8px 12px !important;
	background-color: #FFF;
	border: #808080 solid 1px;
	margin-right: 6px;
}
.pager a:hover{
	padding: 8px 12px !important;
	color: #FFF;
	text-decoration: none;
	border: #808080 solid 1px !important;
	background-color:#808080;
}
.pager span.extend{
	border: none !important;
}

span.icon-title{
	background-color:#f2e5d6;
	padding: 6px 12px 6px 12px;
	border-radius: 3px;
	font-weight: 500;
	color: #5c422e;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

span.must {
	color:#FF3300;
	font-size:80%;
}

.grecaptcha-badge {
	display: none;
}
#celebration .grecaptcha-badge {
	display: block;
	bottom: 120px !important;
}

.line-double-tb {
  padding: 16px 0;
  border-top: 6px double #999;
  border-bottom: 6px double #999;
}


.container  {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%,-50%);
}


span.notice{
	color: #EE751B;
}

.img-radius-60 img{
	border-radius: 30px;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.vline-double{
	width: 100%;
	position: relative;
	clear: both;
	text-align: center;
	margin: 60px 0 40px 0 ;
}
.vline-double:before {
	content: "";
	display: block;
	border-top: solid 1px #999;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 20%;
	z-index: 1;
}
.vline-double::after {
	content: "";
	display: block;
	border-top: solid 1px #999;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0%;
	z-index: 1;
}


span.icon_category{
	background-color: #FFF;
	border:1px solid #1e60ad;
	padding: 4px 8px 6px 8px;
	font-size: 0.625em;
	color: #1e60ad !important;
}
span.icon_category a{
	color: #FFF !important;
	text-decoration: none;
}

span.icon_writer{
	font-size: 0.875em;

}



#main .hgroup.title{
	width: 1280px;
	margin:auto;
	margin-bottom: 35px;
}

.single .post .hgroup{
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.single .post .hgroup h2{
  padding-left: 0 !important;
	margin-bottom: 24px !important;
}





/* ヘッダー
-------------------------------------------- */

header {
	width: 100%;
	background-color:rgba(255, 255, 255, 0.8) !important;
	padding: 20px 0 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

header .inner{
	width: 90%;
	margin: auto;
}

header .logo h1{
	float: left;
	width: 230px;
	padding-top: 6px;
}

header .logo h1 img{
	width: 100%;
	height: auto;
}

header .home{
		position: absolute;
		top:70px;
}
header .home i{
	font-size: 0.625em;
		vertical-align: middle;
}
header .home a{
	font-size: 1.093em;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	color: #333;
	text-decoration: none;
}
header .home a:hover{
	font-size: 1.093em;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	color: #AAA;
	text-decoration: none;
}

header nav{
	float: right;
}

#globalNav{
}

#globalNav .swy-btn{
	font-size: 0.938em !important;
}


#crumb{
	width: 1280px;
	margin: auto;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 14px 0 12px 0;
	margin-top: 120px;
	margin-bottom: 30px;
}
#crumb ul {
	display: inline;
	padding-left: 0 !important;
}
#crumb li {
	display: inline;
	font-size: 0.750em;
}
#crumb li a {
	padding-right: 12px;
	background: url(/images/common/arrow_right.png) no-repeat right center;
	background-size: 6px;
	text-decoration: none;
	color: #999;
}
#crumb li:last-child{
	font-weight: bold;
	color: #333;
}

#footer {
	width: 100%;
	background-color: #EFEFEF;
	padding: 30px 0;
}
#footer .menu ul{
	text-align: center;
}
#footer .menu ul li{
	display: inline-block;
	font-size: 0.875em;
	color: #FFF;
	margin-right: 20px;
}
#footer .menu ul li a{
	color: #333;
	text-decoration: none;
}
#footer .menu ul li a:hover{
	color: #F39800;
	text-decoration: underline;
}
#footer p.copy{
	font-size: 0.688em;
	color:#999;
	text-align:center;
	margin-top: 30px;
}

#contents{
	padding-top: 120px !important;
}
#home #contents{
	padding-top: 120px !important;
}



#cover {
	width: 100%;
	position: relative;
	z-index: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	margin-bottom: 40px !important;
}

#cover h1{
	font-size: 1.875em !important;
	font-weight: 500 !important;
	color: #1e60ad !important;
	line-height: 140%;
	letter-spacing: 0.5em !important;
	margin-bottom: 0 !important;
	position: relative;
	z-index: 10;
}
#cover .hgroup{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#cover .cover_image{
	background-image: url(/images/page/cover.jpg);
	background-position:center -200px;
	background-repeat:no-repeat;

    display: flex;
    align-items: center;
	width: 100%;
	min-width: 1280px !important;
	height: 180px;
	background-attachment: fixed;
}




#aside h3 {
  position: relative;
  padding: 8px 16px calc(6px + 10px);
	background-color:rgba(244, 238, 236, 0.9) !important;
	margin-bottom: 15px;
}
#aside h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #999;
}

#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	padding: unset;
	margin :unset;
	border :unset;
	font-size: 0.750em !important;
	font-weight: 500;
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #777;
	margin-bottom: 0;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 1.0em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #47ADA2;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxArchive{
	margin-bottom: 30px;
}



/* トップページ
-------------------------------------------- */
#visual{
	width: 100%;
	min-width: 1280px;
	position: relative;
	margin-bottom: 20px;
	padding-top: 100px;
}
#visual .image{
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 0;
}
#visual .image img{
	width: 100%;
	height: auto;
}
#visual .title1{
	position: absolute;
	bottom: 46%;
	left: 12%;
	z-index: 10;
	/*	writing-mode: vertical-rl;*/
}
#visual .title2{
	position: absolute;
	bottom: 46%;
	right: 12%;
	z-index: 10;
	/*	writing-mode: vertical-rl;*/
}
#visual h2{
	font-size: 3.5em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	color: #1e60ad;
	letter-spacing: 2px;
}
#visual .hgroup{
	padding-left: 3.8em;
}


.swiper-button-prev {
    left: 0px !important;
    top: 220px !important;
    color: #333 !important;
    width: 80px !important;
}
.swiper-button-next {
    right: 0 !important;
    top: 220px !important;
    color: #333 !important;
    width: 80px !important;
    font-size: 1.0em;
}

	.swiper {
		width: 100%;
		margin:auto;
		padding: 0 0px;
	}

	.tab-menu {
		border-bottom: 1px solid #CCC;
	}

	.tab-menu .swiper-slide {
		width: auto;
		padding: 12px 4px;
		font-size: 1.15em;
		font-family: "Oswald", sans-serif;
		cursor: pointer;
	}


	.tab-contents {
		margin: 30px auto;
	}
	.swiper-slide-thumb-active {
		border-bottom: 5px solid #e61d16;
		color: rgb(0, 0, 0) !important;
		font-weight: 700;
	}







span.date{
	display: inline-block;
	width: 76px !important;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #999;
}



#home h3 {
  border-bottom: solid 2px #DDD;
  position: relative;
  padding-bottom: 5px;
}

#home h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #5472cd;
  bottom: -4px;
  width: 18%;
}

#home .pickup{
	margin-bottom: 50px;
}
#home .pickup .swy-box{
	margin-bottom: 20px;
}
#home .pickup .swy-entry{
	display:flex;
	align-items:baseline;
}
#home .pickup .swy-entry .meta{
	width: 220px;
	display:flex;
	align-items:baseline;
	margin-right: 12px;
}
#home .pickup .swy-entry .title{
	width: 100%;
}

#home .news{
	margin-bottom: 50px;
}
#home .news .swy-box{
	margin-bottom: 20px;
}
#home .news .swy-entry{
	display:flex;
	align-items:baseline;
}
#home .news .swy-entry .meta{
	width: 145px;
	display:flex;
	align-items:baseline;
	margin-right: 12px;
}
#home .news .swy-entry .title{
	width: 100%;
}



span.icon_media{
	flex:1;
	font-size: 0.625em;
	color: #FFF !important;
	text-align: center;
	line-height: 150%;
}

span.icon_media a{
	display:block;
	width:100%;
	background-color:#CCC;
	border-radius:3px;
	padding:5px 4px 6px 4px;
	color:#FFF !important;
	text-decoration:none !important;
	box-sizing:border-box;
}
span.icon_media a:hover{
	display:block;
	width:100%;
	background-color: #888;
	border-radius: 3px;
	padding:5px 4px 6px 4px;
	color: #FFF !important;
	text-decoration: none !important;
}

#wc2026 .schedule{
	width: 1160px;
	margin: auto;
	margin-bottom: 60px;
}
#wc2026 .schedule .scd-table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
  table-layout: fixed;
}
#wc2026 .schedule .scd-table th{
	padding: 18px 30px 18px 30px;
	background-color: #F5F5F5;
	vertical-align: middle;
	font-size: 1.15em;
	line-height:170%;
	border-bottom:1px solid #CCC;
}
#wc2026 .schedule .scd-table td{
	padding: 35px 8px 35px 20px;
	vertical-align: top;
	font-size: 1.25em;
	line-height:170%;
	border-bottom:1px solid #CCC;
	vertical-align: middle;
}
#wc2026 .schedule th.country{
	text-align: center;
}
#wc2026 .schedule td.country{
	white-space: nowrap;
}
#wc2026 .schedule .venue{
	text-align: right;
}

#wc2026 .schedule .team-wrap{
  display: flex;
  justyify-content: center;
  align-items: flex-end;
}
#wc2026 .schedule .team{
  display: flex;
  align-items: flex-end;

}
#wc2026 .schedule .team-wrap .flag{
	margin-right: 12px;
}
#wc2026 .schedule .team-wrap .flag.right{
	margin-left: 12px;
	margin-right: 0;
}
#wc2026 .schedule .team p{
	font-size: 1.438em;
	font-weight: 600;
	letter-spacing: 1px;
}
#wc2026 .schedule .team i{
	border: 1px solid #CCC;
	font-size: 1.75em;
}
#wc2026 .schedule .vs{
	padding: 0 16px 8px 16px;
}



#wc2026 .results{
	width: 1160px;
	margin: auto;
}
#wc2026 .results .results-table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
#wc2026 .results .results-table th{
	padding: 16px 0 16px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.15em;
	line-height:170%;
	border-bottom:1px solid #CCC;
}
#wc2026 .results .results-table td{
	padding: 25px 0 25px 0;
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: top;
	font-size: 1.25em;
	line-height:170%;
	border-bottom: 10px solid #FFF;
	vertical-align: middle;
}
#wc2026 .results .results-table td.flag{
	font-size: 2.0em;
}
#wc2026 .results .results-table td.flag i{
	margin-right: 10px;
}
#wc2026 .results .results-table td.team{
	text-align: left;
	font-size: 1.5em;
	font-weight: 600;
}
#wc2026 .results .results-table td.rank,
#wc2026 .results .results-table td.points{
	width: 100px;
}
#wc2026 .results .results-table th.points,
#wc2026 .results .results-table td.points{
	background-color: #EFEFEF;
	text-align: center;
}




span.icon_tag{
	flex:1;
	font-size: 0.75em;
	color: #FFF !important;
	text-align: center;
	line-height: 150%;
}

span.icon_tag a{
	display:inline-block;

	background-color:#FFF;
	border: 1px solid #1e60ad;
	border-radius:3px;
	padding:6px 8px 6px 8px;
	color:#1e60ad !important;
	text-decoration:none !important;
	box-sizing:border-box;
}
span.icon_tag a:hover{
	display:inline-block;
	background-color: #F5888;
	border: 1px solid #CCC;
	border-radius:3px;;
	padding:6px 8px 6px 8px;
	color: #888 !important;
	text-decoration: none !important;
}











}







/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.vline-double{
	width: 100%;
	position: relative;
	clear: both;
	text-align: center;
	margin: 40px 0 20px 0 ;
}
.vline-double:before {
	content: "";
	display: block;
	border-top: solid 1px #999;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 20%;
	z-index: 1;
}
.vline-double::after {
	content: "";
	display: block;
	border-top: solid 1px #999;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0%;
	z-index: 1;
}

.swy-btnType1{
		zoom: 84%;
		white-space: nowrap;
		letter-spacing: 0px !important;
		font-weight: 600;
}

.swy-break_mob{
	display: block;
}
.swy-inner-sp{
	width: 90%;
	margin:auto;
}

#badge{
	display: none;
}

.swy-entry .image span.icon_category{
	position: absolute;
	top: 0;
	left:0;
	background-color:rgba(0, 0, 0, 0.8) !important;
	padding: 6px 8px;
	font-size: 0.625em;
	color: #FFF;
	line-height: 160%;
}
.swy-entry .image,
.swy-entry .image img{
	margin: 0 !important;
	padding: 0 !important;
}


header {
	width: 100%;
	background-color:rgba(255, 255, 255, 0.95) !important;
	padding: 15px 0 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
header .inner{
	width: 100%;
	margin: auto;
}
header .logo h1{
	width: 160px;
	margin-left: 15px;
}
header .logo h1 img{
	width: 100%;
	height: auto;
}


header nav{
	width: 100% !important;
	background-color: #FFF !important;
	padding-top: 5px;
	position: relative;
	z-index: 9999 !important;
}
#globalNav{
}
#globalNav .swy-btn{
	font-size: 0.938em !important;
}




header .home{
	display: none;
}
#globalNav{
	padding-top: 60px;
}
#globalNav ul.ace-responsive-menu li.home a i{
	font-size: 1.15em;
	color: #111;
}
#globalNav ul.ace-responsive-menu li.home a:hover i{
	font-size: 1.15em;
	color: #FFF;
}

#crumb{
	display: none;
}

#footer {
	width: 100%;
	background-color: #EFEFEF;
	padding: 30px 0;
}
#footer .menu{
	display: none;
}

#footer p.copy{
	width: 90%;
	margin: auto;
	font-size: 0.688em;
	color:#666;
	text-align:center;
}

#contents{
	padding-top: 75px;

}


#aside{
	width: 100%;
	position: relative;
}
#aside.side-left{
	float: left;
}
#aside.side-right{
	float: right;
}

#aside h3 {
  position: relative;
  padding: 7px 14px calc(6px + 10px);
	background-color:rgba(244, 238, 236, 0.9) !important;
	margin-bottom: 15px;
}
#aside h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #999;
}

#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	padding: unset;
	margin :unset;
	border :unset;
	font-size: 0.938em !important;
	font-weight: 500;
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.875em;
	color: #777;
	margin-bottom: 0;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 1.125em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #47ADA2;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxArchive{
	margin-bottom: 30px;
}


#cover {
	width: 100%;
	position: relative;
	z-index: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	margin-bottom: 40px !important;
}

#cover h1{
	font-size: 1.375em !important;
	font-weight: 500 !important;
	color: #1e60ad !important;
	line-height: 140%;
	letter-spacing: 0.2em !important;
	margin-bottom: 0 !important;
	position: relative;
	z-index: 10;
}
#cover .hgroup{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#cover .cover_image{
	background-image: url(/images/page/cover.jpg);
	background-position:center -150px;
	background-repeat:no-repeat;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
}




/* トップページ
-------------------------------------------- */
#visual{
	width: 100%;
	position: relative;
	padding-top: 0px;
}
#visual .image{
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 0;
}
#visual .image img{
	width: 100%;
	height: auto;
}
#visual .title1{
	position: absolute;
	top: 25%;
	left: 6%;
	z-index: 1;
	/*	writing-mode: vertical-rl;*/
}
#visual .title2{
	position: absolute;
	top: 25%;
	right: 5%;
	z-index: 1;
	/*	writing-mode: vertical-rl;*/
}
#visual h2{
	font-size: 1.563em !important;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	color: #1e60ad;
	letter-spacing: 2px;
}
#visual .hgroup{

}


.swiper-button-prev {
    left: 0px !important;
    top: 220px !important;
    color: #333 !important;
    width: 80px !important;
}
.swiper-button-next {
    right: 0 !important;
    top: 220px !important;
    color: #333 !important;
    width: 80px !important;
    font-size: 1.0em;
}

	.swiper {
		width: 100%;
		margin:auto;
		padding: 0 0px;
	}

	.tab-menu {
		border-bottom: 1px solid #CCC;
	}

	.tab-menu .swiper-slide {
		width: auto;
		padding: 12px 4px;
		font-size: 1.15em;
		font-family: "Oswald", sans-serif;
		cursor: pointer;
	}


	.tab-contents {
		margin: 30px auto;
	}
	.swiper-slide-thumb-active {
		border-bottom: 5px solid #e61d16;
		color: rgb(0, 0, 0) !important;
		font-weight: 700;
	}







span.date{
	display: inline-block;
	width: 76px !important;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #999;
}



#home h3 {
  border-bottom: solid 2px #DDD;
  position: relative;
  padding-bottom: 5px;
}

#home h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #5472cd;
  bottom: -4px;
  width: 18%;
}

#home .pickup{
	margin-bottom: 50px;
}
#home .pickup .swy-box{
	margin-bottom: 16px;
}
#home .pickup .swy-entry{
	display:flex;
	align-items:baseline;
}
#home .pickup .swy-entry .meta{
	width: 130px;
	display:flex;
	align-items:baseline;
	flex-direction: column;
}
#home .pickup .swy-entry .meta span.date{
	margin-bottom: 10px;
}
#home .pickup .swy-entry .title{
	width: 100%;
}

#home .news{
	margin-bottom: 50px;
}
#home .news .swy-box{
	margin-bottom: 16px;
}
#home .news .swy-entry{
	display:flex;
	align-items:baseline;
}
#home .news .swy-entry .meta{
	width: 130px;
	display:flex;
	align-items:baseline;
	flex-direction: column;
	margin-right: 12px;
}
#home .news .swy-entry .title{
	width: 100%;
}



span.icon_media{
	flex:1;
	font-size: 0.625em;
	color: #FFF !important;
	text-align: center;
	line-height: 150%;
}

span.icon_media a{
	display:block;
	width:100%;
	background-color:#CCC;
	border-radius:3px;
	padding:5px 4px 6px 4px;
	color:#FFF !important;
	text-decoration:none !important;
	box-sizing:border-box;
}
span.icon_media a:hover{
	display:block;
	width:100%;
	background-color: #888;
	border-radius: 3px;
	padding:5px 4px 6px 4px;
	color: #FFF !important;
	text-decoration: none !important;
}

#wc2026 .schedule{
	width: 1160px;
	margin: auto;
	margin-bottom: 60px;
}
#wc2026 .schedule .scd-table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
  table-layout: fixed;
}
#wc2026 .schedule .scd-table th{
	padding: 18px 30px 18px 30px;
	background-color: #F5F5F5;
	vertical-align: middle;
	font-size: 1.15em;
	line-height:170%;
	border-bottom:1px solid #CCC;
}
#wc2026 .schedule .scd-table td{
	padding: 35px 8px 35px 20px;
	vertical-align: top;
	font-size: 1.25em;
	line-height:170%;
	border-bottom:1px solid #CCC;
	vertical-align: middle;
}
#wc2026 .schedule th.country{
	text-align: center;
}
#wc2026 .schedule td.country{
	white-space: nowrap;
}
#wc2026 .schedule .venue{
	text-align: right;
}

#wc2026 .schedule .team-wrap{
  display: flex;
  justyify-content: center;
  align-items: flex-end;
}
#wc2026 .schedule .team{
  display: flex;
  align-items: flex-end;

}
#wc2026 .schedule .team-wrap .flag{
	margin-right: 12px;
}
#wc2026 .schedule .team-wrap .flag.right{
	margin-left: 12px;
	margin-right: 0;
}
#wc2026 .schedule .team p{
	font-size: 1.438em;
	font-weight: 600;
	letter-spacing: 1px;
}
#wc2026 .schedule .team i{
	border: 1px solid #CCC;
	font-size: 1.75em;
}
#wc2026 .schedule .vs{
	padding: 0 16px 8px 16px;
}



#wc2026 .results{
	width: 1160px;
	margin: auto;
}
#wc2026 .results .results-table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
#wc2026 .results .results-table th{
	padding: 16px 0 16px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.15em;
	line-height:170%;
	border-bottom:1px solid #CCC;
}
#wc2026 .results .results-table td{
	padding: 25px 0 25px 0;
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: top;
	font-size: 1.25em;
	line-height:170%;
	border-bottom: 10px solid #FFF;
	vertical-align: middle;
}
#wc2026 .results .results-table td.flag{
	font-size: 2.0em;
}
#wc2026 .results .results-table td.flag i{
	margin-right: 10px;
}
#wc2026 .results .results-table td.team{
	text-align: left;
	font-size: 1.5em;
	font-weight: 600;
}
#wc2026 .results .results-table td.rank,
#wc2026 .results .results-table td.points{
	width: 100px;
}
#wc2026 .results .results-table th.points,
#wc2026 .results .results-table td.points{
	background-color: #EFEFEF;
	text-align: center;
}


#player h4{
	font-size: 1.5em;
}

#player ul li{
	margin-bottom: 4px;
}



span.icon_tag{
	flex:1;
	font-size: 0.75em;
	color: #FFF !important;
	text-align: center;
	line-height: 150%;
}

span.icon_tag a{
	display:inline-block;

	background-color:#FFF;
	border: 1px solid #1e60ad;
	border-radius:3px;
	padding:6px 8px 6px 8px;
	color:#1e60ad !important;
	text-decoration:none !important;
	box-sizing:border-box;
}
span.icon_tag a:hover{
	display:inline-block;
	background-color: #F5888;
	border: 1px solid #CCC;
	border-radius:3px;;
	padding:6px 8px 6px 8px;
	color: #888 !important;
	text-decoration: none !important;
}



.list .swy-box{
	margin-bottom: 15px;

}


.single .post{
	margin-top: 20px;
}
.single .post .hgroup{
	margin-bottom: 30px;
	text-align: left !important;
}
.single .post .hgroup h2{
	text-align: left !important;
}
.single .post .hgroup span.icon_category{
	font-size: 0.75em;
	color: #FFF !important;
}


}
