@charset "utf-8";
/*==============================================
netkeiba Raceページ
・JRA IPAT連携
・掲示板
・規約違反通報
 レース展開予想
==============================================*/
.Contents_Box {
	border-top: 1px solid #fff;
}
/*==============================================
JRA IPAT連携
==============================================*/
/* ソートアイコン */
.RaceOdds_Result_Table02 .Sort_Btn01 .sort,
.Type_Detail_Table .Sort_Btn01 .sort {
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	padding: 5px 30px;
}
.Type_Detail_Table .Sort_Btn01 .sort {
	padding: 5px 26px;
}
.RaceOdds_Result_Table02 .Sort_Btn02 .sort,
.Type_Detail_Table .Sort_Btn02 .sort {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}
.RaceOdds_Result_Table02 .sort:after,
.RaceOdds_Result_Table02 th.tablesorter-headerDesc .sort:after,
.RaceOdds_Result_Table02 th.tablesorter-headerAsc .sort:after,
.Type_Detail_Table .sort:after,
.Type_Detail_Table th.tablesorter-headerDesc .sort:after,
.Type_Detail_Table th.tablesorter-headerAsc .sort:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 8px;
	position: relative;
	top: 1px;
}
.RaceOdds_Result_Table02 .sort:after,
.Type_Detail_Table .sort:after {
	background: url("../../img/icon/icon_sprite_raceinfo.png") no-repeat -62px -210px;
	-webkit-background-size: 124px 300px;
	-moz-background-size: 124px 300px;
	-ms-background-size: 124px 300px;
	background-size: 124px 300px;
}
.RaceOdds_Result_Table02 th.tablesorter-headerDesc .sort:after,
.Type_Detail_Table th.tablesorter-headerDesc .sort:after {
	background: url("../../img/icon/icon_sprite_raceinfo.png") no-repeat -39px -225px;
	-webkit-background-size: 124px 300px;
	-moz-background-size: 124px 300px;
	-ms-background-size: 124px 300px;
	background-size: 124px 300px;
}
.RaceOdds_Result_Table02 th.tablesorter-headerAsc .sort:after,
.Type_Detail_Table th.tablesorter-headerAsc .sort:after {
	background: url("../../img/icon/icon_sprite_raceinfo.png") no-repeat -39px -287px;
	-webkit-background-size: 124px 300px;
	-moz-background-size: 124px 300px;
	-ms-background-size: 124px 300px;
	background-size: 124px 300px;
}


/*==============================================
掲示板
リスト内部のデザイン----ユーザーコメントなど
==============================================*/
.CommentBoxWrap_Inner .Title_Sec {
	position: relative;
	min-height: 18px;
	margin: 0 10px;
	align-items: baseline;
}
.CommentBoxWrap_Inner .Title_Sec h2 {
	margin-top: 21px;
}
.CommentBoxWrap_Inner .Title_Sec .CommnentCount{
	color: #999;
	font-size: 68%;
	text-align: right;
	padding-top: 4px;
}
.CommentBoxWrap_Inner .Title_Sec .CommnentCount > span{
	margin-left:6px;
	color:#777;
	font-weight:bold;
}
.CommentBoxWrap_Inner .Title_Sec .CommnentCount > .Icon_Comment {
	position: relative;
	top: -2px;
	left: 2px;
	float: left;
	margin-right: 5px;
	display: inline-block;
	background: url("../../img/icon/icon_sprite_db_S.png?20220512");
	background-repeat: no-repeat;
	-webkit-background-size: 55px 1000px;
	-moz-background-size: 55px 1000px;
	-ms-background-size: 55px 1000px;
	background-size: 55px 1000px;
	background-position: -13px -2px;
	width: 19px;
	height: 17px;
}
#Netkeiba_Race_BBS .Contents_Box .CommentBoxWrap_Inner .Title_Sec .CommnentCount > .Icon_Comment {
	margin-right: 0px;
}
.CommentBoxWrap_Inner .Title_Sec .CommnentCount > .Icon_Comment:before {
	display: none;
}
.CommentBoxWrap_Inner ul.BBS {
	margin:0 auto;
	padding: 0 !important;
}
.CommentBoxWrap_Inner ul.BBS > li {
	padding: 8px 10px;
}
.CommentBoxWrap_Inner ul.BBS .Avatar_Img_S {
	width: 35px;
	height: 35px;
	/*float:left;
	margin-right:10px;*/
	border-radius: 50%;
}
.CommentBoxWrap_Inner ul.BBS .User_Name {
	position: relative;
}
.CommentBoxWrap_Inner ul.BBS .User_Name img {
	width: 35px;
	height: 35px;
	float:left;
	margin-right:10px;
	border-radius: 50%;
}
.CommentBoxWrap_Inner ul.BBS .User_Name .User_Name_Txt {
	padding: 0;
	padding-left: 0px;
	padding-top: 7px;
	font-size: 72%;
	color: #888;
	position: relative;
	top: -7px;
}
.CommentBoxWrap_Inner ul.BBS .User_Name .User_Name_Txt a {
	color: #888;
	font-weight: bold;
}
.CommentBoxWrap_Inner ul.BBS .User_Name .User_Name_Txt span{
  font-weight: normal;
  font-size: 84.6154%;
}
.CommentBoxWrap_Inner ul.BBS .User_Name .ResNumber {
	display:inline-block;
	color:#999;
	font-size:75%
}
.CommentBoxWrap_Inner ul.BBS .User_Name .Date{
	color:#999;
	font-size:61.1%;
	position: absolute;
	right: 0;
	top: 3px !important;
}
.CommentBoxWrap_Inner ul.BBS .taR {
	display:none;
}
.CommentBoxWrap_Inner ul.BBS .CommentHead{
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.CommentBoxWrap_Inner ul.BBS .CommentHead .CommentNo,
.CommentBoxWrap_Inner ul.BBS .CommentHead .BBS_TimeStump {
  font-size: 66.67%;
  color: #888;
}
.CommentBoxWrap_Inner ul.BBS .BBS_Comment {
	color:#222;
	font-size:90%;
	font-weight:normal;
	line-height: 1.5;
	word-break: break-all;
	-webkit-box-orient: vertical;
	margin:0 0 10px 0;
}


.CommentBoxWrap_Inner ul.BBS .BBS_Btn.Nice {
	display: block;
	margin-bottom:0 !important;
	font-size:.8em;
	float: right;
	color:#999;
}
.CommentBoxWrap_Inner ul.BBS .Nice em{
	font-style:normal;
	color:#c00;
}
.CommentBoxWrap_Inner .CommentBtnNice,
.CommentBoxWrap_Inner .Comment_Like_CountSpace {
	display: inline;
}
.CommentBoxWrap_Inner .CommentBtnNice a,
.CommentBoxWrap_Inner .Comment_Like_CountSpace a {
	color: #777;
	display: inline;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon {
	position:relative ;
	top: -13px;
	margin-left: 44px;
	margin-bottom: -13px;
	padding: 18px 18px 15px;
	background:#f3f3f3;
	border-radius: 4px;
}
/*.CommentBoxWrap_Inner ul.BBS .CommentBalloon .Date {
	color:#999;
	font-size:.7em;
	font-weight: normal;
	text-align:right !important;
	float:none;
	margin:0;
	padding-top: 8px;
	padding-bottom:8px !important;
}*/
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnDesign {
	position: relative;
	top: 9px;
	margin-right:6px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnDesign:last-child{
	margin-right:0px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnDesign:nth-child(4){
	font-size:80%;
	top: 4px;
	color: #999;
}

/*--アイコン小--*/
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .Icon_BBS_S {
	display: inline-block;
	background: url("../../img/icon/icon_sprite_db_S.png");
	background-repeat: no-repeat;
	-webkit-background-size: 55px 1000px;
	-moz-background-size: 55px 1000px;
	-ms-background-size: 55px 1000px;
	background-size: 55px 1000px;
	width: 17px;
	height: 17px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .Icon_Reply {
	background-position: -8.25px -56.25px;
	width: 18px;
	height: 18px;
	background-size: 41.25px 750px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .Icon_BBS_Like {
	background-position: -16px -38px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .Icon_UserBlock {
	background-position: -6.75px -84px;
	width: 18px;
	height: 18px;
	background-size: 41.25px 750px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .Icon_Hidden {
	background: url(../../img/icon/icon_sp_sns_x2.png);
	background-size:144px 432px;
	-moz-background-size:144px 432px;
	-webkit-background-size:144px 432px;
	-o-background-size:144px 432px;
	-ms-background-size:144px 432px;
	background-repeat:no-repeat;
	background-position: -64px -256px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnDesign.Good,
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnDesign.Edit{
	top:5px;
	margin-top: 3px;
	display:inline-block;
	color: #777;
	font-size: .7em;
	text-align:center;
	border-radius: 4px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnDesign.Good{
	float:right;
	padding:7px 5px 5px 26px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnDesign.Edit{
	padding:6px 5px 5px;
	margin-right: 0;
	top: 1px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnDesign.Off{
	color:#ccc;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnDesign.Good .Icon_BBS_S{
	position: absolute;
	top: 3px;
	left: 9px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .LikeCount{
	padding-left: 5px;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .CommentBtnList{
	float: left;
	position: relative;
}
.CommentBoxWrap_Inner ul.BBS .CommentBalloon .Btn {
	color: #777;
	display: inline-block;
	font-size: 1.11em;
}
.Comment_Form_01_fixbtn {
	margin-top: 8px;
}
.Icon_Write_Comment {
	display: inline-block;
	background: url("../../img/icon/icon_sprite_db_S.png");
	background-repeat: no-repeat;
	-webkit-background-size: 55px 1000px;
	-moz-background-size: 55px 1000px;
	-ms-background-size: 55px 1000px;
	background-size: 55px 1000px;
	width: 22px;
	height: 17px;
	background-position: -13px -2px;
	vertical-align: -3px;
}

/* 返信 */
.CommentBoxWrap_Inner .Comment_Form_01_resbtn a {
	color: #777;
	display: inline;
	margin: 0px;
	padding: 0px;
}
/*コメントフォーム*/
.CommentBoxWrap_Inner .Comment_Form_01{
	padding: 8px 10px;
}
.Comment_Form_01 button{
	margin:6px auto 8px;
}
.Comment_Form_01 .Res_Form textarea.jqm-input-text{
	display: inline-block;
	color: #333;
	font-family: "ArialMT", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3" !important;
	font-size: 16px;
	line-height: 1.4;
	text-shadow: 0 1px 0 #fff;
	word-wrap: break-word;
	border: 1px solid #B3B3B3;
	border-radius: 4px !important;
	width:100%;
	padding: .4em;
	margin-top: 12px;
	background: #fff;
	box-shadow: none;
}
.Comment_Form_01 .Common_Title_Sec h3{
	font-size:95%;
	padding:8px 8px;
}
.CommentBoxWrap_Inner .Attention_Form{
	font-size: .88em;
}
.CommentBoxWrap_Inner .Attention_Form button{
	font-size: .85rem!important;
}
.CommentBoxWrap_Inner .Attention_Form .Icon_SNS_M.comment-jqm-btn {
	line-height: 1.4;
}
.Comment_Form_01 .CommentCautionText{
	font-size:80%;
	margin:4px 20px 4px 10px;
}
.CommentBtnCenter{
	text-align: center;
}
.CommentBtnCenter .jqm-btn{
	margin:6px auto;
	width:150px;
}
/*投稿するボタン*/
.Comment_Form_01 .Comment_Form_01_btnhide a,
.CommentBoxWrap_Inner .Res_Form button {
	display: block;
	width: 200px;
	color: #fff;
	cursor: pointer;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	margin: 8px auto;
	background: #0033aa;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}


/* ユーザーミュート機能 */
.CommentHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.CommentHeader .CommentMute {
  padding-right: 12px;
    position: relative;
    bottom: 3px;
}
.CommentMuteSVG {
  width: 1.25em;
  fill: #777;
}
.MuteMenuToggle{
	position: absolute;
	top: 20px;
  right: 0;
	z-index: 10;
	overflow: unset!important;
}
.MuteMenuToggle_Content{
	position: relative;
}
.MuteMenuToggle_Content:before{
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 7px 7px 7px;
	border-color: transparent transparent #ccc transparent;
	line-height: 0px;
	top: -6px;
  right: 16px;
	left: unset;
}
.MuteMenuToggle_Content:after{
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 7px 7px 7px;
	border-color: transparent transparent #fff transparent;
	line-height: 0px;
	top: -5px;
  right: 16px;
	left: unset;
}
.MuteMenuToggle ul{
	width: 285px;
	padding: 0 18px 0;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 7px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 7px 0px rgba(0,0,0,.2);
	box-shadow: 0 2px 7px 0px rgba(0,0,0,.2);
}
.MuteMenuToggle ul li{
	padding: 0;
}
.MuteMenuToggle ul li > a{
	display: block;
	background: #fff;
	font-size: 78%;
	border-bottom: 1px solid #eaeaea;
	padding: 22px 0px 21px;
	color: #222;
	cursor: pointer;
}
.MuteMenuToggle ul li:last-child .UserFunction_List,
.MuteMenuToggle ul li:last-child a {
	border-bottom: none;
}
@media only screen and (max-width: 320px) {
	.MuteMenuToggle{
		left:-45px;
	}

	.MuteMenuToggle_Content:before{

		left: 77px;
	}
	.MuteMenuToggle_Content:after{

		left: 77px;
	}

}






/* ページャー共通 */
.CommentBoxWrap_Inner .Common_Pager{
	padding:8px 8px 10px;
}
.CommentBoxWrap_Inner .Common_Pager ul{
	display:table;
	margin: 0 auto;
	max-width:280px;
}
.CommentBoxWrap_Inner .Common_Pager ul + ul {
	margin-top: 8px;
}
.CommentBoxWrap_Inner .Common_Pager ul li{
	display:table-cell;
	width:36px;
	font-size:.65em;
	vertical-align:top;
	/*border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;*/
	background: #fff;
}
.CommentBoxWrap_Inner .Common_Pager ul li:first-child{
	width:54px;
}
.CommentBoxWrap_Inner .Common_Pager ul li:first-child,
.CommentBoxWrap_Inner .Common_Pager ul li:first-child a,
.CommentBoxWrap_Inner .Common_Pager ul li:first-child div{
	border-top-left-radius: 2px 2px;
	border-bottom-left-radius: 2px 2px;
}
.CommentBoxWrap_Inner .Common_Pager ul li:last-child{
	width:54px;
	/*border-right: 1px solid #BDBDBD;*/
}
.CommentBoxWrap_Inner .Common_Pager ul li:last-child,
.CommentBoxWrap_Inner .Common_Pager ul li:last-child a,
.CommentBoxWrap_Inner .Common_Pager ul li:last-child div{
	border-bottom-right-radius : 2px 2px;
	border-top-right-radius : 2px 2px;
}
.CommentBoxWrap_Inner .Common_Pager ul li a,
.CommentBoxWrap_Inner .Common_Pager ul li div{
	display:block;
	height:32px;
	line-height: 32px;
	/*font-weight:bold;*/
	text-align:center;
	/*padding:8px 2px 6px 2px;*/
	padding: 0;
	color:#999;
}
.CommentBoxWrap_Inner .Common_Pager ul li:first-child div,
.CommentBoxWrap_Inner .Common_Pager ul li:last-child div{
	color:#999;
}
.CommentBoxWrap_Inner .Common_Pager ul li.Page_Active div{
	/*color:#fff;*/
	font-weight:bold;
	/*text-shadow: #27436e 0 -1px 0;
	background: #3376EA;
	box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;*/
}
.CommentBoxWrap_Inner .Common_Pager .Icon_Umasta_S .Icon_GrayTriangle_Right{
	margin: -4px 0 0 2px;
}
.CSS3_Icon_L,
.CSS3_Icon_R {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0;
}
.CSS3_Icon_L {
	padding: 0 0 0 12px;
}
.CSS3_Icon_R {
	padding: 0 12px 0 0;
}
span.CSS3_Icon_TriangleLeft:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 0;
	height: 0;
	border-right: 8px solid #ccc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
span.CSS3_Icon_TriangleRight:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 0;
	height: 0;
	border-left: 8px solid #ccc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

/* 変更情報用調整 .Race_Information */
.Race_Information .Common_Pager {

}
.Race_Information .Common_Pager {

}
.Race_Information .Common_Pager ul li:first-child,
.Race_Information .Common_Pager ul li:last-child{
	width:54px;
}
.Race_Information .Common_Pager ul li a,
.Race_Information .Common_Pager ul li div{
	display:block;
	height:32px;
	line-height: 32px;
	padding: 0;
	color:#999;
}


/*==============================================
規約違反通報
==============================================*/
.report_form {
	border-top:0 none;
	background:#fff;
	padding: 14px;
	padding-bottom:0px; /* 上下の幅の調整のため */
	/* margin-bottom: 18px; */
	margin-bottom:23px; /* 上下の幅の調整のため */
	color: #333;
	font-size: 100%;
}
.report_form p,
.report_form dl dd{
	line-height:1.5;
	margin-bottom:0.8em;
}
.report_form dl dt{
	margin-bottom:0.4em;
	font-weight:bold;
}
.report_form dl dd span{
	color:#c00;
}
.report_form dl dd span{
	color:#c00;
}
.report_form dl dd a{
	font-weight:bold;
}
.report_form table {
	width: 100%;
}
.report_form table th {
	width: 6em;
	vertical-align: top;
	padding:6px;
}
.report_form table td {
	padding:6px;
}
.report_form table textarea {
	width: 90%;
	margin-bottom:8px;
}
.report_form button {
	padding: 8px 20px;
	font-size: .8em;
	font-weight: bold;
	border: 1px solid #d7d8d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f1f2f3;
	background-image: -moz-linear-gradient(top,#f7f8f9,#f1f2f3);
	background-image: -o-linear-gradient(top,#f7f8f9,#f1f2f3);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f7f8f9),to(#f1f2f3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f8f9', EndColorStr='#f1f2f3')";
	border: 1px solid #d7d8d9;
	text-shadow: white 0 1px 0;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	-ms-box-shadow: 0 1px 0 #fff inset;
	min-width:200px;
	margin:auto;
	display: block;
}


/*======================================
レース展開予想
======================================*/
.deploy_race_image {
	padding: 0 10px;
	margin-top: 30px;
	margin-bottom: 28px;
}
.deploy_race_image img {
	width: 100%;
	height: auto;
}

.DeployRace_SlideBoxItem > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.DeployRace_SlideBoxItem > ul > li {
	width: 24%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
}
.DeployRace_SlideBoxItem dl {
	width: 100%;
	height: 100%;
	border: 1px solid #cacaca;
}
.DeployRace_SlideBoxItem dt {
	color: #444;
	font-size: 61.11%;
	text-align: center;
	padding: 11px 0;
	background: #eaeaea;
	border-bottom: 1px solid #cacaca;
	width: 100%;
}
.DeployRace_SlideBoxItem dd {
	padding: 9px 0 9px 5px;
	text-align: left;
}
.DeployRace_SlideBoxItem dl ul {
	margin-top: -7px;
	/*margin-left: -5px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.DeployRace_SlideBoxItem dl li {
	margin-top: 7px;
	width: 50%;
	font-size: 61%;
	font-weight: bold;
	text-align: center;
	color: #666;
}
.DeployRace_SlideBoxItem .lblWaku {
	color: #fff;
	font-size: 118%;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 70%;
	max-width: 28px;
	position: relative;
	display: block;
	margin: 0 auto 3px;
	text-indent: -3px;
}
@media screen and (max-width: 375px) {
	.DeployRace_SlideBoxItem .lblWaku {
		/* font-size: 91%; */
		text-indent: -3px;
	}
}
@media screen and (max-width: 331px) {
	.DeployRace_SlideBoxItem dl li {
		font-size: 55.6%;
		white-space: nowrap;
		overflow: hidden;
	}
	.Sec_Deploy_Race .Btn_Group li a{
		font-size: 13px;
	}
}
@media screen and (max-width: 319px) {
	.DeployRace_SlideBoxItem dl ul {
		display: block;
		text-align: center;
	}
	.DeployRace_SlideBoxItem dl ul li {
		display: inline-block;
	}
}
.DeployRace_SlideBoxItem .lblWaku:before,
.DeployRace_SlideBoxItem .lblWaku.Waku1:after {
	content: '';
	position: absolute;
	top: 0;
	left: -6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 6px 15px 0;
	border-color: transparent #cacaca transparent transparent;
	z-index: 1;
}
.DeployRace_SlideBoxItem .lblWaku.Waku1:before {
	content: '';
	position: absolute;
	top: 0;
	left: -6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 6px 14px 0;
	border-color: transparent #fff transparent transparent;
	box-shadow: 2px 0 0 #fff;
	z-index: 2;
}
.DeployRace_SlideBoxItem .lblWaku.Waku1:after {
	top: -1px;
	left: -7px;
	border-width: 15px 6px 15px 0;
}

/*-- 枠色 --*/
.DeployRace_SlideBoxItem .lblWaku.Waku1 {background: #fff; color: #555; border: 1px solid #cacaca;}
.DeployRace_SlideBoxItem .lblWaku.Waku2 {background: #222;}
.DeployRace_SlideBoxItem .lblWaku.Waku2:before { border-color: transparent #222 transparent transparent;}
.DeployRace_SlideBoxItem .lblWaku.Waku3 {background: #dc3c3c;}
.DeployRace_SlideBoxItem .lblWaku.Waku3:before { border-color: transparent #dc3c3c transparent transparent;}
.DeployRace_SlideBoxItem .lblWaku.Waku4 {background: #2c53a9;}
.DeployRace_SlideBoxItem .lblWaku.Waku4:before { border-color: transparent #2c53a9 transparent transparent;}
.DeployRace_SlideBoxItem .lblWaku.Waku5 {background: #e4ca3b;}
.DeployRace_SlideBoxItem .lblWaku.Waku5:before { border-color: transparent #e4ca3b transparent transparent;}
.DeployRace_SlideBoxItem .lblWaku.Waku6 {background: #58af4a;}
.DeployRace_SlideBoxItem .lblWaku.Waku6:before { border-color: transparent #58af4a transparent transparent;}
.DeployRace_SlideBoxItem .lblWaku.Waku7 {background: #de8a26;}
.DeployRace_SlideBoxItem .lblWaku.Waku7:before { border-color: transparent #de8a26 transparent transparent;}
.DeployRace_SlideBoxItem .lblWaku.Waku8 {background: #dc6179;}
.DeployRace_SlideBoxItem .lblWaku.Waku8:before { border-color: transparent #dc6179 transparent transparent;}

.DeployRace_SlideBoxItem .lblWaku.Waku0 {background: #f0f1f5; color: #444;}
.DeployRace_SlideBoxItem .lblWaku.Waku0:before { border-color: transparent #f0f1f5 transparent transparent;}

/* .DeployRace_Slide .slick-prev,
.DeployRace_Slide  .slick-next {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: rgba(85, 85, 85, .6);
	top: 0%;
	margin-top: 0;
} */
/* .DeployRace_Slide .slick-prev {
	left: 3px;
}
.DeployRace_Slide  .slick-next {
	right: 3px;
} */
/* .DeployRace_Slide .slick-prev:before,
.DeployRace_Slide .slick-next:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 1px;
	background: none;

} */
/* .DeployRace_Slide .slick-prev:before {
	left: 10px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.DeployRace_Slide .slick-next:before {
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} */

dl.RacePace {
	display: table;
	border: 1px solid #c6ccdd;
}
dl.RacePace dt {
	display: table-cell;
	color: #666;
	font-size: 72.23%;
	font-weight: bold;
	background: #f3f3f3;
	border-right: 1px solid #c6ccdd;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
dl.RacePace dd {
	display: table-cell;
	font-size: 88.89%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 6px 10px;
}
dl.RacePace dd.Pace_S {
	color: #3251bc;
}
dl.RacePace dd.Pace_M {
	color: #167c07;
}
dl.RacePace dd.Pace_H {
	color: #c53131;
}
.SpecialPastResultsArea {
	margin-bottom: 21px;
}
table.All_Special_Table .triangle {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 9px;
	border-color: transparent transparent transparent #4472C4;
	margin-right: 5px;
}
table.All_Special_Table td.Horse_Info {
	text-align: left;
}
table.All_Special_Table tr:nth-child(n+11) {
	display: none;
}
table.All_Special_Table.Table_Show_All tr:nth-child(n+11) {
	display: table-row;
}

/*======================================
専門紙リスト01 .TopSenmonshiList
======================================*/
.TopSenmonshiList {

}
.TopSenmonshiList > ul {
	border-top: 1px solid #e0e0e0;
}
.TopSenmonshiList > ul li {
	border-bottom: 1px solid #e0e0e0;
}
.TopSenmonshiList a {
	position: relative;
	display: block;
}
.TopSenmonshiList .LinkBox_01 {
	position: relative;
	width: 100%;
	min-height: 66px;
	padding: 10px;
}
.TopSenmonshiList .LinkBox_01 .ThumbList {
	width: 45px;
	height: 45px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
}
.TopSenmonshiList .LinkBox_01 .ThumbList img {
	display: block;
	width: 100%;
}
.TopSenmonshiList .LinkBox_01 p.SenmonshiName,
.TopSenmonshiList .LinkBox_01 p.SenmonshiInfo {
	margin: 0 70px 0 55px;
}
.TopSenmonshiList .LinkBox_01 p.SenmonshiName {
	font-size: 105.6%;
	font-weight: bold;
	color: #555;
	line-height: 1.3;
	margin-bottom: 3px;
}
.TopSenmonshiList .LinkBox_01 p.SenmonshiInfo {
	font-size: 77.78%;
	color: #777;
}
.TopSenmonshiList .LinkBox_01 .now-showing {
	position: absolute;
	top: 50%;
	right: 10px;
	color: #03a;
	background: #fff;
	border: 1px solid #03a;
	padding: 2px 9px;
	border-radius: 8px;
	font-size: 66.67%;
	margin-top: -9px;
}
/*======================================
専門紙リスト02 .SenmonshiListWrap01
======================================*/
.SenmonshiListWrap01 {
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
	margin-top: -5px;
	padding: 5px 10px 0;
}
.SenmonshiListWrap01 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.SenmonshiListWrap01 .Senmonshi_Box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 292px;
	-ms-flex-wrap: 292px;
	flex-wrap: 292px;
	white-space: normal;
	height: 100%;
	padding: 10px;
	border: 1px solid #cacaca;
	border-radius: 6px;
}
.SenmonshiListWrap01 li + li {
	margin-left: 10px;
}
.SenmonshiListWrap01 li:last-child {
	width: 302px;
	padding-right: 10px;
}
.SenmonshiListWrap01 .Yosoka {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.SenmonshiListWrap01 .Yosoka .LogoImage {
	display: table-cell;
	width: 65px;
	vertical-align: top;
	overflow: hidden;
	border-radius: 6px;
}
.SenmonshiListWrap01 .Yosoka .LogoImage img {
	width: 100%;
	border-radius: 6px;
}
.SenmonshiListWrap01 .SenmonshiNameWrap {
	display: table-cell;
	width: 100%;
	padding-left: 16px;
	vertical-align: middle;
}
.SenmonshiListWrap01 .SenmonshiNameWrap .Name {
	margin-bottom: 6px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.SenmonshiListWrap01 .SenmonshiNameWrap .Name a {
	display:inline-block;
	font-size: 1.1875rem;
}

.SenmonshiListWrap01 .BalanceWrap .BtnArea .StateBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	height: 50px;
	padding: 0;
}
.SenmonshiListWrap01 .BalanceWrap .BtnArea .StateBtn.State1{
	color: #fff;
	background-color: #e5a700;
}
.SenmonshiListWrap01 .BalanceWrap .BtnArea .StateBtn.State2 {
	color: #666;
	background: #e3e3e3;
}
.SenmonshiListWrap01 .BalanceWrap .BtnArea .StateBtn.State3 {
	background: #da4343;
	color: #fff;
}
.SenmonshiListWrap01 .BalanceWrap .BtnArea .Point,
.SenmonshiListWrap01 .BalanceWrap .BtnArea .Txt{
	display: block;
	font-size: 0.9375rem;
	line-height: 1.2;
}
.SenmonshiListWrap01 .BalanceWrap .BtnArea .Point{
	margin-bottom: 2px;
}

.SenmonshiListWrap01 .SenmonshiItemWrap {
	margin: 10px 0 18px;
}
.SenmonshiListWrap01 ul li.Selectable .ItemNote{
	font-size: 77.7778%;
}
.SenmonshiListWrap01 .SizeLabel{
	display: inline-block;
	width: 38px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	border:1px solid #B0B0B0;
	border-radius: 2px;
	color: #777;
}
.SenmonshiListWrap01 ul li.Selectable .ItemNote .SizeLabel{
	margin-left: 7px;
}
.SenmonshiListWrap01 ul li.Selectable .MainName{
	color: #777;
	width: 270px;
	font-size: 88.8889%;
	font-weight: bold;
	padding-top: 7px;
	overflow: hidden;
	line-height: 1em;
	white-space: nowrap;
	letter-spacing: normal;
	text-overflow: ellipsis;
}
