/* ------------------------------  */
/* TEXT
/* ------------------------------  */

h2{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 20px 0;
}

.link_yellow{
	text-align:center;
	background: #000;

}
.link_yellow a{
	padding: 10px;
	color: #ffe100;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
.link_yellow a span{
	display: inline-block;
	background: url(/images/arrow_circle_yellow.png) no-repeat right center ;
	background-size: 13px auto;
	padding-right: 20px;
}

.link_black{
	text-align:center;
	background: #FFF;

}
.link_black a{
	padding: 10px;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
.link_black a span{
	display: inline-block;
	background: url(/images/arrow_circle_black.png) no-repeat right center ;
	background-size: 13px auto;
	padding-right: 20px;
}

/* -------------------------------- */
/* PHOTO MOVIE */
/* -------------------------------- */

#owl-content-main{
/*	padding-bottom: 15px;*/
	background: #000;
}

#owl-content-main .item p {
	position:absolute;
	bottom:0;
	font-size:12px;
	line-height: 1.4;
	padding: 10px;
	margin:0;
	background: rgba(0,0,0,0.7);
	width:100%;
	box-sizing:border-box;
	color: #FFF;
}
#owl-content-main .item img{
	width: 100%;
	height: auto;
}

#owl-content{
	padding-top: 10px;
}


#contents .gallery_top {
	background:#000000;
	overflow:hidden;
	color:#FFFFFF;
}
#contents .gallery_top .btnset_top {
	margin:10px 30px;
	border:1px solid #545454;
	text-align:center;
	padding:10px;
	font-size:14px;
}
#contents .gallery_top .movie_top video,
#contents .gallery_top .music_top video  {
	width:100%
}

#contents .gallery_top .gallery .item {
	position:relative
}
#contents .gallery_top .gallery .item p {
	position:absolute;
	bottom:0;
	line-height: 1.4;
	font-size:12px;
	padding:5px 10px;
	margin:0;
	background: rgba(0,0,0,0.7);
	width:100%;
	box-sizing:border-box
}


#top .movie_unit{
	position: relative;
	width: 100%;
	padding-top: 75%;
}

#top .movie_unit video{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
}
#top .movie_unit.bottom{
	margin-top: 10px;
}

#top .movie_unit +  p {
    padding: 5px 10px;
    font-size: 12px;
}


div#TopMainPhoto + a {
  text-decoration: none;
}


/* ------------------------------  */
/* /top/attention.inc
/* ------------------------------  */
.attention{
	background: #000000;
	color: #ffe100;
	line-height: 1.3;
	padding: 10px;
	font-size: 12px;
}


/*------------------------
 top_banner.inc
-------------------------*/
#owl-content-bnr {
	padding: 10px 0 20px 0;
	background: #1d1d1d;
}

#owl-content-bnr .owl-pagination{
	bottom: 5px;
}
#owl-content-bnr .owl-next,
#owl-content-bnr .owl-prev{
	display: none;
}
#owl-content-bnr .item img {
	vertical-align: top;
}

/* ------------------------------  */
/* /game/top_score.inc
/* ------------------------------  */
.table_score > a {
  text-decoration: none;

}
.table_score .table_game {
	background: #000000;
	color:#ffffff;
	text-align:center;
	border-top: none;
	border-bottom: 1px solid #2b2b2b;
}
.table_score .table_game .logo_left,
.table_score .table_game .logo_right{
	display: inline-block;
}

.table_score .table_game .logo_left img,
.table_score .table_game .logo_right img{
	width: 60px;
	height: auto;
	vertical-align: middle;
}


.table_score .table_game .game_info {
	display: inline-block;
	font-size:14px;
	padding: 5px 0;
	vertical-align: middle;
}


.table_score .table_game .number{
	font-size: 48px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	font-family: 'Montserrat', sans-serif;
}


.table_score .table_game .game_info span{
	display:block;
	line-height:1.4;
	font-size:12px;
}


.table_score .table_game .game_info .event {
	color: #e60101;
}

.table_score .table_game .game_info .link {
	display: inline-block;
	color: #FEE101;
	padding: 0 10px 0 0;
	background: url(/images/mark_next_y.png) no-repeat right center;
    background-size: 6px auto;
}


/* ------------------------------  */
/* /game/top_starting_pitcher.inc */
/* ------------------------------  */

dl#StartingPictures {
	background: #2b2b2b;
	line-height: 1.3;
	padding: 10px 0;
	text-align: center;
	display: table;
	width: 100%;
}

dl#StartingPictures dt,
dl#StartingPictures dd {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
}
dl#StartingPictures dt{
	padding: 0 5px;
	border-right: 1px solid #888;
	font-size: 10px;
}

dl#StartingPictures dt span{
	display: block;
	font-weight: bold;
	font-size: 14px;
}
dl#StartingPictures dd{
    font-size: 12px;
}
dl#StartingPictures dd span{
	display: inline-block;
}

dl#StartingPictures dd img{
	vertical-align: middle;
	padding-right: 5px;
}
/* ------------------------------  */
/* GAME MENU*/
/* ------------------------------  */
#gameMenu{
	background: #000000;
	overflow: hidden;
	padding: 10px 30px;
	position: relative;
}
#gameMenu #btnPrev{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 5px;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	z-index: 10;
	background: url(/images/mark_prev_y.png) no-repeat center center;
	background-size: 10px auto;
}
#gameMenu #btnNext{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	z-index: 10;
	background: url(/images/mark_next_y.png) no-repeat center center;
	background-size: 10px auto;
}


#gameMenu .mask{
	overflow-x: auto;
	height: 40px;
	-webkit-overflow-scrolling: touch;
}

#gameMenu .list{
  	display: inline-table;
  	max-width: 100%;
}
#gameMenu .list li{
 	display: table-cell;
 	padding: 0 2px;
 	vertical-align: middle;
}
#gameMenu .list li a{
	color: #ffe100;
	border: 1px solid #ffe100;
	border-radius: 2px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 10px;
	white-space: nowrap;
}


/* ------------------------------  */
/*  /farm/top_score.inc
/* ------------------------------  */

.table_score_farm{
	background: #4a4a4a;
	color:#FFFFFF;
	text-align: center;
}
.table_score_farm a{
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	background: url(/images/arrow_circle_yellow.png) no-repeat 96% center;
	background-size: 14px auto;
	padding: 15px 0 10px 0;
}

.table_score_farm .title{
	font-size: 11px;
	padding-bottom: 5px;
}

.table_score_farm .team{
	font-size: 12px;
	display: inline-block;
}
.table_score_farm .number{
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.table_score_farm .game_info{
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
}

.table_score_farm .states{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.table_score_farm .date{
	display:  inline-block;
	padding-right: 5px;
}

/* ------------------------------  */
/* pickup_contents.inc
/* ------------------------------  */
#top .pickup{
	padding: 0;
}



/* ------------------------------  */
/* SUB MENU*/
/* ------------------------------  */
.subMenu{
	background: #1d1d1d;
	text-align: center;
}

.subMenu ul{
	display: flex;
	flex-wrap: wrap;
}

.subMenu li{
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	width: 20%;
	background :#ffe100;
}

.subMenu li:nth-child(5n){
	border-right: 1px solid #ffe100;
}
.subMenu li img{
	width: 100%;
	height: auto;
}

/* ------------------------------  */
/* SUB MENU MEMBER*/
/* ------------------------------  */

.subMenu.member{
	background: #FFFFFF;
	text-align: center;
}

.subMenu.member ul{
	display: flex;
	flex-wrap: wrap;
}

.subMenu.member li{
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 20%;
	background :#000000;
}
.subMenu.member li:nth-child(n + 6){
	border-bottom: none;
}
.subMenu.member li:nth-child(5n){
	border-right: 1px solid #FFFFFF;
}
.subMenu.member li img{
	width: 100%;
	height: auto;
}



/* -------------------------------- */
/* NEWS LIST
/* -------------------------------- */


#top .news-list ul, #top .list4 ul{
	list-style:none
}
#top .news-list ul{
	margin: 0 10px;
	border-top: 1px solid #dddddd;
}
#top .news-list ul li{
	background: #FFFFFF;
	font-size: 12px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
}
#top .news-list ul li p {
	overflow:hidden;
	line-height:1.3
}
#top .news-list ul li a{
	display: block;
	padding: 10px 30px 10px 0;
	overflow: hidden;
	text-decoration: none;
	background: url(/images/mark_next.png) no-repeat 98% center;
	background-size: 6px auto;
}
#top .news-list ul li div.news_img{
	float: left;
	margin-right: 10px;
	position: relative;
}
#top .news-list ul li div.news_img img{
	width: 60px;
	height: auto;
}

#top .news-list ul li img {
	float: none;
	margin-right:0;
}
#top #member-news.news-list ul{
	border-top: none;
}

#top #member-news.news-list ul li:last-child{
	border-bottom: none;
}

#top #game-news.news-list ul li:nth-child(n + 2){
	display: none;
}

#top #game-news.news-list ul{
	margin: 0;
	border-top: none;
}
#top #game-news.news-list ul li{
	background: #000000;
	border-top: none;
	border-bottom: 1px solid #2d2d2d;
}
#top #game-news.news-list span.category_date,
#top #game-news.news-list ul li a{
	color: #FFFFFF !important;
}
#top #game-news.news-list ul li a{
	background: url(/images/mark_next_w.png) no-repeat right center;
	background-size: 6px auto;
	padding: 10px 20px 10px 10px;
}



/*------------------------
  meerkat
-------------------------*/

#splash{
	padding-top: 60%;
}
#splash #splash-contents{
	position: relative;
	width: 90%;
	margin : 0 auto;
}
#splash #splash-contents #splash-item img{
	width: 100%;
	height: auto;
}
#splash #splash-contents #splash-close{
	position: absolute;
	top: 5px;
	right : 5px;
}



/* Draft (-2019.10.17)
--------------------------------------- */

#draft2019{
	background: url(/images/draft/2019/bg.jpg) no-repeat 0 0;
	background-size: cover;
	width: 100%;
}
#draft2019 h2 {
	padding: 0;
}
#draft2019 h2 img{
	width: 100%;
	height: auto;
}
#draft2019 .player_list{
	padding: 0 4%;
}
#draft2019 .player_list h3{
	background: #000000;
	text-align: center;
	padding: 5px;
}
#draft2019 .player_list h3 img{
	height: 24px;
	width: auto;
}
#draft2019 .player_list ul{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
 	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  	padding: 5px 0 20px 0;

}
#draft2019 .player_list li{
	padding: 8px 8px 6px 8px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-style: normal;
  	list-style-type: none;
}

#draft2019 .player_list li:first-child{
	border-bottom: none;
}

#draft2019 .player_list ul.msg{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#draft2019 .player_list ul.msg li{
	width: 95%;
	padding: 40px 0 20px 5%;
	border-bottom: none;
	text-align: center;
	font-size: 16px;
	color: rgba(122, 122, 109,.8);

}

#draft2019 .player_list li a{
	color: #000000;
	text-decoration: none;
	display: block;
	background: transparent url(/images/draft/2019/i_arrow.png) no-repeat 100% center;
	background-size: 8px auto;
	-webkit-transition : opacity .3s ease ;
	transition : opacity .3s ease ;
}
#draft2019 .player_list li a:hover{
	opacity: 0.6;
}
#draft2019 .player_list li dl dt{
	font-size: 14px;
	color: #947d15;
	vertical-align: middle;
}

#draft2019 .player_list li dl dt img{
	margin: 0 0 5px 5px;
	vertical-align: middle;
	width: auto;
	height: 18px;
}

#draft2019 .player_list li dl dd.name{
	font-size: 18px;
	line-height: 1.4;
}
#draft2019 .player_list li dl dd.name span{
	font-size: 14px;
	display: block;
	text-indent: -0.5em;
}

#draft2019.before{
	background: #f0f0f0;
}
#draft2019.before{
	padding: 0;
}

#draft2019.before h2{
	width: 1280px;
	float: none;
	padding: 0;
}

/*===fankan2019===*/
#fankan2019_top ul{
	padding:10px 2% 15px;
	background:#fffbce;
	list-style: none;
}
#fankan2019_top li{border-bottom:1px dotted #adaa86;}
#fankan2019_top li a,
#fankan2019_top li span{
	font-size:14px;
	display:block;
	padding:12px 9px 12px 22px;
	position:relative;
	text-decoration:none;
	line-height:1.2;
}
#fankan2019_top li span{padding-right:3px;}
#fankan2019_top li span{color:#adaa86;}
#fankan2019_top li a:before,
#fankan2019_top li span:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:20px;
	height:20px;
	background:url(/images/entertainment/fan2019/fan_indent.png) no-repeat left top;
	background-size:contain;
	left:0;
	top:7px;
}

#fankan2019_top li span:before{background-image:url(/images/entertainment/fan2019/fan_indent_o.png);}
#fankan2019_top li a:after{
	content:"";
	display:inline-block;
	position:absolute;
	width:6px;
	height:10px;
	background:url(/images/entertainment/fan2019/link_indent.png) no-repeat left top;
	background-size:contain;
	right:0;
	top:50%;
	transform:translateY(-50%);
}