@charset "utf-8";
/*===========================================
race_special_nk01.css
netkeirin レース情報 特集

============================================*/
.MoreLink {
	margin-top: 20px;
	padding-bottom: 1px;
}

.RaceListArea .RaceListWrap {
	margin:20px 10px 0;
}
.RaceListArea .RaceListWrap .RaceList_inner{
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
.RaceListArea .RaceListWrap .RaceList_inner + .RaceList_inner{
	border-top:none;
}
.RaceListArea .RaceListWrap dl {
	display: flex;
}
.RaceListArea .RaceListWrap dt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width:32.39%;
	min-height: 40px;
	padding: 5px 10px;
	background:#E7E7E7;
	font-size:0.75rem;
	font-weight: bold;
	line-height:1.16;
	color:#666;
}
.RaceListArea .RaceListWrap dd{
	display: flex;
	justify-content: center;
	align-items: center;
	width:32.39%;
	width:33.8%;
	min-height: 40px;
	font-size:0.6875rem;
	font-weight: bold;
	color:#666;
}
.RaceListArea .RaceListWrap dd a{
	display: block;
	text-align: center;
	width: 90%;
	padding: 8px 0;
	border: 1px solid #888;
	border-radius: 4px;
	color: #666;
}
@media only screen and (min-width:768px){
	.RaceListArea .RaceListWrap dd a:hover {
		background: #f9f9f9;
	}
}
.RaceCommon_Table + .LinkBtn_03{
	margin-top:30px;
}

.RaceLive_Wrap{
	margin:0 10px;
	border-radius:4px;
}
.RaceLive_Wrap > a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	border: 1px solid #3251bc;
	border-radius: 4px;
	min-height: 68px;

}
.RaceLive_Wrap.Result > a{
	border: 1px solid #c53131;
}
.RaceLive_Wrap > a:hover{
	text-decoration: none;
}
@media only screen and (min-width:768px){
	.RaceLive_Wrap > a:hover {
		background: #f9f9f9;
	}
	.RaceLive_Wrap > a:hover .Race_Group p {
		color: #c53131;
		text-decoration: underline;
	}
}
.RaceLive_Wrap .Race_Date_Wrap{
	display: block;
	width: 75px;
}
.RaceLive_Wrap .Race_Date{
	display: block;
	text-align: center;
	background:#E6E6E6;
	padding: 6px 0;
	border-radius:4px;
	font-size:0.75rem;
	font-weight: bold;
	color:#444;
	line-height:1.25;
}
.RaceLive_Wrap.Result .Race_Date{
	color: #c53131;
}
.RaceLive_Wrap .Race_Deadline{
	display:block;
	text-align:center;
	font-size: 0.75rem;
	line-height: 1.25;
	margin-top: 4px;
}
.RaceLive_Wrap .Race_Group_inner{
	display: flex;
}
.RaceLive_Wrap .Race_Group_inner .Race_Group_icon{
	display: flex;
}
.RaceLive_Wrap .Race_Group_inner .Race_Place{
	margin-left:10px;
	font-size:0.875rem;
	font-weight:bold;
	color:#888888;
}
.RaceLive_Wrap .Race_Group_inner .Race_Place span{
	margin-left:5px;
	font-size:0.6875rem;
}
.RaceLive_Wrap .Race_Group p{
	margin-top:8px;
	font-size:1rem;
	font-weight:bold;
	color:#444444;
}
.ReferenceRace .Race_Live{
	margin-bottom:10px;
}
.ReferenceRace .Race_Live h2{
	color:#0033AA;
	font-size:1rem;
}
.ReferenceRace .Race_Live h2 span{
	display: inline-block;
	text-align: center;
	width: 45px;
	padding:5px 0;
	margin-right:10px;
	background:#FFCC00;
	color:#000000;
	font-size:0.875rem;
	border-radius: 2px;
}
@media screen and (max-width:360px){
	.RaceList_Main_Box .RaceList_Item02 dl .Race_Data{
		font-size:0.6875rem;
	}
}

/*-- SpecialMainImage --*/
.Icon_Chumoku:before{
	content: '';
	display: inline-block;
	background: url(../../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: 0 -1px;
	width: 13px;
    height: 13px;
    margin-right: 3px;
    margin-left: 5px;
    vertical-align: top;
}
.SpecialMainImage {
	background: url('../img/special/special_new/main_image.jpg?180518') no-repeat top center;
	background-size: cover;
	height: 0;
	padding-top: 56.26%;
	position: relative;
	background-color: #000;
	margin-bottom: 21px;
}
.SpecialMainImageTxt{
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.67)),color-stop(40%, rgba(0,0,0,0)),to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,.67),rgba(0,0,0,0) 40%,rgba(0,0,0,0));
	background: linear-gradient(to top,rgba(0,0,0,.67),rgba(0,0,0,0) 40%,rgba(0,0,0,0));
}
.SpecialMainTxtInner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px 10px;
	color: #fff;
}
.SpecialMainImageCaption {
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 22px;
	height: 2;
	margin-top: 3px;
	padding: 2px 2px 0 2px;
}
.SpecialMainImageCaption span {
	vertical-align: 1px;
}
.SpecialMainImageTitle > span {
	display: inline-block;
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 1.1;
	vertical-align: 2px;
	padding: 6px 2px 0 1px;
}
.SpecialMainImageTitle .Feature {
	font-size: 77.8%;
}
@media screen and (max-width: 374px) {
	.SpecialMainImage {
		min-height: 131px;
	}
}
.SpecialMainImageData {
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.28;
	padding: 2px 2px 0 2px;
	align-items: center;
}
.SpecialMainImageData span:first-of-type{
	margin-left:5px;
}
.SpecialMainImageData .Icon_RaceMark{
	border-radius: 0;
	line-height: 15px;
}
.SpecialMainImageData .Icon_RaceMark:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.SpecialMainImageData .Icon_RaceMark:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
/*  */
.Top_RaceMenu_Inner.SpecialMenu svg.Icon_Race01,
.Top_RaceMenu_Inner.SpecialMenu svg.Icon_Race01 path{
	fill: #999;
}
.Top_RaceMenu_Inner ul.Btn_List_01 li a,
.Top_RaceMenu_Inner ul.Btn_List_01 li span.NoLink {
	margin-right: 4px;
}
.Top_RaceMenu_Inner ul.Btn_List_01 li span.NoLink {
	display: block;
	font-size: 72.23%;
	font-weight: bold;
	color: #b3b3b3;
	background: #f7f7f7;
	text-align: center;
	padding: 9px 0;
	border-radius: 4px;
	border: solid 1px #dedede;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
.Top_RaceMenu_Inner ul.Btn_List_01 li span.NoLink svg {
	opacity: 0.5;
}
@media only screen and (min-width:768px){
	.Top_RaceMenu_Inner ul.Btn_List_01 li a:hover {
		color: #c53131;
	}
}
@media only screen and (max-width: 330px){
	.Top_RaceMenu_Inner ul.Btn_List_01 li a,
	.Top_RaceMenu_Inner ul.Btn_List_01 li span.NoLink {
		font-size: 66.67%;
	}
}
/*======================================
レース一覧
======================================*/
.SpecialRaceList .Tab_RaceDaySelect {
	padding: 0;
}
.SpecialRaceList .Tab_RaceDaySelect ul.Tab4 li,
.SpecialRaceList .Tab_RaceDaySelect ul.Tab5 li,
.SpecialRaceList .Tab_RaceDaySelect ul.Tab6 li,
.SpecialRaceList .Tab_RaceDaySelect ul.Tab7 li {
	width: 25%;
	width : -webkit-calc( 100% / 4 ) ;
	width : calc( 100% / 4 ) ;
}
@media only screen and (max-width: 330px){
	.SpecialRaceList .Tab_RaceDaySelect ul li a,
	.SpecialRaceList .Tab_RaceDaySelect ul li span.No_Link {
		font-size: 66.67%;
	}
}

/*======================================
スペシャルコンテンツ .SpecialContents
======================================*/
.SpecialContents .Column_MainImgBox {
	margin-bottom: 10px;
}
.SpecialContents .Column_MainImgBox_Thumb {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.SpecialContents .Column_MainImgBox a {
	display: block;
	overflow: hidden;
}
@media only screen and (min-width:768px){
	.SpecialContents .Column_MainImgBox a:hover {
		background: #f9f9f9;
		text-decoration: none;
	}
	.SpecialContents .Column_MainImgBox a:hover .Thumb_Wrapper {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}
.SpecialContents .Thumb_Wrapper {
	position: relative;
}
.SpecialContents .Top_Slide_Bgm {
	content: '';
	position: absolute;
	top: 12px;
	right: 25px;
	width: 24px;
	height: 19px;
	background: url(../img/icon/icon_sprite_sp_top.png) no-repeat;
	-webkit-background-size: 100px auto;
	-moz-background-size: 100px auto;
	background-size: 100px auto;
	background-position: 0 -46px;
}
.SpecialContents .Mv_Time {
	color: #fff;
	font-size: 62.94%;
	line-height: 1.59;
	background: #000;
	padding: 0 10px;
	position: absolute;
	bottom: 18px;
	right: 16px;
}
.SpecialContents .Column_MainImgBox .SlideTxtArea {
	padding: 14px 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.SpecialContents .Column_MainImgBox .SlideTxtArea .SlideTxtInner {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	width: 100%;
}
.SpecialContents .Column_MainImgBox .SlideTxtArea .Icon_Chumoku:before {
	margin-right: 7px;
	margin-left: 9px;
}
.SpecialContents .Content_Cate {
	color: #888;
	font-size: 61%;
	font-weight: bold;
	margin-bottom: 7px;
}
.SpecialContents .ContentMainTitle {
	color: #444;
	font-size: 89%;
	line-height: 1.38em;
	font-weight: bold;
	margin-bottom: 7px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height:2.6em;
}
.SpecialContents .Content_FooterTxt {
	color: #888;
	font-size: 61%;
	text-align: right;
}
.SpecialContents .ColumnList {
	padding: 0 10px;
}
.SpecialContents .ColumnList .List01 li {
	margin-bottom: 10px;
}
.SpecialContents .ColumnList .List01 li a {
	display: block;
}
@media only screen and (min-width:768px){
	.SpecialContents a:hover .ContentMainTitle {
		color: #c53131;
		text-decoration: underline;
	}
	.SpecialContents .ColumnList .List01 li a:hover {
		text-decoration: none;
	}
	.SpecialContents .ColumnList .List01 li a:hover .PhotoThumb_01{
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}

.SpecialContents .ColumnList .List01 .PhotoThumb_01,
.NewsNewsRankList .List_01 .LinkBox_01 .PhotoThumb_01 {
	width: 107px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin-right: 14px;
	background:#eee;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.SpecialContents .ColumnList .List01 .PhotoThumb_01 img {
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
}
.SpecialContents .ColumnList .List01 .Content_Cate {
	font-size: 55.56%;
	line-height: 1.23;
	margin-bottom: 2px;
}
.SpecialContents .ColumnList .List01 .ContentMainTitle {
	margin-bottom: 11px;
}


/*======================================

======================================*/
.RaceSpecialArea .CourseRecord {
	width: 100%;
	border: 1px solid #cacaca;
	border-collapse: collapse;
}
.RaceSpecialArea .CourseRecord th {
	color: #666;
	font-size: 66%;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	background: #cacaca;
	border: 1px solid #c6ccdd;
	padding: 20px 7px 20px;
}
.RaceSpecialArea .CourseRecord td {
	color: #666;
	font-size: 66%;
	vertical-align: middle;
	border: 1px solid #cacaca;
	padding: 7px 5px;
}
.RaceSpecialArea .CourseRecord td.Time {
	color: #c53131;
	font-weight: bold;
}
.RaceSpecialArea .CourseRecord td.Horse a {
	color: #03a;
	font-weight: bold;
}
@media screen and (max-width: 374px) {
	.RaceSpecialArea .CourseRecord th {
		padding: 5px;
	}
	.RaceSpecialArea .CourseRecord td {
		padding: 7px 5px;
	}
}
.RaceSpecialArea .Course_Record{
	margin: 30px 10px 20px;
}
.RaceSpecialArea .Course_Record dl{
	display: flex;
	border-top:1px solid #CACACA;
	border-bottom:1px solid #CACACA;
	font-size:0.75rem;
}
.RaceSpecialArea .Course_Record dt{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28.16%;
	min-height: 50px;
	padding: 0 15px;
	text-align: left;
	background:#E7E7E7;
	color:#666666;
}
.RaceSpecialArea .Course_Record dd{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25.91%;
	min-height: 50px;
}
.RaceSpecialArea .Course_Record dd +dd{
	border-left:1px solid #CACACA;
}
.RaceSpecialArea .Course_Record .CourseRecord_time{
	width:19.71%;
	color:#C53131;
}
.RaceSpecialArea .CourseRecordBox + .CourseImageArea {
	padding: 25px 0 0;
	margin-top: 0;
}
.RaceSpecialArea .Course_Image {
	text-align: center;
}
.RaceSpecialArea .Course_Image img {
	width: 60%;
	height: auto;
}
.RaceSpecialArea .RaceCourseAna{

}
.RaceSpecialArea .RaceCourseAna_Tactics {
	margin: 0 10px;
}
.RaceCourseAna_Tactics table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-bottom: 1px solid #cacaca;
}
.RaceCourseAna_Tactics table thead th {
	font-size: 72.23%;
	color:#666;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 8px;
}
.RaceCourseAna_Tactics table tbody th {
	font-size: 72.23%;
	background:#e7e7e7;
	color:#666;
	font-weight: bold;
	width:16.90%;
	height: 48px;
	border-top: 1px solid #cacaca;
	vertical-align: middle;
	text-align: center;
}
.RaceCourseAna_Tactics table tbody td {
	width:20.84%;
	font-size: 66.67%;
	border-top: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	vertical-align: middle;
	text-align: center;
}
.RaceCourseAna_Tactics table tbody td:last-of-type {
	border-right: none;
}




/* コース紹介 */
.RaceSpecialArea .AboutCouseTxt {
	position: relative;
	margin: 17px 0 20px;
}
.RaceSpecialArea .AboutCouseTxt p {
	color: #777;
	font-size: 83.34%;
	line-height: 1.6;
	margin: 0 10px;
}


/*プレミアムボタン02*/
.BtnPremiumRegist02 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: inline-block;
	z-index: 60;
	box-shadow: 0 none;
}
.BtnPremiumRegist02.table_base{
	top:auto;
	bottom:-4px;
	z-index: 60;
}
.BtnPremiumRegist02.static{
	position: static;
	transform: none;
	margin: auto;
	width: 255px;
	display: block;
}
.BtnPremiumRegist02 a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: #675500;
	position: relative;
	white-space: nowrap;
	background: #fff;
	border:2px solid rgb(189, 171, 120);
	border-radius: 4px;
	box-shadow: 0 0 14px 6px rgba(255,255,255,.004);
}
.BtnPremiumRegist01 a:before {
	display: none;
}
.BtnPremiumRegist02.size_m a{
	padding:9px 10px 6px;
}
.BtnPremiumRegist02.size_s a{
	height: 27px;
	line-height: 27px;
	padding: 0;
}
.BtnPremiumRegist02 a .premium_btn{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	height: 42px;
	min-width:230px;
	line-height: 42px;
	font-weight: bold;
	background-color: rgb(189, 171, 120);
	border-radius: 4px;
}
.BtnPremiumRegist02 a .btn_comment{
	display:inline-block;
	height: 23px;
	width: 184px;
	max-width: auto;
}
.BtnPremiumRegist02 a .icon_touch{
	display: inline-block;
	height: 30px;
	width: 22px;
	margin-right: 8px;
}
.BtnPremiumRegist02 a .icon_touch_min{
	display: inline-block;
	height: 18px;
	width: 13px;
	margin-right: 5px;
}
/*======================================
掲示板
======================================*/
.List_Box.BBS {
	margin-top: 15px;
}
.BBS_Balloon + .BBS_Balloon {
	margin-top: 22px;
}
.BBS_Balloon .BBS_Box_Wrapper {
	padding-left: 44px;
}
.BBS_Balloon .BBS_Box_Wrapper .BBS_Box {
	position: relative;
	background: #f3f3f3;
	border-radius: 4px;
	padding: 12px 9px 10px 16px;
}
.BBS_Balloon .Avatar_Box {
	float: left;
	margin-right: 8px;
}
.Avatar_Thumb_L {
	display: block;
	width: 35px;
	height: 35px;
	padding: 0px;
	border-radius: 50%;
	background-position: 0 0;
	background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	overflow: hidden;
}
.Avatar_Thumb_S {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.Avatar_Thumb_L img,
.Avatar_Thumb_S img {
	display: block;
	width: 100%;
	height: 100%;
}
.BBS_Balloon .Avatar_Name{
	width: 100%;
	padding-left: 44px;
}
.BBS_Balloon .Avatar_Name > a {
	padding: 0;
}
.BBS_Balloon .Avatar_Name p {
	display: inline-block;
	color: #03a;
	font-size: 72.3%;
	margin-bottom: 7px;
}
.BBS_Balloon .Avatar_Name p a {
	color: #888;
	font-weight: bold;
	font-size: 1em;
	display:inline;
	padding:0;
}
.BBS_Balloon .BBS_Comment {
	position: relative;
}
.BBS_Balloon .BBS_Comment p {
	color: #444;
	font-size: 99%;
	line-height: 1.31;
}
.BBS_Balloon .BBS_Comment p.moreText {
	max-height : 5em;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.BBS_Balloon .BBS_Comment p.MoreReadComment {
	position: absolute;
	bottom: -4px;
	right: 0;
}
.BBS_Balloon .BBS_Comment p.MoreReadComment a {
	display:inline-block;
	font-weight: normal;
	font-size: 88%;
	background: #f3f3f3;
	line-height: 1.78;
	padding: 0 20px 0 59px;
	background: -webkit-linear-gradient(left, rgba(243,243,243,0) 0%, rgba(243,243,243,0.9) 10%, rgba(243,243,243,0.9) 10%, #f3f3f3 20%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(243,243,243,0)), color-stop(10%, rgba(243,243,243,0.9)), color-stop(10%, rgba(243,243,243,0.9)), to(#f3f3f3));
	background: -moz-linear-gradient(left, rgba(243,243,243,0) 0%, rgba(243,243,243,0.9) 10%, rgba(243,243,243,0.9) 10%, #f3f3f3 30%);
	background: -o-linear-gradient(left, rgba(243,243,243,0) 0%, rgba(243,243,243,0.9) 10%, rgba(243,243,243,0.9) 10%, #f3f3f3 30%);
	background: linear-gradient(to right, rgba(243,243,243,0), rgba(243,243,243,0.9) 10%, rgba(243,243,243,0.9) 10%, #f3f3f3 30%);
}
.BBS_Balloon .BBS_Comment p.MoreReadComment a span:before{
display: inline-block;
content: "???";
}
.BBS_Balloon .BBS_Box_Wrapper .BBS_Box .LinkBox_Footer,
.BBS_Balloon .BBS_Box_Wrapper .BBS_Box .LinkBox_Footer > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.BBS_Balloon .BBS_Box_Wrapper .BBS_Box .LinkBox_Footer .BBS_TimeStump {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.BBS_Balloon .BBS_Box .BBS_btn_like .Nice p + p {
	margin-left: 8px;
}
.BBS_Balloon .BBS_Box .BBS_btn_like .Nice p span[class*="like_count"] {
	color:#777;
	font-weight: normal;
	font-size: 1.11em;
	margin: 0;
}
.RaceComment ul {
	padding: 0 10px;
}
.RaceComment ul li {
	position: relative;
}
.RaceComment ul li + li {
	margin-top: 22px;
}
.RaceComment ul li img.AvatarThumb {
	float: left;
}
.AvatarThumb {
	display: inline-block;
	border-radius: 50%;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	background-color: #ccc;
	vertical-align: middle;
}
.RaceComment ul li .UserName {
	margin-left: 8px;
	font-size: 72%;
	color: #888888;
	font-weight: bold;
}
.RaceComment ul li .TimeStamp {
	position: absolute;
	top: 6px;
	right: -1px;
	color: #777777;
	font-size: 72.22%;
}
.RaceComment ul li .CommentMain {
	color: #444444;
	padding: 16px 13px 15px;
	background: #f3f3f3;
	border-radius: 4px;
	margin: 7px 0 0 44px;
}
.RaceComment ul li .CommentMain a {
	display: inline-block;
	font-size: 72.23%;
	margin-bottom: 0;
}
.RaceComment ul li .CommentMain p {
	font-size: 88.89%;
	line-height: 1.5;
	word-break: break-all;
}
.RaceComment ul li .CommentMain p.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.RaceComment ul li .CommentMain p.ellipsis.line2 {
	-webkit-line-clamp: 2;
	height: 3em;
}
.MoreNewsComment {
	padding: 20px 0;
}
.MoreNewsComment a {
	color: #777;
	font-size: 72.3%;
	font-weight: normal;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	line-height: 3.17;
	display: block;
}
.Not_Comment_Area .BBS_Balloon .BBS_Box_Wrapper {
	padding-left: 0;
}
.Not_Comment_Area .BBS_Balloon .BBS_Box_Wrapper .BBS_Box {
	background-color: transparent;
	padding: 0 0 10px;
}
.Not_Comment_Area .BBS_Balloon .BBS_Comment p {
	font-size: 78%;
}

.LinkBox_Footer {
	color: #888;
	font-size: 61.11%;
	text-align: right;
	margin-top: 7px;
	padding-right: 6px;
}
.LinkBox_Footer * {
	display: inline-block;
}


/*-- .PickupContents --*/
.Contents_Box.PickupContents {
	padding-bottom: 9px;
}
.PickupContents li {
	margin:8px 8px 14px;
}
.PickupContents li a{
	display:block;
}
.PickupBox01 {
	position:relative;
	box-shadow: 0 2px 2px rgba(146, 151, 165, .5);
	background:#fff;
}

.PickupBox01 p.ContentCategory {
	position:absolute;
	top:0;
	left:0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	float:left;
}
.PickupBox01 p.ContentCategory span{
	display:inline-block;
	position:relative;
	line-height:20px;
	padding:0 6px 2px 8px;
}
.PickupBox01 p.ContentCategory span:after{
	display:block;
	content:" ";
	height: 0;
	border-right: 14px solid transparent;
	position:absolute;
	top:0;
	right:-14px;
}

.PickupBox01 img.ContentsImg01 {
	width:100%;
	display:block;
}
.PickupBox01 p.ContentTxt01 {
	padding:8px;
	font-size: 84%;
	line-height:1.5;
	color:#222;
	font-weight:bold;
}
/* G1 */
body.Grade1 .PickupBox01 {
	border:3px solid #6679e3;
}
body.Grade1 .PickupBox01 p.ContentCategory span{
	background:#6679e3;
}
body.Grade1 .PickupBox01 p.ContentCategory span:after{
	border-top: 22px solid #6679e3;
}
/* G2 */
body.Grade2 .PickupBox01 {
	border:3px solid #e26868;
}
body.Grade2 .PickupBox01 p.ContentCategory span{
	background:#e26868;
}
body.Grade2 .PickupBox01 p.ContentCategory span:after{
	border-top: 22px solid #e26868;
}
/* G3 */
body.Grade3 .PickupBox01 {
	border:3px solid #68cc4f;
}
body.Grade3 .PickupBox01 p.ContentCategory span{
	background:#68cc4f;
}
body.Grade3 .PickupBox01 p.ContentCategory span:after{
	border-top: 22px solid #68cc4f;
}
/* ???莖? */
body.GradeNone .PickupBox01 {
	border:3px solid #e2a267;
}
body.GradeNone .PickupBox01 p.ContentCategory span {
	background:#e2a267;
}
body.GradeNone .PickupBox01 p.ContentCategory span:after{
	border-top: 22px solid #e2a267;
}



/*================================================
過去のレース結果 .SpecialPastResultsArea
================================================*/
.SpecialPastResultsArea {

}
ul.SpecialPastResultsList {
	margin: 0 10px;
}
ul.SpecialPastResultsList > li {
	border: 2px solid #e8e8e8;
	border-radius: 4px;
	padding: 10px;
}
ul.SpecialPastResultsList > li + li {
	margin-top: 10px;
}
.RacePastResultsData {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.RacePastResultsData .RaceResultsImg {
	overflow: hidden;
	width: 117px;
}
.RacePastResultsData .RaceResultsImg img.RacePhotoImg01 {
	display: block;
	width: 100%;
	border-radius: 4px;
}

.RacePastResultsData .RaceResultsTxt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 5px 0 5px 9px;
}
.RaceResultsTxt .race_info{
	display: flex;
	margin-bottom: 5px;
	font-size: 0.625rem;
}
.RaceResultsTxt .race_info span{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	background: #D2A60D;
	border-radius: 50px;
}
.RaceResultsTxt .race_info p{
	display: flex;
	align-items: center;
	position: relative;
	color: #575757;
}
.RaceResultsTxt span.PastResultsKaiji {
	display: block;
	font-size: 66.67%;
	font-weight: bold;
	color: #888;
	margin-bottom: 6px;
}
.RaceResultsTxt p.PastResultsName {
	display: flex;
	align-items: baseline;
	font-size: 1.125rem;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
@media screen and (max-width:360px){
	.RaceResultsTxt p.PastResultsName{
		font-size: 0.75rem;
	}
	.RaceResultsTxt p.PastResultsName span{
		font-size:0.625rem;
	}
}
.RaceResultsTxt p.PastResultsName span{
	margin-left:5px;
}
.RaceResultsTxt p.PastResultsName span.Icon_GradeType {
	margin-top: 8px;
}
.RaceResultsTxt span.PastResultsDate {
	display: block;
	font-size: 0.75rem;
	color: #888;
	line-height: 1.3;
}
table.PastResultsTable {
	width: 100%;
	margin: 8px 0 14px;
}
table.PastResultsTable td {
	font-size: 83.34%;
	padding-bottom: 4px;
}
table.PastResultsTable td.Result_Num {
	width: 3em;
}
table.PastResultsTable td.Horse_Info {
	font-weight: bold;
}
table.PastResultsTable td.Time {
	width: 5em;
}
table.PastResultsTable td.Popular {
	text-align: right;
	width: 3.6em;
}

@media only screen and (max-width: 330px){
	table.PastResultsTable td {
		font-size: 77.78%;
	}
	table.PastResultsTable td.Popular{
		width: 3.2em;
	}
	table.PastResultsTable td.Time{
		width: 4em;
	}
}

.RaceResultsBtnWrap ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.RaceResultsBtnWrap ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	width: 50%;
}
.RaceResultsBtnWrap ul li + li {
	margin-left: 10px;
}
.RaceResultsBtnWrap ul li .Btn01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 50px;
	border: 1px solid #898989;
	border-radius: 4px;
	font-size: 73.34%;
	font-weight: bold;
	color: #666;
	line-height: 1.23;
	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;
}

@media only screen and (min-width:768px){
	.RaceResultsBtnWrap ul li .Btn01:hover {
		background: #f9f9f9;
	}
}
/*-- 重賞スケジュール --*/
.SpecialScheduleArea {
	margin-top: 10px;
}
.SpecialScheduleArea .Tab01 {
	margin: 0 10px 18px;
}
.ScheduleBox {
	margin: 18px 10px 0px;
}
.ScheduleBox h3{
	text-align:left;
	padding:10px 0 8px;
	font-size:84%;
}
.ScheduleBox table{
	border-collapse: collapse;
	margin: auto;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
.ScheduleBox tbody tr+tr{
	border-top: 1px solid #CACACA;
}

.ScheduleBox tbody td:nth-child(1){
	font-size: 88.89%;
	color: #666;
	vertical-align: middle;
	padding: 10px 0px 10px 12px;
	font-size:0.75rem;
	font-weight: bold;
	background: #E7E7E7;
	width: 136px;
}
.ScheduleBox tbody td:nth-child(2) a{
	font-size: 88.89%;
	color: #666;
	text-align: left;
	vertical-align: middle;
	padding: 10px 4px;
	display: block;
	padding-left: 1rem;
	line-height: 1.13;
}

@media only screen and (min-width:768px){
	.ScheduleBox tbody td:nth-child(2) a:hover{
		background: #f9f9f9;
	}
}

/*-- プレミアム案内 --*/
.PremiumInfo01 {
	padding-bottom: 20px;
	padding-top: 88%;
	position: relative;
	background: url(../img/special//special_new/sp_premium_topvisual.jpg) no-repeat center center;
	background-size: 100.4%;
}

.PremiumInfo01::after {
	content: "";
	background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(255, 0, 161, .8)),
}
.PremiumInfo01Txt {
	position: absolute;
	top: 15%;
	left: 4%;
	text-align: center;
	width: 91%;
}
.PremiumInfo01Txt img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.PremiumInfo01_announce {
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 6px;
	margin-bottom: 9%;
	display: inline-block;
	font-size: 94.444%;
	font-weight: bold;
}
.Premium_Guide_Lead {
	width: 91%;
	margin: 0 auto 1.63rem;
}
.PremiumInfo01RegistBtn {
	margin-bottom: 0.81rem;
}
.PremiumInfo01RegistBtn > a {
	display: block;
}
/*================================================
 スポットバナー .SpotInfoBnr01
================================================*/
.SpotInfoBnr01 {
	margin: auto;
}
.SpotInfoBnr01 a {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: auto;
}
.SpotInfoBnr01 img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1023px){
	.SpotInfoBnr01 {
		margin: 0 10px;
	}
}
@media only screen and (min-width:768px){
	.SpotInfoBnr01 a:hover {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}

/*==============================================
ご意見・ご要望
==============================================*/
.OpinionBtn {
	padding: 12px 10px;
	max-width: 375px;
	margin: auto;
}
.OpinionBtn > p {
	font-size: 0.875rem;
	margin-bottom: 12px;
	text-align: center;
}
.OpinionBtn a {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 7px;
	display: block;
	height: 45px;
	padding: 16px 15px 15px;
	font-size: 0.875rem;
	text-align: center;
	font-weight: bold;
	color: #444;
}
/*======================================
ピックアップ予想
======================================*/
section.YosokaPickup {

}
section.YosokaPickup .ProYosoka_Box .Profile {
	vertical-align: middle;
}
section.YosokaPickup .ProYosoka_Box .PickupPoint {
	background: #f3f3f3;
	border-radius: 4px;
	padding: 10px;
	margin-top: 6px;
}
.PickupPoint .PickupCopy{
	color: #666;
	font-size: 77.78%;
	font-weight: bold;
	margin-bottom: 8px;
}
.PickupPoint dl.PickupDetail {
}
.PickupPoint dl.PickupDetail dt {
	color: #777;
	font-size: 66.67%;
	margin-bottom: 6px;
}
.PickupPoint dl.PickupDetail dd {
	color: #777;
	font-size: 138.9%;
	font-weight: bold;
}
section.YosokaPickup .ProYosoka_Box .BtnArea .StateBtn {
	color: #666;
	border-color: #888;
	cursor: pointer;
}
p.YosoPt_Msg_Campaign01 {

}
p.YosoPt_Msg_Campaign01 {
	position: relative;
	color: #3251bc;
	font-size: 77.78%;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
	margin-top: 12px;
}
p.YosoPt_Msg_Campaign01 em {
	font-size: 118.1%;
}
p.YosoPt_Msg_Campaign01:before,
p.YosoPt_Msg_Campaign01:after {
	content: '';
	height: 21px;
	width: 3px;
	display: inline-block;
	background: #3251bc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: top;
}
p.YosoPt_Msg_Campaign01:before {
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin: 0 6px 0 0;
}
p.YosoPt_Msg_Campaign01:after {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	margin: 0 0 0 6px;
}

.Distributing_Points .ErrMsgBox {
	position: relative;
	display: block;
	width: 79%;
	min-width: 142px;
	margin: 6px auto 0;
	line-height: 2.6154;
	color:#888;
	font-size: 0.8125rem;
	font-weight:bold;
	background-color: #eaeaea;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
.Distributing_Points .ErrMsg{
	font-size: 0.8125rem;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	padding: 0 12px 3px;
	text-align: center;
}

@media only screen and (max-width: 330px){
	.ProYosoka_List_Wrap li {
		width: 280px;
	}
}

/*======================================
KEIRIN GRAND PRIX 出走表への導線追加
======================================*/
.RaceSpecial_RaceCard{
	margin-bottom:5px;
	text-align: center;
	font-size:83.33%;
	font-weight: bold;
}
.RaceSpecial_RaceCard h2{
	margin-bottom:10px;
}
.RaceSpecial_RaceCard ul{
	display: flex;
	justify-content: center;
}
.RaceSpecial_RaceCard ul li{
	position: relative;
}
.RaceSpecial_RaceCard ul li:nth-of-type(n+2){
	margin-left:30px;
}
.RaceSpecial_RaceCard ul li:after{
	content:"/";
	position: absolute;
	right: -17px;
	top:0;
}
.RaceSpecial_RaceCard ul li:last-of-type:after{
	content:none;
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner{
	margin-top:30px;
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .ColumnList .List01 .PhotoThumb_01{
	position: relative;
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .ColumnList .List01 .PhotoThumb_01:after{
	content:"";
	position: absolute;
	top:10px;
	right: 10px;
	display: block;
	width: 31px;
	height: 31px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .ColumnList .List01 .PhotoThumb_01:before{
	content:"";
	position: absolute;
	top: 18px;
	right: 18px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 11px;
	border-color: transparent transparent transparent #fff;
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .ColumnList .List01 .PhotoThumb_01{
	min-width: 147px;
	min-height: 83px;
	margin-right: 9px;
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .ColumnList .Content_text {
	width: 100%;
	width: calc(100% - 155px);
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .ContentMainTitle{
	font-size:94.4%;
}
@media screen and (max-width:767px){
	.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .ContentMainTitle{
		display: -webkit-box;
	}
}
@media screen and (min-width:768px){
	.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .ContentMainTitle{
		height: 1.3em;
		-webkit-line-clamp: 1;
		white-space: nowrap;
	}
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .ColumnList .List01 .Content_FooterTxt{
	font-size: 72.22%;
	overflow: hidden;
	height: 1.8rem;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	justify-content: flex-start;
	display: -webkit-box;
}
/*
.RaceSpecialArea_SpecialVersion .SpecialMainImage {
	padding-top: 106.6666%;
	background-image:url(https://cdn.netkeiba.com/img/race/special/stakes_2022_0122_g1sp.jpg);
}
@media screen and (min-width:768px){
	.RaceSpecialArea_SpecialVersion .SpecialMainImage{
		padding-top: 82.45%;
	}
}
@media screen and (min-width:1025px){
	.RaceSpecialArea_SpecialVersion .SpecialMainImage{
		padding-top: 56.26%;
	}
}
*/
.RaceSpecialArea_SpecialVersion ul.sec-bnr__2column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px;
	margin-bottom:20px;
	gap: 10px 5px;
}
.RaceSpecialArea_SpecialVersion ul.sec-bnr__2column li {
	width: 49%;
}
.RaceSpecialArea_SpecialVersion ul.sec-bnr__2column li a img,
.RaceSpecialArea_SpecialVersion ul.sec-bnr__2column li img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width:768px){
	.RaceSpecialArea_SpecialVersion ul.sec-bnr__2column{
		gap: 20px 10px;
	}
	.RaceSpecialArea_SpecialVersion ul.sec-bnr__2column li a img,
	.RaceSpecialArea_SpecialVersion ul.sec-bnr__2column li img{
		width: 285px;
		margin: auto;
	}
}
.RaceSpecialArea_SpecialVersion section.sec-app__container {
	margin-top: 15px;
	padding: 0 0 32px;
}
.RaceSpecialArea_SpecialVersion .sec-app__title {
	color: #444;
	text-align: center;
	font-size: 15px;
	margin: 14px 0;
}
.RaceSpecialArea_SpecialVersion ul.sec-app__dlbtn {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
@media screen and (min-width:768px){
	.RaceSpecialArea_SpecialVersion ul.sec-app__dlbtn{
		width: 365px;
		margin: auto;
	}
}
.RaceSpecialArea_SpecialVersion ul.sec-app__dlbtn li {
	width: 42%;
}
.RaceSpecialArea_SpecialVersion ul.sec-app__dlbtn li a img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width:768px){
	.RaceSpecialArea_SpecialVersion ul.sec-app__dlbtn li a img{
		width: 160px;
		height: 48px;
	}
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .CampaginList01 li{
	margin-top:10px;
}
.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .mt40{
	margin-top:40px;
}
@media screen and (min-width:768px){
	.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .CampaginList01{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.RaceSpecialArea_SpecialVersion .SpecialVersion_inner .CampaginList01 li{
		display: inline-block;
		max-width: 355px;
	}
}



/*-- 無料予想 --*/
.freeContents__yoso--wrapper {
	border: 1px solid #cacaca;
	background: #fff;
	border-radius: 6px;
	padding:0 0 20px;
	margin-bottom: 40px;
	overflow: hidden;
	}

	.freeContents__yoso--wrapper .freeContents__yoso--cont + .freeContents__yoso--cont  {
	margin-top: 20px;
	}

	.freeContents__yoso--wrapper .Yosoka_Inner {
	position: relative;
	}
	.freeContents__yoso--wrapper .Yosoka_Inner + .Yosoka_Inner {
	margin-top: 20px;
	padding-top: 20px;
	}
	.freeContents__yoso--wrapper .Yosoka_Inner + .Yosoka_Inner::before {
	background: #DADADA;
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	position: absolute;
	top: 1%;
	left: 50%;
	transform: translateX(-50%);
	}

	.freeContents__yoso--item {
	display: flex;
	align-items: flex-start;
	margin: 0 20px 10px;
	}
	.freeContents__yoso--img {
	width: 50px;
	height: 50px;
	position: relative;
	}
	.freeContents__yoso--img-wrapper {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 4px;
	}
	.freeContents__yoso--wrapper.AnaumaRace .freeContents__yoso--img:after,
	.freeContents__yoso--wrapper.SelectionRace .freeContents__yoso--img:after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 40px;
	width: 15px;
	height: 39px;
	background-image: url("../../img/yoso/general/flg_sprite_sp_baken02.png?20241021");
	-ms-background-size: 50px auto;
	background-size: 50px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
	}

	.freeContents__yoso--wrapper.AnaumaRace .freeContents__yoso--img:after {
	background-position: -21px 0px;
	}
	.freeContents__yoso--wrapper.SelectionRace .freeContents__yoso--img:after {
	background-position: -2px -43px;
	}

	.freeContents__yoso--img img {
	width: 100%;
	}
	.freeContents__yoso--race {
	margin-bottom: 10px;
	font-size: 17px;
	color: #555;
	padding:10px 20px;
	background: #f3f3f3;
	}
	.freeContents__yoso--race > span{
		display: block;
	}
	.freeContents__yoso--race .Icon_GradeType {
		font-style: normal;
	}
	.freeContents__yoso--wrapper .Yosoka_Inner + .freeContents__yoso--race{
		margin-top: 20px;
	}
	.freeContents__yoso--race-date {
	font-size: 13px;
	color: #777;
	font-weight: normal;
	}
	.freeContents__yoso--race-info {
	margin-top: 5px;
	font-size: 13px;
	color: #777;
	font-weight: normal;
	display: -webkit-box!important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	}
	.freeContents__yoso--name {
	padding-top: 5px;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	}
	.freeContents__yoso--name a{
	margin-bottom: 6px;
	display: -webkit-box!important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	}
	.freeContents__yoso--catch{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	}
	table.freeContents__yoso--table {
	width: 100%;
	border-collapse: collapse;
	margin:0 20px 10px;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	}
	table.freeContents__yoso--table td.freeContents__yoso--table__mark {
	padding: 4px;
	font-weight: bold;
	font-size: 20px;
	color: #333;
	background: #f5f4f1;
	border: 1px solid #d1cec7;
	width: 30px;
	}
	table.freeContents__yoso--table td.freeContents__yoso--table__player {
	padding: 8px;
	text-align: left;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #d1cec7;
	}
	.freeContents__yoso--detail {
	position: relative;
	margin:0 20px 10px;
	}
	.freeContents__yoso--detail p {
	font-size: 61.1111%;
	color: #333;
	line-height: 1.6;
	position: relative;
	height: 3.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}
	.freeContents__yoso--detail::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 32px;
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 80%,
		rgba(255, 255, 255, 0.8) 90%,
		#fff 100%
	);
	background: linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 80%,
		rgba(255, 255, 255, 0.8) 90%,
		#fff 100%
	);
	}

	.freeContents__yoso--announcement {
	font-size: 77.7778%;
	color: #b7443e;
	font-weight: 600;
	margin: -2px auto 4px;
	text-align: center;
	}
	div[id^="free_yoso_view"]{
	margin:0 20px;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	}
	.freeContents__yoso--more {
	position: relative;
	}
	.freeContents__yoso--more a {
	background: #e03d3d;
	color: #fff;
	text-align: center;
	display: block !important;
	padding: 13px 0;
	margin:0 20px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	}
	.freeContents__yoso--more.push a {
	position: relative;
	color: #e03d3d;
	border: 1px solid #e03d3d;
	background: #fff;
	margin:0 20px;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	}
	.freeContents__yoso--more a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	}
	.freeContents__yoso--more.push a:after {
	border-top: 2px solid #e03d3d;
	border-right: 2px solid #e03d3d;
	}
/*お気に入り予想家登録*/
.Bookmark_Popup_Box {
	height: auto;
	padding-bottom: 15px;
	background: #fff;
}
/*.Popup_Box配下でないFront_Titleの指定*/
.Front_Title {
	padding: 14px 40px;
	font-size: .85em;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #fefefe, #e6e6e6);
	background-image: -o-linear-gradient(top, #fefefe 0, #e6e6e6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e6e6e6')";
}
.Front_Title h2 {
	/*padding: 2px 0 2px 4px;*/
	border-left: 4px solid #034cca;
}
/*.Popup_Box配下のFront_Titleの指定*/
.Bookmark_Popup_Box .Front_Title {
	/* padding: 14px 40px; */
	padding: 14px 40px 10px;
	background-color: transparent;
	background-image: none;
}
.Bookmark_Popup_Box .Front_Title h2 {
	padding: 0;
	color: #777;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1;
	border-left: none;
}
.Front_Title .icon_caution {
	background-image: url("../../img/yoso/icon/icon_race_mark.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 25px 300px, 100% 100%;
	-moz-background-size: 25px 300px, 100% 100%;
	-webkit-background-size: 25px 300px, 100% 100%;
	-o-background-size: 25px 300px, 100% 100%;
	-ms-background-size: 25px 300px, 100% 100%;
	background-position: 0 -174px, left top;
	display: inline-block;
	width: 25px;
	height: 23px;
	margin-right: 5px;
	vertical-align: top;
}

/*.Popup_Box配下でないClose_Btnは非表示*/
a.Close_Btn {
	display: none;
}
/*.Popup_Box配下のClose_Btnは表示*/
.Bookmark_Popup_Box a.Close_Btn {
	background-image: url("../../img/yoso/icon/icon_race_mark.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 25px 300px, 100% 100%;
	-moz-background-size: 25px 300px, 100% 100%;
	-webkit-background-size: 25px 300px, 100% 100%;
	-o-background-size: 25px 300px, 100% 100%;
	-ms-background-size: 25px 300px, 100% 100%;
	background-position: 0 -150px, left top;
	display: block;
}
/*.Popup_Box配下でないClose_Linkは非表示*/
.Close_Link {
	display: none;
}
/*.Popup_Box配下のClose_Linkは表示*/
.Bookmark_Popup_Box .Close_Link {
	display: block;
}
/*.Popup_Box配下のinput*/
.Bookmark_Popup_Box .Horse_Group_Add input[type="text"] {
	width: 75%;
}
/*.Popup_Box配下のtable*/
.Bookmark_Popup_Box .Notify_Setup table {
	width: 100%;
}
.Bookmark_Popup_Box p {
	padding: 8px 16px;
	line-height: 1.4em;
	font-size: 0.8em;
}
.Bookmark_Popup_Box h3 {
	padding: 8px 0px;
	font-size: 0.9em;
}
.Bookmark_Popup_Box .error_message {
	color: #cc0000;
}
.Bookmark_Popup_Box .btn_order_box {
	margin: 10px;
}
.Bookmark_Popup_Box .btn_order_box a,
.Bookmark_Popup_Box .btn_order_box input {
	display: block;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 15px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #e03d3d;
	border-radius: 7px !important;
}
.Bookmark_Popup_Box .btn_order_box .btn_order {
	color: #3251bc !important;
	background-color: #fff !important;
}
.Bookmark_Popup_Box .btn_order_box .btn_regist {
	color: #fff;
	background-color: #e03d3d;
}
.Bookmark_Popup_Box .btn_order_box .btn_cancel {
	color: #777;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}
.Bookmark_Popup_Box .introduction_premium {
	margin: 30px 10px 15px;
	color: #444;
	font-size: 0.875rem;
	line-height: 1.4;
}
.Bookmark_Popup_Box .Confirm_Txt {
	/* margin: 15px 10px; */
	margin: 10px 10px;
	padding: 0;
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.4;
	text-align: left;
}
.Bookmark_Popup_Box .Confirm_Txt.alignR {
	text-align: right;
}
.Bookmark_Popup_Box .Confirm_Txt strong {
	/* color: #c53131; */
}
.Bookmark_Popup_Box .btn_order {
	margin: 10px;
	color: #3251bc !important;
	background-color: #fff !important;
}
.Bookmark_Popup_Box .mb_15 {
	margin-bottom: 15px;
}
.Bookmark_Popup_Box .center {
	text-align: center;
}
.Bookmark_Popup_Box .alignL {
	text-align: left;
}
/*.Popup_Box内指定 */
.SkipCheck {
	font-size: 80%;
	line-height: 1.4;
	padding: 8px 16px;
	text-align: center;
}
.Bookmark_Popup_Box .SkipCheck input {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
.BookmarkInfo01 {
	font-size: 80%;
	padding: 8px 16px 4px;
}
.BookmarkInfo01 li {
	margin-bottom: 8px;
	line-height: 1.4;
	color: #666;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 3px;
}

/* ポイント速報 */
.pointNewsWrap{
	margin-left: 10px;
	margin-right: 10px;
}
.pointNewsWrap .pointNews {
	background-color: #F3F3F3;
	border-radius: 4px;
	padding: 10px 0;
	margin: -8px 0 0;
}
.pointNewsWrap .pointNews .btn{
    max-width: 83.1%;
    margin: 0 auto;
}
.pointNewsWrap .pointNews .btn a{
	background-color: #fff;
	border: 1px solid #e03d3d;
	color: #e03d3d;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 0;
}
.pointNewsWrap .pointNews .btn a img{
	margin-right: 5px;
}
.pointNewsWrap .pointNews .pointDetailWrap{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	gap: 0 8px;
	padding: 0 4px;
}
.pointNewsWrap .pointNews .pointDetail {
	font-size: 10px;
	display: flex;
}
.pointNewsWrap .pointNews .pointDetail dt {
	font-weight: bold;
	background-color: #ddd;
    padding: 3px 8px;
    border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pointNewsWrap .pointNews .pointDetail dd {
	margin-left: 5px;
	font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: center;
	flex: 1;
}

.pointNewsWrap .pointNewsDate{
	font-size: 10px;
	color: #777;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 30px;
	/* font-size: 12px;
	font-weight: bold; */
}