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

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
    font-weight: 500;
  font-size: 14px;
  list-style-type: none;
  color: #333;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html{
  overflow-y: scroll;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

a{
  color:#333;
  text-decoration: none;
}

a:hover{
  color: #2261d0
}

a img {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
a img:hover {  
    opacity: 0.8;  
    filter: alpha(opacity=80);  
}

.sp_view{
    display:none !important;
}

.nobg{
    background:none !important;
} 

#page-top {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
width: 90px;
height: 90px;
}

#page-top img{
    width:100%;
    height: auto;
}

#page-top a {
    display: block;
}

/*　header部分　*/

header{

}
header .header_top{
  background-color: #2261d0;
}
header .header_top p{
  text-align: left;
  width:980px;
  margin:0 auto;
  color: #fff;
}

header .header_bottom{
  margin: 0 auto;
    padding: 20px 0;
    width: 980px;
    overflow: hidden;
    position: relative;
}

header .header_bottom .left{
  float: left;
  width:330px;
}

header .header_bottom .left img{
width: 280px;
    height: auto;
}

header .header_bottom .right{
      margin-top: 10px;
}

header .sns_block{
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

header .sns_block ul{
}

header .sns_block ul li{
    margin: 0;
    width: 36px;
    margin-left: 19px;
    margin-top: 26px;
}

header .icon_twitter{
}

header .sns_block ul li img{
  width: 100%;
  height: auto;
}

.sns_block_sp{
    display: none;
}

/*　メイン画像部分　*/

.mainimage{
  margin: 0 auto 30px;
    overflow: hidden;
    width: 980px;
}

.mainimage .left{
  float: left;
    height: auto;
    width: 440px;
    position: relative;
}

.mainimage .left h2{
position: absolute;
    top: 5%;
    left: 2.5%;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    color: #000;
    text-shadow: 2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
    text-shadow: 2px 2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff,-2px -2px 1px #fff;
}

.mainimage .right{
  float: right;
  width: 500px;
}

.mainimage .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}

.mainimage .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.bx-controls{
    display: none;
}

/*　ニュース部分　*/

.information{
  width: 990px;
  margin: 0 auto;
  padding: 45px 0;
  overflow: hidden;
}

.news_block{
      background: repeating-linear-gradient(45deg, #2261d0, #2261d0 10px, #fff 10px, #fff 15px);
    float: left;
    padding: 10px;
    width: 480px;
}

.news_block .inner{
background-color: #fff;
    padding: 15px;
    height: 295px;
}

.news_block .inner h2{
  background-color: #2261d0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 3px 10px;
    text-align: center;
}

.news_block dl.table{
height: 240px;
    overflow: scroll;
    width: 100%;
}

.news_block dl.table dt {
    clear: left;
    float: left;
    padding-left: 10px;
    width: 90px;
}

.news_block dl.table dd {
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 100px;
}

.news_block dl.table dd a{
color: #2261d0;
text-decoration: underline;
}

.news_block dl.table dd br{
    display: none;
}

.information .twitter_block{
width: 420px;
    float: right;
    border: 10px double #2261d0;
    padding: 10px;
}


/*　ナビゲーション部分　*/

nav{
margin: 0 auto;
    overflow: hidden;
    width: 990px;
    margin-bottom: 30px;
    transition: none;
}

nav ul{
  font-size: 0;
  text-align: center;
}

nav li{
border-right: 1px solid #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 155px;
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
}

nav li:first-child{
}

nav li.last{
  border-right: none;
}

nav .current{
  color: #2261d0;
}

nav .comingsoon{
}

nav .comingsoon a{
  pointer-events:none; 
  color: #ccc; 
}

nav .icon_twitter{
display: none;
}

nav .icon_twitter img{
}

/*　中央見出し部分　*/

.heading{
background-image: url(../img/bg_wave.png);
    background-repeat: repeat;
    background-size: 80px auto;
    border-bottom: 4px solid #2261d0;
    border-top: 4px solid #2261d0;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
}

.heading .inner{
}

.heading .inner .small_block{
overflow: hidden;
}

.heading .inner .small_block:last-child{
  margin-bottom: 0;
}

.heading h2{
  font-size: 26px;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
}

.heading .inner a{
    width: 88%;
    margin: 1.5% auto;
    text-align: center;
    display: block;
    max-width: 880px;
}

.heading_other{
background-image: url(../img/bg_wave.png);
    background-repeat: repeat;
    background-size: 80px auto;
    border-bottom: 2px solid #2261d0;
    border-top: 2px solid #2261d0;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.heading_other .inner{
  width: 820px;
  margin:0 auto;
}

.heading_other h2{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 6px;
    text-align:center;
}

.heading h2 .red{
  color: #e60012;
}

.heading .button{
margin-top: 5px;
    width: 180px;
    height: 50px;
    line-height: 46px;
}

/*　トーナメント部分　*/

.content_tournament{
  background-image: url("../img/bg_tournament.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding:50px 0;
}

.content_tournament h2,
.content_map h2,
.content_date h2{
  background-image: url("../img/bg_heading.png");
    background-repeat: no-repeat;
    background-size: 290px 60px;
    border-bottom: 4px solid #2261d0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    margin: 0 auto;
    padding: 16px 65px;
    width: 850px;
}

.content_tournament .inner {
    background-color: rgb(255 255 255);
    margin: 0 auto;
    padding: 70px 0 0;
    text-align: center;
    width: 980px;
}

.content_tournament .inner img{
  width: 900px;
  height: auto;
}

/*　開催時間部分　*/

.content_date{
  background-image: url("../img/bg_wave.png");
    background-repeat: repeat;
    background-size: 90px auto;
    overflow: hidden;
    padding: 50px 0;
}

.content_date .inner{
  width:980px;
  margin:0 auto;
    position: relative;
}

.content_date .inner table,.content_date .inner td,.content_date .inner th {
    border: 1px solid #1e56ba;
    border-collapse: collapse;
}

.content_date .inner table{
  background-color: #fff;
    margin-top: 20px;
    position: relative;
}

.content_date .inner table .blank{
  text-align: center;
}

.content_date .inner table th{
  background-color: #1e56ba;
  color: #fff;
width: 350px;
  padding: 10px 0;
    border-collapse: collapse;
    border-right: 1px #fff solid;
}

.content_date .inner table th:last-child{
    border-right: 1px #1e56ba solid;
    width: 80px !important;
}

.content_date .inner table td{
  border: 1px solid #1e56ba;
    padding: 10px 0 10px 5px;
    border-collapse: collapse;
}

.content_date .inner table .place{
  background-color: #d7dfee;
}

.content_date .inner table th.placetitle{
    width: 220px;
}

.content_date .inner img{
    width: 100%;
    margin-top: 25px;
    height: auto;
}

.content_date .inner .tablefooter_scheduletextlink{
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.content_date .inner .tablefooter_scheduletextlink a{
    color:#1e56ba;
}

/*　地図部分　*/

.content_map img.comingsoon{
    width: 100%;
    height: auto;
    margin-top:-50px;
}

.content_map{
background-image: url(../img/bg_map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
}

.content_map .inner{
background-color: rgba(0,0,0,0.25);
  width:980px;
  margin:0 auto;
  padding:70px 0;
}

.content_map .inner img{
    width: 90%;
    height: auto;
}

.content_map .inner .img_map{
text-align: center;
}

.content_map .annotation{
background-color: #fff;
    border: 5px solid #2261d0;
    float: right;
    padding: 15px;
    position: relative;
    right: 90px;
    top: -60px;
    width: 520px;
}

.content_map .annotation h3{
  font-weight: bold;
  font-size: 16px;
  color: #2261d0;
}

.content_map .annotation dl.table{
}

.content_map .annotation dl.table dt {
    font-size: 14px;
    font-weight: bold;
}

.content_map .annotation dl.table dd {
    font-size: 14px;
}

.annotation .left{
    float: left;
    width: 40%;
    margin-right: 2.5%;
    padding-right: 2.5%;
    border-right: dashed 1px #ccc;
}

.annotation .right{
    float: right;
    width: 52%;
}

.tablebottom{
  border-bottom:none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/*　協賛部分　*/

.support{
  background-color: #f7f5f1;
}

.support .sponsor_top{
  border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: 25px 0;
}

.support .sponsor_top .inner {
    width: 980px;
    margin: 24px auto 0;
}

.support .sponsor_top .title {
    font-size: 14px;
    width: 130px;
    font-weight: bold;
}

.support .sponsor_top ul {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.support .sponsor_top li{
    margin-right: 48px;
}

.support .sponsor_top li:last-child{
  width: 220px;
}

.support .sponsor_top li img {
    width: auto;
    height: 32px;
}

.sponsor_bottom dl.table{
    margin: 0 auto;
    padding: 20px 0;
    width: 980px;
}

.sponsor_bottom dl.table dt {
    clear: left;
    float: left;
    width: 130px;
    font-size: 14px;
}

.sponsor_bottom dl.table dd {
    padding-left: 130px;
    margin-bottom: 15px;
    font-size: 14px;
}

.production {
  background-color: #aaaaaa;
  color:#fff;
  overflow: hidden;
  padding: 50px 0;
}

.production a{
  color: #fff;
}

.production a:hover{
  color: #2261d0
}

.production h4{
  color: #fff;
    float: left;
    font-size: 14px;
    width: 130px;
}

.production .production_top{
  width:980px;
  margin: 0 auto 15px;
}

.production .production_top p{
  color:#fff;
  font-size: 14px;
}

.production .production_bottom{
  width:980px;
  margin:0 auto;
}

.production .production_bottom dl.table{
  float: left;
    width: 680px;
}

.production .production_bottom dl.table dt {
    clear: left;
    float: left;
    width: 80px;
    color: #fff;
    font-size: 14px;
    width: 85px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.production .production_bottom dl.table dd {
    padding-left: 85px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.sponsor_top .proponent{
    width: 980px;
    margin: 0 auto 25px;
    overflow: hidden;
    font-size: 14px;
}

footer{
  background-color: #2261d0;
    padding: 15px 0;
}

footer p{
  font-size: 10px;
  color: #fff;
  text-align: center;
}

/*　離島甲子園とはページ　*/

.about_top{
  overflow: hidden;
    padding: 50px 0;
}

.about_top .inner{
  width:980px;
  margin:0 auto;
}

.about_top .inner h2,.about_bottom .inner h2{
  background-image: url("../img/bg_heading.png");
    background-repeat: no-repeat;
    background-size: 290px 60px;
    border-bottom: 4px solid #2261d0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    margin: 0 auto 25px;
    padding: 16px 65px;
    width: 850px;
}

.about_top .inner .left{
  float: left;
    padding: 0 10px;
    width: 540px;
}

.about_top .inner .left h3{
  font-weight: bold;
  color: #2261d0;
  margin-bottom: 5px;
  font-size: 14px;
}

.about_top .inner .left p{
  margin-bottom: 25px;
}

.about_top .inner img{
  float:right;
  width: 379px;
}

.about_bottom{
  overflow: hidden;
    padding-bottom: 100px;
}

.about_bottom .inner{
  width:980px;
  margin:0 auto;
}

/*

.about_bottom .inner p{
  padding: 0 10px;
}

.about_bottom .inner dl.table{
    padding: 0 10px;
}

.about_bottom .inner dl.table dt {
    clear: left;
    float: left;
    width: 88px;
}

.about_bottom .inner dl.table dd {
    padding-left: 88px;
    margin-bottom: 5px;
}

*/

.about_bottom .inner ul{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.about_bottom .inner li{
float: left;
    width: 306px;
    margin: 0 10px 20px 10px;
}

.about_bottom .inner li:last-child{
}

.about_bottom .inner li p{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}

/*　NEWS単体記事ページ　*/

.news_singlepage{
    overflow: hidden;
    padding: 50px 0;
    margin-bottom: 50px;
}

.news_singlepage .inner{
    width:900px;
    margin:0 auto;
}

.news_singlepage .inner h2,.about_bottom .inner h2{
    background-image: url("../img/bg_heading.png");
    background-repeat: no-repeat;
    background-size: 290px 60px;
    border-bottom: 4px solid #2261d0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    margin: 0 auto 25px;
    padding: 16px 65px;
    width: 850px;
}

.news_singlepage .inner .left{
float: right;
    width: 160px;
}

.news_singlepage .inner .left .middle_block{
  margin-bottom: 50px;
}

.news_singlepage .inner .left .middle_block dt{
  font-size: 12px;
}

.news_singlepage .inner .left .middle_block dd{
    margin-bottom: 10px;
    font-size: 12px;
}

.news_singlepage .inner .left .middle_block li{
    margin-bottom: 10px;
    font-size: 12px;
}

.news_singlepage .inner .left .middle_block a{
  text-decoration: underline;
}

.news_singlepage .inner .left img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.news_singlepage .inner .left h3{
    font-weight: bold;
    color: #2261d0;
    margin-bottom: 5px;
    font-size: 14px;
}

.news_singlepage .inner .left p{
    font-size: 16px;
    margin-bottom: 25px;
}

.news_singlepage .navigation{
padding-top: 25px;
    border-top: 1px solid #ccc;
}

.news_singlepage .navigation .navigation_prev{
    float: left;
    width: 45%;
}

.news_singlepage .navigation .navigation_next{
    float: right;
    width: 45%;
}

.news_singlepage .inner .right{
    float: left;
    width: 680px;
}

.news_singlepage .inner .right img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.news_singlepage .inner .right p{
    margin-bottom: 25px;
}

.news_singlepage .inner .left p a{
    text-decoration:underline;
    color: #2261d0;
}


/*　過去の試合結果ページ　*/

section.archivespage{
    overflow: hidden;
    padding: 50px 0 100px;
}

section.archivespage .inner{
    width:980px;
    margin:0 auto;
}

section.archivespage .inner h3{
    background-image: url("../img/bg_heading.png");
    background-repeat: no-repeat;
    background-size: 290px 60px;
    border-bottom: 4px solid #2261d0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    margin: 0 auto 25px;
    padding: 16px 65px;
    width: 850px;
}

section.archivespage .inner h4{
    border-bottom: 3px solid;
    color: #2261d0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 480px;
    margin-left: 10px;
}

section.archivespage .inner p{
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-bottom: 30px;
    width: 480px;
}

section.archivespage .inner p a{
    color: #2261d0;
    text-decoration: underline;
}


/*　参加チーム一覧ページ　*/

section.teampage{
    overflow: hidden;
    padding: 50px 0 100px;
}

section.teampage .inner{
    width:980px;
    margin:0 auto;
}

section.teampage .inner h3{
    background-image: url("../img/bg_heading.png");
    background-repeat: no-repeat;
    background-size: 290px 60px;
    border-bottom: 4px solid #2261d0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    margin: 0 auto 25px;
    padding: 16px 65px;
    width: 850px;
}

section.teampage .inner table,section.teampage .inner td,section.teampage .inner th{
    border: 1px solid #2261d0;
    border-collapse: collapse;
}
section.teampage .innertd,section.teampage .inner th{
    padding: 3px;
    width: 30px;
    height: 25px;
}
section.teampage .inner th{
    background: #2261d0;
    text-align: center;
    color: #fff;
    width: 180px;
    border-left: solid #fff 1px;
    border-right: solid #fff 1px;
}

section.teampage .inner th:first-child{
    border-left: solid #2261d0 1px;
}

section.teampage .inner th:last-child{
    border-right: solid #2261d0 1px;
    width: 250px;
}

section.teampage .inner td{
    padding: 5px;
}

section.teampage .inner td a{
    color: #2261d0;
    text-decoration: underline;
}

section.teampage .inner .annotation{
    color: red;
    margin-bottom: 10px;
}


/*　参加チーム一覧ページ　*/

section.areapagetop{
    overflow: hidden;
    padding: 50px 0;
}

section.areapagetop .inner{
    width:980px;
    margin:0 auto;
}

section.areapagetop .inner h3,section.areapagebottom .inner h3{
    background-image: url("../img/bg_heading.png");
    background-repeat: no-repeat;
    background-size: 290px 60px;
    border-bottom: 4px solid #2261d0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    margin: 0 auto 25px;
    padding: 16px 65px;
    width: 850px;
}

section.areapagetop .inner .left{
float: left;
    width: 600px;
}

section.areapagetop .inner .left h4 {
    color: #2261d0;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

section.areapagetop .inner .left p {
    margin-bottom: 24px;
    line-height: 1.8;
}

section.areapagetop .inner .right{
    float:right;
    width: 320px;
}

section.areapagetop .inner .right img{
    max-width: 100%;
    margin-bottom: 24px;
}

section.areapagetop .inner .right figure {
    margin: 0;
    width: 100%;
    height: auto;
}

section.areapagetop .inner .right figure img{
    width: 100%;
    margin-bottom: 4px;
}

section.areapagetop .inner .right figcaption{
    text-align: center;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

section.areapagebottom{
    overflow: hidden;
    padding: 50px 0;
}

section.areapagebottom .inner{
    width:980px;
    margin:0 auto;
}

section.areapagebottom .inner ul{
    overflow: hidden;
    margin-bottom: 75px;
    display: flex;
}

section.areapagebottom .inner ul li{
    margin-right: 15px;
    width: 25%;
}

section.areapagebottom .inner ul li:last-child{
    margin-right: 0px !important;
}

section.areapagebottom .inner .groundblock01{
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #eee;
}

section.areapagebottom .inner .groundblock01 .groundblock_inner{
    float: left;
    width: 340px;
}

section.areapagebottom .inner .groundblock01 h4{
    border-bottom: 3px solid #2261d0;
    color: #2261d0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}

section.areapagebottom .inner .groundblock01 .groundblock_inner dl.table{
    width: 300px;
}

section.areapagebottom .inner .groundblock01 .groundblock_inner dl.table dt {
    clear: left;
    float: left;
    width: 90px;
}

section.areapagebottom .inner .groundblock01 .groundblock_inner dl.table dd {
    padding-left: 90px;
}

section.areapagebottom .inner .groundblock01 img{
   float: left;
    height: auto;
    margin-right: 20px;
    width: 300px;
}

section.areapagebottom .inner .groundblock01 iframe{
    float:left;
    width: 600px;
    height: 225px;
}

/*　試合結果ページ　*/

section.resultpage{
    overflow: hidden;
    padding: 50px 0 100px;
}

section.resultpage .inner{
    width:980px;
    margin:0 auto;
}

section.resultpage .inner h3,
section.resultpage .inner .score h2{
    background-image: url("../img/bg_heading.png");
    background-repeat: no-repeat;
    background-size: 290px 60px;
    border-bottom: 4px solid #2261d0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    margin: 0 auto 25px;
    padding: 16px 65px;
    width: 850px;
}

section.resultpage .inner ul.resultbutton{
    overflow: hidden;
    margin-bottom: 50px;
}

section.resultpage .inner ul.resultbutton li{
    float:left;
    width:153px;
    margin-right: 12px;
}

section.resultpage .inner ul.resultbutton li:last-child{
    margin-right: 0 !important;
}

section.resultpage .inner .block{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: dotted 1px #eee;
    overflow: hidden;
}

section.resultpage .inner .block h4{
    border-bottom: 3px solid #2261d0;
    color: #2261d0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 50px;
}

section.resultpage .inner .block .left{
    float:left;
    width: 190px;
    margin-bottom: 20px;
}

section.resultpage .inner .block .left h5{
    background-color: #2261d0;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}

section.resultpage .inner .block .left h6{
    font-size: 14px;
    font-weight: bold;
    color:#2261d0;
}

section.resultpage .inner .block .right{
    float:right;
    width: 720px;
}

section.resultpage .inner .block .right table ,section.resultpage .inner .block .right td,section.resultpage .inner .block .right th {
    border: 1px solid #225fcf;
    border-collapse: collapse;
    text-align: center;
}
section.resultpage .inner .block .right td,section.resultpage .inner .block .right th {
    height: 25px;
    padding: 8px;
    width: 35px;
}
section.resultpage .inner .block .right td.teamname{
    text-align:left;
}
section.resultpage .inner .block .right td span{
    background-color: #225fcf;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    padding: 5px 10px;
}
section.resultpage .inner .block .right th {
    background: #225fcf;
    color: #fff;
    border-right: 1px solid #fff;
}
section.resultpage .inner .block .right th:last-child{
    border-right: 1px solid #225fcf;
}

section.resultpage .inner .block .right th.teamname{
    width: 325px;
}

section.resultpage .inner ul.thumbnail{
clear: both;
    margin-top: 16px;
    overflow: hidden;
    font-size: 0;
}

section.resultpage .inner ul.thumbnail li{
display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    margin-bottom: 6px;
    width: 74px;
}

section.resultpage .inner ul.thumbnail li img{
  width: 100%;
  height: auto;
}

section.resultpage .inner ul.thumbnail li:last-child{
    margin-right: 0 !important;
}

section.resultpage .inner .annotation{
    color: red;
}

section.resultpage .button_archives{
    text-align: center;
    margin-top: 100px;
}

section.resultpage .button_archives2{
    text-align: center;
    margin-top: 100px;
}

section.resultpage .button_archives2 a{
    background-color: #2361d0;
    color: #fff;
    font-size: 16px;
    padding: 1.5%;
    text-decoration: none;
}

section.resultpage ul#tab {
    zoom: 1;
    border-bottom: 3px solid #2261d0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
section.resultpage ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
section.resultpage ul#tab li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2261d0 #2261d0 currentcolor;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 3px medium;
    float: left;
    margin-right: 10px;
    text-align: center;
}
section.resultpage ul#tab li:last-child {
    background: none;
}
section.resultpage ul#tab li a {
    display: block;
    width: 138px;
    padding: 8px 0;
    text-decoration: none;
    color: #222;
}
section.resultpage ul#tab li a:hover {
    background: #2261d0;
    color: #fff;
}
section.resultpage ul#tab li.active,
section.resultpage ul#tab li.active a,
section.resultpage ul#tab li.active a:hover {
    background: #2261d0;
    color: #fff;
}
section.resultpage #detail {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2261d0;
    border-image: none;
    border-style: none solid solid;
    border-width: medium;
    clear: both;
    overflow: hidden;
padding: 32px;
}
section.resultpage .tabbox {
    display: none;
}

section.resultpage .annotation{
    margin-bottom: 10px;
    color: red;
}

h2.newstitle{
    font-size: 22px;
}

.trophystyle{
text-align: center;
    width: 40px;
    display: block;
    margin: 0 auto;
    padding-right: 13px;
}

.trophystyle img{
  max-width: 100%;
}

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

a.button {
    background-color: #fff;
    border: 3px solid #2a5fc5;
    color: #2a5fc5;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 78px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
a.button::before,
a.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
a.button,
a.button::before,
a.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.button:hover {
    background-color: #2a5fc5;
    border-color: #2a5fc5;
    color: #fff;
}

.content_date .annotation{
    width: 950px;
    margin: 0 auto;
    margin-top: 0px;
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
    border: dashed #1e56ba 1px;
    letter-spacing: 1px;
}

#IconList2{
    display: none;
}

section.score ul#tab {
    zoom: 1;
    border-bottom: 3px solid #2261d0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
section.score ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
section.score ul#tab li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2261d0 #2261d0 currentcolor;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 3px medium;
    text-align: center;
}
section.score ul#tab li:last-child {
    background: none;
}
section.score ul#tab li a {
    display: block;
    width: 180px;
    padding: 8px 0;
    text-decoration: none;
    color: #222;
        height: 40px;
}
section.score ul#tab li a:hover {
    background: #2261d0;
    color: #fff;
}
section.score ul#tab li.active,
section.score ul#tab li.active a,
section.score ul#tab li.active a:hover {
    background: #2261d0;
    color: #fff;
}
section.score #detail {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2261d0;
    border-image: none;
    border-style: none solid solid;
    border-width: medium;
    clear: both;
    overflow: hidden;
    padding: 20px;
}
section.score .tabbox {
    display: none;
    height: 500px;
}

section.score .tabbox#tab5{
    height: 250px;
}

section.score iframe{
width: 100%;
height: 100%;

display:table;
  table-layout: fixed;/*FF,IEでもtable-cell内の画像をフルードイメージ対応させるための記述*/
}

.switcherOuter{
    display: none;
}

.softmerge-inner{
    display: none;
}

#sheets-viewport{
    height: auto !important;
}

.timeline-Tweet {
    padding: 10px 20px;
}

.sns_block{
  padding: 50px 0;
}

.sns_block p{
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #2261d0;
}

.sns_block ul{
  text-align: center;
  font-size: 0;
}

.sns_block ul li{
display: inline-block;
    margin: 0 15px;
    width: 50px;
}

.sns_block ul li img{
  width: 100%;
  height: auto;
}

.news_singlepage .archivestyle .date{
  margin-bottom: 5px !important;
}

.news_singlepage .archivestyle h3{
  font-size: 16px;
}


.news_singlepage .archivestyle .middle_block{
  margin-bottom: 25px;
}

.news_singlepage .archivestyle .middle_block a{
  text-decoration: underline;
}


section.resultpage.archive2019 ul#tab li a{
font-weight: bold;
    line-height: 1.4em;
    width: 200px;
    height: 42px;
}

section.resultpage.archive2019 p{
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 40px;
}

section.resultpage.archive2019 h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #aaa;
}

section.resultpage.archive2019 h4:first-child{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.xl68,.xl70{
color: white;
    background: #1155CC;
    width: 320px;
    padding: 4px 8px;
}

.archive2019 table,
.archive2019 table td,
.archive2019 table th {
  border-collapse: collapse;
    border:1px solid #000;
}

.archive2019 table{
border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}




}





.production .production_bottom dl.table dd span{
    border-top: 1px dashed;
    display: block;
    width: fit-content;
    margin-top: 6px;
    padding-top: 6px;
}

.broadcast_banner_block{
    padding: 24px 4% 0;
    max-width: 1020px;
    margin: 0 auto;
}

.broadcast_banner_block ul {
    display: flex;
    align-items: flex-start;
    gap: 2%;
    margin-top: 20px;
}

.broadcast_banner_block ul li{
}

.broadcast_banner_block img{
    max-width: 100%;   
}

.content_tournament .inner h3{
    background-color: yellow;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 4px 12px;
}

.button_archive {
    text-align: center;
    margin-top: 48px;
}

.button_archive a {
    border: solid 2px #2261d0;
    background-color: #2261d0;
    color: #fff;
    transition: 0.3s ease-in-out;
    padding: 16px 32px;
    font-weight: bold;
}

.button_archive a:hover{
    background-color: #fff;
    color: #2261d0;
}

.areapage_access_block {
    margin-bottom: 24px;
}

.areapage_access_block p {
    margin-bottom: 0 !important;
}

.areapage_access_block h5 {
    font-weight: 600;
}

.areapage_access_block h6 {
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 12px;
}

.airplane-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f072";
    margin-right: 6px;
}

.content_tournament--button{
    margin-top: 40px;
}

.content_tournament--button a {
    background-color: #2261d0;
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px #2261d0;
    transition: 0.4s ease-in-out;
}

.content_tournament--button a:hover{
    background-color: #fff;
    color: #2261d0;
}







