@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800;900&display=swap');
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
#women_cont {
  padding: 20px 20px 0 20px;
}
/*=====top=====*/
.women #main {
  background: url(/data/img/pt_women.gif) 0 0 no-repeat;
  /*font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;*/
}
.mv {
  position: relative;
}
.mv .main_intro {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(230, 0, 25, 0.8);
  align-items: center;
  justify-content: space-between;
}
.mv .main_intro .logo {
  padding-left: 20px;
}
.mv .main_intro .text {
  width: 480px;
  padding-right: 20px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.w_tit {
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding-left: 26px;
  background: url(../img/ttl.jpg) no-repeat 0 0;
}
.women div.inner {
  margin:20px 10px;
}
.women #women_about, .women #women_results {
  margin: 20px 10px;
  font-size: 14px;
}
.women #women_about h5 {
  color: #e60019;
  font-weight: bold;
  font-size: 16px;
}
.women #women_about div.inner ul.indent li {
  margin-bottom: 10px;
}
.women #women_results dl {
  margin: 20px 10px;
  font-size: 14px;
}
.women #women_results dt {
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}
.women .bnr_area {
  margin-bottom: 20px;
  position: relative;
}
.women .bnr_area::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 3px;
  right: 3px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.women .sns_area {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.women .sns_area > div {
  margin-right: 20px;
}
.women .sns_area > div:last-of-type {
  margin-right: 0;
}
.sns_area .insta_cont img, .sns_area .tw_cont img, .sns_area .goods_cont img {
  transition: all .5s;
}
.sns_area .tw_cont img:hover, .sns_area .insta_cont img:hover, .sns_area .goods_cont img:hover {
  opacity: 0.7;
}
.news_cont {
  margin-top: 20px;
  font-size: 12px;
  padding: 0 10px;
}
.news_unit {
  max-height: 180px;
  overflow-y: auto;
}
#news-list table {
  width: 100%;
  background: url(/data/hanshintigers_women/img/news_line.gif) bottom left repeat-x;
}
#news-list th, #news-list td {
  padding: 5px 20px 8px 0;
}
.news_cont ul {
  padding-right: 15px;
}
.news_cont li {
  display: flex;
  border-bottom: dotted 1px #f19ec2;
}
.news_cont li + li {
  margin-top: 10px;
}
.news_cont span {
  padding-bottom: 5px;
}
.news_cont .date {
  width: 110px;
}
.news_cont .article {
  flex: 1;
}
.simplebar-track {
  background: #f19ec2;
}
.simplebar-scrollbar.simplebar-visible:before {
  background: #e60019;
  opacity: 1;
}
#member_cont .player_prof, #member_cont .manager_prof {
  margin-top: 30px;
}
#member_cont .player_cont, #member_cont .manager_cont {
  display: flex;
  margin-top: 20px;
}
#member_cont .post {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  padding-top: 32px;
  color: #fff;
  width: 100px;
  margin: 0 40px 0 10px;
  background: #f19ec2 url(../img/prof_label.gif) no-repeat 0 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#member_cont .post span {
  font-size: 11px;
  text-align: center;
}
#member_cont .detail {
  width: 580px;
  display: flex;
  flex-wrap: wrap;
}
#member_cont .detail dl {
  width: 180px;
  box-sizing: border-box;
  margin-right: 20px;
}
#member_cont .detail dl:nth-child(3n) {
  margin-right: 0;
}
#member_cont .detail dl:nth-child(n+4) {
  margin-top: 15px;
}
#member_cont .detail dt {
  padding: 4px;
  background: #fadce9;
}
#member_cont .detail dt.captain {
  position: relative;
}
#member_cont .detail dt a img {
  width: 100%;
  height: auto;
}
#member_cont .detail dt a {
  transition: all .5s;
}
#member_cont .detail dt a:hover {
  opacity: 0.8;
}
#member_cont .detail .captain:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 4px;
  left: 4px;
  width: 62px;
  height: 62px;
  background: url(../img/captain_label.png) no-repeat 0 0;
  background-size: 62px auto;
}
#member_cont .detail dd {
  text-align: center;
  padding-top: 5px;
}
#member_cont .detail dd a {
  color: #000;
}
#member_cont .detail dd span {
  color: #e60019;
}
#sponsor {
  margin-top: 40px;
}
#sponsor h5 {
  border-bottom: solid 3px #e60019;
  font-size: 18px;
  font-weight: bold;
  color: #e60019;
  padding-bottom: 3px;
}
#sponsor .sponsor_detail {
  padding-top: 20px;
}
#sponsor .sponsor_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sponsor .sponsor_list.left {
  justify-content: flex-start;
}
#sponsor > div + div {
  margin-top: 20px;
}
#sponsor .sponsor_detail dl {
  margin-right: 40px;
  width: 220px;
}
#sponsor .sponsor_detail dl:last-of-type {
  margin-right: 0;
}
#sponsor .sponsor_detail dt {
  text-align: center;
}
#sponsor .sponsor_detail dd {
  padding: 5px 0 10px;
  text-align: center;
}
/*=====member_detail=====*/
#prof_details_cont {
  font-size: 14px;
}
#prof_details_cont .top_cont {
  margin-top: 20px;
  overflow: hidden;
}
#prof_details_cont .prof_img {
  float: left;
  width: 250px;
  padding: 6px;
  background: #fadce9;
  box-sizing: border-box;
}
#prof_details_cont .captain {
  position: relative;
}
#prof_details_cont .captain:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 6px;
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/captain_label.png) no-repeat 0 0;
}
#prof_details_cont .prof_img img {
  width: 100%;
  height: auto;
}
#prof_details_cont .personal_history {
  float: right;
  width: 450px;
}
#prof_details_cont .personal_history dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
  background: url(../img/prof_line.gif) no-repeat 0 bottom;
}
#prof_details_cont .personal_history dt {
  font-size: 32px;
  line-height: 1.2;
}
#prof_details_cont .personal_history dt .kana {
  font-size: 14px;
  padding-bottom: 5px;
}
#prof_details_cont .personal_history table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
#prof_details_cont .personal_history tr {
  border-bottom: dotted 1px #f19ec2;
}
#prof_details_cont .personal_history th, #prof_details_cont .personal_history td {
  padding: 7px 5px;
  vertical-align: middle;
}
#prof_details_cont .personal_history th {
  font-size: 12px;
  white-space: nowrap;
  color: #e60019;
  padding-right: 15px;
  width: 140px;
}
#prof_details_cont .questionary {
  margin-top: 30px;
}
#prof_details_cont .questionary dl {
  font-size: 14px;
}
#prof_details_cont .questionary dl + dl {
  margin-top: 15px;
}
#prof_details_cont .questionary dt {
  color: #e60019;
  font-weight: bold;
  padding-left: 40px;
  min-height: 32px;
  line-height: 32px;
  background: #fdeff5 url(../img/q.gif) no-repeat 0 0;
}
#prof_details_cont .questionary dd {
  padding: 8px 0 0 40px;
}
.mt10 {
  margin-top: 10px;
}
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/*result.html*/
.result {
 /* overflow-x: scroll;
  white-space: nowrap;*/
	padding-top: 20px;
}

.result table th{
	text-align: center;
}

.result table th, .result table td {
  padding: 5px;
  border: 1px solid #cccccc;
  font-size: 15px;
  vertical-align: middle;
  line-height: 1.2;
}
.result table thead th {
  text-align: center;
  background: #eeeeee;
}
.result table tbody th {
  font-weight: normal;
  background: #eeeeee;
}