@charset "utf-8";




/*-------------------------------------
#
---------------------------------------*/
.header-text {
	width: 100%;
	background: none repeat scroll 0 0 #143024;
	/* Firefox */
	background: -moz-linear-gradient(top center, #235942 0%, #143024 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#235942), to(#143024));
	/* 共通 */
	background: linear-gradient(top center, #235942 0%, #143024 100%);
	border-bottom: 1px solid #000;
	overflow: hidden;
}

.header-text span {
	color: #fff;
	padding: 5px;
}

@media screen and (max-width : 768px){
/* ここに0px〜768pxまでのCSSを記述*/ 
	.header-text {
		padding: 0.5rem;
	}
}

/*---------------------
 Header
---------------------*/
#Header {
	width: 100%;
	margin: 0 auto 10px;;
	background: linear-gradient(#FFFFFF, #F0F0F0) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f1f1f1));
	background: none repeat scroll 0 0 #fff;
	background: url("../images/common/bg_header.gif?20170113") repeat-x scroll left top;
}



/*-------------------------------------
もっと見るで使うボタン
---------------------------------------*/
div.bookbutton {
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.bookbutton a {
	display: block;
}

div.bookbutton p {
	padding: 15px 10px;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

div.bookbutton p.button {
	padding: 15px 10px;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-decoration: underline;
	cursor: pointer;
}






/*---------------------
 nav-footer
---------------------*/
div.nav-footer {
	margin: 0 auto 10px;
	width: 97.6562%;
	background: none repeat scroll 0 0 #c00;
	background: none repeat scroll 0 0 #fff;
}

div.nav-footer ul.navbar {
	padding: 0;
	border-left: 1px solid #ddd;
}

div.nav-footer ul.navbar:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

div.nav-footer ul.navbar li {
	background: url("../images/common/global_navi_off.gif") repeat-x scroll left top;
	display: block;
	width: 49.5%;
	float: left;
	margin: 0 0 0 0px;
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #eee;
}

div.nav-footer ul.navbar li a.pc {
	background: url("../images/common/ico_pc_little.gif") no-repeat scroll 95% 50%;
	display: block;
}

div.nav-footer ul.navbar li a {
	display: block;
}

/*---------------------
 見出しエリア
---------------------*/
/* --- 見出しエリア --- */
div.midashi {
	background: #143024;
	width: 100%;
	padding: 0; 						/* 見出しエリアのパディング（上下、左右） */
	border: 1px #143024 solid; 			
	border-right: 2px #143024 solid; 	
	border-bottom: 2px #143024 solid;
	/* Firefox */
	background: -moz-linear-gradient(top center, #235942 0%, #143024 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#235942), to(#143024));
	/* 共通 */
	background: linear-gradient(top center, #235942 0%, #143024 100%);
}

div.midashi_slim {
	background: #fff;
	width: 100%;
	padding: 0; 						/* 見出しエリアのパディング（上下、左右） */
	border: 1px #143024 solid; 			
	border-right: 2px #143024 solid; 	
	border-bottom: 2px #143024 solid; 	
}

/* --- 見出しエリア --- */
div.midashi div.title {
	padding: 10px 5px; 					/* 見出しエリアのパディング（上下、左右） */
	text-align: left;
	color: #fff;
}

/* --- 見出しエリア --- */
div.midashi_slim div.title {
	padding: 5px; 					/* 見出しエリアのパディング（上下、左右） */
	text-align: left;
	color: #fff;
}

/* --- 見出し --- */
div.midashi div.title p {
	margin: 0;
	padding: 3px 3px 0 5px; 			/* 見出しのパディング（上右下左） */
	padding: 2px 5px;
	border-left: 5px #fff solid; 		/* 見出しの左境界線 */
	font-size: 100%; 					/* 見出しの文字サイズ */
	line-height: 100%;
}

div.midashi_slim div.title p {
	margin: 0;
	padding: 3px 3px 0 5px; 			/* 見出しのパディング（上右下左） */
	padding: 2px 5px;
	border-left: 0px #143024 solid; 		/* 見出しの左境界線 */
	font-size: 94%; 					/* 見出しの文字サイズ */
	font-size: 100%; 					/* 見出しの文字サイズ */
	line-height: 100%;
	color: #111;
}

div.midashi div.title p span.btn_Comment {
	float: right;
	background: #398c67;
	background: linear-gradient(#398c67, #449a76) repeat scroll 0 0 #006837;
	/* Firefox */
	background: -moz-linear-gradient(top center, #235942 0%, #143024 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#235942), to(#143024));
	/* 共通 */
	background: linear-gradient(top center, #235942 0%, #143024 100%);
	border: 1px solid #fff;
	color: #FFF;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	margin-top: -5px;
	padding: 5px;
	cursor: pointer;
}

p.title {
	background: none repeat scroll 0 0 #fff;
	border-color: #ccc #ccc #143024;
	border-style: solid;
	border-width: 1px 1px 4px;
	margin: 0;
	padding: 5px;
}



#name-navi,
#stud-navi {
	margin: 0 0% 10px;
	padding: 0;
	/* Firefox */
	background: -moz-linear-gradient(top center, #235942 0%, #143024 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#235942), to(#143024));
	/* 共通 */
	background: linear-gradient(top center, #235942 0%, #143024 100%);
	background: url("../images/common/global_navi_off.gif") repeat-x scroll left top;
	border-radius: 3px 3px 0 0;
	display: table;
	width: 100%;
}

#name-navi > li {
	position: relative;
	width: 8.9%;
	background: none repeat scroll 0 0 #fff;
	background: #f9f9f9 url("/stallion/images/common/tab_gen2_left.gif") repeat-x top; 	/* メニューの背景 */
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #143024;
	border-right: none;
	color: #fff;
	padding: 3px 0px;
	height: 3rem;
	font-size: 13px;
	font-size: 100%; 					/*  */
	display: table-cell;
	vertical-align: middle;
}

#name-navi > li.active {
	position: relative;
	width: 8.9%;
	/* Firefox */
	background: -moz-linear-gradient(top center, #235942 0%, #143024 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#235942), to(#143024));
	/* 共通 */
	background: linear-gradient(top center, #235942 0%, #143024 100%);
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #143024;
	border-right: none;
	color: #fff;
	padding: 3px 0px;
}

#name-navi > li.last {
	border: 1px solid #143024;
}


#stud-navi > li {
	position: relative;
	background: none repeat scroll 0 0 #fff;
	background: #f9f9f9 url("/stallion/images/common/tab_gen2_left.gif") repeat-x top; 	/* メニューの背景 */
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #143024;
	border-right: none;
	color: #fff;
	padding: 3px 0px;
	height: 3rem;
	font-size: 13px;
	font-size: 100%; 					/*  */
	display: table-cell;
	vertical-align: middle;
}

#stud-navi > li.active {
	position: relative;
	background: #143024; 	/* メニューの背景 */
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #143024;
	border-right: none;
	color: #fff;
	padding: 3px 0px;
}

#stud-navi > li.last {
	border: 1px solid #143024;
}

#name-navi > li a,
#stud-navi > li a {
	display: block;
	margin: 0;
	padding: 5px 3px;
	color: #143024;
	line-height: 1;
	text-decoration: underline;
}

#name-navi > li.active a,
#stud-navi > li.active a {
	display: block;
	margin: 0;
	color: #fff;
	line-height: 1;
	text-decoration: underline;
}

#name-navi > li a:hover,
#stud-navi > li a:hover {
	display: block;
	margin: 0;
	background: #fff;
	background: #f9f9f9 url("/stallion/images/common/hor_menu3_on.gif") repeat-x top; 	/* メニューの背景 */
	color: #143024;
	line-height: 1;
	text-decoration: none;
}

#stud-navi > li a {
	font-size: 86%;
	font-size: 100%; 					/*  */
}

#stud-navi > li.active a {
	font-size: 86%;
	font-size: 100%; 					/*  */
}

#stud-navi > li a:hover {
	font-size: 86%;
	font-size: 100%; 					/*  */
}

#name-navi > li ul,
#name-navi > li.active ul {
	display: none;
	position: absolute;
	left: -1px;
	top: 38px;
	margin: 3px 0 0;
	padding: 0px;
	width: 220px;
	background: #fff;
	border: solid 1px #143024;
	border-top: none;
	z-index: 10;
}

#stud-navi > li ul,
#stud-navi > li.active ul {
	display: none;
	position: absolute;
	left: -1px;
	top: 42px;
	margin: 3px 0 0;
	padding: 0px;
	width: 220px;
	background: #fff;
	border: solid 1px #143024;
	border-top: none;
	z-index: 10;
}

#name-navi > li.last ul {
	/*	left: -128px;	*/
}

#stud-navi > li.last ul {
	/*	left: -161px;	*/
}

#name-navi > li ul li,
#stud-navi > li ul li,
#name-navi > li.active ul li,
#stud-navi > li.active ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	background: none repeat scroll 0 0 #fff;
	background: linear-gradient(#FFFFFF, #f4f4f4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f4f4f4));
	color: #143024;
	text-align: left;
	font-size: 100%;
	height: 2.5rem;
	border-top: 1px solid #eee;
}

#name-navi > li ul li a,
#stud-navi > li ul li a,
#name-navi > li.active ul li a,
#stud-navi > li.active ul li a {
	display: block;
	background: none repeat scroll 0 0 #fff;
	background: linear-gradient(#FFFFFF, #f4f4f4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f4f4f4));
	color: #143024;
	text-decoration: underline;
	font-size: 100%;
	line-height: 1.5;
}

#name-navi > li ul li a:hover,
#stud-navi > li ul li a:hover,
#name-navi > li.active ul li a:hover,
#stud-navi > li.active ul li a:hover {
	display: block;
	background: #143024;
	background: linear-gradient(#143024, #143024) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#143024), to(#143024));
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	height: 2.5rem;
	line-height: 1.5;
}

#name-navi > li ul li.last,
#stud-navi > li ul li.last {
	background: none repeat scroll 0 0 #fff;
	background: linear-gradient(#FFFFFF, #f4f4f4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f4f4f4));
	width: 8.95%;
}

#name-navi > li ul li.active,
#stud-navi > li ul li.active {
	background: none repeat scroll 0 0 #fff;
	background: linear-gradient(#FFFFFF, #f4f4f4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f4f4f4));
	width: 8.95%;
}

#name-navi > li ul li:last-child,
#stud-navi > li ul li:last-child {
	border-bottom: solid 1px #143024;
}


/*---------------------
 banner
---------------------*/

/* スマホ用 */
@media only screen and (max-width: 767px), {

	/* スマホ用を表示 */
	ul.banner {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	ul.banner li {
		max-width: 330px;
	}

}

/* タブレット・パソコン用 */
@media only screen and (min-width: 768px) and (max-width: 1040px), {

	/* パソコン用を表示 */
	ul.banner {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	ul.banner li {
		max-width: 340px;
	}
}

/* タブレット・パソコン用 */
@media only screen and (min-width: 1041px) and (max-width: 1280px), {

	/* パソコン用を表示 */
	ul.banner {
	}


	ul.banner li {
		max-width: 340px;
	}

}

/* ワイド用 */
@media only screen and (min-width: 1281px), print {

	/* パソコン用を表示 */
	ul.banner {
	}


	ul.banner li {
		max-width: 340px;
	}
}


ul.banner li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: linear-gradient(#fff, #fcfcfc) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fcfcfc));
	background: none repeat scroll 0 0 #fff;
	height: 100%;
	display: block;
	width: 100%;
	margin: 1px;
	padding: 0;
	text-align: center;
	border: 1px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

ul.banner li p.kbamei {
	background: none repeat scroll 0 0 #143024;
	/* Firefox */
	background: -moz-linear-gradient(top center, #235942 0%, #143024 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#235942), to(#143024));
	/* 共通 */
	background: linear-gradient(top center, #235942 0%, #143024 100%);
	padding: 5px 2px;
	text-align: left;
	font-size: 84%;
	font-size: 100%; 					/*  */
	border: 1px solid #143024;
	border-bottom: 1px solid #143024;
	color: #fff;
	margin-bottom: 3px;
	line-height: 1.5rem;
}

ul.banner li p.kbamei a {
	color: #fff;
}

ul.banner li p.tkbamei {
	background: none repeat scroll 0 0 #f1f1f1;
	padding: 5px;
	text-align: right;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul.banner li img {
	vertical-align: bottom;
	border-color: #ddd #ddd #ddd #ddd;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	width: 248px;
}


/*---------------------
 再生部分
---------------------*/

/* スマホ用 */
@media only screen and (max-width: 767px), {

	.movie {
		width: 100%;
	}

}

/* タブレット用 */
@media only screen and (min-width: 768px) and (max-width: 1040px), {

	.movie {
		width: 100%;
	}
}

@media only screen and (min-width: 1041px) and (max-width: 1280px), {

	.movie {
		width: 65%;
	}

}

/* ワイド用 */
@media only screen and (min-width: 1281px), print {

	.movie {
		width: 65%;
	}
}


/*-------------------------------------
注釈
---------------------------------------*/
ul.annotation {
	display: flex;
	justify-content: space-between;
}


/*---------------------
 プレイリストPC用
---------------------*/

/* スマホ用 */
@media only screen and (max-width: 767px), {

	.playlist_pc {
		display: none;
	}

}

/* タブレット用 */
@media only screen and (min-width: 768px) and (max-width: 1040px), {

	.playlist_pc {
		display: none;
	}
}

@media only screen and (min-width: 1041px) and (max-width: 1280px), {

	.playlist_pc {
		display: block;
		width: 30%;
	}

}

/* ワイド用 */
@media only screen and (min-width: 1281px), print {

	.playlist_pc {
		display: block;
		width: 30%;
	}
}


/*---------------------
 sidemenu
---------------------*/
.sidemenu > ul {
	border-bottom: 0px solid #dadada;
}

.sidemenu > ul > li {
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	text-align: left;
	padding: 8px 2px 8px 4px;
	white-space: nowrap;
}

.sidemenu > ul > li:last-child {
	border-bottom: 1px solid #dadada;
}

.sidemenu > ul > li.menu {
	line-height: 2;
	background: #3c8dbc;
	text-align: center;
	color: #fff;
}

.sidemenu > ul > li.menu p {
	text-align: center;
}

.sidemenu > ul > li.active {
	background: #c7e1f1;
}

.sidemenu > ul > li a {
	display: block;
	position: relative;
	/* color: #111; */
}

.sidemenu > ul > li a:after {
	display: block;
	content: ">";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -12px 0 0 0;
}

.sidemenu ul > li.active a {
	display: block;
	position: relative;
	/* color: #111; */
}

.sidemenu > ul > li a:hover,
.sidemenu > ul > li.active a:hover {
	/*	text-decoration: none; */
}

.sidemenu__title {
	line-height: 2;
	background: -moz-linear-gradient(#c00000, #c00);
	background: -webkit-linear-gradient(#c00000, #c00);
	background: -ms-linear-gradient(#c00000, #c00);
	color: #fff;
}

.sidemenu__title__under {
	line-height: 2;
	background: -moz-linear-gradient(#c00000, #c00);
	background: -webkit-linear-gradient(#c00000, #c00);
	background: -ms-linear-gradient(#c00000, #c00);
	border-bottom: 2px solid #111;
	color: #fff;
}

.sidemenu__active p {
	background: #c7e1f1;
}

.sidemenu__midasi {
	line-height: 1.2;
	background-color: #fafafa;
	color: #111;
}

/*-------------------------------------
リンクボタン
---------------------------------------*/
.linkbutton {
	background: #fdfdfd none repeat scroll 0 0;
	background: -moz-linear-gradient(#fff, #F0F0F0);
	background: -webkit-linear-gradient(#fff, #F0F0F0);
	background: -ms-linear-gradient(#fff, #F0F0F0);
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.linkbutton a {
	display: block;
}

.linkbutton p {
	padding: 0.5rem;
	font-size: 1.0rem;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



/*---------------------
 産駒の写真
---------------------*/
div.tab-box{
	width: 100%;
}

ul.nav{
	list-style:none;
	margin:0;
	padding:0;
}

ul.nav li {
	position: relative;
	z-index: 1;
	background: none repeat scroll 0 0 #eee;
	cursor: pointer;
	float: left;
	/*	width: 15%;	*/
	margin: 0 0.5em;
	text-align: center;
	border: 1px #ccc solid;
	border-bottom: none;
	text-decoration: underline;
	
}
ul.nav li a {
	padding: 1em;
	background:#eee;
	color:#000;
	text-decoration:none;
	display:block;
	text-align:center;
}

/* スマホ用 */
@media only screen and (max-width: 767px), {

	ul.nav li {
		margin: 0 1px;
		
	}

	ul.nav li a {
		padding: 0.5em;
		font-size: 0.8rem;
	}

}

ul.nav li a.selected,
ul.nav li a:hover {
	z-index: 3;
	background: none repeat scroll 0 0 #fff;
}

ul.nav li a:focus {
	outline: 0;
}





/*-------------------------------------
#
---------------------------------------*/
div.tab-box div {
	padding:5px;
	#margin-top:0;/*IE-BugFix*/
	_margin-top:0;/*IE-BugFix*/
	border:5px solid #333;
	
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 10px 10px;
	border: 1px solid #ddd;
	top: -1px;
}


/*---------------------
 media
---------------------*/
@media screen and (max-width : 768px){
/* ここに0px〜768pxまでのCSSを記述*/ 

	div.tab-box div dl {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}

}

@media screen and (min-width : 769px) {
/* ここに769以上のCSSを記述*/ 

	div.tab-box div dl {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

}



div.tab-box div dl dt {
	background: #fff;
	width: 100%;
	max-width: 310px;
	margin: 1%;
	border: 1px #005D36 solid; 
	border-right: 1px #005D36 solid; 
	border-bottom: 1px #005D36 solid; 
}

div.tab-box div dl dt p.kbamei {
	background: #005D36;
	padding: 3px;
	color: #fff;
}

div.tab-box div dl dt p.img {
	background: #fdfdfd;
	margin: 0 auto;
	padding: 7px;
	width: 248px;
}

div.tab-box div dl dt p.img img {
	width: 248px;
}

/*-------------------------------------
#
---------------------------------------*/
div.tab-navi{
	width: 100%; /* ナビゲーションの幅 */
	padding-top: 0px; /* ナビゲーションの上パディング */
	background-color: #ffffff; /* ナビゲーションの背景色 */
}

/* --- メニューエリア --- */
div.tab-navi ul.index-navi {
	width: 99%; /* メニューの幅 */
	margin: 0 auto; /* メニューのマージン（上下、左右） */
	padding: 0;
	background-color: #fff; /* ナビゲーションの背景色 */
	list-style-type: none;
	text-align: center;
}

/* --- メニュー項目 --- */
div.tab-navi ul.index-navi li {
	position: relative;
	z-index: 1;
	width: 8em; /* タブの幅 */
	margin: 0 4px 0px 0; /* タブのマージン（上右下左） */
	background: #fff url(/stallion/images/common/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
	float: left;
	border: 1px solid #eee;
	border-bottom: none;
	color: #143024;
}

/* --- リンク --- */
div.tab-navi ul.index-navi li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 6px 2px; /* リンクエリアのパディング（上下、左右） */
	/* background: #f9f9f9 url(/stallion/images/common/tab_gen2_right.gif) no-repeat right top; */ /* タブの背景（右） */
	text-decoration: underline; /* テキストの下線（あり） */
	color: #004080;
}
/* --- ポイント時の設定 --- */
div.tab-navi ul.index-navi li a:hover {
	text-decoration: none; /* テキストの下線（なし） */
	color: #004080;
}

/* --- アクティブなタブ --- */
div.tab-navi ul.index-navi li a.selected {
	z-index: 3;
	background: #143024 url(/stallion/images/common/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
	/* Firefox */
	background: -moz-linear-gradient(top center, #235942 0%, #143024 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#235942), to(#143024));
	/* 共通 */
	background: linear-gradient(top center, #235942 0%, #143024 100%);
	color: #fff;
}
div.tab-navi ul.index-navi li.active a {
	background: url(/stallion/images/common/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
	color: #fff; /* アクティブタブの文字色 */
}

/*
studlist
*/

div.studlist {
	height: 460px;
	overflow: scroll;
}

/*
horsetab
*/


div.horsetab {
	clear:both;
}


/*-------------------------------------
#
---------------------------------------*/
ul.studlist {
	background: #fff;
	border: 1px #eee solid; 		/* リンクエリアの上境界線 */
	border-bottom: 1px #ccc solid; 	/* リンクエリアの下境界線 */
	border-right: 1px #ccc solid; 	/* リンクエリアの右境界線 */
}


ul.studlist:hover {
	background: #eee;
	border: 1px #eee solid; 		/* リンクエリアの上境界線 */
	border-bottom: 1px #ccc solid; 	/* リンクエリアの下境界線 */
	border-right: 1px #ccc solid; 	/* リンクエリアの右境界線 */
}

ul.studlist li {
	text-align: left;
	padding: 5px;
}


/*-------------------------------------
#
---------------------------------------*/
div.namelist {

}

div.namelist ul.namelist {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

div.namelist ul.namelist:hover {
}

div.namelist ul.namelist li {
	width: 100%;
	max-width: 320px;
	margin: 0 1% 1% 0;
	background: #fafafa;
	border: 1px #eee solid; 		/* リンクエリアの上境界線 */
	border-bottom: 1px #ccc solid; 	/* リンクエリアの下境界線 */
	border-right: 1px #ccc solid; 	/* リンクエリアの右境界線 */
}

div.namelist ul.namelist li p {
	padding: 8px 5px 8px 20px;
}


/*-------------------------------------
 WHAT'S NEW
---------------------------------------*/
.container {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	border: 1px solid #D6D6D6;
	margin: 0 0 20px;
	/*
	overflow: scroll;
	height: 300px;
	*/
}

div.trigger {
/*
	float: left;
	height: 36px;
	line-height: 36px;
	 margin: 0 0 5px;
	padding: 0 0 0 30px;
	width: 100%; */
	background: none repeat scroll 0 0 #ECECEC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	color: #333333;
	display: block;
	padding: 10px 5px 10px 5px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFFFFF;
}
div.blue {
	/*
	background: url("../images/common/ico_panel_open.png") no-repeat scroll left center #fcfcfc;
	*/
	background: #fcfcfc;
	background-position: 5px 50%; 
	border-bottom: 1px solid #D6D6D6;
}
div.trigger a {
	display: block;
	font-size: 0.975rem;
}


/*-------------------------------------
 英語コメント
---------------------------------------*/
.CommentArea {
	clear: both;
	margin-bottom: 10px;
}

.CommentArea .more {
/*
	background: #005d36;
	border: 1px solid #DDD;
	color: #FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	width: 150px;
	padding: 6px 0;
	text-align: center;
*/	
	border: 0px solid #FFF;
	color: #FFF;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 120px;
}

.CommentArea dl {
	margin-bottom: 0px;
}

.CommentArea dl dt {
	background: #143024;
	background: linear-gradient(#235942, #449a76) repeat scroll 0 0 #143024;
	/* Firefox */
	background: -moz-linear-gradient(top center, #235942 0%, #143024 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#235942), to(#143024));
	/* 共通 */
	background: linear-gradient(top center, #235942 0%, #143024 100%);
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 7.5px 10px;
	text-shadow: 0 1px 1px #226e4a;
}

.CommentArea dl dt p.icon_open {
	background: url("https://s3-ap-northeast-1.amazonaws.com/cdn.jrha.or.jp/stallion_e/images/common/ico_light_under.png?20170124") no-repeat scroll right 50%;
}

.CommentArea dl dt p.icon_close {
	background: url("https://s3-ap-northeast-1.amazonaws.com/cdn.jrha.or.jp/stallion_e/images/common/ico_light_up.png?20170124") no-repeat scroll right 50%;
}



.comment {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #398c67;
	padding: 8px;
}


/*-------------------------------------
基本テーブル
---------------------------------------------------------*/
/* --- 表全体 --- */
table.default {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #ddd;
	border: none;
	/*	white-space: nowrap;	*/
}

/* --- 見出しセル --- */
table.default th {
	padding: 0.3rem;
	background-color: #faf8eb;
	background-color: #74a92d;
	background-color: #EDECCD;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	color: #111;
}

/* --- 表ボディ --- */
table.default thead {
	background-color: #fff;
}

/* --- 表ボディ --- */
table.default tbody {
	background-color: #fff;
}

/* --- セル --- */
table.default td {
	padding: 0.3rem;
	text-align: left;
}

table.default td.center {
	text-align: center;
}

table.default td.left {
	text-align: left;
}

table.default td.right {
	text-align: right;
}

/* --- 行の背景色を交互に変更 --- */
table.default tr:nth-child(even) {
	background: #fcfcfc;
}

table.default caption {
	background: -moz-linear-gradient(#1F4E3A, #005D36);
	background: -webkit-linear-gradient(#1F4E3A, #005D36);
	background: -ms-linear-gradient(#1F4E3A, #005D36);
	background: #014099;
	background: #161616;
	background: #999;
	border: 1px solid #111;
	border: 1px solid #aaa;
	color: #fff;
	padding: 0.5rem
}

table.default tr.kugiri th,
table.default tr.kugiri td {
	border-top: 2px solid #c60000;
}

table.default th.title {
	background: -moz-linear-gradient(#1F4E3A, #005D36);
	background: -webkit-linear-gradient(#1F4E3A, #005D36);
	background: -ms-linear-gradient(#1F4E3A, #005D36);
	background: #014099;
	background: #161616;
	border: 1px solid #111;
	color: #fff;
	padding: 0.4rem
}

table.default th.title_lite {
	background: -moz-linear-gradient(#1F4E3A, #005D36);
	background: -webkit-linear-gradient(#1F4E3A, #005D36);
	background: -ms-linear-gradient(#1F4E3A, #005D36);
	background: #014099;
	background: #eee;
	border-bottom: 1px solid #ccc;
	color: #111;
	padding: 0.4rem
}

table.default tr.kugiri_lite th,
table.default tr.kugiri_lite td {
	background: #1F4E3A;
	padding: 1px;
}

table.default th.title_uchiwake {
	background: #f1f1f1;
}

table.default th.title_uchiwake p {
	background: #fff;
	color: #111;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	border: 1px solid #111;
}

table.default caption {
	background: #005D36;
}

table.default th.caption_sub,
table.default td.caption_sub {
	background: #74a92d;
	color: #fff;
}

/*-------------------------------------
 歴代G1勝ち馬テーブル start
---------------------------------------*/

table.g1kachiuma {
	background: none repeat scroll 0 0 #ddd;
	width: 100%;
}

table.g1kachiuma tr th {
	background: none repeat scroll 0 0 #FAF8EB;
	padding: 0.25rem;
	text-align: center;
	color: #333;
	vertical-align: middle;
	font-weight: normal
}

table.g1kachiuma tr td {
	padding: 0.15rem;
	text-align: center;
}

table.g1kachiuma tr td.negahi {
	width: 7rem;
	white-space: nowrap;
}

table.g1kachiuma tr td.basyo {
	width: 3rem;
	white-space: nowrap;
}

table.g1kachiuma tr td.race {
	width: 2rem;
	white-space: nowrap;
}

table.g1kachiuma tr td.racemei {
	width: 10rem;
	white-space: nowrap;
	text-align: left;
}

table.g1kachiuma tr td.kyori,
table.g1kachiuma tr td.baba,
table.g1kachiuma tr td.kinryo {
	white-space: nowrap;
}

table.g1kachiuma tr td.umaban,
table.g1kachiuma tr td.ninki,
table.g1kachiuma tr td.cyakjun {
	white-space: nowrap;
	text-align: right;
	padding: 0.15rem 0.5rem;
}


table.g1kachiuma tr td.cyakjun span.cyakjun_01 {
	color: #00c;
	font-weight: bold;
}

/*-------------------------------------
 歴代G1勝ち馬テーブル end
---------------------------------------*/

/*-------------------------------------
 産駒の勝ち馬テーブル start
---------------------------------------*/

table.stallion_kachiuma {
	background: none repeat scroll 0 0 #ddd;
	width: 100%;
}

table.stallion_kachiuma tr th {
	background: none repeat scroll 0 0 #FAF8EB;
	padding: 0.25rem;
	text-align: center;
	color: #333;
	vertical-align: middle;
	font-weight: normal;
}

table.stallion_kachiuma tr td {
	padding: 0.15rem;
	text-align: center;
	white-space: nowrap;
}

table.stallion_kachiuma tr td.negahi {
	width: 7rem;
}

table.stallion_kachiuma tr td.basyo {
	width: 3rem;
}

table.stallion_kachiuma tr td.race {
	width: 2rem;
}

table.stallion_kachiuma tr td.racemei {
	text-align: left;
	min-width: 15rem;
    max-width: 20rem;
    white-space: normal;	
}

table.stallion_kachiuma tr td.kyori,
table.stallion_kachiuma tr td.baba,
table.stallion_kachiuma tr td.kinryo {
	
}

table.stallion_kachiuma tr td.umaban,
table.stallion_kachiuma tr td.ninki,
table.stallion_kachiuma tr td.cyakjun {
	text-align: right;
	padding: 0.15rem 0.5rem;
}


table.stallion_kachiuma tr td.cyakjun span.cyakjun_01 {
	color: #00c;
	font-weight: bold;
}

/*-------------------------------------
 産駒の勝ち馬テーブル end
---------------------------------------*/


/*-------------------------------------
横スクロールさせるbox
---------------------------------------------------------*/

.yokoscroll {
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.yokoscroll::before {
	color: #1F4E3A;
}

.yokoscroll_or::before {
	color:#ea8d02d4;
}

/*---------------------
 
---------------------*/
ul.ul-table {
	display: table;
	margin: 0 0 5px;
	width: 100%;
}

ul.ul-table > li {
	display: table-cell;
	background: #fafafa;
	margin: auto 0.1%;
	vertical-align: top;
	width: 100%;
}

ul.ul-table > li.race {
	background: #aaa;
	vertical-align: middle;
	display: none;
}

ul.ul-table > li.retu2 {
	width: 49.9%;
}

ul.ul-table > li.retu3 {
	width: 33.0%;
}

ul.ul-table > li.sita {
	vertical-align: bottom;
}

ul.ul-table > li.retu3.none {
	width: 33.0%;
	background-color: transparent;
}