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

.btnWp{
  padding: 30px 20px 0 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_text{
  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,
.season2020 #present_bnr > p a:hover{
  opacity: 0.7;
}
.newPlayer ul.indent{
  width: 880px;
  margin: 10px auto 0 auto;
}
#present_bnr{	padding:0 20px 30px;}
#present_bnr .pre_tit,
.newPlayer .self_tit{
	font-size:23px;
	font-weight:bold;
	background:#000;
	color:#fff;
	text-align:center;
	padding:5px;
}
#present_bnr > p{
	margin-top:20px;
	text-align:center;
}
#present_bnr > p a{transition: all 0.3s;}