@media screen and (max-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-size: 14px;
	list-style-type: none;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;

}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

hr { display: none; }

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
}

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

body{
	height: 100%;
    font-family: arial,sans-serif;
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

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

.pc_view{
	display:none !important;
}

.nobg{
    background:none !important;
}

/* ボタン共通 */
.Button {
	overflow: hidden;
	width: 100%;
	height: 6vh;
	margin: 0;
	padding: 0;
}
.Button a {
	display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #2261d0;
    color: #fff;
    font-size: 14px;
    line-height: 6vh;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}


#IconList2 a:before {
display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 0;
    height: 0;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}

#page-top {
position: fixed;
    bottom: 2.5%;
    right: 2.5%;
    z-index: 999;
    width: 15%;
}

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

#page-top a {
    display: block;
}

/*　header部分　*/

header{
width: 90%;
    margin: 5%;
}
header .header_top{
}
header .header_top p{
text-align: left;
    margin: 0 auto;
    color: #2261d0;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 5300;
}

header .header_bottom{
margin: 2.5% auto 5%;
    overflow: hidden;
}

header .header_bottom .left{
    width: 60%;
    position: relative;
    z-index: 5300;
}

header .header_bottom .left img{
width: 100%;
    height: auto;
}

header .header_bottom .right{
margin-top: 5%;
    height: auto;
    width: 100%;
}

header .sns_block{
    display: none;
}

.sns_block_sp{

}

.sns_block_sp ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns_block_sp ul li{
    width: 40px;
    margin: 0 16px;
}

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

/*　メイン画像部分　*/

.mainimage{
        margin: 0 5% 7.5%;
    overflow: hidden;
    width: 90%;
}

.mainimage .left{
width: 100%;
    margin-bottom: 7.5%;
    position: relative;
}

.mainimage .left h2{
position: absolute;
    top: 5%;
    left: 2.5%;
    font-weight: 600;
    font-size: 4.8vw;
    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: 100%;
}

.mainimage .right img{
display: none;
}

.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: 100%;
  overflow: hidden;
}

.news_block{
background: repeating-linear-gradient(45deg, #2261d0, #2261d0 10px, #fff 10px, #fff 15px);
    padding: 2.5%;
    width: 85%;
    margin: 0 auto 5%;
}

.news_block .inner{
background-color: #fff;
    padding: 2.5%;
    height: 45vh;
    overflow: hidden;
}

.news_block .inner h2{
background-color: #2261d0;
    color: #fff;
    font-size: 14px;
    padding: 2.5%;
    text-align: center;
    font-weight: bold;
}

.news_block dl.table{
height: 100%;
    overflow: scroll;
    margin: 5% 0;
}

.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: 80%;
    border: 10px double #2261d0;
    padding: 2.5%;
    margin: 0 auto 10%;
}


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

nav{
}

nav ul{
}

.drawer-nav-list li{
	font-size: 18px;
    font-weight: bold;
    margin: 6% 5%;
    padding-bottom: 6%;
    text-align: center;
    width: 90%;
    border-bottom: solid #666 1px;
    line-height: 1;
}

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

nav .current{
	color: #2261d0;
}

nav .comingsoon{
}

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

nav .icon_twitter{
}

/*　中央見出し部分　*/

.heading{
background-image: url(../img/bg_wave.png);
    background-repeat: repeat;
    background-size: 14%;
    border-top: 2px solid #2261d0;
    overflow: hidden;
    padding: 3% 5% 4%;
    width: 90%;
    border-bottom: 2px solid #2261d0;
    margin-bottom: 7.5%;
}

.heading .inner{
}

.heading h2 {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 12px;
}

.heading .inner a{
	display: block;
    text-align: center;
}

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

.heading_other .inner{
}

.heading .small_block{
}

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

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

.heading .inner .button {
    display: inline-block;
    width: 90%;
    text-align: center;
    text-decoration: none;
    outline: none;
    margin: 0 5%;
    font-size: 16px;
    height: auto;
    padding: 8px 0;
}

.heading .inner .button::before,
.heading .inner .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.heading .inner .button,
.heading .inner .button::before,
.heading .inner .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

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

.content_tournament{
background-image: url(../img/bg_tournament.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    padding: 7.5% 5%;
}

.content_tournament h2,.content_map h2,.content_date h2{
background-image: url(../img/bg_heading.png);
    background-repeat: no-repeat;
    background-size: 55% auto;
    border-bottom: 3px solid #2261d0;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 0 auto;
    width: 75%;
    padding: 2.5% 12.5%;
    background-position: left center;
}

.content_tournament .inner{
background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    padding: 5% 0 0;
    text-align: center;
    width: 100%;
}

.content_tournament .inner img{
width: 95%;
    height: auto;
    margin: 0 2.5% 2.5%;
}

.content_tournament .inner .trophystyle img{
	width: 5%;
}

/*　開催時間部分　*/

.content_date{
background-image: url(../img/bg_wave.png);
    background-repeat: repeat;
    overflow: hidden;
    padding: 7.5% 5%;
    width: 90%;
    background-size: 15%;
}

.content_date .inner{

}

.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: 5%;
    position: relative;
}

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

.content_date .inner table th{
background-color: #1e56ba;
    color: #fff;
    padding: 1.5%;
    border-collapse: collapse;
    border-right: 1px #fff solid;
    text-align: center;
}

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

.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:35%;
}

.content_date .inner img{
width: 100%;
    margin-top: 2.5%;
    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_date .annotation{
margin: 0 auto;
    margin-top: 0px;
    background-color: #fff;
    padding: 2.5%;
    margin-top: 5%;
    border: dashed #1e56ba 1px;
    letter-spacing: 1px;
}

/*　地図部分　*/

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

.content_map{
background-image: url(../img/bg_map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 7.5% 5%;
    width: 90%;
}

.content_map .inner{
background-color: rgba(0,0,0,0.25);
    width: 100%;
    margin: 0 auto;
}

.content_map .inner .img_map{
text-align: center;
    width: 95%;
    padding: 5% 2.5%;
}

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

.content_map .annotation{
background-color: #fff;
    border: 3px solid #2261d0;
    padding: 5%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 5%;
}

.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{
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: dashed 1px #ccc;
}

.annotation .right{
}

.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: 5%;
    width: 90%;
}

.support .sponsor_top .inner{
}

.support .sponsor_top .title{
font-size: 14px;
    font-weight: bold;
    margin-bottom: 2.5%;
}

.support .sponsor_top ul{
}

.support .sponsor_top li {
    margin-bottom: 28px;
}

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

.sponsor_bottom{
	overflow: hidden;
    padding: 5%;
    width: 90%;
}

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

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

.sponsor_bottom dl.table dd {
margin-bottom: 5%;
    font-size: 14px;
}

.production {
background-color: #aaaaaa;
    color: #fff;
    overflow: hidden;
    padding: 5%;
    width: 90%;
}

.production a{
	color: #fff;
}

.production h4{
color: #fff;
    font-size: 14px;
    font-weight: bold;
}

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

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

.production .production_bottom{
	margin:0 auto;
}

.production .production_bottom dl.table{
}

.production .production_bottom dl.table dt {
color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: bold;
}

.production .production_bottom dl.table dd {
color: #fff;
    font-size: 14px;
    margin-bottom: 5%;
}

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

footer{
	background-color: #2261d0;
}

footer p{
font-size: 12px;
    color: #fff;
    padding: 2.5%;
}

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

.about_top{
	overflow: hidden;
padding: 7.5% 0;
}

.about_top .inner{
width: 90%;
    padding: 5% 5% 10%;
}

.about_top .inner h2,.about_bottom .inner h2{
background-image: url(../img/bg_heading.png);
    background-repeat: no-repeat;
    background-size: 55% auto;
    border-bottom: 3px solid #2261d0;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 0 auto 5%;
    width: 75%;
    padding: 2.5% 12.5%;
    background-position: left center;
}

.about_top .inner .left{
}

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

.about_top .inner .left p{
margin-bottom: 10%;
    font-size: 14px;
    line-height: 1.6em;
}

.about_top .inner img{
    width: 100%;
    height: auto;
}

.about_bottom{
	overflow: hidden;
    padding-bottom: 10%;
}

.about_bottom .inner{
    width: 90%;
    margin: 0 5%;
}

/*

.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{
    overflow: hidden;
    display: table;
}

.about_bottom .inner li{
width: 45%;
    margin: 2.5%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5%;
}

.about_bottom .inner li img{
    width: 100%;
    height: auto;
}

.about_bottom .inner li p{
font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    margin-top: 2.5%;
}

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

.news_singlepage{
padding: 7.5% 0;
overflow: hidden;
}

.news_singlepage .inner{
    width:90%;
    margin:0 5%;
}

.news_singlepage .inner h2,.about_bottom .inner h2{
    background-image: url(../img/bg_heading.png);
    background-repeat: no-repeat;
    background-size: 55% auto;
    border-bottom: 3px solid #2261d0;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 0 auto 5%;
    width: 75%;
    padding: 2.5% 12.5%;
    background-position: left center;
}

.news_singlepage .inner .left{
}

.news_singlepage .inner .left img{
    max-width: 100%;
    height: auto;
    margin: 1.5% 0;
}

.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: 5%;
    line-height: 1.8em;
}

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

.news_singlepage .navigation{
overflow: hidden;
    width: 860px;
    margin: 0 auto;
    padding-top: 35px;
    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{
}

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

.news_singlepage .inner .right p{
margin-bottom: 5%;
}


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

section.archivespage{
    overflow: hidden;
    padding: 7.5% 0;
}

section.archivespage .inner{
    width:90%;
    margin:0 5%;
}

section.archivespage .inner h3{
background-image: url(../img/bg_heading.png);
    background-repeat: no-repeat;
    background-size: 55% auto;
    border-bottom: 3px solid #2261d0;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 0 auto 5%;
    width: 75%;
    padding: 2.5% 12.5%;
    background-position: left center;
}

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

section.archivespage .inner p{
border-bottom: 1px dashed #eee;
    font-size: 14px;
    margin-bottom: 5%;
    padding-bottom: 5%;
    line-height: 1.8em;
}

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


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

section.teampage{
    overflow: hidden;
    padding: 7.5% 0;
}

section.teampage .inner{
width: 90%;
    margin: 0 5%;
}

section.teampage .inner h3{
background-image: url(../img/bg_heading.png);
    background-repeat: no-repeat;
    background-size: 55% auto;
    border-bottom: 3px solid #2261d0;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 0 auto 5%;
    width: 75%;
    padding: 2.5% 12.5%;
    background-position: left center;
}

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: 7.5%;
}


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

section.areapagetop{
padding: 7.5% 0;
}

section.areapagetop .inner{
    width:90%;
    margin:0 5%;
    overflow: hidden;
}

section.areapagetop .inner h3,section.areapagebottom .inner h3{
background-image: url(../img/bg_heading.png);
    background-repeat: no-repeat;
    background-size: 55% auto;
    border-bottom: 3px solid #2261d0;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 0 auto 5%;
    width: 75%;
    padding: 2.5% 12.5%;
    background-position: left center;
}

section.areapagetop .inner .left{
}

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

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

section.areapagetop .inner .right {
    display: flex;
    flex-wrap: wrap;
}


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

section.areapagetop .inner .right figure {
    margin: 0 2% 20px;
    width: 46%;
    height: auto;
}

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

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

section.areapagebottom{
    overflow: hidden;
    padding: 0 0 7.5%;
}

section.areapagebottom .inner{
    width: 90%;
    margin: 0 5%;
}

section.areapagebottom .inner ul{
    overflow: hidden;
    margin-bottom: 7.5%;
}

section.areapagebottom .inner ul li{
    margin-bottom: 2.5%;
}

section.areapagebottom .inner ul li a.button{
    display: block;
    font-weight: bold;
    height: auto !important;
    width: 100%;
    vertical-align: middle;
}

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: 7.5% 0;
}

section.resultpage .inner{
    width:90%;
    margin:0 5%;
}

section.resultpage .inner h3,
section.resultpage .inner .score h2{
background-image: url(../img/bg_heading.png);
    background-repeat: no-repeat;
    background-size: 55% auto;
    border-bottom: 3px solid #2261d0;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 0 auto 5%;
    width: 75%;
    padding: 2.5% 12.5%;
    background-position: left center;
}

section.resultpage .inner ul.resultbutton{
    overflow: hidden;
        margin-bottom: 7.5%;
}

section.resultpage .inner ul.resultbutton li{
float: left;
    width: 48%;
    margin: 1%;
}

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

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

section.resultpage .inner .block{
margin-bottom: 15%;
    overflow: hidden;
}

section.resultpage .inner .block:last-child{
margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
}

section.resultpage .inner .block h4{
border-bottom: 3px solid #2261d0;
    color: #2261d0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5%;
    margin-top: 10%;
}

section.resultpage .inner .block .left{
    margin-bottom: 5%;
}

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{
    width: 100%;
}

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{
color: #225fcf;
    margin-left: 10px;
    font-weight: bold;
}
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: 5%;
    overflow: hidden;
    font-size: 0;
}

section.resultpage .inner ul.thumbnail li{
display: inline-block;
    margin-right: 4%;
    vertical-align: top;
    margin-bottom: 4%;
    width: 16%;
}

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

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

section.resultpage .button_archives{
text-align: center;
    width: 90%;
    margin: 5%;
}

section.resultpage .button_archives img{
    width: 100%;
    height: auto;
}

section.resultpage .button_archives2{
    text-align: center;
        margin-top: 5%;
}

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;
}
section.resultpage ul#tab li:last-child {
    background: none;
}
section.resultpage ul#tab li a {
display: block;
    padding: 8px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    font-size: 16px;
}

section.resultpage ul#tab li.active,
section.resultpage ul#tab li.active a{
    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: 10% 5%;
    margin-bottom: 15%;
}
section.resultpage .tabbox {
    display: none;
}

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

img.cboxPhoto{
    width: 90%;
    height: auto;
}

h2.newstitle{
font-size: 16px;
    padding: 0 5%;
}

.trophystyle{
margin-left: -8px;
text-align: center;
}

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

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

a.button {
    background-color: #fff;
    border: 2px solid #2a5fc5;
    color: #2a5fc5;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 78px;
    line-height: 1.6em;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    width: 230px;
}
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;
}

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;
}
section.score ul#tab li:last-child {
    background: none;
}

section.score ul#tab li a {
    display: block;
    padding: 8px 24px;
    text-decoration: none;
    color: #222;
}

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;
}

.heading .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.heading .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.timeline-Tweet {
    padding: 2.5% 5%;
}

.sns_block{
  padding: 10% 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 .inner .left .middle_block{
  margin-bottom: 50px;
}

.news_singlepage .inner .left .middle_block dt{
}

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

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

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

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

.news_singlepage .archivestyle h3{
}


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

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

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

section.resultpage.archive2019 h4 {
    font-size: 20px;
    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;
}

.archive2019 table{
width: 560px;
}

.xl68,.xl70{
color: white;
    background: #1155CC;
    width: 40%;
    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;
}

.broadcast_banner_block {
    padding: 0 4% 16px;
    margin-top: -16px;
}

.button_archive{
    margin-top: 24px;
}

.button_archive a {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.broadcast_banner_block ul {
    margin-top: 8px;
}

.content_tournament--button a {
    padding: 16px 12px;
    font-size: 14px;
}






















}




















