h1 {
  background: linear-gradient(90deg, rgba(255, 215, 0, .5), rgba(72, 209, 204, 0.8)) fixed,url(back.jpg) fixed;
  background-size: cover;
  font-size: 30px;
  font-family: lobster;
  border-top:1px solid #0055ff;
  border-right:10px solid #0022cc;
  border-left:10px solid #ffff00;
  border-width: 5px;
  text-align: right;
  padding-top: 50px;
  padding-bottom: 10px;
  padding-right: 5px;
  margin: 0px;
  color: #fff;
  text-shadow: 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 5px 5px #9ccc65;
}

h2 { 
    color:blue;
    font-size:15pt;
    font-weight: 900;
    margin:0px 0px;
    background: linear-gradient(to right,#7FFFD4,#7B68EE);
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:5px solid double #0000ff;
    border-bottom:1px solid #ccc;
    padding:.3em .5em;
}

h3 {
    color:blue;
    font-size:13.5pt;
    margin:0px 0px;
}

h4 {
    color:blue;
    font-size:18pt;
    font-weight: 900;
    margin:0px 0px;
    background:#ffffcc;
    border-top:1px solid #ccc;
    border-right:10px solid #ffff00;
    border-left:10px solid #ffff00;
    border-bottom:1px solid #ccc;
    text-align: center;
    padding:.3em .4em;
}


h5 {
  color: white;
  font-size:20pt;
  padding: 10px;
  margin: 15px 350px 15px 10px; 
  background: linear-gradient(90deg, rgb(22, 135, 237), rgb(20, 55, 90));
  font-weight: 900;
  font-family: "monospace", "ＭＳ ゴシック";
  text-shadow: 1px 2px 3px #000000;
  border-top:5px double #0000FF;
  border-left:12px solid #CCCC00;
  border-bottom-right-radius: 12px; /* 右下だけの角丸半径 */
  box-shadow: 5px 5px 7px rgba(112 , 108 , 170 , 0.7);
}


h5:before {
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  content: ' \f433';
  font-weight: 900;
  padding-right: 10px;
}

h5:after {
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  content: ' \f433';
  font-weight: 900;
  padding-right: 10px;
}


h6 {
    font-size:14pt;
    font-weight: 300;
    text-align: center;
}


.to_top {
  display: inline-block;
  text-decoration: none;
  color: rgba(204, 204, 0, );/*アイコン色*/
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background-image: linear-gradient(#7FFFD4 0%, #008080 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
  position: fixed;
  left: 10;
  bottom: 15;

}
.to_top i {
  line-height: 80px;
}
.to_top:active {
  /*押したとき*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: none;
}


#page_top {
  display: inline-block;
  text-decoration: none;
  color: rgba(204, 204, 0, 0.8);/*アイコン色*/
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background-image: linear-gradient(#7FFFD4 0%, #008080 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
  position: fixed;
  left: 100;
  bottom: 15;

}
#page_top i {
  line-height: 80px;
}
#page_top:active {
  /*押したとき*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: none;
}



.page_shoukai{
    float: left;
    margin:0 auto;
    margin-left:180px;
    background: linear-gradient(90deg, rgb(22, 135, 237), rgb(20, 55, 90));
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border: 5px #daa520 solid;
    border-radius: 90px;
    height: 25px;
    padding-top: 10px;
    color: yellow;
}


.midashi1 {

    margin:10 auto;
    width:9em;
    margin-left: auto;
    font-size:20pt;
    font-weight: 300;
    text-decoration:underline double;
    text-decoration-color:gold;
    line-height: 1.2em;
}


.midashi2 {
    margin:10 auto;
    margin-left: 4em;
    font-size:15pt;
    font-weight: 300;
}

.logo {
  text-align: center;
}


.flex{
    display: flex;
    justify-content: space-between;
}
.flex>p{
    width: 20%;
}

.center {text-align: center;}

.shadow {
  color: navy;
  text-shadow: 1px 1px 2px #daa520;
  font-weight: bold;
}


header {
  height: 300px;
  width:100%;
  padding-top: 10px;
  text-align:right;
}

.body{
  background-size:cover;
  background-blend-mode:lighten;
  background-image: url(sakurajima2020.jpg);
}


.body-effect{
  background-size:cover;
  background-blend-mode:lighten;
  background-image: url(sakurajima2020.jpg);
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}

/*:beforeにぼかし効果を設定する*/
.body-effect:before{
  content: '';
  background: inherit; /*.body-effectで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}





/* 記事の書き方について */
.kiji-top {
    width: 700px;
    height: 60px;
    line-height: 60px;
    color: #00BCD4;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px yellow;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    margin-top:10px;
    margin-bottom:5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kiji-top p {
    color: red;
    font-size: 25pt;
    font-weight: 500;
    font-family: monospace;
    text-shadow: 2px 2px 3px navy;
}

.kiji-waku {
  position: absolute;
  left:25%;
  top:100px;
  align-self: center;
  width: 75%;
  max-height: 80vh;
  max-width: 800px;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.4em;
  transition: 0.5s;
  border-top-right-radius: 12px; /* 右上だけの角丸半径 */
  border-bottom-left-radius: 12px;  /* 右下だけの角丸半径 */
  border-bottom-right-radius: 12px; /* 右下だけの角丸半径 */
  box-shadow: 5px 5px 7px rgba(112 , 108 , 170 , 0.7);
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
}

.kiji-waku::-webkit-scrollbar {
 width: 20px;
 height: 100%;
}

/* スクロールの背景の設定 */
.kiji-waku::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(110, 108, 108, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.kiji-waku::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: linear-gradient(0deg, rgb(22, 135, 237), rgb(20, 55, 90));;
}


/* 新着お知らせ用 */
.oshirase {
  position: absolute;
  left:25%;

  align-self: center;
  width: 75%;
  max-height: 80vh;
  max-width: 800px;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.4em;
  transition: 0.5s;
  border-top-right-radius: 12px; /* 右上だけの角丸半径 */
  border-bottom-left-radius: 12px;  /* 右下だけの角丸半径 */
  border-bottom-right-radius: 12px; /* 右下だけの角丸半径 */
  box-shadow: 5px 5px 7px rgba(112 , 108 , 170 , 0.7);
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
}
.oshirase::-webkit-scrollbar {
 width: 20px;
 height: 100%;
}

/* スクロールの背景の設定 */
.oshirase::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(110, 108, 108, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.oshirase::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: linear-gradient(0deg, rgb(22, 135, 237), rgb(20, 55, 90));;
}


/* 中学総体（赤）囲みの種類 */
.soutai-kakomi{
    margin:0 auto;
    border: double 6px #e68a9e;
    width: 150px;
    height: 30px;
    background-color: #e60033;
    font-size: 25px;
    font-weight: 500;
    color: #ffffcc;
    text-align: center;
    padding-top:10px;
    margin-bottom:10px;
    border-top-left-radius: 15px;  /* 左上だけの角丸半径 */
    border-bottom-right-radius: 15px; /* 右下だけの角丸半径 */
}

.soutai{
    font-size: 15px;
    font-weight: 500;
    color: red;
    margin-bottom:10px;
}

.soutai-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px red;
    background-color: #ffffff;
    color: #000000;
    text-align-last: left;
    margin-top: 20px;
    padding-bottom: 10px;
}

.soutai-kiji p {
  white-space: normal;
}


/* 春季選抜（青）囲みの種類 */
.haru-kakomi{
    margin:0 auto;
    border: double 6px navy;
    width: 150px;
    height: 30px;
    background-color: blue;
    font-size: 25px;
    font-weight: 500;
    color: #FFFFCC;
    text-align: center;
    padding-top:10px;
    margin-bottom:10px;
    border-top-left-radius: 15px;  /* 左上だけの角丸半径 */
    border-bottom-right-radius: 15px; /* 右下だけの角丸半径 */
}

.haru{
    font-size: 15px;
    font-weight: 500;
    color: navy;
    margin-bottom:10px;
}

.haru-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px navy;
    background-color: #ffffff;
    color: #000000;
    text-align-last: left;
    margin-top: 20px;
    padding-bottom: 10px;
}

.haru-kiji p {
  white-space: normal;
}

/* 秋季選抜（茶）囲みの種類 */
.aki-kakomi{
    margin:0 auto;
    border: double 6px maroon;
    width: 150px;
    height: 30px;
    background-color: khaki;
    font-size: 25px;
    font-weight: 500;
    color: #d2691e;
    text-align: center;
    padding-top:10px;
    margin-bottom:10px;
    border-top-left-radius: 15px;  /* 左上だけの角丸半径 */
    border-bottom-right-radius: 15px; /* 右下だけの角丸半径 */
}

.aki{
    font-size: 15px;
    font-weight: 500;
    color: maroon;
    margin-bottom:10px;
}

.aki-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px maroon;
    background-color: #ffffff;
    color: #000000;
    text-align-last: left;
    margin-top: 20px;
    padding-bottom: 10px;
}

.aki-kiji p {
  white-space: normal;
}



/* 全日本少年（紫）囲みの種類 */
.zennihon-kakomi{
    margin:0 auto;
    border: double 6px darkmagenta;
    width: 150px;
    height: 30px;
    background-color: darkslateblue;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding-top:10px;
    margin-bottom:10px;
    border-top-left-radius: 15px;  /* 左上だけの角丸半径 */
    border-bottom-right-radius: 15px; /* 右下だけの角丸半径 */
}

.zennihon{
    font-size: 15px;
    font-weight: 500;
    color: purple;
    margin-bottom:10px;
}

.zennihon-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px purple;
    background-color: #ffffff;
    color: #000000;
    text-align-last: left;
    margin-top: 20px;
    padding-bottom: 10px;
}

.zennihon-kiji p {
  white-space: normal;
}


/* 全日本少年（緑）囲みの種類 */
.zennihonharu-kakomi{
    margin:0 auto;
    border: double 6px #556B2F;
    width: 150px;
    height: 30px;
    background-color: #90EE90;
    font-size: 25px;
    font-weight: 500;
    color: #006400;
    text-align: center;
    padding-top:10px;
    margin-bottom:10px;
    border-top-left-radius: 15px;  /* 左上だけの角丸半径 */
    border-bottom-right-radius: 15px; /* 右下だけの角丸半径 */
}

.zennihonharu{
    font-size: 15px;
    font-weight: 500;
    color: green;
    margin-bottom:10px;
}

.zennihonharu-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px green;
    background-color: #ffffff;
    color: #000000;
    text-align-last: left;
    margin-top: 20px;
    padding-bottom: 10px;
}

.zennihonharu-kiji p {
  white-space: normal;
}


/* 他大会（橙）囲みの種類 */
.tataikai-kakomi{
    margin:0 auto;
    border: double 6px #B8860B;
    width: 150px;
    height: 30px;
    background-color: #EEE8AA;
    font-size: 25px;
    font-weight: 500;
    color: #FF4500;
    text-align: center;
    padding-top:10px;
    margin-bottom:10px;
    border-top-left-radius: 15px;  /* 左上だけの角丸半径 */
    border-bottom-right-radius: 15px; /* 右下だけの角丸半径 */
}

.tataikai{
    font-size: 15px;
    font-weight: 500;
    color: #FF4500;
    margin-bottom:10px;
}

.tataikai-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px #FF4500;
    background-color: #ffffff;
    color: #000000;
    text-align-last: left;
    margin-top: 20px;
    padding-bottom: 10px;
}

.tataikai-kiji p {
  white-space: normal;
}



/* 速報用外枠 */

.sokuhou-kiji{
  margin: auto;
  width: 85%;
  max-height: 80vh;
  max-width: 800px;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.4em;
  transition: 0.5s;
  border-top-right-radius: 12px; /* 右上だけの角丸半径 */
  border-bottom-left-radius: 12px;  /* 右下だけの角丸半径 */
  border-bottom-right-radius: 12px; /* 右下だけの角丸半径 */
  box-shadow: 5px 5px 7px rgba(112 , 108 , 170 , 0.7);
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
}

.sokuhou-kiji p {
  white-space: normal;
  text-align: center;
}

.sokuhou-kiji::-webkit-scrollbar {
 width: 20px;
 height: 100%;
}

/* スクロールの背景の設定 */
.sokuhou-kiji::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(224, 255, 255, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.sokuhou-kiji::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: linear-gradient(0deg, rgb(220, 20, 60), rgb(221, 160, 221));;
}

.sokuhou-kiji h2 {
    color:red;
    font-size:15pt;
    font-weight: 900;
    margin:0px 0px;
    background: linear-gradient(to right,#7FFFD4,#7B68EE);
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:5px solid double #0000ff;
    border-bottom:1px solid #ccc;
    padding:.3em .5em;
}








.daihyou{
    font-size: 30px;
    font-weight: 900;
    color: navy;
    margin-bottom:10px;
    text-shadow: 2px 2px 3px gold;
}


.taisenhyou {
     width: auto;
     margin: auto;
     line-height: 1em;
white-space: nowrap;
}

.taisenhyou caption {
     text-align: center;
     padding: 3px;
     font-size:18px;
}
.taisenhyou td {
     text-align: center;
     padding: 3px;
     font-size:22px;
}

.kachi{color:red;}




.juni td:first-child{
    color: #ff0000;
}

.juni tr:first-child{
    font-size: 24px;
    font-family: "HG正楷書体-PRO",cursive;
    font-weight: 900;
}

.juni tr:nth-child(2){
    font-size: 20px;
    font-family: "HG正楷書体-PRO",cursive;
    font-weight: 900;
}

.juni tr:nth-child(3){
    font-size:18px;
    font-family: "HG正楷書体-PRO",cursive;
    font-weight: 900;
}

.juni tr:nth-child(4){
    font-size: 18px;
    font-family: "HG正楷書体-PRO",cursive;
    font-weight: 900;
}

.shinpan-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px #808000;
    background-color: #bdb76b;
    color: #000000;
    margin-top: 20px;
}

.shinpan-kiji p {
  white-space: normal;
}

/* 女子野球（桃）囲みの種類 */
.joshiyakyu-kakomi{
    margin:0 auto;
    border: double 6px #FAEBD7;
    width: 150px;
    height: 30px;
    background-color: #c71585;
    font-size: 25px;
    font-weight: 500;
    color: #ffffcc;
    text-align: center;
    padding-top:10px;
    margin-bottom:10px;
    border-top-left-radius: 15px;  /* 左上だけの角丸半径 */
    border-bottom-right-radius: 15px; /* 右下だけの角丸半径 */
}

.joshiyakyu{
    font-size: 15px;
    font-weight: 500;
    color: deeppink;
    margin-bottom:10px;
}

.joshiyakyu-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px #c71585;
    background-color: #FAEBD7;
    text-align-last: left;
    color: #000000;
    margin-top: 20px;
}

.joshiyakyu-kiji p {
  white-space: normal;
}


/* 男子野球（水色）囲みの種類 */
.danshiyakyu-kakomi{
    margin:0 auto;
    border: double 6px #000066;
    width: 150px;
    height: 30px;
    background-color: #66B2FF;
    font-size: 25px;
    font-weight: 500;
    color: #ffffcc;
    text-align: center;
    padding-top:10px;
    margin-bottom:10px;
    border-top-left-radius: 15px;  /* 左上だけの角丸半径 */
    border-bottom-right-radius: 15px; /* 右下だけの角丸半径 */
}

.danshiyakyu{
    font-size: 15px;
    font-weight: 500;
    color: navy;
    margin-bottom:10px;
}

.danshiyakyu-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px #000066;
    background-color: #66B2FF;
    text-align-last: left;
    color: #000000;
    margin-top: 20px;
}

.danshiyakyu-kiji p {
  white-space: normal;
}



.kenshu-kiji{
    margin:0 auto;
    width:650px;
    border: groove 10px #2F4F4F;
    background-color: #DCDCDC;
    color: #000000;
    margin-top: 20px;
}

.kenshu-kiji p {
  white-space: normal;
}


.photo {
  margin: 20px;
  position: relative;
  width: 220px;
  margin-left: 150px;
}
 
.photo img {
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;

}
 
.photo p {
  position: absolute;
  text-align: center;
  width: 150%;
  left: 80px;
  bottom: -15px;
  font: 400 20px cursive;
  font-weight:bold;
  color: #e0ffff;
  text-shadow:  0 0 0.10em #2962FF,
		0 0 0.15em #2962FF,
		0 0 0.80em #2962FF,
		0 0 1.00em #2962FF;
}

.menu {
  list-style-type: none;
  width: 1000px;
  height: 45px;
  margin: 0 auto;
  padding: 0;
  font-family:"ヒラギノ明朝 Pro W6";
  font-weight: 700;
}
.menu li{
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
white-space: normal;
}
.menu li a{
  background: linear-gradient(90deg, rgb(22, 135, 237), rgb(20, 55, 90));
  display: block;
  margin-right: 10px;
  padding: 10px 0;
  color: yellow;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border: 5px #daa520 solid;
  border-radius: 90px;

}
.menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}



.menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #abcdef;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

.menu li ul li a{
  padding: 13px 15px;
  background: linear-gradient(90deg, rgb(220,20,60), rgb(250,128,114));
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  font-family:"ヒラギノ明朝 Pro W6";
  font-weight: 700;
}

.menu li:hover > a{
  background: linear-gradient(120deg, rgb(95,158,160), rgb(224,255,255));
  color: #0000ff;
}

.menu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}


.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #37beb03d;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: absolute;
  left:25%;
  top:100px;
  align-self: center;
  width: 75%;
  height: auto;
  max-width: 800px;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.4em;
  transition: 0.5s;
  border-bottom-left-radius: 12px;  /* 右下だけの角丸半径 */
  border-bottom-right-radius: 12px; /* 右下だけの角丸半径 */
  box-shadow: 5px 5px 7px rgba(112 , 108 , 170 , 0.7);
}
.popup_content p{
    padding:20px 20px 5px 20px;
    text-align: center;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
  color:#191970;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
    color: #000000;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease;
    border:1px solid #191970;
    border-left:7px solid #191970;
    padding:5px 15px;
    font-weight: bold;
}
.open_btn:hover{
    background:#37beb0;
    color:#fff;
    transition: .3s ease;
}


/* ランニングスコア */
.eikonokiroku{
 width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 text-align: center;
 }
 .eikonokiroku th{
 padding: 5px 12px 5px;
 vertical-align: top;
 color: #f0fff0;
 background: linear-gradient(indigo, turquoise);
 border-top: 1px solid #fff;
 border-left: 0px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 text-align: center;
 }
 .eikonokiroku td{
 padding: 5px;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 text-align: center;
 }


.kiroku{
	background-image:url(R.jpg);
	width:100%;
	height:380px;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
	}

.kaiki{
	margin-top:10px;
	margin-bottom:0px;
}


/* 出場校一覧 */
.shutsujoukou {
 padding-left:30px;
 }

.shutsujoukou table{
 margin:0 auto;
 width:85%;
 border-collapse: separate;
 border-spacing: 0px;
 text-align: center;
 }

.shutsujoukou th{
 padding: 5px 12px 5px;
 vertical-align: top;
 color: #f0fff0;
 background: linear-gradient(rgb(204,255,0), rgb(102,153,51));
 border-top: 1px solid #fff;
 border-left: 0px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 text-align: center;
 }

.shutsujoukou td{
 padding: 5px;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 text-align: center;
 }

.shutsujoukou th:first-child{
  border-radius: 5px 0 0 0;
}

.shutsujoukou th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

.shutsujoukou td:last-child{
  border-right: 1px solid #a8b7c5;
}

.shutsujoukou tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.shutsujoukou tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}


/* PDFリンクを貼る */

.link-pdf {
 text-align: center;
}

.link-pdf a{
  padding: 0 10px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(0,0,128) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}

.link-pdf a:hover{
  background-position: -100% 0;
  color: #fff;
}

.link-pdf a:before {
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 900;
  padding-right: 10px;
}

/* HPリンクを貼る */

.link-hp {
 text-align: center;
}

.link-hp a{
  padding: 0 10px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(0,128,128) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}

.link-hp a:hover{
  background-position: -100% 0;
  color: #fff;
}

.link-hp a:before {
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
  padding-right: 10px;
}






footer{
    width: 100%;
    height: 200px;
    background-color: #174a5c;
    color: white;
    text-align: center;
}

ul.footer-menu li {
    display: inline;
}

footer a{
    text-decoration: none;
    color: white;
}

footer a:hover{
    text-decoration: underline;
    color: white;
}

.mail:before {
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  padding-right: 10px;
}


ul {
    list-style-position: inside;
    white-space: normal;
}
ul li {
    padding-left: 1em;
    text-indent: -1em;
}


.chushi {
  width: 60%;
  height: auto;
  position: relative;
  border-top: solid 2px #0000ff;
  border-bottom: solid 2px #0000ff;
  background: #f4f4f4;
  line-height: 2.4;
  padding: 0px 30px 0px 30px;
  margin: 15px auto 10px;
}

.chushi p{
  line-height: 20px;
  font-size:20px;
  font-weight: 900;

}

.chushi:after {
  position: absolute;
  font-family: "Font Awesome 5 Free",'MS 明朝','Arial',sans-serif;
  font-weight: 900;
  content: '\f071\ 重要 \f071';
  background: #0000ff;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: 0.05em;
}




iframe {
    border: 2px solid black;
    width: 100%;
}






details {
  border: none;
}

details:not(:last-child) {
  margin-bottom: 20px;
}

/** * list-style: none; ←デフォルト三角削除（Chrome非対応） * cursor: pointer; ←カーソルをポインターに **/


details summary {
  width: 300px;
  list-style: none;
  margin: 0 auto;
  cursor: pointer;
  padding: 10px;
  background-image: linear-gradient(90deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 0.3));
  color: #242323;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px ;
  border-top: solid 5px #5989cf;
  border-bottom: solid 5px #5989cf;
}

summary:hover {
  background: -moz-linear-gradient(65deg, #F13F79, #FFC778); 
  background: -webkit-linear-gradient(65deg, #F13F79, #FFC778); 
  background: linear-gradient(25deg, #F13F79, #FFC778); 
  color: #242323;
  border-top: solid 5px #FFB6C1;
  border-bottom: solid 5px #FFB6C1;
}


/** * Chrome用のデフォルト三角削除 **/

details summary::-webkit-details-marker {
  display: none;
}

/** * Font Awesomeのプラスアイコン使用 **/

details summary::before {
  font-family: "Font Awesome 5 Free";
  content: '\f65e' ;
  margin: 30px;
}

/** * アコーディオンがオープン時はマイナスアイコンに変更 **/

  details[open] summary::before {
  font-family: "Font Awesome 5 Free";
  content: '\f65d' ;
}

details p {
  margin: 0;
  padding: 20px;
}

 
