
.navbar {
/*    min-height: 10px;
    font-size: 12px;
    line-height: 20px;
*/}

.navbar-brand {
/*    height:50px;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 15px;
*/}

.navbar-inverse {
    background-color: #AE0015;
    border-color: #AE0015;
}

.navbar-inverse .navbar-brand {
    color: #fff !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.nav>li>a {
    position: relative;
    display: block;
/*    padding: 5px 15px;*/
}

.navbar-inverse .navbar-nav>li>a:hover {
/*    background-color: #E73262;
*/}

.navbar-brand {
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  margin-top:2.5px;
  margin-left:3px;
  height:45px;
  width: 250px;
}


header .container .col-sm-9{
  padding-top:25px;
}


header .bg{
  padding-top:300px;
  height:850px;
  padding-bottom:100px;
  background-color:rgba(0,0,0,0.3);
}

header h3{
  padding-top:20px;
  font-size:18px;
  text-align: right;
  text-shadow: 2px 2px 0px rgba(0,0,0,1);
  color: #fff;
  line-height: 1.8em;
}

header h3 strong{
  font-size:45px;
  color:#AE0015;
  text-shadow:
        0 0px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff,3px 3px 0px rgba(0,0,0,1);
  padding-left: 5px;
  padding-right: 5px;
}

header hr{
  border-top:1px solid #AE0015;
}

section h4 {
  line-height: 2.0em;
  margin-bottom:15px;
}

#alleryCarousel img{
  max-height: 800px;
  width:auto;
  margin-right:auto;
  margin-left:auto;
}
/*#alleryCarousel{
  min-height: 800px;
}*/
table{
  table-layout: fixed !important;/*追加する*/
}

.table td{
  width:50%;
}

input,select{
  font-size: 16px !important;
}

.jersey-box{
  position: relative;
}

.jersey-box .number,
.jersey-box .team{
    position: absolute;
}
.jersey-box .number {
    top: 31%;
    left: 26.5%;
    width: 4%;
}
.jersey-box .team {
    top: 35%;
    right: 25%;
    width: 15%;
}
.jersey-box img{
    width: 100%;
}

#news ul{width:100%;list-style: none}
#news li{padding-top:5px;padding-bottom:5px;line-height: 1.8em;}
#news li span{background-color: #000;color:#fff;padding:5px; border-radius: 4px; margin-right: 20px;font-weight: bold;}

#profile table th{
  width:30%;
  background-color:#efefef;
  color: #999;
}

#profile table th,
#profile table td{
  padding:10px;
}

#sponsor ul{width:100%;list-style: none;text-align: center}
#sponsor li{width:25%;height: auto;float:left;text-align: center;}
#sponsor li img{width:79%;height:auto;display: block;margin-right:auto;margin-left:auto;}

.separate{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.separate.column2 > * {
    width: 49.8%;
}
.separate.column3 > * {
    width: 33%;
}
.separate.column4 > * {
    width: 24.8%;
}
.separate.column5 > * {
    width: 20.9%;
}

.separate.column6 > * {
    width: 16.5%;
}

.pcwidth50{
  width:50%;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media screen and ( max-width:479px )
{

  header .bg {
      padding-top: 150px;
      height: 350px;
      padding-bottom: 100px;
      background-color: rgba(0,0,0,0.3);
  }

  #news ul{margin-left:-20px;}
  #news li{font-size: 90%;}
  #news li span{margin-right:5px;}
  #news li:first-child{padding-top:20px;}

  .navbar {
      min-height: 50px;
      font-size: 15px;
      line-height: 20px;
  }

  .navbar-brand {
      font-size: 18px;
      line-height: 20px;
      padding: 15px 15px;
  }

  .nav>li>a {
      position: relative;
      display: block;
      padding: 10px 15px;
  }

/*  #alleryCarousel{
    min-height: 500px;
  }*/

  .navbar-inverse .navbar-toggle {
/*      border-color: #efefef;*/
  }

  /* navbar ハンバーガーボタン,タップとホバーした時の背景色 */
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #D6184D;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
/*    border-color:#D6184D;*/
  }

  header h3{
    text-align: center;
  }

  #sponsor ul{}
  #sponsor li{width:50%; height:50px; text-align: center;}
  #sponsor li img{width:80%;height:auto;}

  .spphoto{
      width:60%;
      height:auto;
      display: block;;
      margin-right:auto;
      margin-left:auto;
  }

  .navbar-brand {
    margin-top:5px;
    margin-left:3px;
    height:40px;
    width: 250px;
  }
  .pcwidth50{
    width:100%;
  }

  #cd h4 {
    font-size:80%;
  }

  #cd a {
    font-size:80%;
  }

}
