/*==============================================
■ヘッダー
	ライン
	共通
	女性用
	男性用
	ヘッダーアイコン
	フルスクリーン用ボックス
	ヘッダーアラート

==============================================*/

/*==============================================
共通
==============================================*/
.ContentsTitle{
  height: auto;
  line-height: normal;
  padding: 7px 8px 7px 7px;
  color: #fff;
  position: relative;
  font-size: 18px;
  background-color: #19202a;
}
.ContentsTitle:after{
content: ' ';
background-color: #0099FF;
height: 2px;
width: 100%;
position: absolute;
bottom: 3px;
left: 0;
}

.ModalPopUpClose {
  top: 7px !important;
}

/*--ヘッダーメニューのアイコン設定*/
.Icon_Header{
  display:block;
  width:40px;
  height:50px;
  background: url("/common/image/baseball/icon/icon_baseball.png");
  background-repeat:no-repeat;
  background-size:400px 400px;
  -moz-background-size:400px 400px;
  -webkit-background-size:400px 400px;
  -o-background-size:400px 400px;
  -ms-background-size:400px 400px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.01) and (-webkit-max-device-pixel-ratio: 1.5) {
.Icon_Header {
  background: url("/common/image/baseball/icon/icon_baseball_x1.5.png");
  background-repeat:no-repeat;
  background-size:400px 400px;
  -moz-background-size:400px 400px;
  -webkit-background-size:400px 400px;
  -o-background-size:400px 400px;
  -ms-background-size:400px 400px;
  }
}
@media only screen and  (-webkit-min-device-pixel-ratio: 1.51) {
.Icon_Header {
  background: url("/common/image/baseball/icon/icon_baseball_x2.png");
  background-repeat:no-repeat;
  background-size:400px 400px;
  -moz-background-size:400px 400px;
  -webkit-background-size:400px 400px;
  -o-background-size:400px 400px;
  -ms-background-size:400px 400px;
  }
}
.Icon_Login{
  background-position:-60px 0 !important;
}
.Icon_Menu{
  background-position:-100px 0 !important;
}
.Icon_Home{
  background-position:-140px 0 !important;
}
.Icon_Mypage{
  background-position:-180px 0 !important;
}
.Icon_MyTeam{
  background-position:-220px 0 !important;
}
.Icon_Premium{
  background-position:-260px 0 !important;
}
.Icon_Close{
  background-position:-300px 0 !important;
}
/*==============================================
フルスクリーン用ボックス
==============================================*/
/*MQ デフォルト*/
@media only screen and (min-width: 992px) {
  .Header_Menu_Box{
    width:920px;
    margin:10px auto 0 auto;
  }
}
/*MQ タブレット*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Header_Menu_Box{
    width:750px;
    margin:10px auto 0 auto;
  }
}
/*MQ モバイル縦*/
@media only screen and (min-width: 300px) and (max-width: 479px) {
  .Header_Menu_Box{
    margin:0 auto;
  }
}
/*MQ モバイル横*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .Header_Menu_Box{
    margin:0 auto;
  }
}
.Header_Menu_Box .Common_Btn ul li a{
  font-size:.9em !important;
}
/*==============================================
フルスクリーン用ボックス
==============================================*/
/*MQ デフォルト*/
@media only screen and (min-width: 992px) {
	.Header_Menu_Box{
		width:920px;
		margin:10px auto 0 auto;
	}
}
/*MQ タブレット*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.Header_Menu_Box{
		width:750px;
		margin:10px auto 0 auto;
	}
}
/*MQ モバイル縦*/
@media only screen and (min-width: 300px) and (max-width: 479px) {
	.Header_Menu_Box{
		margin:0 auto;
	}
}
/*MQ モバイル横*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.Header_Menu_Box{
		margin:0 auto;
	}
}
.Header_Menu_Box .Common_Btn ul li a{
	font-size:.9em !important;
}
/* =======================================================
ヘッダーアラート
======================================================= */
.Alert{
  position:relative;
}
.Alert_New{
  position: absolute;
  top: 8px;
  right: 4px;
  z-index: 98;
  width: 18px;
  height: 18px;
}
.Alert_New > div{
  z-index: 98;
  width: 18px;
  height: 18px;
  background-image: url("/common/image/base/icon/icon_mypage_alert.png");
  background-size:18px 18px;
  -moz-background-size:18px 18px;
  -webkit-background-size:18px 18px;
  -o-background-size:18px 18px;
  -ms-background-size:18px 18px;
  background-position:0 0;
  background-repeat:no-repeat;
  background-color: transparent !important;
}
/*--マイページアラート--*/
body.User #AlertMessage{
	margin-bottom: 10px;
	background: #fff;
}

body.User #AlertMessage ul li {
	font-size: 90%;
	padding: 10px 13px 8px;
}

/*==============================================
■アイコン
==============================================*/
.Icon_SNS_M .Icon_SNS_Q1,
.Icon_SNS_M .Icon_sns_Q1{
    background-position: -21px -364px;
    height: 16px !important;
    width: 18px !important;
}
.Icon_SNS_M .Icon_SNS_Q2,
.Icon_SNS_M .Icon_sns_Q2{
  width: 18px !important;
  height: 15px !important;
  background-position: -21px -385px;
}

/*==============================================
■フッター
	基本指定
	ページ上部へ
==============================================*/
/*
footer ul.List_Box{
	margin:10px 0 0 0;
}
footer ul.List_Box li{

	background:none !important;
}
footer ul.List_Box li:first-child{
	border-top: 1px solid #ddd !important;
}
footer ul.List_Box li a{
	color:#555 !important;
}
footer p.Copy_Right{
	text-align:center;
}*/
/*==============================================
■フッター　全社共通仕様
  基本指定
  ページ上部へ
==============================================*/
footer .DB_Team_List{
  padding: 20px;
  background-color: #dcdcdc;
  /*box-shadow: 0 -20px 15px -20px rgba(146, 151, 165, .4) inset;*/
}
footer .DB_Team_List .footer_team_list{
  margin-bottom:15px;
}
footer .DB_Team_List h2{
  margin-bottom:4px;
}
footer .DB_Team_List ul li{
  float:left;
  font-size:80%;
  line-height:1.8em;
  margin-right:15px;
}
footer .DB_Team_List ul li a{
  color:#777;
  text-decoration:underline;
}

.Find_FootArea {
  background: #dcdcdc;
  padding: 10px 0 70px;
  width: 100%;
}
footer .Footer_Box {
  margin-bottom: 20px;
  text-align: center;
  font-size: .9rem !important;
}
.Footer_Box .FootInfo_Link,
.Footer_Box #To_PCView {
  display: inline-block;
  vertical-align: middle;
}
.Footer_Box #To_PCView {
  margin-left: 12px;
}
.Footer_Box .FootInfo_Link li {
  display: inline-block;
}
.Footer_Box .FootInfo_Link li + li {
  margin-left: 12px;
}
.Footer_Box .FootInfo_Link a {
  color: #333;
  font-size: 88%;
}
.Find_Tieup_Box {
  text-align: center;
  margin-bottom: 20px;
}
.Find_Tieup_Box dl dt {
  margin-bottom: 20px;
}
.Find_Tieup_Box dl dd {
  color: #999;
}
.Find_Tieup_Box dl dd a {
  display: inline-block;
  color: #333;
  font-size: 88%;
  display: inline-block;
  vertical-align: middle;
  z-index: 7000;
}

.Find_FootArea .CopyRight {
  text-align: center;
  font-size: 88%;
  color: #666;
}

@media only screen and (min-width: 767px) {
	footer {
		position:relative;
		margin-top: 3px;
	}
	footer .Find_FootArea{
		width: 100%;
	}
}

#PageTop {
  position: relative;
  height: 58px;
}
#PageTop a {
  display: inline-block;
  position: absolute ;
  bottom: 8px;
  right: 8px;
  padding: 10px 12px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(146, 151, 165, .7);
}
#PageTop a > img {
  vertical-align: middle;
}

@media only screen and (min-width: 920px) {
  #PageTop {
    display: block !important;
    width: 920px;
    margin: 0 auto;
    text-align: right;
  }
  #PageTop a {
    position: static !important;
  }
}
footer{
  text-align:left;
  margin:0 !important;
  padding:0 !important;
  font-size:1rem;
  border-top:0 none !important;
  background: transparent !important;
}
footer a{
  font-weight:normal;
  font-size: 100%;
}
/*==============================================
公式SNS
==============================================*/

.Nk_Sns {
	margin: 4px auto 18px;
	width:280px;
}
.Nk_Sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.Nk_Sns ul li {
  width: 40px;
  margin-right: 15px;
}
.Nk_Sns ul li a {
	display: block;
	color: #fff;
	font-size: 61%;
	text-align: center;
	padding: 6px 0;
	overflow: hidden;
	white-space: nowrap;
}
.Nk_Sns ul li a:before {
	content: "";
	display: block;
	background-image: url('https://cdn.findfriends.jp/img.sp.baseball/common/image/baseball/icon/icon_social.png?20231206');
	background-repeat: no-repeat;
	-webkit-background-size: 110px 26px;
	-moz-background-size: 110px 26px;
	-ms-background-size: 110px 26px;
	background-size: 110px 26px;
	margin: 3px auto 0;
	height: 22px;
}
.Nk_Sns ul li a.Tw:before {
	width: 24px;
	background-position: -30px 0;
}
.Nk_Sns ul li a.Fb:before {
	width: 24px;
	background-position: -1.5px -2px;
}
.Nk_Sns ul li a.Yt:before {
	width: 52px;
	background-position: -57px -2px;
}
.Tw {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(top, #000 0%, #1a1a1a 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #000 0%,#1a1a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #000 0%,#1a1a1a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000 0%,#1a1a1a 100%); /* W3C */
}
.Fb {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #2c53b6; /* Old browsers */
	background: -moz-linear-gradient(top, #2c53b6 0%, #264aa6 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #2c53b6 0%,#264aa6 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #2c53b6 0%,#264aa6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2c53b6 0%,#264aa6 100%); /* W3C */
}

.Footer_Box .Nk_Sns {
  margin: 10px auto 18px;
  width: 315px;
}
@media only screen and (min-width: 768px) {
  .Footer_Box .Nk_Sns {
      width: 265px;
      clear: both;
  }
  }
.Footer_Box .Nk_Sns ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.Footer_Box .Nk_Sns ul li {
  margin-right: 5px;
}


/*==============================================
Footer SNS
==============================================*/
.FooterSnsWrap {
    width:100%;
    background-color:#EEEEEE;
    text-align:center;
    padding:12px 8px 12px;
    margin:0 auto 8px;
}

.FooterSnsWrap .FooterSnsText{
   width:245px;
   text-align:left;
   margin:0 auto;
   color:#161D3F;
    padding:3px 0 6px;
    font-size:15px;
    line-height:20px;
}

.FooterSnsWrap > img {
        width:230px;
}
ul.FooterSnsBox {
    vertical-align: middle;
}
ul.FooterSnsBox li {
    display: inline-block;
    margin:1px 2px 1px;
    vertical-align: middle;
    height:44px;
}
ul.FooterSnsBox li p {
  font-size:11px;
  line-height:14px;
  padding-bottom:3px;
}






/*=======================================
新ヘッダー .Header_Area
=======================================*/
.Header_Area {
  height:86px !important;
  font-family:"ヒラギノ角ゴ ProN W3", arial, "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
  background-image: -moz-linear-gradient(top,
            #f5f5f5 0%,
            #e9e9e9 100%);
  background-image: -moz-linear-gradient(top,
            #f5f5f5 0%,
            #e9e9e9 100%);
  background-image: -o-linear-gradient(top,
            #f5f5f5 0%,
            #e9e9e9 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,
            color-stop(0 ,#f5f5f5),
            color-stop(1 ,#e9e9e9));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e9e9e9')";
  background-size:100% 44px;
  background-repeat:no-repeat;
}
.Header_Inner {
  height:44px;
}
header.Header_Area h1{
  position: relative;
}
header.Header_Area h1 a{
}
header.Header_Area h1 a img{
  position:absolute;
  top:12px;
  left:8px;
  width:150px;
  height:27px;
}
.Header_Area .Header_Inner ul {
  position: absolute;
  right: 7px;
  top: -4px;
}
.Header_Area .Header_Inner ul li{
  position: relative;
  display:block;
  float:left;
  margin-top:1px;
  padding:0;
}
.Header_Area .Header_Inner ul li a{
  display:block;
}
.Header_Area .Header_Inner ul li.MyAvatar img{
  height:30px;
  border-radius:6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border: 2px solid #919191;
  margin-left: 6px;
  margin-top: 4px;
}

.HeadSearchArea {
  margin-top: -5px;
  padding: 10px;
  background: #fff;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  z-index:100000;
  position: relative;
}
.HeadSearchArea .searchForm {
  height: 32px;
  line-height: 18px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  border: 1px solid #b2b2b2;
  box-shadow: 0 1px 7px 0px #e7e7e7 inset;
  background: #fff;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  border-radius: 3px;
}

@media only screen and (min-width: 992px) {
  .HeadSearchArea .searchForm {
    width: 91%;
  }
  .HeadSearchArea label.Find_Btn_01{
    width: 8%;
    font-size: 90%;
    float: right;
    display:initial;
  }
}
/*MQ デフォルト*/
@media only screen and (min-width: 980px) {
  header.Header_Area .Header_Inner {
    width:960px;
    margin:0 auto;
    position:relative;
  }
  header.Header_Area .ContentNavi01 {
    margin:0 auto;
    position:relative;
  }
}
/* iPadなど */
@media only screen and (min-width: 812px) and (max-width: 980px) {
  header.Header_Area .Header_Inner {
    width:800px;
    margin:0 auto;
    position:relative;
  }
}
/* スマホ */
@media only screen and (min-width: 320px) and (max-width: 811px) {
  header.Header_Area .Header_Inner {
    width:100%;
    margin:0 auto;
    position:relative;
  }
}

/*--ヘッダーアイコン--*/
header.Header_Area .Icon_Login{
  height:40px;
  width:60px;
  background: url("../image/baseball/icon/icon_Head_Login01.png");
  background-repeat:no-repeat;
  background-size:58px 20px;
  -moz-background-size:58px 20px;
  -webkit-background-size:58px 20px;
  -o-background-size:58px 20px;
  -ms-background-size:58px 20px;
  background-position: 0 15px;
}
header.Header_Area li.MyAvatar{
  margin-top:7px;
}


/*=======================================
コンテンツナビメニュー nav.TopContentNavi
=======================================*/

header .GMenu01 {
  width:100%;
  height: 42px;
  background:#11161f;
}

header nav.ContentNavi01 {
  padding:0;
  width: 100%;
  height: 42px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 960px) {
  header nav.ContentNavi01 {
    width: 960px;
  }
}
header nav.ContentNavi01 ul li {
  float:left;
  position:relative;
}
header nav.ContentNavi01 ul li:after {
  position:absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  content: ' ';
  pointer-events: none;
    background-image: -moz-linear-gradient(top,#162626 0%,#192a2a 30%,#192a2a 70%,#162626 100%);
    background-image: -moz-linear-gradient(top,#162626 0%,#192a2a 30%,#192a2a 70%,#162626 100%);
    background-image: -o-linear-gradient(top,#162626 0%,#192a2a 30%,#192a2a 70%,#162626 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0 ,#162626),color-stop(0.3 ,#192a2a),color-stop(0.7 ,#192a2a),color-stop(1.0 ,#162626));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#162626', EndColorStr='#162626')";
    background-image: linear-gradient(to bottom,#162626 0%,#192a2a 30%,#192a2a 70%,#162626 100%);
}
header nav.ContentNavi01 ul li:not(:first-child):before {
  position:absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  content: ' ';
  pointer-events: none;
    background-image: -moz-linear-gradient(top,#1f2222 0%,#202626 30%,#202626 70%,#1f2222 100%);
    background-image: -moz-linear-gradient(top,#1f2222 0%,#202626 30%,#202626 70%,#1f2222 100%);
    background-image: -o-linear-gradient(top,#1f2222 0%,#202626 30%,#202626 70%,#1f2222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0 ,#1f2222),color-stop(0.3 ,#202626),color-stop(0.7 ,#202626),color-stop(1.0 ,#1f2222));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1f2222', EndColorStr='#1f2222')";
    background-image: linear-gradient(to bottom,#1f2222 0%,#202626 30%,#202626 70%,#1f2222 100%);
}

header nav.ContentNavi01 ul li a{
  display:block;
  color:#fff;
  font-size:15px;
  font-weight:bold;
  line-height:39px;
  text-align:center;
  padding:0 15px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.65);
  border-bottom:3px solid #11161f;
}
header nav.ContentNavi01 ul li.Active a{
  border-bottom:3px solid #0099FF !important;
}

header nav.ContentNavi01 ul li.CommingSoon {
  border-right:1px solid #586c96;
/*  background:#586c96; */
/*  box-shadow: 8px 8px 8px rgba(0,0,0,0.1) inset; */
}
header nav.ContentNavi01 ul li.CommingSoon span{
  display:block;
  color:#c4cfe6;
  font-size:15px;
  font-weight:bold;
  line-height:39px;
  text-align:center;
  padding:0 40px 0 14px;
  border-bottom:3px solid transparent;
  background: url("../img/common/Gnavi_Owner_Yokoku01.png") no-repeat right center;
  -webkit-background-size: 37px 30px;
  -moz-background-size: 37px 30px;
  -ms-background-size: 37px 30px;
  background-size: 37px 30px;
}
header av.ContentNavi01 ul li.CommingSoon:after {
  display:none;
}
.GMenu01 {
  /*position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;*/
  top:45px;
  left:0;
  width: 100%;
  z-index: 7000;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7000;
}
/* アンドロイド2系用(代替select) */
.Andro2Navi{
  position:relative;
  height: 38px;
  padding: 0 ;
  width: 100%;
  background:#039;
  border:1px solid #039;
  overflow: hidden;
  margin-bottom:14px;
}
.Andro2Navi:before{
  display:block;
  content:"\25bc";
  font-size: 10px;
  background:#039;
  position:absolute;
  top:0;
  right:0;
  width:22px;
  line-height:37px;
  text-align:center;
  color:#fff;
}
.Andro2Navi select{
  display: block;
  width: 100%;
  font-size: 14px;
  background: transparent;
  border: 0 none;
  -webkit-appearance:button;
  -moz-appearance:button;
  appearance:button;
  height: 36px;
  padding-left:8px;
  color:#fff;
}
.Andro2Navi select option{
  background: transparent;
  padding: 0 5px;
  color:#fff;
}

/* */
.animation-explanation-touch {
  display:none;
  -webkit-animation: translate 2s;
  -webkit-animation-iteration-count: 10;
  animation: translate 2s;
  animation-iteration-count: 10;
  background-image: url("../img/top/swipe_sample.png");
  background-repeat: no-repeat;
  background-size:40px auto;
  position: absolute;
  top: 70px;
  left: 40%;
  width: 40px;
  height: 100px;
  z-index: 99999;
}
@keyframes translate {
  0% {transform:translate(100px, 0px);}
  100% {transform:translate(-50px, 0px);}
}
@-webkit-keyframes translate {
  0% {-webkit-transform:translate(100px, 0px);}
  100% {-webkit-transform:translate(-50px, 0px);}
}


ul.RankTypeBalloon li.Active a {
    display: block;
    color: #fff !important;
    font-weight: bold;
    padding: 6px 0;
    border-radius: 5px;
    background: #cecece;
}

/*--スレッドサーチの友達にメールを送るを隠す--*/
.Mail_to_Friends{
	display: none;
}

/*=======================================
掲示板対応
=======================================*/

ul.CommonList li .CommentMenu a.hidden_balloon,
ul.CommonList li .CommentMenu div.hidden_balloon{
  bottom: -29px;
  right: -11px;
  font-size: 78%;
  padding: 9px 15px;
}
ul.CommonList li .CommentMenu div.hidden_balloon{
    position: absolute;
    bottom: auto;
    top:29px;
    right: -1px;
    display: block;
    padding: 4px 8px;

    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px #a5a9ab;
    -moz-box-shadow: 0px 1px 3px 0px #a5a9ab;
    -webkit-box-shadow: 0px 1px 3px 0px #a5a9ab;
    z-index: 99;
}
ul.CommonList li .CommentMenu div.hidden_balloon:before, ul.CommonList li .CommentMenu div.hidden_balloon:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0px;
    border-width: 0px 7px 10px 7px;
}
ul.CommonList li .CommentMenu div.hidden_balloon:before {
    top: -11px;
    right: 7px;
    border-color: transparent transparent #a5a9ab transparent;
}
ul.CommonList li .CommentMenu div.hidden_balloon:after {
    top: -10px;
    right: 7px;
    border-color: transparent transparent #fff transparent;
}
ul.CommonList li .CommentMenu div.hidden_balloon a{
  display: block;
    color: #777;
    font-size: 90%;
  padding: 22px 0px;
}
ul.CommonList li .CommentMenu div.hidden_balloon a + a{
  border-top: 1px solid #eaeaea;
}
