/*----------------------------------------------------------------------------
　(1) チーム
----------------------------------------------------------------------------*/
.team_list_title {
  position: relative;
}
#team-list h2 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
    margin-bottom:30px;
    padding:34px 0 10px;
}
#team-list label {
  font-weight:normal;
}
.team_list_title a {
  display:block;
  position:absolute;
  top:0;
  right:0;
  background:url(https://media.aws.locondo.jp/contents/img/pc/brand-list/btn_shop_ranking.gif) no-repeat 0 0;
  width:333px;
  height:50px;
  text-indent:-9999px;
  display: none; /* 非表示対応 */
}
.team_list_title a:hover {
  opacity:0.8;
}

/*login*/
.before_login {
  box-sizing:border-box;
  padding:30px;
  background:#f5f5f5;
  margin-bottom:50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display:table;
}
.before_login h3 {
  font-size:20px;
  margin-bottom:10px;
  text-indent:-10px;
}
.before_login p {
  color:#666;
  font-size:13px;
  line-height:170%;
}
.before_login a {
  display:block;
  color:#FFF;
  font-size:18px;
  line-height:120%;
  text-align:center;
  padding:10px 0;
  border-radius:1px;
}
.before_login a:hover {
  text-decoration:none;
  opacity:0.8;
}
.before_login span {
  display:block;
  font-size:12px;
}
.before_login_left {
  padding-left:90px;
  width:800px;

  box-sizing:border-box;
  display:table-cell;
}
.before_login_right {
  width:140px;
  display:table-cell;
  vertical-align:middle;
}

/*logged_in*/
.logged_in h3 {
  font-size:18px;
  padding:3px 0 5px;
  margin-right:12px;
}
.logged_in h3:after{
  content:"※サッカーのみ";
  font-size:10px;
  margin-left:.5em;
  color:#666;
}
.logged_in p {
  color:#666;
  font-size:12px;
}
.logged_in {
  padding-bottom:30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.logged_in_box {
  display:flex;
  justify-content:center;
  margin:0 auto;
  padding-bottom:0;
}
.logged_in hr {
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #ddd;
}
.logged_in_left {
  float:left;

  box-sizing:border-box;
}
.logged_in_right {
  float:right;
  width:110px;
}
#team_list input {
  margin: 0;
  padding: 7px 0;
  background: none;
  border-radius: 1px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width:100%;
  font-size:13px;
}
.logged_in input.on {
  width:110px;
  background:#FFF;
  padding: 8px 0;
  border:1px solid ;
}
.logged_in input.on:hover {
  cursor:pointer;
  opacity:0.7;
}
.logged_in input.off {
  border: 1px solid #ccc;
  color: #ccc;
  width:110px;
  background:#FFF;
  padding: 8px 0;
}
.logged_in input.disable {
  border: 1px solid #eee;
  color: #FFF;
  background:#eee;
  width:110px;
  padding: 8px 0;
}

/*overlay bottom*/
.overlay_bottom {
  width:100%;
  position:fixed;
  bottom:0;
  left:0;
  z-index: 5;
  background-color: rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff);/*IE8以下用*/
}
.overlay_bottom_in {
  width:445px;
  margin:30px auto 50px;
}
input.btn_cancel {
  background:none;
  border:1px solid #FFF;
  color:#FFF;
  width:100px;
  height:54px;
  float:left;
  font-size:14px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  padding: 0;
}
input.btn_confirm {
  color:#FFF;
  width:330px;
  height:54px;
  float:right;
  font-size:14px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  padding: 0;
}
input.btn_confirm:hover {
  background-color:#2b2b2b;
  border-color:#2b2b2b;
  cursor: pointer;
}
input.btn_cancel:hover {
  border-color:#e5e5e5;
  cursor: pointer;
}

/*registered team*/
.registered_team {
  background:#f5f5f5;
  padding:30px;
  box-sizing:border-box;
  margin-bottom:25px;
}
.registered_team h4 {
  font-size:16px;
  color:#333;
  margin-bottom:15px;
}
.registered_team li {
  float:left;
  width:33%;
  font-size:13px;
  color:#888;
  line-height:2;

  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
/*list*/
.team_list {
  margin-bottom: 15px;
}
.team_list:last-child {
  margin-bottom: 0;
}
.team_list li {
  float:left;
  border-left: 1px solid #e6e6e6;
}
.team_list li:last-child {
  border-right: 1px solid #e6e6e6;
}
.team_list a {
  display: block;
  line-height: 32px;
  height: 30px;
  padding: 0 13px;
}
.team_list a:hover {
  text-decoration:none;
  color:#000;
  background:#E6E6E6;
}
/*-- お気に入り 動的メッセージ --*/
.team_alert_container {
  background: #fbfbfb;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  z-index: 100000;
  box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=5, enabled=true);
  border-left:1px #eee solid\9;
  border-top:1px #eee solid\9;
}
.inner_left {
  padding: 40px;
  width: 290px;
  margin: -146px 0 0 -165px;
}
.inner_center {
  padding: 70px 0;
  width: 350px;
  text-align: center;
  margin: -101px 0 0 -165px;
}
.team_alert_inner {
  position: relative;
}
.team_alert_inner_center {
  position: relative;
  text-align: center;
}
.team_alert_container h4 {
  font-size: 16px;
  margin-bottom: 30px;
  color:#2b2b2b;
}
.team_alert_container p, .team_alert_container li {
  font-size: 14px;
}
.team_alert_container a {
  text-decoration: underline;
}
.team_alert_container a:hover {
  text-decoration: none;
}
.team_alert_btn a {
  width: 166px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  margin: 30px auto 0;
  text-align: center;
  display: block;
  text-decoration: none;
}
.team_alert_close a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 23px;
  height: 22px;
  background: url(https://media.aws.locondo.jp/contents/img/pc/btn_fav_inner_close.png) no-repeat 0 0;
  position: absolute;
  top: 16px;
  right: 16px;
}
.team_alert_container .team_alert_btn a{
  text-decoration: none;
  width: 75%;
  border: 1px solid;
  display: block;
  margin: 8px auto 0;
  background: #fff;
  font-size: 13px;
}
#team-list #startWithAlphanumeric div, #team-list #startWithKatakana div {
  padding-top: 20px;
}
#team-list #startWithAlphanumeric div {
  padding-top: 0;
}
#team-list #startWithAlphanumeric li, #team-list #startWithKatakana li {
  float:left;
  width:50%;
  box-sizing: border-box;
  font-size:13px;
  letter-spacing:0.02em;
  line-height: inherit;
  padding: 0px 0;
  min-height: 3.2em;
  box-sizing: border-box;
  padding-right: 20px;
}
#team-list #startWithAlphanumeric li a, #team-list #startWithKatakana li a {
  color: #333;
}
#team-list #startWithAlphanumeric li span, #team-list #startWithKatakana li span {
  padding-left: 4px;
}
.team-quantity{
  color:#999;
  font-size:12px;
}
#team-list .team_list_title h2{
  padding: 0 0;
  margin: 0 0 16px;
  border-bottom:none;
}
.filter-teams{
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  margin: 10px 0 25px 0;
  box-sizing: border-box;
  display:none;
}
.filter-teams ul{
  visibility: hidden;
}
.filter-teams h3{
  font-size: 16px;
  letter-spacing: .05em;
  display: table-cell;
  width: 30%;
}
.filter-teams h3 #quantity-brands{
  font-size: 18px;
}
.filter_all_list{
  float: left;
}
.filter_all_list li{
  font-weight: bold;
}
.filter_separate_list{
  float: right;
}
.filter-teams li:first-child{
  padding-left: 0;
}
.filter-teams li{
  display: inline;
  cursor: pointer;
  border-right: 1px solid #ddd;
  padding: 0 20px;
  color: #999;
  letter-spacing: .05em;
  line-height: 18px;
}
.filter-teams li:last-child{
  border-right:none;
}
.filter-teams li:hover{
  color: #2b2b2b;
}
.filter-teams li.is-active{
  color: #2b2b2b;
}
.filter-teams li span{
  vertical-align: middle;
}
.filter-teams li span:before{
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border: 1px solid #ddd;
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  transition: .2s ease;
}
.filter-teams li.is-active span:before,
.filter-teams .is-edit li span:before{
  content: '';
  border: 1px solid #666;
  background: url('https://media.aws.locondo.jp/contents/img/pc/brand-list/icon-brand-list-check.png') no-repeat 50% 50% #666;
  background-size:8px auto;
}
.filter-teams .is-edit{
opacity: .2;
}
.filter-teams .is-edit li{
  cursor:default;
  color: #2b2b2b;
}
.is-allSelect li span:before{
  content: '';
  border: 1px solid #ddd;
  background: url('https://media.aws.locondo.jp/contents/img/pc/brand-list/icon-brand-list-check.png') no-repeat 50% 50% #ddd;
  background-size:8px auto;
}
.team_list.team_list_en li{
  width: 35px;
  box-sizing: border-box;
}
.team_list.team_list_en a{
  width: 100%;
  text-align: center;
  padding: 0;
}
.team_list.team_list_en li:last-child{
  width: 64px;
}
.logged_in{
  padding-bottom: 10px;
}
.logged_in_head{
  background: #f5f5f5;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.logged_in_box{
  padding-bottom:0;
}


/* チェックボックス */
#team-list .locondo-checkbox label{
  margin: 0;
  line-height: 1.6;
}


input.btn_confirm{
  color: #FFF;
  width: 330px;
  height: 54px;
  float: right;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
  background: #000;
  border: none;
}


#nationalTeam h3,
#clubTeam h3{
  margin: 20px 0 5px 0px;
  padding-left:35px;
  color: #1627C4;
  /* font-weight: bold; */
  font-size: 12px;
  position:relative;
  font-weight:bold;
}

#nationalTeam h3:before,
#clubTeam h3:before{
  content:'';
  display:inline-block;
  width:30px;
  border-top:1px solid #1627C4;
  position:absolute;
  top:50%;
  left:0;
}
#clubTeam{

}
#nationalTeam ul,
#clubTeam ul{
  display: flex;
  flex-wrap: wrap;
}
.list_item_link_team,
.list_item_checkbox_team {
  width: 33.33%;
  box-sizing: border-box;
  padding: 8px 0;
}
.list_item_link_team a {
  font-size: 14px;
  color: #666;
}
.list_item_link_team a:hover {
  color: #222;
}

.list_item_checkbox_team label{
  font-size: 15px;
}
.team_alert_btn a{
  color: #222;
  border: none;
}
.locondo-checkbox.is-checked > label:after {
  background: #222;
}
/* 【暫定対応】フランスリーグ非表示 #92076 #92105 */
#clubTeam div:nth-of-type(5){
  display:none;
}