@charset "UTF-8";
/* -----------------------------------
  TITLE : 阪神タイガース公式サイト
  URI : hanshintigers.jp
  (C) Hanshin Tigers.
------------------------------------ */
/* SEASON 2018
------------------------------------ */

.btnWp{
  padding: 30px 20px 10px 20px;
}
.btnWp li{
  margin-bottom: 20px;
}
.btnWp li a{
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btnWp li a:hover{
  opacity: 0.7;
}


.newPlayer{
  padding: 30px 20px;
}

.newPlayer .unit{
  overflow: hidden;
  padding-top: 30px;
}

.newPlayer .unit h4{
  text-align: center;
}

.newPlayer .photo{
  width: 350px;
  float: left;
}

.newPlayer .info_r{
  width: 580px;
  float: right;
}

.newPlayer .info{
  padding-top: 30px;
}

.newPlayer .bnr{
  text-align: center;
  margin-top: 30px;
}

.newPlayer .bnr a{
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newPlayer .bnr a:hover{
  opacity: 0.7;
}

.newPlayer ul.indent{
  width: 880px;
  margin: 10px auto 0 auto;

}