@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese');
*{
	box-sizing: border-box;	
}
body{
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
	background:#ffffff;
}
ul, ol{
	padding:0;
}
li{
	list-style-type: none;
}
i{
	font-style: normal;
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	opacity:0.7;
}

.sp_only, .pc_none{
    display: none;
}

header nav{
	width:100%;
    padding: 0 40px 0 30px;
	text-align: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}
header nav#menu_pc{
    background:#ffffff;    
}
header nav#menu_pc .menu_pc_wrap{
    width:100%;
    min-width:1000px;
    margin:auto;
    overflow: hidden;
    text-align: left;
    display: table;
    line-height: 140%;
    font-size: 85%;
}
header nav#menu_pc ul{
    margin-bottom:0;
}
header nav#menu_pc ul.menu_pc_left{
    float:left;
}
header nav#menu_pc ul.menu_pc_right{
    float:right;
}
header nav#menu_pc ul li{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
    width:96px;
}
header nav#menu_pc ul li a{

}
header nav#menu_pc ul li span{
	display:table-cell;
	text-align: center;
}
header nav#menu_pc ul li.link_top{
    width:90px;
}

/* linkDate */

header nav#menu_pc ul li.link_date{
	margin-right: 0px;
	width:282px;
}

header nav#menu_pc ul li.link_date .date_btn_prev{
    display: inline-block;
    vertical-align: middle;
    background:#c9161d url(../img/top/btn_prev.png) center center no-repeat;
    width:36px;
    height:60px;
    border-right:2px solid #ffffff;
    float:left;
}
header nav#menu_pc ul li.link_date .date_btn_next{
    display: inline-block;
    vertical-align: middle;    
    background:#c9161d url(../img/top/btn_next.png) center center no-repeat;
    width:36px;
    height:60px;
    float:left;
}
header nav#menu_pc ul li.link_date .date_list{
    display: inline-block;
    vertical-align: middle;
    width:210px;
    overflow: hidden;
    float:left;
}
header nav#menu_pc ul li.link_date .date_list .date_wrap{
    display: flex;
    width:6000px;
    margin-left: 0;
    transition: all 0.2s;
}
header nav#menu_pc ul li.link_date .date_list a{
    font-family: 'Teko', 'Noto Sans CJK JP', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
    display: list-item;
    width:70px;
    height:60px;
    background:#c9161d;
    color:#ffffff;
    vertical-align: middle;
    border-right:2px solid #ffffff;
}
header nav#menu_pc ul li.link_date .date_list a.selected{
    background:#ffffff;
    color:#c9161d;
}
header nav#menu_pc ul li.link_date .date_list a i{
    display: block;
    font-size:200%;
    text-align: center;
    margin-top:11px;
}
header nav#menu_pc ul li.link_date .date_list a span{
    display: block;
    font-size:160%;
    text-align: center;
    margin-top: 4px;
}

/* linkDate end */

/* title */

section.top_title{
	width:100%;
	min-height: 640px;
    position: relative;
    background:url(../img/top/top_bg_2026.jpg) center bottom repeat-x;
    background-size: cover;
    padding: 60px 0;

}
section.top_title .contents {
    width: 92%;
    max-width: 1000px;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1;
    display: table;
    padding-top: 60px;
}
section.top_title .contents .title_wrap {
    margin:auto;
    width:92%;
    max-width: 1000px;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0 30px;
}
section.top_title .contents .title {
    width:100%;
    max-width: 1000px;
    margin: auto;
}
section.top_title .contents .title h1{
    margin-bottom:0;
    text-align: center;
}
section.top_title .contents .title h1 i{
    color:#ffffff;
    display: block;
    transition: all 0.8s;
}
section.top_title .contents .title h1 i.pc_only{
    display:block;
}
section.top_title .contents .title h1 i.sp_only{
    display: none;
}
section.top_title .contents .title h1 i img{
    width:98%;
    height:auto;
}
section.top_title .contents .title h1 span{
    margin: -20px 0 30px 0;
    display: block;
}
section.top_title .contents .title h1 span img{
    width:90%;
    max-width:640px;
    height:auto;
}
section.top_title .contents .title p {
    text-align: center;
    font-weight:bold;
    font-size: 140%;
    line-height: 200%;
}
section.top_title .contents .title span {
    font-size: 120%;
    letter-spacing: 2px;
    line-height: 200%;
    margin-bottom: 10px;
    display: block;
}
section.top_title .contents .title .subtitle {
    text-align: center;
    margin: 40px 0% 10px 4%;
}
section.top_title .contents .title .subtitle img {
    width:90%;
    height:auto;
}

section.top_title .contents .scroll_btn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -30px;
    animation: arrow 2s;
    animation-iteration-count: infinite;
    -webkit-animation: arrow 2s;
    -webkit-animation-iteration-count: infinite;
    transition: opacity 0.5s;
    z-index: 90;
}

/* contents_wrap */

section .contents_wrap {
    max-width: 1366px;
    margin:0px auto;
    background: #fefaf4;
}
section .contents_wrap h1{
    font-family: 'Noto Sans CJK JP', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
    text-align:left;
    font-size: 160%;
    font-weight: bold;
    position: relative;
    padding:26px 0 12px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 140%;
    color:#000000;
}
section .contents_wrap h1 .ttl_en{
    display: inline-block;
    margin: 0px 20px 6px 0;
    vertical-align: bottom;
}
section .contents_wrap h1 .ttl_en img{
    height:42px;
    width:auto;
}
section .contents_wrap h1 .ttl_jp{
    display: inline-block;
    font-size: 100%;
    vertical-align: bottom;
}
section .contents_wrap article{
    padding:60px 8%;
    max-width: 1220px;
    margin:auto;    
}

/* highlight */

section.highlight {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    background: #e5e1dc;
}
section.highlight .contents_wrap article{
    padding-top:100px;
    display: table;
}
section.highlight .contents_wrap article div.highlight_txt{
    display: table-cell;
    vertical-align: top;
    width:50%;
}
section.highlight .contents_wrap article div.highlight_img{
    display: table-cell;
    vertical-align: top;
    width:50%;
    padding-left:3%;
}
section.highlight .contents_wrap article div.highlight_img img{
    width:105%;
    height:auto;
}
section.highlight p {
    font-size: 120%;
    padding-top: 3px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 210%;
    margin-bottom: 0;
}

/* league_standungs */

section.league_standungs{
    width: 100%;
    margin: 0px auto 0;
    background: #e5e1dc;
}
section.league_standungs .contents {
    padding: 0px;
    margin:auto;
    max-width: 1220px;
    transition: all 0.5s;
}
section.league_standungs .contents div {
    text-align: left;
    color: #000000;
    margin: auto;
}
section.league_standungs .contents div span.intro_logo {
    max-width: 1000px;
    padding-top: 60px;
    display: block;
}
section.league_standungs .contents div span.intro_logo i{
    display: inline-block;
    padding:0px 20px;
}
section.league_standungs .contents h1 {
    max-width: 1000px;
    padding-top: 56px;
}
section.league_standungs .contents p {
    max-width: 640px;
    font-size: 105%;
    padding-top: 24px;
    padding-bottom: 54px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 210%;
    color: #ffffff;
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    text-align: center;
    margin: auto;
}

/* league_standungs end */

/* 順位表 */

.game_result_area01{
    width:100%;
    padding:0 0 0 0;
    font-size:12px!important;
    letter-spacing: 1px;
}
.game_result_area0101{
/*    width:1110px;*/
    width:100%;
    padding:20px 0;
    margin:0 auto 0 auto;
}
.game_result_area02{
/*    width:1110px;*/
    width:100%;
    margin:0 auto 20px auto;
}
.clearfix {
    min-height: 1px;
}
.game_result_edit_area03 {
    width: 100%;
}
.table_future02 table{
    width:100%!important;
    table-layout: fixed;
    border:1px #999 solid;
    font-size:16px;
}
.table_future02 table td{
    border:1px #999 solid;
    text-align:center;
    vertical-align:middle;
}
.table_future02 table tr:first-child{
    background-color:#EFEFEF;
}
.table_future02 table th:first-child{
    width:10%;
}
.game_result_edit_area03 table tr {
    background-color: #ffffff;
}
.game_result_edit_area03 table tr:nth-child(2n+2) {
    background-color: #EFEFEF;
}

/* 順位表 ここまで */

/* bg_regulations */

section.bg_regulations{
    width:100%;
    overflow: hidden;
    background: url(../img/top/regulations_bg.jpg) bottom center repeat-x;
    background-size: cover;
}
section.bg_regulations .contents_wrap{
    background: none;
    color:#ffffff;
}
section.bg_regulations .contents_wrap h1 .ttl_jp{
    color:#ffffff;
}
section.bg_regulations .contents_wrap article{
    line-height: 200%;
    padding-bottom: 100px;
}
section.bg_regulations .contents_wrap article .contents{
    font-size: 120%;
    line-height: 200%;
}
section.bg_regulations .contents_wrap article .regurations_rule{
    display: block;
}
section.bg_regulations .contents_wrap article .regurations_rule dt{
    margin-bottom: 12px;
}
section.bg_regulations .contents_wrap article .regurations_rule dd div{
    margin-bottom: 20px;
    display: table;
}
section.bg_regulations .contents_wrap article .regurations_rule dd i{
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
}
section.bg_regulations .contents_wrap article .regurations_rule dd span{
    display: table-cell;
    vertical-align: top;
}
section.bg_regulations .contents_wrap article .regurations_btn{
    text-align: center;
    margin:40px auto 0;
}
section.bg_regulations .contents_wrap article .regurations_btn a{
    display: inline-block;
    padding: 16px 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    background: #db1c1a;
    margin: 0 10px 0 0;
    border-radius: 16px;
    width:80%;
    max-width: 480px;
}

/* bg_arrow end */

/* detail */

section.detail{
    width: 100%;
    margin:0px auto 0;	
    background: #e5e1dc;
}
section.detail#schedule{
    background: #e5e1dc;
}
section.detail .contents_wrap{
    background: #fefaf4;
}
section.detail article{
    color:#ffffff;
    padding:60px 8% 40px;
    margin:auto;
}
section.detail#schedule article{
    padding:80px 8% 40px 8%;
    margin-top:0px;
}
section.detail ul span{
	display: inline-block;
	margin-top:0px;
    margin-right:4px;
}
section.detail ul span.tiget{
    margin-top:10px;
}
section.detail article .detail_wrap{
    background:#f8f8f8;
    padding:20px;
}
section.detail article .detail_wrap img{
    width:100%;
    height:auto;
}
section.detail article .detail_wrap h2 {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 12px;
    font-size: 150%;
}
section.detail article .detail_wrap p{
    margin-top: 16px;
}
section.detail article .detail_wrap p.center {
    text-align: center;
    font-size: 170%;
    font-weight: bold;
}
section.detail article .detail_wrap p.center strong{
    font-size: 200%;
}
section.detail article.no_bg{
    background:none;
    padding:0px;
}

/* detail end */

/* schedule */

#schedule article{
    transition: all 0.5s;
}
.schedule_all{
    color:#000000;
}
.schedule_all::-webkit-scrollbar{
  display: none;
}
.schedule_all .schedule_switch{
    display: table;
    width:100%;
    margin-bottom: 0px;
}
.schedule_all .schedule_switch li{
    display: table-cell;
    width:50%;
    vertical-align: middle;
    letter-spacing: 2px;
}
.schedule_all .schedule_switch li a{
    display: block;
    padding:24px 8px;
    color:#ffffff;
    font-weight: bold;
    font-size: 130%;    
    text-align: center;
    background:#db1c1a;
    margin:0 10px 0 0;
    border-radius:16px 16px 0 0;
    position: relative;
}
.schedule_all .schedule_switch li:last-child a{
    display: block;
    padding:24px 8px;
    color:#ffffff;
    font-weight: bold;
    font-size: 130%;    
    text-align: center;
    background:#000000;
    margin:0 0 0 10px;
    border-radius:16px 16px 0 0;
    position: relative;
}
.schedule_all .schedule_switch li a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #fefaf4;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fefaf4;
    position: absolute;
    left: 0;
    top: 0;
}
.schedule_all .schedule_switch li a:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #fefaf4;
    border-right: 8px solid #fefaf4;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.schedule_all .schedule_list_wrap {
    background:#ffffff;
}
.schedule_all .schedule_team_wrap {
    background:#ffffff;
}
.schedule_all .schedule_list_wrap_inner {
    height: 600px;
    overflow:auto;
    overflow-y:scroll;
}
.schedule_all .schedule_team_wrap_inner {
    height: 600px;
    overflow: scroll;
}
.schedule_all .schedule_list {
    padding: 30px 6% 10px;
    margin-bottom: 0;
}
.schedule_all .schedule_list li {
    margin-bottom: 16px;
    display: table;
    width: 100%;
    padding: 8px 0px 24px 0px;
    border-bottom: 1px solid #000000;
}
.schedule_all .schedule_list li:last-child {
    border-bottom: none;
}
.schedule_all .schedule_list li .date {
    font-size: 130%;
    width:20%;
    min-width: 160px;
    color:#000000;
    line-height: 150%;
    padding-top: 14px;
    display: table-cell;
    vertical-align: middle;
    font-weight:bold;
}
.schedule_all .schedule_list li .date i{
    font-size: 140%;
}
.schedule_all .schedule_list li .time{
    display: table-cell;
    vertical-align: middle;
    font-weight:bold;
    font-size:100%;
    width:22%;
    color:#000000;
}
.schedule_all .schedule_list li .time span {
    font-size: 115%;
    line-height: 120%;
    margin-top: 14px;
}
.schedule_all .schedule_list li .time a {
    color:#000000;
}
.schedule_all .schedule_list li .team{
    display: table-cell;
    vertical-align: middle;
    width:26%;
}
.schedule_all .schedule_list li .team i{
    display: table-cell;
    vertical-align: middle;
}
.schedule_all .schedule_list li .team i img{
    height:48px;
    width:auto;
}
.schedule_all .schedule_list li .team span{
    display: table-cell;
    vertical-align: middle;
    font-size:200%;
    color:#000000;
    font-weight:bold;
    padding:0 10px; 
}
.schedule_all .schedule_list li .link{
    display: table-cell;
    vertical-align: middle;
    width:33%;
    min-width: 200px;
    padding-left: 1%;
    overflow: hidden;
}
.schedule_all .schedule_list li .link a{
    background: #db1c1a;
    background:
        linear-gradient(45deg,  #ffffff 6px, #db1c1a 6px),
        linear-gradient(135deg, #ffffff 6px, #db1c1a 6px),
        linear-gradient(225deg, #ffffff 6px, #db1c1a 6px),
        linear-gradient(315deg, #ffffff 6px, #db1c1a 6px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    color:#ffffff;
    font-weight:bold;
    padding: 16px 4px 16px 4px;
    text-align: center;
    display: block;
    line-height: 100%;
    width:100%;
}
.schedule_all .schedule_list li .link a.tiget{
    margin-top:10px;
}
.schedule_all .schedule_list li .link span{
    background:#999999;
    background:
        linear-gradient(45deg,  #ffffff 6px, #999999 6px),
        linear-gradient(135deg, #ffffff 6px, #999999 6px),
        linear-gradient(225deg, #ffffff 6px, #999999 6px),
        linear-gradient(315deg, #ffffff 6px, #999999 6px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    color:#ffffff;
    font-weight:bold;
    padding: 16px 4px 16px 4px;
    text-align: center;
    display: block;
    line-height:100%;
    min-width: 180px;
    width:100%;
}
.schedule_all .schedule_team {
    padding: 0px 4% 36px;
    margin-bottom: 0;
    overflow: hidden;
}
.schedule_all .schedule_team dt {
    margin: 16px auto;
    padding-top: 30px;
    padding-right: 50px;
    display: block;
    text-align: center;
    width: 100%;
    clear: both;
    border-top: 1px solid #400000;
}
.schedule_all .schedule_team dt:first-child {
    padding-top: 5px;
    border-top: none;
}
.schedule_all .schedule_team dt i{
    display: inline-block;
    vertical-align: middle;
}
.schedule_all .schedule_team dt i img {
    height: 160px;
    width: auto;
    padding-right: 0px;
}
.schedule_all .schedule_team dt span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    font-weight: bold;
    font-size: 150%;
    padding-top: 8px;
    letter-spacing: 2px;
}
.schedule_all .schedule_team dd {
    display: table;
    width: 33.33333%;
    float: left;
}
.schedule_all .schedule_team dd .schedule_team_bg {
    padding: 4px 12px 4px 12px;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 40px;
    text-align: center;
}
.schedule_all .schedule_team dd .date {
    font-size: 140%;
    color:#000000;
    line-height: 150%;
    padding-top: 10px;
    padding-bottom:4px;
    font-weight:bold;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;
}
.schedule_all .schedule_team dd .date i{
    font-size:170%;
}
.schedule_all .schedule_team dd .time {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 100%;
    letter-spacing: 1px;
    color: #000000;
}
.schedule_all .schedule_team dd .time a{
    color:#000000;
}
.schedule_all .schedule_team dd .time span{
    font-size:115%;
    display: block;
}
.schedule_all .schedule_team dd .time span .sat{
    color:#167bc9;
}
.schedule_all .schedule_team dd .time span .sun{
    color:#c9161d;
}
.schedule_all .schedule_team dd .team{
    display: table;
    vertical-align: middle;
    margin:auto;
    margin: 0 auto 16px auto;
}
.schedule_all .schedule_team dd .team i{
    display: table-cell;
    vertical-align: middle;
}
.schedule_all .schedule_team dd .team span{
    display: table-cell;
    vertical-align: middle;
    font-size:150%;
    font-weight:bold;
    padding:0 10px; 
}
.schedule_all .schedule_team dd .link{
    display: block;
    margin-top: 8px;
}
.schedule_all .schedule_team dd .link a {
    background: #b40005;
    background:
        linear-gradient(45deg,  #ffffff 6px, #db1c1a 6px),
        linear-gradient(135deg, #ffffff 6px, #db1c1a 6px),
        linear-gradient(225deg, #ffffff 6px, #db1c1a 6px),
        linear-gradient(315deg, #ffffff 6px, #db1c1a 6px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    padding: 16px 2px 16px;
    text-align: center;
    display: block;
    line-height: 100%;
    letter-spacing: 1px;
}
.schedule_all .schedule_team dd .link span{
    background:#999999;
    background:
        linear-gradient(45deg,  #ffffff 6px, #999999 6px),
        linear-gradient(135deg, #ffffff 6px, #999999 6px),
        linear-gradient(225deg, #ffffff 6px, #999999 6px),
        linear-gradient(315deg, #ffffff 6px, #999999 6px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    color:#ffffff;
    font-weight:bold;
    padding:16px 2px 16px;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    line-height: 100%;
}
.schedule_all .schedule_team dd .link a.tiget, .schedule_all .schedule_team dd .link span.tiget {
    margin-top: 8px;
}
.schedule_notes{
    margin-top: 20px;
    color:#000000;
}

/* schedule end */

/* message */

section.bg_message{
    width: 100%;
    margin:0px auto 0;  
    background: #e5e1dc;
}
section.bg_message .contents_wrap{
    background: #fefaf4;
    padding-bottom: 80px;
}
#sponser{
    transition: all 0.5s;
}
.sponser_list {
    color:#000000;
    background:#ffffff;
    padding: 30px 6% 10px;
    margin-bottom: 0;
}
.sponser_list li {
    margin-bottom: 16px;
    display: table;
    width: 100%;
    padding: 8px 0px 24px 0px;
    border-bottom: 1px solid #cccccc;
}
.sponser_list li:last-child {
    border-bottom: none;
}
.sponser_list li .img {
    width:20%;
    max-width: 200px;
    line-height: 150%;
    padding-top: 14px;
    display: table-cell;
    vertical-align: middle;
}
.sponser_list li .img img{
    width:100%;
    height:auto;
}
.sponser_list li .txt{
    display: table-cell;
    vertical-align: middle;
    font-size:100%;
    width:70%;
    padding-left:40px;
}
.sponser_list li .txt .company {
    font-size: 120%;
    line-height: 150%;
    margin-top: 14px;
    margin-bottom: 12px;
    font-weight: bold;
    display: block;
}
.sponser_list li .txt .comment {
    font-size: 100%;
    line-height: 180%;
    margin-top: 14px;
}
.sponser_list li .company_sp {
    display:none;
}

/* message end */

/* footer */

footer{background-color: black;letter-spacing: 1px;}
footer .col-12{padding-left: 0;padding-right: 0}
.left-footer {
    background: linear-gradient(120deg, #d7000f 73%, #ffffff00 0%);
    float: left;
}
.left-footer img{
    margin: 30px 245px 167px 61px;
    width: 115px;
}
#logo-team{padding:20px 0;z-index: 99;background-color: white;width: 100%}
#logo-team li{
    float:left;
    text-align: center;
    padding: 0 30px;
}
#logo-team li img{
    height: 36px;
}
.right-footer{float:right;margin:46px 30px 0 0;}
.right-footer .list-top li{
    float:left;
    padding:10px;
    margin-left: 40px;
    line-height: 100%;
}
.right-footer .list-top li a{
    color:#fff;
    font-size: 14px;
    font-family: "Noto Sans CJK JP", sans-serif;
    text-decoration: none;
}
.right-footer .list-top li a:hover{
    font-weight: 700;
}
.right-footer .list-down li a{
    color:#d4d4d4;
    font-size: 11px;
    font-family: "Noto Sans CJK JP", sans-serif;
    text-decoration: none;
}
.right-footer .list-down li a:hover{
    font-weight: 700;
}
.right-footer p{
    color:#d4d4d4;
    display: block;
    clear: both;
    float: right;
    margin-top:90px;
    font-size: 10px;
    font-family: "Noto Sans CJK JP", sans-serif;
    padding-right:10px;
}
.right-footer .list-down li{float:right;padding:10px;}

.pn-ProductNav_Wrapper {
  position: relative;
  padding: 0 11px;
  box-sizing: border-box;
}

/*footer team*/
.pn-ProductNav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
  font-size: 0;
}

.team_icon_wrap{
    background:#ffffff;
    overflow: hidden;
}

/* footer end*/
