@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 初期化 */
*{
   margin:0;
   padding:0;
   font-family:'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku  Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

body{
   /*
   background-image: url(../img/alljpbg.png);
   */
   background-image: url(../img/allwomenbg.png);
   background-size: cover;
   /*height: calc(100vh - 20px);*/
   padding: 10px 0;   
  /* background-color: rgba(55, 2, 2, 1); */
   display: flex;
   flex-direction: column;
   justify-content: center;
}

a:visited,
a:active
{
   color: #fff;
}

p{
   color: #fff;
   font-weight: 400;
   line-height: 20px;
}

.mt60{margin-top:60px;}
.mt50{margin-top:50px;}
.mt40{margin-top:40px;}
.mt30{margin-top:30px;}
.mt20{margin-top:20px;}

.info > div{
   display: inline-block;
   vertical-align: top;
   width: 418px;
   padding: 6px;
}
.info .desc{
   border-bottom: 1px solid #fff;
   margin-bottom: 8px;
}
.link_btn{
   color: #fff;
    display: inline-block;
    background-color: rgba(31, 103, 169, 0.5);
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin: 4px 2px;
    font-weight: 300;
    font-size: 18px;
   transition: background-color 0.3s, box-shadow 0.3s;
}
.link_btn:hover{
   background-color: rgba(244, 39, 144, 0.5);
   box-shadow: 0px 0px 20px #fff;
}
.link_btn div{
   display: inline-block;
   vertical-align: top;
}
.icon{
   background-size: cover;
   width: 18px;
   height: 18px;
   margin: 0 3px;
}
.icon.battle{
   background-image: url("../img/battle_white.png");
}
.icon.cup{
   background-image: url("../img/cup_white.png");
}

.desc{
   font-size:14px;
}
.att{
   font-size:14px;
   margin-top: 26px;
}


.wrap{
   width:950px;
   margin: 0 auto;
}

.title{
   font-size:24px;
   width:100%;
   text-align: center;

}
.title li{
   color: #fff;
   line-height: 20px;
}
.title li:nth-child(1){
   font-size: 20px;
   margin-bottom: 20px;
}
.title li:nth-child(3){
   font-size: 24px;
   margin-top: 20px;
}
.title li:nth-child(4),
.title li:nth-child(5){
   font-size: 28px;
   margin: 12px 0;
}
.title li:nth-child(6){
   font-size: 24px;
   line-height: 50px;
   margin-top: 20px;
   text-shadow: 0px 0px 14px #f00;
}
.title li span{
   font-size : 36px;
   font-weight: 800;
}
.logo{
  position: relative;
  max-width: 600px;
  /*
  max-width: 400px;
  2026*/
  margin: 20px auto;
  margin-top: 0px;
  box-shadow: 0 0 10px 7px #000;
 }
 /*
 .logo::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 10px black;
}
*/
 /*
.logo:before{
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: '';
   background-color: rgba(0,0,0,0.1);
}
*/
.imgTitle{
   /* box-shadow: 0px -5px 60px #5baeea; */
   width:100%;
}

.score{
   width:100%;
   margin: 10px auto;
   background-size: cover;

}

/* player */
.table{
   width:400px;
   margin:10px 37px;
   background-color:rgba(47, 134, 211, 0.9);
   /*background-color:rgba(70, 70, 70, 0.9); kuro*/
   box-shadow: 2px 2px 8px;
}
.tableName{
   width:396px;
   position: relative;
   color:white;
   font-size:20px;
   font-weight: bold;
   margin:2px;
}
.youtube{
   position: absolute;
   width: 25px;
   right: 10px;
   cursor: pointer;
   /*
   opacity: 0;
   */
}

.player{
   width:196px;
   margin:2px;
   position: relative;
}
.name{
   position: relative;
   margin:2px;
   font-size:18px;
   height:20px;
   line-height:20px;
   font-weight: bold;
}
.name.i1{
   background: #AEADAB;
   background: -moz-linear-gradient(top,  #AEADAB 0%, #D6D6D3 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AEADAB), color-stop(100%,#D6D6D3));
   background: -webkit-linear-gradient(top,  #AEADAB 0%,#D6D6D3 100%);
   background: -o-linear-gradient(top,  #AEADAB 0%,#D6D6D3 100%);
   background: -ms-linear-gradient(top,  #AEADAB 0%,#D6D6D3 100%);
   background: linear-gradient(to bottom,  #AEADAB 0%,#D6D6D3 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AEADAB', endColorstr='#D6D6D3',GradientType=0 );
}
.name.i2{
   background: #BC881F;
   background: -moz-linear-gradient(top,  #BC881F 0%, #F7B12F 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BC881F), color-stop(100%,#F7B12F));
   background: -webkit-linear-gradient(top,  #BC881F 0%,#F7B12F 100%);
   background: -o-linear-gradient(top,  #BC881F 0%,#F7B12F 100%);
   background: -ms-linear-gradient(top,  #BC881F 0%,#F7B12F 100%);
   background: linear-gradient(to bottom,  #BC881F 0%,#F7B12F 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BC881F', endColorstr='#F7B12F',GradientType=0 );
}
.photo{
   margin:2px;
   width: 94px;
   height: 132px;
   background-color: #fff;
}
.imgPhoto{
   width:100%;
}
.scores1{
   margin:2px;
   width: 94px;
   height: 133px;
   background: #AEADAB;
   background: -moz-linear-gradient(top,  #AEADAB 0%, #D6D6D3 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AEADAB), color-stop(100%,#D6D6D3));
   background: -webkit-linear-gradient(top,  #AEADAB 0%,#D6D6D3 100%);
   background: -o-linear-gradient(top,  #AEADAB 0%,#D6D6D3 100%);
   background: -ms-linear-gradient(top,  #AEADAB 0%,#D6D6D3 100%);
   background: linear-gradient(to bottom,  #AEADAB 0%,#D6D6D3 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AEADAB', endColorstr='#D6D6D3',GradientType=0 );
}
.scores2{
   margin:2px;
   width: 94px;
   height: 133px;
   background: #BC881F;
   background: -moz-linear-gradient(top,  #BC881F 0%, #F7B12F 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BC881F), color-stop(100%,#F7B12F));
   background: -webkit-linear-gradient(top,  #BC881F 0%,#F7B12F 100%);
   background: -o-linear-gradient(top,  #BC881F 0%,#F7B12F 100%);
   background: -ms-linear-gradient(top,  #BC881F 0%,#F7B12F 100%);
   background: linear-gradient(to bottom,  #BC881F 0%,#F7B12F 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BC881F', endColorstr='#F7B12F',GradientType=0 );
}
.points{
   text-align: center;
}
.points span{
   font-size:60px;
   line-height: 65px;
}
.run{
   font-size:28px;
   height:29px;
   line-height:29px;
   margin: 4px 2px;
   width: 40px;
   text-align: center;
   border-radius: 4px;
}

.highrun{
   font-size:30px;
   margin:2px;
   height: 30px;
   text-align: right;
}
.inning{
   font-size:30px;
   margin: 4px 2px;
   height: 30px;
   text-align: left;
}



.info{
   padding:5px;
   font-weight:bold;
   font-size:20px;
   margin: 20px 37px;
}

.water{
   width:80px;
   margin: 0 37px;
}



/* help page*/
#help{
   position: fixed;
   top:5%;
   left:5%;
   width:90%;
   height: 90%;
   background-color: rgba(16, 16, 16, 0.9);
/*   display: none;*/
   z-index:5;
}

.helpMsg{
   position:relative;
   width: 90%;
   max-width: 690px;
   height: 80%;
   margin: 4% auto;
   font-size: 20px;
   font-weight: bold;
   overflow: auto;
}

.confirm{
   color: #fff;
   height: 80px;
   line-height: 80px;
   font-size: 16px;
}
.confirm *{
   vertical-align: middle;
   font-size: 14px;
}

#dispHelp{
   width: 20px;
   height: 20px;
}

.close{
   position:absolute;
   width: 100%;
   bottom: 20px;
   text-align: center;
}
.close button{
   width: 160px;
   height: 50px;
   border-radius: 25px;
   border: solid 3px #246877;
   color: #fff;
   font-size: 16px;
   background-color: rgba(30, 40, 240, 0.5);
   cursor: pointer;
   transition: background-color 0.3s, box-shadow 0.3s;
}
.close button:hover{
   background-color: rgba(244, 39, 144, 0.5);
   box-shadow: 0px 0px 20px #fff;
}

#startMsg{
   background-color:rgba(200,200,200,0.9);
   top:0px;
   left:0px;
   width:100vw;
   width:100%;
   height:100px;
   text-align:center;
   color:red;
   position:fixed;
}
#startMsg p{
   color: #000;
   font-weight: bold;
}

#startMsg img{
   width: 30px;
   margin: 10px;
}


.connections{
   margin: 0 37px;
}

.banner{
   width: 200px;
   height: 106px;
   background-image: url("../img/NBA.jpg");
   background-size: contain;
   background-repeat: no-repeat;
   background-color: #fff;
   background-position: center;
   margin: 0 auto;
}

/* 共通 */
.fl{
   float: left;
}

.fr{
   float: right;
}

.cl{
   clear: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clearfix:after { content:""; display:block; clear:both; height:0; }
* html .clearfix  { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix { zoom: 1; }  /* IE7 */
