@charset "UTF-8";

/* TICKETのボタンの色 */
.team-rt .layout-game-list .play-detail a.txt-main,
.team-rt .layout-game-list .play-detail a.txt-main{
color: #fff !important;
}

/* TICKETのボタンの色(マウスポインタが乗った時) */
.layout-game-list.play-detail a.txt-main:hover,
.layout-game-list .future .play-detail a:hover{
background-color:#fff !important;
color: #12315a !important;
}

/* Team Header icon */
.tsns-wrap .tsns04 img {
  width: 20px;
  vertical-align:middle;
}

/* paragraph margin */
article.news-article p{
  margin-bottom:1.5em !important;
}

/*
@media screen and (min-width: 768px) {
.layout-team-header .team-nav li.tnav07 {
    display: inline-block;
    margin: 0 1% 0;
    text-align: center;
    vertical-align: top;
  }
}
*/

/* pagetop */
/*
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1000;
}
*/

/* adbanner */
@media screen and (max-width: 767px) {
#adbanner {
	margin-left: auto;
	margin-right: auto;
}
#adbanner li {
	text-align: center;
	width:50%;
	float:left;
}

#adbanner li img{
	margin: 10px 5px;
	width:90%;
}
}