/* --------------------------------------------------

	2021年 ヤングジョッキーシリーズ

-------------------------------------------------- */



#wrapper { width: 100%; }

.yjs2021 img{ vertical-align: top; }

div.header {
	margin-top: 30px;
}

#yjs_nav > .content {
	background-color: #000;
}


/* ----------------------------------------------------------------------
	
	メインビジュアル　スライドショー
	
---------------------------------------------------------------------- */

#main_vis {
	max-width:940px;
	margin:0 auto;
	margin-top: 30px;
}


div.intro {
	position:relative;

}


div.intro ul > li img { vertical-align: top; }


div.controls {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 200;
}

div.controls > div.inner {
	display: table;
	background-color: #e3e3e3;
}

div.controls > div.inner > div {
	display: table-cell;
	color: #333;
	vertical-align: middle;
}

div.controls > div.inner > div.caps {
	font-size: 1rem;
	padding: 0 8px;
	line-height: 1;
	border-right: 1px dotted #fff;
	font-weight: bold;
	padding-top: 2px;
}

div.controls > div.inner > div.btns { padding: 4px 8px; }

div.controls > div.inner > div.btns > ul {  }
div.controls > div.inner > div.btns > ul:after { content: ''; display: block; clear: both; }

div.controls > div.inner > div.btns > ul > li {
	float:left;
	margin-left: 5px;
}

div.controls > div.inner > div.btns > ul > li:first-child { margin-left: 0; }

div.controls > div.inner > div.btns > ul > li > a {
	text-decoration: none;
	color: #333;
	font-size: 1.1rem;
	background-color: #fff;
	padding: 2px 8px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	font-size: 1rem;
	min-height: 20px;
}

div.controls > div.inner > div.btns > ul > li.current > a {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	box-shadow: none;
}

div.sub_txt {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 200;
}

div.main_txt {
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 200;
    display: flex;
}

div.main_txt > h1 { display: none;}


div.main_txt > .txt_b {
	margin-top: 0;
}
div.main_txt > .txt_a img{
    vertical-align: bottom;
}

div.yjs_logo {
	position: absolute;
	bottom: 25px;
	right: 25px;
	z-index: 200;
}

div.yjs_logo > p {
	background-color: #FFF;
	max-width: 86px;
	padding: 6px;
}


/* ------------------------------------------------------------
    アンカーナビ
------------------------------------------------------------ */

#yjs_nav { margin-top: 50px; }

#yjs_nav > .content {
	background-color: #000;
	border-top: 1px solid #000;
}

#yjs_nav > .content > ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#yjs_nav > .content > ul > li {
	display: table-cell;
}

#yjs_nav > .content > ul > li > a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	padding: 15px;
	background-color: #000;
	border: 1px solid #000;
	border-left: 1px solid #7b7b7b;
	transition: all 0.2s ease-in-out;
}

#yjs_nav > .content > ul > li:first-child > a {
	border-left: none;
}

.no-touch #yjs_nav > .content > ul > li > a:hover {
	background-color: #FFF;
	border: 1px solid #FFF;
	border-bottom: 1px solid #000;
	color: #000;
}

.no-touch #yjs_nav > .content > ul > li:first-child > a:hover { border-left: 1px solid #000; }
.no-touch #yjs_nav > .content > ul > li:last-child > a:hover { border-right: 1px solid #000; }

#yjs_nav > .content > ul > li > a i {
	margin-right: 0.6em;
	font-size: 1.8rem;
}

#yjs_nav > .content > ul > li > a > .inner {
	display: table;
	margin: 0 auto;
}

#yjs_nav > .content > ul > li > a > .inner > span {
	display: table-cell;
	vertical-align: middle;
}


/* ------------------------------------------------------------
    コンテンツ　共通設定
------------------------------------------------------------ */

div.main_content { margin-top: 60px; }


/* ----- セクション　設定 ----- */

div.main_content .section + .section { margin-top: 80px; }

.section > .title_line{
    text-align: center;
}
.section > .title_line > span {
    letter-spacing: 3px;
    display: inline-block;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
  padding: 20px 60px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #000;
  background-color: #B3F4FF;
  margin-bottom: 40px;
/*
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
*/
}
/*
.section > .title_line {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.section > .title_line > span {
	background-color: #9CF9FF;
	color: #000;
	border: 2px solid #000;
	padding: 5px 25px;
	display: inline-block;
}
*/




.section > .title_line:before {margin-right: 0.5em;}
.section > .title_line:after {margin-left: 0.5em;}



/* ------------------------------------------------------------
    出場予定騎手
------------------------------------------------------------ */

/* ----- ジョッキーリスト ----- */

.jockey_wrap {
	overflow: hidden;
	width: 100%;
}

ul.jockey_list {
	margin-right: -20px;
	margin-top: 10px;
}

ul.jockey_list:after {
	content: '';
	display: block;
	clear: both;
}

ul.jockey_list > li {
	float: left;
	width: 25%;
	padding-right: 20px;
	padding-top: 20px;
}

ul.jockey_list > li > .txt {
	background-color: #000;
	color: #FFF;
	padding: 10px 8px;
}

ul.jockey_list > li > .txt > p.rank {
	font-size: 1.2rem;
}

ul.jockey_list > li > .txt > p.name {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 5px;
}

/* ----- 表 調整 ----- */

table.basic.jra thead > tr > th {
	background-color: #12662a;
}

table.basic.nar thead > tr > th {
	background-color: #8d4d1f;
}

/* ----- 出場騎手 ----- */


.grid {
	display: table;
	width: 100%;
}

.grid > .cell {
	display: table-cell;
	vertical-align: top;
}

.grid.rank > .cell {
	width: 50%;
}

.grid.rank > .cell.left { padding-right: 15px; }
.grid.rank > .cell.right { padding-left: 15px; }


/* ----- YJS　ボタン ----- */


.yjs_btn {
	margin-top: 30px;
}

.yjs_btn > a {
	display: block;
	font-size: 2rem;
	background-color: #1e525d;
	border-radius: 6px;
	padding: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}

.no-touch .yjs_btn > a:hover {
	background-color: #213a40;

}

.yjs_btn > a > .inner {
	display: table;
	margin: 0 auto;
}

.yjs_btn > a > .inner > div {
	display: table-cell;
	vertical-align: middle;
}

.yjs_btn > a > .inner > div.cap {
	width: 60px;
}
	

.yjs_btn > a > .inner > div.cap > span {
	background-color: #FFF;
	padding: 6px;
	border-radius: 4px;
	display: inline-block;
}

.yjs_btn > a > .inner > div.cap > span img {
	max-width: 100%;
	width: 100%;
}


.yjs_btn > a > .inner > div.txt {
	padding-left: 20px;
}

.yjs_btn > a > .inner > div.txt span.opt {
	font-size: 1.3rem;
}


/* ------------------------------------------------------------
    ファイナルラウンド　概要
------------------------------------------------------------ */

ul.about_line > li {
	padding-bottom: 35px;
	border-bottom: 1px solid #CCC;
}

ul.about_line > li.nakayama {
	padding-top: 35px;
	border-bottom: none;
}

.about_grid {
	display: table;
	width: 100%;
}

.about_grid > .img {
	display: table-cell;
	vertical-align: top;
	width: 400px;
	padding-right: 30px;
}

.about_grid > .img img {
	width: 100%;
	max-width: 100%;
}

.about_grid > .caption {
	display: table-cell;
	vertical-align: top;
}

.about_grid > .caption p.date {
	font-size: 1.5rem;
	display: inline-block;
	background-color: #205425;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 4px;
}

/*li.nakayama .about_grid > .caption p.date {
	background-color: #2b8213;
}*/

.about_grid > .caption > h3 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 20px;
}

.about_grid > .caption > h3 > span {
	display: block;
	font-size: 2.8rem;
}

.about_grid > .caption p.time {
	font-weight: bold;
}

.about_grid > .caption p.time > span.cap {
	/*display: block;*/
	font-size: 1.5rem;
	margin-right: 1em;
}

.about_grid > .caption p.time > span.detail {
	font-size: 1.8rem;
	color: #c00;
}


/* ------------------------------------------------------------
    過去の結果
------------------------------------------------------------ */

ul.data_line_list.pastdata > li .data_list_unit > div.head {
	font-size: 1.6rem;
	width: 120px;
}

ul.data_line_list.pastdata > li .data_list_unit.rank1 > div.head {
	background-color: #ba0000;
	border-right: 2px solid #900707;
	color: #FFF;
}

ul.data_line_list.pastdata > li .data_list_unit > div.head h4 {
	font-size: 1.3rem;
}

ul.data_line_list.pastdata > li .data_list_unit > div.head h4 > span {
	font-size: 2.2rem;
	margin-right: 2px;
}

ul.data_line_list > li .data_list_unit.rank1 > div.content { background-color: #ffedeb; }

h5.person {
	font-size: 1.8rem;
	font-weight: bold;
}

h5.person > span.opt { font-size: 1.2rem; }

p.point { font-size: 1.4rem; }
p.point > span.opt { font-size: 1.2rem; }


/* ----- 映像 ----- */

div.movie_unit {}

div.movie_unit > h4 {
	background-color: #333;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 8px;
}

div.movie_unit > .content {
	padding: 25px 10px;
	background-color: #ebebeb;
}

div.movie_unit > .content a {
	display: block;
	max-width: 480px;
	margin: 0 auto;
}

div.movie_unit > .content .img { position: relative; }
div.movie_unit > .content .img img { vertical-align: top; }

div.movie_unit > .content .img .icon {
	width: 60px;
	height: 40px;
	background: url(../img/icon_movie-arrow.png) no-repeat;
	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -20px;
}
 .note_list.ml{
        margin-left: 12px;
    }
    



/* ------------------------------------------------------------

	979px以下

------------------------------------------------------------ */

@media screen and ( max-width : 979px ) {

	.about_grid > .img {
		width: 330px;
	}

}

/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */

@media screen and ( max-width : 767px ) {

	div.sub_txt {
		max-width: 320px;
	}
	
	div.main_txt {
		max-width: 380px;
	}
	
	div.main_txt .txt_a img {
		width: 78%;
	}

	#yjs_nav > .content > ul {
		display: block;
		width: 100%;
		table-layout: fixed;
	}

	#yjs_nav > .content > ul > li {
		display: block;
	}
	
	#yjs_nav > .content > ul > li > a {
		border: none;
		border-bottom: 1px solid #7b7b7b;
	}
	
	
	.no-touch #yjs_nav > .content > ul > li > a:hover {
		border: none;
		border-bottom: 1px solid #7b7b7b;
		background-color: #000;
		color: #fff;
	}
	
	.no-touch #yjs_nav > .content > ul > li:first-child > a:hover { border-left: none; }
	.no-touch #yjs_nav > .content > ul > li:last-child > a:hover { border-right: none; }


	ul.jockey_list > li { width: 50%; }
	
	.grid {
		display: block;
		width: 100%;
	}

	.grid > .cell {
		display: block;
		vertical-align: top;
	}

	.grid.rank > .cell {
		width: 100%;
	}

	.grid.rank > .cell.left { padding-right: 0; }
	.grid.rank > .cell.right { padding-left: 0; margin-top: 20px; }
	
	
	/* ----- ファイナルラウンド概要 ----- */
	
	.about_grid {
		display: block;
		width: 100%;
	}

	.about_grid > .img {
		display: block;
		vertical-align: top;
		width: 100%;
		margin: 0 auto;
		padding-right: 0;
	}

	.about_grid > .caption {
		display: block;
		margin-top: 20px;
	}
   


}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */

@media screen and ( max-width : 639px ) {

	div.sub_txt {
		max-width: 260px;
	}
	
	div.main_txt {
		max-width: 280px;
	}

	.yjs_btn > a > .inner > div.txt span.opt { display: block; }
	
	ul.data_line_list.pastdata > li {
		margin-top: 15px;
	}

	ul.data_line_list.pastdata > li .data_list_unit > div.head {
		width: auto;
	}
	
	ul.data_line_list.pastdata > li .data_list_unit.rank1 > div.head {
		border-right: none;
		border-bottom: 2px solid #900707;
		color: #FFF;
	}
	
	p.point > span.opt { display: block; }
    
    
}

/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */

@media screen and ( max-width : 479px ) {

	div.sub_txt {
		top: 40px;
		left: 10px;
		max-width: 210px;
		/*display: none;*/
	}

	div.main_txt {
		bottom: 10px;
		left: 10px;
		width: 190px;
	}

	
	div.main_txt > .txt_b {
		margin-top: 10px;
	}
	
	div.yjs_logo {
		bottom: 10px;
		right: 10px;
	}

	div.yjs_logo > p {
		max-width: 46px;
		padding: 3px;
	}
	
	#yjs_nav { margin-top: 30px; }
	
	#yjs_nav > .content > ul > li > a {
		font-size: 1.4rem;
		padding: 10px;
	}
	
	.section > .title_line { margin-bottom: 30px; font-size: 2.0rem; }
	.section > .title_line > span { padding: 5px 15px; }
	
	ul.jockey_list {
		margin-right: -15px;
		margin-top: 15px;

	}

	ul.jockey_list > li {
		padding-right: 15px;
		padding-top: 15px;
	}
	
	/*.yjs_btn { margin-top: 40px; }*/
	
	.yjs_btn > a {
		font-size: 1.8rem;
		padding: 15px 10px;
		border-radius: 4px;
	}
	
	.yjs_btn > a > .inner > div { vertical-align: top; }
	
	.yjs_btn > a > .inner > div.cap { width: 40px; }
	.yjs_btn > a > .inner > div.cap > span { padding: 4px; }
	
	.yjs_btn > a > .inner > div.txt { padding-left: 10px; }
	
	.yjs_btn > a > .inner > div.txt span.opt { font-size: 1.2rem; }
	
	div.main_content .section + .section { margin-top: 60px; }
	
	.about_grid > .caption > h3 > span { font-size: 2.6rem; }
	
	.about_grid > .caption p.time { font-size: 1.2rem; }
	.about_grid > .caption p.time > span.detail {
		font-size: 1.6rem;
		color: #c00;
	}
	
	.about_grid > .caption p.time > span.cap {
		display: block;
		margin-right: 0;
		font-size: 1.4rem;
	}

}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */

@media screen and ( max-width : 359px ) {
	
	div.sub_txt {
		max-width: 170px;
	}

	div.main_txt {
		width: 170px;
	}
	
	.yjs_btn > a {
		font-size: 1.5rem;
	}


}






