@charset "utf-8";
/*==============================================
yoso_sp_nk01.css
厳選予想
	00.厳選予想共通部品
	01.ご利用明細
	02.予想購入の確認
	03.厳選予想リスト
	04.予想家ランキング
	05.予想家プロフィール .YosokaProfArea01
	06.予想詳細 body.YosoDetail
	07.予想TOP body.YosoTop
	08.的中情報
	09.好調予想家専用LP
	10.緊急情報
	11.イチオシ予想家の決断
	12. ウマいボタン
	13. 調子偏差値ページの導線
	14.お気に入り予想家一覧（通知設定）
	15.決済
==============================================*/
a.inline{
	display: inline;
}
/*-- information --*/
/*お知らせ 全ドメイン共通化のときは本体の common_new.css に移植*/
.Infomation_Box {
	font-size:100%;
	margin: 10px;
	border-radius: 3px;
}
.Infomation_Box ul {
	border-radius: 3px;
	background: #fff;
	border:1px solid #e0deda;
}
.Infomation_Box ul li {
	padding: 0;
}
.Infomation_Box ul li a {
	padding: 12px 10px 14px 38px;
	position: relative;
}
.Infomation_Box ul li a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('https://cdn.netkeiba.com/img.sp/common/img/icon/icon_sprite_nk.png');
	background-repeat: no-repeat;
	-webkit-background-size: 55px 1000px;
	-moz-background-size: 55px 1000px;
	-ms-background-size: 55px 1000px;
	background-size: 55px 1000px;
	vertical-align: middle;
	background-position: -7px -808px;
	position: absolute;
	top: 13px;
	left: 10px;
}
.Infomation_Box ul li a .Infomation_Txt span {
	color: #06389b;
	font-size: 66.6%;
	font-weight: bold;
	line-height: 1.3;
}
/*-- yosoドメイン専用設定 --*/
.Infomation_Box{
	margin:10px 10px 0;
}
.Infomation_Box ul li a{
	display:block;
}

.OpinionBox .OpinionBoxWrap{
	padding:17px 14px 27px;
	border:1px solid #D7D7D7;
	border-radius: 4px;
}
.OpinionBox .OpinionBoxCheckTxt{
	color:#444444;
	font-size:0.75rem;
	font-weight: normal;
	line-height:1.57;
}
.OpinionBox .SideOpinionBtn{
	display: block;
	text-align: center;
	border:1px solid #888888;
	border-radius: 4px;
	padding:16px 0;
	margin-top:25px;
	color:#444444;
	font-size:0.9375rem;
}
@media only screen and (max-width: 1023px) {
/*	.OpinionBox{
		display: none;
	}*/
}

/*==============================================
00. 厳選予想共通部品
==============================================*/
/*メニュー*/
.Main_Column .MenuBox{
	margin-top: 18px;
}
.MenuBox .MenuTitle{
    position: relative;
    margin-top: 10px;
    height: 13px;
    text-align: center;
    border-top: 1px solid #E03D3D;
}
.MenuBox .MenuTitle .img{
    position: relative;
    top: -13px;
    display: inline-block;
    min-width: 65px;
    width: 105px;
    padding: 0 8px;
    margin: auto;
    font-size: 61.11%;
    font-weight: bold;
    background-color: #fff;
    fill: #E03D3D;
        box-sizing: content-box;
}
.MenuBox .MenuTitle .img img{
	width: 100%;
}
.MenuBox .MenuTitle span{
	font-size: 0;
}
.MenuBox ul{
  display: flex;
  width: 100%;
  /*margin: 0 0px 30px;*/
}
.MenuBox ul li{
	position: relative;
  width: 33%;
  width: calc(100% / 3);
}
.MenuBox ul.Btn_List_01 li a{
  border: none;
}
.MenuBox ul.Btn_List_01 li::after {
	background: #dedede;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.MenuBox ul.Btn_List_01 li:last-child::after {
	content: none;
}
.MenuBox ul.Btn_List_01 li:first-child {
  /* border-right: solid 1px #dedede; */
	border: none;
}
.MenuBox ul.Btn_List_01 li:last-child {
  /* border-left: solid 1px #dedede; */
	border: none;
}
.MenuBox ul.Btn_List_01 li a svg{
  display: block;
  content:'';
  margin:0 auto 8.1px;
  height: 14px;
  width: 28px;
  fill: #E03D3D;
}
ul.Btn_List_01 li a{
  font-size: 73%;
  font-weight: bold;
}

/*-- カラム構成 --*/
/* @media only screen and (min-width: 320px) and (max-width: 1023px) {
	.Contents {
		padding-top: 18px;
	}
} */

/* JRA NAR change */
.TypeChangeMenu {
	padding: 18px 10px;
	background-color: #fff;
}

.TypeChangeMenu ul li {
	float: left;
	width: 50%;
}

.TypeChangeMenu ul li a {
	display: block;
	padding: 7px 6px 6px;
	color: #666;
	text-align: center;
	font-size: 66.6%;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 6px 0 0 6px;
}

.TypeChangeMenu ul li:last-child a {
	margin-right: 0;
	border-left: 0;
	border-radius: 0 6px 6px 0;
}

.TypeJraYoso .TypeChangeMenu ul li.Active a {
	color: #fff;
	font-weight: 700;
	background-color: #3951b5;
}

.TypeNarYoso .TypeChangeMenu ul li.Active a {
	color: #fff;
	font-weight: 700;
	background-color: #bf552e;
}

/* メニューnewアイコン */
.TypeChangeMenu ul li span.MenuNewIcon {
	font-size: 66.7%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	border-radius: 30px;
	background: #c03;
	margin: -9px 0 -9px 2px;
	vertical-align: middle;
	border: 1px solid #fff;
}

/* gernre_header */
.GenreMenuWrap {
	padding-bottom: 7px;
}

.GenreMenuWrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #e3e3e4;
}

.GenreMenuWrap ul li {
	width: 100%;
}

.GenreMenuWrap .Col4 li {
	width: 25%;
}

.GenreMenuWrap .Col5 li {
	width: 20%;
}

.GenreMenuWrap ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 35px;
	padding-bottom: 1px;
	color: #666;
	font-size: 78%;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	background-color: #f3f3f3;
	border-top: 2px solid #f3f3f3;
}

.TypeJraYoso .GenreMenuWrap ul .Active a,
.TypeNarYoso .GenreMenuWrap ul .Active a {
	color: #666;
	font-weight: 700;
	background-color: #fff;
	border-bottom: 0;
}

@media screen and (max-width: 359px) {
	.GenreMenuWrap ul a {
		font-size: 0.75rem;
	}
}


/* section_header */
.Title_Sec_Btn {
	position: absolute;
	top: 3px;
	right: 8px;
}

.Title_Sec_Btn a {
	display: inline-block;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(146, 151, 165, 0.5);
	background: #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 8px 3px;
}

/* 予想共通タブ */
.CommonTab {
	padding: 16px 40px 0;
	border-bottom: 1px solid #215FC9;
	background: #eee;
}

.CommonTab ul {
	display: table;
	width: 100%;
}

.CommonTab ul li {
	display: table-cell;
}

.CommonTab .Tab2 li {
	width: 50%;
}

.CommonTab .Tab3 li {
	width: 33.3%;
}

.CommonTab .Tab4 li {
	width: 25;
}

.CommonTab ul a {
	background: #fff;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 10px rgba(146, 151, 165, .5);
	color: #5f5f5f;
	display: block;
	font-size: 83.4%;
	font-weight: bold;
	padding: 13px 0;
	text-align: center;
	margin-left: 4px;
}

.CommonTab ul .Active a {
	color: #fff;
	background: #2b71d9;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2b71d9), color-stop(1, #215fc7));
	background-image: -moz-linear-gradient(bottom, #2b71d9 0%, #215fc7 100%);
	background-image: -webkit-linear-gradient(bottom, #2b71d9 0%, #215fc7 100%);
	background-image: -ms-linear-gradient(bottom, #2b71d9 0%, #215fc7 100%);
	background-image: linear-gradient(to bottom, #2b71d9 0%, #215fc7 100%);
	box-shadow: 0 0 10px rgba(146, 151, 165, .3), 0 2px 2px rgba(255, 255, 255, .5) inset;
	padding: 17px 0 13px;
}

/* pager1 */
.Common_Pager_Type1 {
	border-bottom: 1px solid #ccc;
	background: #fff;
	position: relative;
	padding: 20px 8px;
}

.Common_Pager_Type1 p.Page_Info {
	font-size: .7em;
	color: #777;
	text-align: center;
	margin-left: -8em;
	position: absolute;
	top: 30px;
	left: 50%;
	width: 16em;
}

.Common_Pager_Type1 ul.Pager_Arrow {
	position: relative;
	z-index: 100;
}

.Common_Pager_Type1 ul.Pager_Arrow li.Prev_Page {
	float: left;
}

.Common_Pager_Type1 ul.Pager_Arrow li.Next_Page {
	float: right;
}

.Common_Pager_Type1 ul.Pager_Arrow li {
	display: block;
	color: #000;
	font-size: .7em;
	border: 1px solid #d7d8d9;
	border-radius: 4px;
	background: #f1f2f3;
	background-image: -moz-linear-gradient(top, #f7f8f9, #f1f2f3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f8f9), to(#f1f2f3));
	background-image: linear-gradient(to bottom, #f7f8f9, #f1f2f3);
	text-align: center;
	text-shadow: white 0px 1px 0px;
}

.Common_Pager_Type1 ul.Pager_Arrow li.Prev_None div {
	color: #999;
	font-weight: bold;
	padding: 12px 6px 12px 4px;
}

.Common_Pager_Type1 ul.Pager_Arrow li a {
	display: block;
	color: #000;
}

.Common_Pager_Type1 ul.Pager_Arrow li.Next_Page a {
	padding: 12px 4px 12px 6px;
}

.Common_Pager_Type1 ul.Page_Link {
	display: table;
	margin: 8px auto 0 auto;
}

.Common_Pager_Type1 ul.Page_Link li {
	display: table-cell;
	width: 42px;
	text-align: center;
	font-size: .8em;
	border-top: 1px solid #d7d8d9;
	border-left: 1px solid #d7d8d9;
	border-bottom: 1px solid #d7d8d9;
	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));
	background-image: linear-gradient(to bottom, #f7f8f9, #f1f2f3);
}

.Common_Pager_Type1 ul.Page_Link li.Page_Active {
	padding: 12px 8px;
	color: #fff !important;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
	text-shadow: #27436e 0px -1px 0px;
	background: #7aa5fe;
	background-image: -moz-linear-gradient(top, #96b8ff 0, #7aa5fe 50%);
	background-image: -o-linear-gradient(top, #96b8ff 0, #7aa5fe 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96b8ff), color-stop(0.5, #7aa5fe));
	background-image: linear-gradient(to bottom, #96b8ff 0, #7aa5fe 50%);
	border: 1px solid #7aa5fe;
}

.Common_Pager_Type1 ul.Page_Link li:first-child {
	border-top-left-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
}

.Common_Pager_Type1 ul.Page_Link li:last-child {
	width: 80px;
	border-right: 1px solid #d7d8d9;
	border-bottom-right-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
}

.Common_Pager_Type1 ul.Page_Link li a {
	padding: 12px 8px;
	color: #000;
}

/* pager2 */
.CommonPager {
	margin: 10px;
}

.CommonPager ul {
	display: table;
	margin: 4px auto 0;
	max-width: 300px;
}

.CommonPager ul li {
	display: table-cell;
	font-size: 0.875rem;
	text-align: center;
	vertical-align: middle;
}

.CommonPager ul li>a,
.CommonPager ul li>span {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	padding: 7px 6px 5px;
	color: #666;
	text-align: center;
}

.CommonPager ul li .Active {
	font-weight: 700;
}

.CommonPager ul li:first-child {
	padding-right: 10px;
}

.CommonPager ul li:last-child {
	padding-left: 10px;
}

.CommonPager ul li:first-child,
.CommonPager ul li:last-child,
.CommonPager ul li .Prev,
.CommonPager ul li .Next,
.CommonPager ul+ul li a {
	position: relative;
	width: 38px;
	height: 28px;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.CommonPager ul li:first-child a,
.CommonPager ul li:last-child a,
.CommonPager ul li .Prev,
.CommonPager ul li .Next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 28px;
	z-index: 2;
}

.CommonPager ul li:first-child a,
.CommonPager ul li .Prev {
	left: 0;
}

.CommonPager ul li:last-child a,
.CommonPager ul li .Next {
	right: 0;
}

.CommonPager ul li:first-child::before,
.CommonPager ul li:last-child::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	border: 0 solid #999;
	border-width: 2px 2px 0 0;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.CommonPager ul li:first-child::before {
	left: 10px;
	transform: translateY(-50%) rotate(225deg);
}

.CommonPager ul li:last-child::after {
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
}

.CommonPager ul+ul li:first-child,
.CommonPager ul+ul li:last-child {
	width: 58px;
}

.CommonPager ul+ul li:first-child::after,
.CommonPager ul+ul li:last-child::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	border: 0 solid #999;
	border-width: 2px 2px 0 0;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.CommonPager ul+ul li:first-child::after {
	left: 15px;
	transform: translateY(-50%) rotate(225deg);
}

.CommonPager ul+ul li:last-child::before {
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
}
.PointUseHistoryBox .CommonPager ul > span li{
	width: auto;
	height: auto;
	padding:0;
	text-indent: 0;
	overflow: inherit;
	font-size: 0.875rem;
}
.PointUseHistoryBox .CommonPager ul > span li:before,
.PointUseHistoryBox .CommonPager ul > span li:after{
	content: none;
}
.PointUseHistoryBox .CommonPager ul>span li a{
	position: relative;
	width: auto;
	top: 1px;
}



/* 画像マスキング */
.Masking {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.Mask01 {
	border-radius: 3px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.Mask02 {
	border: 2px solid #e9af1d;
	border-radius: 50%;
	width: 34px;
	height: 34px;
}

.Mask02 img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.Mask03 {
	border-radius: 3px;
	width: 42px;
	height: 42px;
	vertical-align: middle;
}


/* corner_flag */
.Flag_Matome:after {
	background: url("../../img/yoso/general/corner_flag01.png") no-repeat;
	-webkit-background-size: 80px 83px;
	-moz-background-size: 80px 83px;
	background-size: 80px 83px;
}

.Flag_Matome:after,
.Flag_Pickup:after,
.Flag_Anauma:after,
.Flag_Anauma:after,
.Flag_Recovery01:after,
.Flag_Hit01:after,
.Flag_Sales01:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 80px;
	height: 83px;
}

/* state_btn */
.StateBtn {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 5px;
	background-color: #e3b749;
	cursor: pointer;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;
	outline: none;
	padding: 16px 0 15px;
	width: 100%;
}

.StateBtn.State1 {
	color: #fff;
	background-color: #e3b749;
}

.StateBtn.State2 {
	color: #666;
	background: #e3e3e3;
}

.StateBtn.State3 {
	background: #da4343;
	color: #fff;
}

.StateBtn.State1 .Point,
.StateBtn.State2 .Point,
.StateBtn.State3 .Point,
.StateBtn.State4 .Point {
	font-size: 111.1%;
	margin-right: 8px;
}

.StateBtn.State1 .Txt,
.StateBtn.State3 .Txt,
.StateBtn.State4 .Txt {
	font-size: 66.7%;
}

.StateBtn.State2 .Txt {
	font-size: 67%;
	line-height: 1.2;
	margin-left: 2px;
}

.StateBtn.State2 .Point {
	font-size: 83%;
	line-height: 1.2;
}

/* 予想自動購入ボタン */
.auto_byContent{
	padding:11px 10px;
	color:#333333;
	/*background:#f3f3f3;*/
}
#umai_top_ap_lock_area.auto_byContent{
	font-size:83.33%;
	text-align:center;
}
.auto_byContent a.BookmarkNoticeBtn{
	background:#1232a3;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display:block;
	border-radius:4px;
	padding:16px 0px 14px 0px;
	margin-top:20px;
	box-shadow: none;
}
.auto_byContent a.BookmarkNoticeBtn:before{
	background:none;
	display:none;
}

#page.auto_byContent{
    padding: 11px 11px 21px 11px;
	border:3px solid #cecdc3;
	background-color: #fff;
	height:450px;
}

#Buy_Point.auto_byContent {
	height: 100%;
	position: relative;
}
.PopupBuyYosoComp .Yosoka.set {
	display:flex;
}
.StateBtn.auto_buy {
	width: 52%;
	background-color: #e3b749;
	padding: 8px 0px;
}

.StateBtn.auto_buy .Txt2 {
	font-size: 14px;
}
@media screen and (max-width:320px){
	.StateBtn.auto_buy .Txt2{
		font-size:12px;
	}
}

#Buy_Point .Main_Column {
	padding: 15px 15px 21px 20px;
}

#Buy_Point .YosokaNameWrap .Name {
	font-size: 105.6%;
	font-weight: bold;
	line-height: 1.3;
	color: #666;
}

#Buy_Point .Profile .CatchPhrase {
	font-size: 66.67%;
	line-height: 1.3;
	color: #666;
}

#Buy_Point .Yosoka .YosokaImage {
	width: 65px;
	height: 65px;
    border-radius: 4px;
    overflow: hidden;
	margin-right: 14px;
}

#Buy_Point .Yosoka_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	font-size: 12px;
	color: #333333;
}

#Buy_Point .Yosoka_info .Yosoka_info-title {
	width: 44.8%;
	padding: 7px 0px 8px;
	background: #e7e7e7;
}

#Buy_Point .Yosoka_info .Yosoka_info-lead {
	width: 55.2%;
	padding: 7px 0px 8px;
}

#Buy_Point .Yosoka_info .Yosoka_info-lead+.Yosoka_info-title {
	border-top: 1px solid #cacaca;
}

#Buy_Point .Yosoka_info .Yosoka_info-lead:last-child {
	border-top: 1px solid #cacaca;
}
#Buy_Point .select_radio_box{
	position: relative;
    width: 165px;
    margin: 21px auto 0;
}
#Buy_Point .switch {
	position: relative;
	width:50px;
	float: left;
}

.switch_text {
	line-height: 31px;
	padding-left: 60px;
	font-size: 88.89%;
}




.switch .switch__label {
	margin-left: 15px;
	position: relative;
	display: inline-block;
}





.switch .switch__content {
	display: block;
	cursor: pointer;
	position: relative;
	border-radius: 30px;
	height: 31px;
	overflow: hidden;
}

.switch .switch__content:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	top: 0;
	left: 0;
	border: 1.5px solid #aaaaaa;
	border-radius: 30px;
	background-color: #aaaaaa;
}
.switch__label.off_txt .switch__content:before{
	background-color: #1232a3;
	border: 1.5px solid #1232a3;
}

.switch .switch__content:after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 30px;
	/*transition: all .5s;*/
}

.switch__input {
	display: none;
}

.switch .switch_circle {
	display: block;
	top: 2px;
	left: 2px;
	position: absolute;
	/*box-shadow: 0 2px 6px #999;*/
	width: 27px;
	height: 27px;
	border-radius: 20px;
	background-color: #fff;
	/*transition: all .5s;*/
}
/*
#switch__label01:checked + label .switch__circle {
    transform: translateX(20px);
}*/

.switch .switch__input:checked~.switch__content:after {
	background-color: #1232a3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.choice_box {
	padding: 0 0 4px;
	display: none;
	transition: 0.5s;
	text-align: center;
}

.choice_box-inner {
	text-align: left;
	display: inline-block;
	margin-top: 10px;
	margin-left: 100px;
}

.choice_box-inner div+div {
	margin-top: 10px;
}

.choice_box input {
	font-size: 14px;
	color: #333333;
}

.choice_box .choice_text {
	font-size: 11px;
	margin-top: 19px;
	margin-bottom: 14px;
	color: #333333;
	text-align: left;
	line-height: 1.5;
	letter-spacing: -0.2px;
}

.BtnArea .set_button {
	background: #1232a3;
}

#Buy_Point .BtnArea {
	width: 72.58%;
	margin: auto;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
}

.radio_none {
	display: none;
}

.radio_none+label {
	padding-left: 20px;
	position: relative;
	margin-right: 10px;
	text-align: center;
	margin-top: 12px;
	font-size: 14px;
}

.radio_none+label::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}

.radio_none:checked+label {
	color: #5775be;
}

.radio_none:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 9px;
	height: 9px;
	background: #5775be;
	border-radius: 50%;
}
/* 非ログイン */
#Buy_Point .AlertArea {
	width: 100%;
	margin: auto;
}
#Buy_Point .AlertArea p.NotPoint{
	margin: 13px 0 14px;
    color: #d1423f;
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
}
#Buy_Point .AlertArea + .BtnArea{
	width:100%;
	bottom:0;
}
#Buy_Point .AlertArea + .BtnArea .PointTxt {
    margin-bottom: 20px;
    font-size: 0.8125rem;
    line-height: 1.4;
    margin: 12px 0 0;
}
#Buy_Point .AlertArea + .BtnArea .MemberLink {
	margin-top: 13px;
	text-align: center;
}
#Buy_Point .AlertArea + .BtnArea .MemberLink a {
	font-size: 0.875rem;
}
#Buy_Point .AlertArea + .BtnArea .YosoLinkBtn03 {
    width: 225px;
    margin: 0 auto;
}

/* 設定確認画面 */

.Title_Sec.set_window h2 {
	margin: auto;
	margin-top: 6px;
	color: #333333;
	font-size: 18px;
}

.set_wrap {
	margin: 36px auto 0;
	width: 96.77%;
	padding: 0 10px;
}

.set_wrap-inner {
	display: flex;
	background: #f3f3f3;
	border-radius: 5px;
	padding:  0px 11px;
}

.set_wrap-inner+.set_wrap-inner {
	margin-top: 10px;
}

.set_wrap-yosoka,
.set_wrap-race {
	width: 30.91%;
	font-size: 14px;
	line-height: 40px;
	color: #333333;
}

.set_wrap-yosokaNameWrap,
.set_wrap-raceName {
	font-size: 83.33%;
	color: #333333;
	font-weight: 600;
	line-height: 40px;
}
.set_wrap-yosoka p,
.set_wrap-yosokaNameWrap p{
	line-height: 40px;
}
.set_wrap-text {
	text-align: center;
	margin-top: 12px;
	color: #b53e38;
	font-size: 14px;
	border-radius: 5px;
	border: solid 1px #b53e38;
	padding: 14px 0px 11px 0px;
}

.set_wrap-addText {
	margin-top: 40px;
	font-size: 15px;
	color: #333333;
	line-height: 1.5;
}

.set_wrap-addPoint {
	width: 84.58%;
	margin: auto;
	margin-top: 39px;
	padding: 17px 0px 17px 0px;
	text-align: center;
	background: #dba441;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
}

#Buy_Point.set_content {
	border: solid 3px #cecdc3;
	border-radius: 5px;
}

#PremiumYoso.set_content {
	padding-bottom: 0px !important;
}

.auto_byContent .BtnArea .Txt{
	font-size:15px;
}


/*=== （new）ポイントバックボタン ===*/
.BtnArea span.PointBackBtn01 {
	position: relative;
	display: block;
	color: #DD5E56;
	border: 1px solid #DD5E56;
	border-radius: 4px;
	text-align: center;
	font-size: 61.2%;
	line-height: 1.4;
	margin-top: 6px;
}

@media (max-width: 355px) {}

.BtnArea span.PointBackBtn01 span.PointBackTxt {
	font-weight: bold;
}

/*=== （new）無料公開 ===*/
.StateBtn .FreeFlag {
	position: relative;
	display: inline-block;
	background: #DD5E56;
	color: #fff;
	font-size: 72.3%;
	padding: 3px 12px 2px;
	font-weight: bold;
	border-radius: 4px;
	transform: translateY(-3px);
}

/* btn1 */
.ShowButtonBox {
	padding: 0 8px;
}

.ShowButtonBox.PayBack {
	margin: 8px 0;
}

.ShowButton {
	display: block;
	background: url("../../img/yoso/icon/icon_arrowB01.png") no-repeat 92% center;
	-webkit-background-size: 18px 10px;
	-moz-background-size: 18px 10px;
	background-size: 18px 10px;
	border: 2px solid #bab9b7;
	border-radius: 5px;
	color: #333;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
}


/* btn2 */
.YosoLinkBtn {
	position: relative;
	display: block;
	padding: 14px 0;
	color: #222;
	font-size: 77.8%;
	text-align: center;
	background-color: #dad7cd;
	border-radius: 5px;
}

/* btn3 */
.YosoLinkBtn02 {
	position: relative;
	display: block;
	padding: 16px 0 15px;
	color: #666;
	font-size: 83.4%;
	font-weight: bold;
	text-align: center;
	background-color: #e3e3e3;
	border-radius: 5px;
}

/* btn4 */
.YosoLinkBtn03 {
	position: relative;
	display: block;
	padding: 16px 0 15px;
	color: #fff;
	font-size: 83.4%;
	font-weight: bold;
	text-align: center;
	background-color: #e3b749;
	border-radius: 5px;
}

.YosoLinkBtn02 span.Txt,
.YosoLinkBtn03 span.Txt {
	font-size: 80.34%;
}

/* btn3 */
.YosoLinkBtn04 {
	position: relative;
	display: block;
	padding: 8px 0;
	color: #666;
	font-size: 72.3%;
	font-weight: bold;
	text-align: center;
	width: 150px;
	background-color: #e3e3e3;
	border-radius: 15px;
	margin: auto;
}

/* 枠色 */
.Waku1 {background: #fff;color: #555 !important;border: 1px solid #cacaca;}
.Waku2 {background: #000000; color: #fff !important;}
.Waku3 {background: #C53131; color: #fff !important;}
.Waku4 {background: #2C53A9; color: #fff !important;}
.Waku5 {background: #E4CA3B; color: #444444 !important;}
.Waku6 {background: #58AF4A; color: #fff !important;}
.Waku7 {background: #DE8A26; color: #fff !important;}
.Waku8 {background: #DC6179; color: #fff !important;}
.Waku9 {background: #8516C5; color: #fff !important;}
/*table tr td.Waku1,
span.Waku1 {
	background: #fff;
}

table tr td.Waku2,
span.Waku2 {
	background: #222;
	color: #fff !important;
}

table tr td.Waku3,
span.Waku3 {
	background: #dc3c3c;
	color: #fff !important;
}

table tr td.Waku4,
span.Waku4 {
	background: #2c53a9;
	color: #fff !important;
}

table tr td.Waku5,
span.Waku5 {
	background: #e4ca3b;
	color: #fff !important;
}

table tr td.Waku6,
span.Waku6 {
	background: #58af4a;
	color: #fff !important;
}

table tr td.Waku7,
span.Waku7 {
	background: #de8a26;
	color: #fff !important;
}

table tr td.Waku8,
span.Waku8 {
	background: #dc6179;
	color: #fff !important;
}*/


/* 印アイコン */
span.Icon_Shirushi {
	display: block;
	background-image: url("../../img/yoso/icon/icon_yoso_shirushi.png");
	background-repeat: no-repeat;
	background-size: 90px 250px;
	-moz-background-size: 90px 250px;
	-webkit-background-size: 90px 250px;
	width: 19px;
	height: 19px;
	margin: auto;
}

span.Icon_Shirushi.Icon_Honmei {
	background-position: 0 0;
}

span.Icon_Shirushi.Icon_Taikou {
	background-position: 0 -19px;
}

span.Icon_Shirushi.Icon_Kurosan {
	background-position: 0 -38px;
}

span.Icon_Shirushi.Icon_Osae {
	background-position: 0 -57px;
}

span.Icon_Shirushi.Icon_Hoshi {
	background-position: 0 -76px;
}

span.Icon_Shirushi.Icon_Keshi {
	background-position: 0 -95px;
}

span.Icon_Shirushi.Icon_Chuui {
	background-position: 0 -152px;
}


/*-- yosoアイコン --*/
.Icon_Sprite_Sp_Yoso {
	display: inline-block;
	background: url("../../img/yoso/icon/icon_sprite_sp_yoso.png?181105") no-repeat;
	-webkit-background-size: 164px 400px;
	-moz-background-size: 164px 400px;
	background-size: 164px 400px;
}

.Icon_Gensen {
	width: 26px;
	height: 26px;
	position: absolute;
	top: -7px;
	left: -4px;
}

.Icon_State {
	width: 28px;
	height: 28px;
	margin: auto;
}

.IconGensen01 {
	background-position: -3px -33px;
}

.IconGensen02 {
	background-position: -3px -64px;
}

.IconState01 {
	background-position: -128px -32px;
}

.IconState02 {
	background-position: -97px -1px;
}

.IconState03 {
	background-position: -127px -1px;
}

.IconKenkai01 {
	width: 24px;
	height: 25px;
	background-position: -4px -252px;
}

.IconGood01 {
	width: 25px;
	height: 25px;
	background-position: -35px -221px;
}

.IconGood02 {
	width: 20px;
	height: 20px;
	background-position: -6px -224px;
}

/* Loader */
.Loader_Horse {
	background: #fff;
	padding: 10px;
}

.Loader_Horse img {
	display: block;
	margin: 0 auto;
}

/* Information */
.Schedule_Infomation_Box {
	font-size: 86%;
	font-weight: bold;
	text-align: center;
	margin: 12px 14px;
	padding: 12px;
	border: 5px solid #ddd;
	background: #fff;
	line-height: 1.8;
}

/* Information */
.Schedule_Infomation_Box {
	font-size: 86%;
	font-weight: bold;
	text-align: center;
	margin: 12px 14px;
	padding: 12px;
	border: 5px solid #ddd;
	background: #fff;
	line-height: 1.8;
}

/* 取り消し除外 */
span.Torikeshi {
	color: #c00;
	display: block;
	text-align: center;
	font-size: 83.4%;
	padding-top: 10px;
}

/*==============================================
01. ご利用明細
==============================================*/

/* ご利用明細 - 利用可能ポイント */
.PointUseDetail {
	margin: 20px 10px 30px;
}

.YosoPointTable01 {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.YosoPointTable01 th,
.YosoPointTable01 td {
	color: #666;
	vertical-align: middle;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.YosoPointTable01 th {
	width: 85px;
	padding: 6px 0;
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.25;
	background-color: #f3f3f3;
}

.YosoPointTable01 th.LimitedTimePoint_Head {
	font-size: 0.6875rem;
	font-weight: 400;
}

.YosoPointTable01 td {
	padding: 6px 0;
	background-color: #fff;
}

.YosoPointTable01 .PointCellBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.YosoPointTable01 .PointCellBox>span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 4px;
	font-size: 0.75rem;
	text-align: center;
}

.YosoPointTable01 .PointCellBox .CurrentPoint {
	margin-right: 6px;
	/* color: #dca33e; */
	color: #555555;
	font-size: 1.125rem;
	font-weight: 700;
	vertical-align: -2px;
}

.YosoPointTable01 .Point_Add {
	padding-right: 6px;
}

.YosoPointTable01 .Point_Add a {
	display: block;
	width: 52px;
	height: 100%;
	padding: 8px 0 7px;
	color: #666;
	font-size: 0.75rem;
	text-align: center;
	border: 1px solid #c9c9c9;
	border-radius: 7px;
}

.YosoPointTable01 .LimitedTimePoint_CellBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.YosoPointTable01 .LimitedTimePoint_CellBox>span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 4px;
	font-size: 0.625rem;
	text-align: center;
}

.YosoPointTable01 .LimitedTimePoint_CellBox .CurrentPoint {
	margin-right: 4px;
	/* color: #dca33e; */
	color: #555555;
	font-size: 0.6875rem;
}

.YosoPointTable01 .Point_Breakdown {
	padding-left: 6px;
	font-size: 0;
}

.YosoPointTable01 .Point_Breakdown_Btn {
	position: relative;
	-webkit-appearance: none;
	padding: 4px 14px 4px 0;
	color: #444;
	font-size: 0.6875rem;
	background-color: transparent;
	border: 0;
	outline: 0;
}

.YosoPointTable01 .Point_Breakdown_Btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1px;
	border: 0 solid transparent;
	border-width: 5px 3px 0;
	border-top-color: #666;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.YosoPointTable01 .Point_Breakdown_Btn.open::after {
	-webkit-transform: translateY(-50%) rotateX(180deg);
	transform: translateY(-50%) rotateX(180deg);
}

.LimitedTimePoint_Breakdown {
	display: none;
	overflow: hidden;
}

.LimitedTimePoint_CellBox_DataNone {
	font-size: 0.6875rem;
	font-weight: bold;
	text-align: center;
	margin: 8px 9px;
	padding: 12px;
	border: 5px solid #ddd;
	background: #fff;
	line-height: 1.8;
}

.LimitedTimePoint_Breakdown .PointUseHistorTable {
	margin: 6px 4px 0 4px;
}

@media (max-width: 359px) {
	.YosoPointTable01 th {
		width: 70px;
	}

	.YosoPointTable01 .PointCellBox .CurrentPoint {
		margin-right: 2px;
	}

	.YosoPointTable01 .LimitedTimePoint_CellBox .CurrentPoint {
		margin-right: 1px;
	}

	.YosoPointTable01 .Point_Add a {
		width: 45px;
	}
}

.PointUseDetail .Note {
	margin-bottom: 15px;
	color: #666;
	font-size: 0.625rem;
	line-height: 1.6;
}

.PointUseDetail .Note>a {
	color: #7a756a;
	border-bottom: 1px solid #7a756a;
	letter-spacing: -1px;
}

.PointUseDetail .Note li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
}

.PointUseDetail .Note li::before {
	content: "\203B";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	text-align: center;
}

.PointUseDetail .Note li strong {
	color: #444;
}

.PointUseDetail .Note li a {
	color: #0033aa;
}

.tabContent .PointUseDetail {
	padding: 15px 8px 20px;
	margin: 0;
}

.tabContent .PointUseDetail .Note {
	font-size: 66%;
	text-align: left;
}


/* メルアド設定案内 */
.NotSetID {
	margin: -20px 10px 30px;
	padding: 16px 18px;
	background-color: #f3f3f3;
	border-radius: 7px;
}

.NotSetID_Txt {
	font-size: 0.8125rem;
	line-height: 1.5;
}

.NotSetID_Txt::before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 5px;
	vertical-align: -3px;
	background-image: url(../../img/yoso/icon/icon_attention.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.NotSetID_Txt strong {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 0.875rem;
}

.NotSetID .Lead_Link {
	margin: 10px 0;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.NotSetID .Lead_Link a {
	text-decoration: underline;
}

/* ナビゲーション系 */
.MypageTab .Tab_RaceDaySelect {
	padding: 0;
}

.MypageTab .Tab_RaceDaySelect ul a:not([class="Tab_Active"]) {
	font-weight: 400;
}

.PointUseHistory_LocalMenu {
	margin: 14px 10px;
}

/* ご利用明細 - 購入済み */
.PointUseHistoryBox .DateHistory {
	margin: -1px 10px 0;
	padding: 12px 7px;
	color: #444;
	font-size: 0.875rem;
	background-color: #eaeaea;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.HistoryBox {
	margin: -1px 10px 0;
}

.DateHistory+.HistoryBox {
	margin: 0 10px;
}

.HistoryBox_Inner .RaceName {
	padding: 12px 7px;
	color: #666;
	font-size: 0.8125rem;
	font-weight: 400;
	background-color: #f3f3f3;
}

.HistoryBox_Inner ul {
	margin: 0 10px;
}

.HistoryBox_Inner ul li {
	border-bottom: 1px solid #cacaca;
}

.HistoryBox_Inner ul a {
	display: table;
	width: 100%;
	padding: 5px;
}

.HistoryBox_Inner ul a .Yosoka,
.HistoryBox_Inner ul a .StateBtn {
	display: table-cell;
	vertical-align: middle;
}

.HistoryBox_Inner ul a .Yosoka {
	width: 100%;
	padding-top: 1px;
	padding-left: 8px;
	color: #444;
	font-size: 0.75rem;
	font-weight: 700;
}

.HistoryBox_Inner ul a .StateBtn {
	width: 100px;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}

.HistoryBox_Inner ul a .StateBtn span {
	position: relative;
	display: block;
	width: 100px;
	padding: 8px 0 7px 19px;
	color: #888;
	font-size: 0.6875rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
}

.HistoryBox_Inner ul a .StateBtn span::before {
	position: absolute;
	top: 0;
	left: 12px;
	content: "";
	display: block;
	width: 14px;
	height: 100%;
	background-image: url("../../img/yoso/icon/icon_baken_nk01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.HistoryBox_Inner ul a .StateBtn.Hit span {
	color: #fff;
	background: #e14f4c;
	border-color: #e14f4c;
}

.HistoryBox_Inner ul a .StateBtn.Hit span::before {
	background-image: url("../../img/yoso/icon/icon_hit01.png");
}

.SatColor {
	color: #3251bc;
}

.SunColor {
	color: #c53131;
}


/* ご利用明細 - ポイント履歴 */
.point_history {
	margin: 14px 10px;
}

.PointUseHistorTable {
	width: 100%;
	border-collapse: collapse;
}

.PointUseHistorTable .Header th {
	padding: 6px 8px;
	color: #888;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	background-color: #eaeaea;
	border: 1px solid #cacaca;
}

.PointUseHistorTable .List td {
	vertical-align: middle;
	border: 1px solid #cacaca;
}

.PointUseHistorTable th:first-child,
.PointUseHistorTable td:first-child {
	border-left: 0;
}

.PointUseHistorTable th:last-child,
.PointUseHistorTable td:last-child {
	border-right: 0;
}

.PointUseHistorTable .Header .History {
	text-align: left;
}

.PointUseHistorTable .List .History {
	padding: 6px 8px;
}

.PointUseHistorTable .List .UsePoint,
.PointUseHistorTable .List .TotalPoint {
	padding: 12px 8px;
	color: #444;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

.PointUseHistorTable .List .UsePoint {
	width: 18%;
}

.PointUseHistorTable .List .TotalPoint {
	width: 22%;
}

.PointUseHistorTable th span,
.PointUseHistorTable td span {
	display: block;
}

.PointUseHistorTable .Header .History span,
.PointUseHistorTable .List .History ul {
	margin-bottom: 4px;
}

.PointUseHistorTable .List .History ul li {
	color: #888;
	font-size: 0.625rem;
	line-height: 1.2;
}

.PointUseHistorTable .List .History ul .Date {
	float: left;
	margin-right: 4px;
}

.PointUseHistorTable .List .History ul .Number {
	float: right;
}

.PointUseHistorTable .List .History .Item a {
	display: inline-block;
	color: #444;
	font-size: 0.6875rem;
	line-height: 1.27;
}

.PointUseHistorTable .List .History .Item .expire {
	margin-top: 2px;
	color: #1b9a36;
	font-size: 0.6875rem;
	line-height: 1.27;
}

.PointUseHistorTable .List .History .Item .expired {
	margin-top: 2px;
	color: #fe642e;
	font-size: 0.6875rem;
	line-height: 1.27;
}

.PointUseHistorTable .List .UsePoint.Plus {
	color: #1b9a36;
}

.PointUseHistorTable .Cancel {
	background-color: #ddd;
}

@media (max-width: 359px) {
	.PointUseHistorTable .List .History {
		padding: 6px 4px;
	}

	.PointUseHistorTable .List .UsePoint {
		padding: 12px 5px;
	}

	.PointUseHistorTable .List .History .Item .expire,
	.PointUseHistorTable .List .History .Item .expired {
		font-size: 0.625rem;
	}

	.PointUseHistorTable .List .UsePoint,
	.PointUseHistorTable .List .TotalPoint {
		font-size: 0.6875rem;
	}
}

.Common_Pager_Type1.PointUseHistory {
	border-top: 1px solid #bab7ab;
}

/* 中央地方データ切り替え */
.PointUseHistoryBox ul.DataTypeChangeUl {
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	border: 1px solid #888;
}

.PointUseHistoryBox ul.DataTypeChangeUl li {
	border-right: 1px solid #888;
	box-sizing: border-box;
	overflow: hidden;
	width: 50%;
}

.PointUseHistoryBox ul.DataTypeChangeUl li:nth-of-type(2) {
	border-right: none;
}

.PointUseHistoryBox ul.DataTypeChangeUl li a {
	color: #666;
	font-size: 66.67%;
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

.PointUseHistoryBox ul.DataTypeChangeUl li.DataTypeChangeJra.Active a {
	color: #fff;
	font-weight: bold;
	background: #3251bc;
}

.PointUseHistoryBox ul.DataTypeChangeUl li.DataTypeChangeNar.Active a {
	color: #fff;
	font-weight: bold;
	background: #bf552e;
}

/*==============================================
 02.予想購入の確認 .PurchaseWrap
==============================================*/
.PurchaseWrap {
	color: #666;
}
.PopupBuyYosoComp .PurchaseWrap {
	border:none;
}
.PopupBuyYosoComp a.BtnMypage {
	display: block;
	padding: 4px 9px 3px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #e0e0e0;
	border-radius: 9px;
}

.PurchaseWrap dl.PurchaseRaceList {
	margin: 12px;
}

.PurchaseWrap dl.PurchaseRaceList dt {
	margin-bottom: 8px;
}

.PurchaseWrap dl.PurchaseRaceList dt,
.PurchaseWrap dl.PurchaseRaceList dd {
	font-size: 72.3%;
}

.PurchaseWrap dl.PurchaseRaceList dd {
	line-height: 1.4;
}

.PurchaseWrap dl.PurchaseRaceList dd strong {
	display: inline;
	font-size: 123%;
	font-weight: bold;
	padding-left: 4px;
}

.PurchaseWrap .PurchaseYoso {
	padding: 0 0 13px;
	border-bottom: 1px solid #ddd;
}

.PurchaseWrap .PurchaseYoso+.PurchaseYoso {
	margin-top: 13px;
}

.PurchaseYoso .OsusumeTxt01 {
	margin: 0 12px 10px;
}

.PurchaseYoso .OsusumeTxt01>p {
	display: inline-block;
	position: relative;
	background: #c73938;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	padding: 0 12px;
	vertical-align: top;
}

.PurchaseYoso .OsusumeTxt01>p:after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	height: 0;
	border-top: 19px solid #c73938;
	border-right: 10px solid transparent;
}

.PurchaseYoso .Yosoka {
	position: relative;
	padding: 0 12px;
}

.PurchaseYoso .Yosoka .YosokaImage {
	width: 65px;
	position: absolute;
	top: 0;
	left: 12px;
}

.PurchaseYoso .Yosoka .YosokaImage img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 4px;
}

.PurchaseYoso.PickupRace .Yosoka .YosokaImage:after,
.PurchaseYoso.PurchaseYoso.AnaumaRace .Yosoka .YosokaImage:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	right: -4px;
	width: 20px;
	height: 43px;
	background-image: url("../../img/yoso/general/flg_sprite_sp_baken.png?20220331");
	-webkit-background-size: 56px 140px;
	-moz-background-size: 56px 140px;
	-ms-background-size: 56px 140px;
	-o-background-size: 56px 140px;
	background-size: 56px 140px;
	background-position: 0 0;
	background-repeat: no-repeat;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

.PurchaseYoso.PickupRace .Yosoka .YosokaImage:after {
	background-position: 0 0;
}

.PurchaseYoso.PurchaseYoso.AnaumaRace .Yosoka .YosokaImage:after {
	background-position: -22px 0;
}

.PurchaseYoso .Yosoka .Profile {
	position: relative;
	padding-left: 78px;
	min-height: 65px;
}

.PurchaseYoso .Yosoka .Profile .YosokaNameWrap {
	display: table;
	width: 100%;
	margin-bottom: 2px;
}

.PurchaseYoso .Yosoka .Profile .YosokaFavData {
	display: table-cell;
	font-size: 72.3%;
	width: 70px;
	text-align: right;
	vertical-align: middle;
}

.PurchaseYoso .Yosoka .Profile .YosokaFavData span.Icon_Fav {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url("../../img/yoso/icon/icon_fav01.png");
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	-ms-background-size: 11px auto;
	-o-background-size: 11px auto;
	background-size: 11px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 1px 4px;
	vertical-align: top;
}

.PurchaseYoso .Yosoka .Profile .Name {
	display: table-cell;
	font-size: 105.6%;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	max-width: 0;
}

.PurchaseYoso .Yosoka .Profile .CatchPhrase {
	font-size: 66.67%;
	line-height: 1.3;
	margin-bottom: 4px;
}

.PurchaseYoso .Comment {
	margin: 10px 12px;
	overflow: hidden;
}

.PurchaseYoso .Comment>p.Txt {
	background: #f3f3f3;
	padding: 8px 12px;
	line-height: 1.3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 83.4%;
}

.PurchaseWrap .PurchaseYoso .shirushiBox {
	position: relative;
	padding-bottom: 12px;
}

.PurchaseWrap .PurchaseYoso .shirushiBox ul li {
	position: relative;
	font-size: 66.67%;
	line-height: 1.35;
	padding-left: 20px;
	margin-bottom: 4px;
}

.PurchaseWrap .PurchaseYoso .shirushiBox ul li:last-child {
	margin: 0;
}

.PurchaseWrap .PurchaseYoso .shirushiBox span.YosokaMark {
	display: inline-block;
	text-indent: -9633px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.PointDataWrap {
	padding: 14px 12px;
}

.PointDataWrap dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.PointDataWrap dl+dl {
	margin-top: 3px;
}

.PointDataWrap dl dt {
	font-weight: bold;
	font-size: 77.78%;
}

.PointDataWrap dl dd {
	font-weight: bold;
	font-size: 111.12%;
}

.PointDataWrap dl.PointBackTxt>* {
	color: #b7443e;
}
#Buy_Point.PopupBuyYosoComp .Main_Column {
	padding: 0;
}
#Buy_Point .PurchaseWrap .BtnArea {
	padding: 0 12px 20px;
	background: #fff;
    position: relative;
    left: 0;
    transform: translate(0%);
    width: 100%;
    margin-top: 20px;
}

.PurchaseWrap .BtnArea .StateBtn,
.PurchaseWrap .BtnArea .YosoLinkBtn03 {
	width: 225px;
	margin: 0 auto;
}

.PurchaseWrap .BtnArea .StateBtn .Txt {
	font-size: 83.4%;
}

.PurchaseWrap .BtnArea .NotPoint,
.PurchaseWrap .expired  {
	margin: 10px 0 14px;
	color: #d1423f;
	font-size: 0.9375rem;
	font-weight: 700;
	text-align: center;
}
#Buy_Point .PurchaseWrap .expired + .BtnArea{
	margin-top:34px;
}
.PurchaseWrap .BtnArea .PointTxt {
	margin-bottom: 20px;
	font-size: 0.8125rem;
	line-height: 1.4;
	margin: 14px 0 0;
}

.PurchaseWrap .BtnArea .MemberLink {
	margin-top: 16px;
	text-align: center;
}

.PurchaseWrap .BtnArea .MemberLink a {
	font-size: 0.875rem;
}

/* モーダルcolorbox指定 */
body.Netkeiba_Race_Result #colorbox {
	padding-bottom: 7px;
}

body.Netkeiba_Race_Result #cboxOverlay {
	background: rgba(0, 0, 0, 0.4);
}

body.YosokaProf #cboxWrapper.YosoBuyModal #cboxLoadedContent,
body.Netkeiba_Race_Result #cboxLoadedContent {
	width: auto !important;
	margin-top: 28px;
	margin-right: 5px;
	margin-left: 5px;
	border: 3px solid #cfcdc2;
	border-radius: 4px;
	background: #eee;
}

body.YosokaProf #cboxWrapper.YosoBuyModal #cboxClose,
body.Netkeiba_Race_Result #cboxClose {
	position: absolute;
	top: 16px;
	right: 2px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border: 3px solid #b5b29f;
	background: #fff;
	border-radius: 50%;
}

body.YosokaProf #cboxWrapper.YosoBuyModal #cboxClose:before,
body.YosokaProf #cboxWrapper.YosoBuyModal #cboxClose:after,
body.Netkeiba_Race_Result #cboxClose:before,
body.Netkeiba_Race_Result #cboxClose:after {
	content: '';
	height: 3px;
	width: 24px;
	display: block;
	background: #b5b29f;
	position: absolute;
	top: 15px;
	left: 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.YosokaProf #cboxWrapper.YosoBuyModal #cboxClose:after,
body.Netkeiba_Race_Result #cboxClose:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*======================================
202307 購入フロー新デザイン
======================================*/
/*モーダル*/
body#Netkeirin_NewsDetail .goods_list #cboxWrapper #cboxClose,
body.YosoTop .goods_list #cboxWrapper #cboxClose,
body#Netkeiba_Race_Result .goods_list #cboxWrapper #cboxClose {
	top: -3px;
	right: -5px!important;
  background: none;
  border: none;
	height: 30px;
}
body#Netkeirin_NewsDetail .goods_list #cboxWrapper #cboxClose::before,
body.YosoTop .goods_list #cboxWrapper #cboxClose::before,
body#Netkeiba_Race_Result .goods_list #cboxWrapper #cboxClose::before {
	background-color: #fff;
  border-radius: 3px;
	height: 3px;
  width: 24px;
}
body#Netkeirin_NewsDetail .goods_list #cboxWrapper #cboxClose:after,
body.YosoTop .goods_list #cboxWrapper #cboxClose:after,
body#Netkeiba_Race_Result .goods_list #cboxWrapper #cboxClose:after {
	background-color: #fff;
  border-radius: 3px;
	height: 3px;
  width: 24px;
}
body#Netkeirin_NewsDetail .goods_list #cboxLoadedContent,
body.YosoTop .goods_list #cboxLoadedContent,
body#Netkeiba_Race_Result .goods_list #cboxLoadedContent {
	border: none;
	margin-top: 28px!important;
}


/*予想購入の確認モーダル インライン記述*/
.PurchaseCont .PointCellBox {
  padding: 10px 0 10px;
  background: #F3F3F3;
  margin: 20px 20px 0;
  border-radius: 4px;
}

.PurchaseCont .PointCellBox dt,
.PurchaseCont .PointCellBox .point_category,
.PurchaseCont .PointCellBox .free_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 95.33%;
  margin: auto;
}

.PurchaseCont .PointCellBox dt {
  padding: 12px 22px 12px 12px;
  background: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  color: #666666;
  border-radius: 4px;
}

.PurchaseCont .PointCellBox dt span {
  font-size: 0.8125rem;
  font-weight: normal;
  color: #666666;
}

.PurchaseCont .PointCellBox dt em {
  font-size: 0.875rem;
  font-weight: bold;
  color: #E3B749
}

.PurchaseCont .PointCellBox dt b {
  position: relative;
}

.PurchaseCont .PointCellBox dl.active dt b:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent #858585 transparent;
}

.PurchaseCont .PointCellBox dl.on dt b:after {
  border-width: 6px 3px 0 3px;
  border-color: #858585 transparent transparent transparent;
}

.PurchaseCont .PointCellBox .point_category {
  margin-top: 10px;
  padding: 0 12px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #666666;
}

.PurchaseCont .PointCellBox .point_category span {
  font-size: 0.6875rem;
  font-weight: normal;
  color: #666666;
}

.PurchaseCont .PointCellBox .point_category em {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #525252;
}

.PurchaseCont .PointCellBox .free_category {
  margin-top: 10px;
  padding: 0 12px 0 22px;
  color: #999999;
  font-weight: normal;
  font-size: 0.6875rem;
}

.PurchaseCont .PointCellBox em {
  margin-right: 1px;
}

.PurchaseCont .PointCellBox .free_category .CurrentPoint {
  color: #999999;
  font-size: 0.75rem;
}

.PurchaseCont .PointCellBox .free_category + .free_category {
  padding-top: 0px;
}

.PurchaseCont .point_text1,
.PurchaseCont .point_text2 {
  margin: 0px 20px;
  line-height: 1.5;
  color: #939393;
}

.PurchaseCont .point_text1 {
  margin-top: 20px;
  font-size: 0.6875rem;
}

.PurchaseCont .point_text2 {
  margin-top: 5px;
  font-size: 0.6875rem;
}

/*予想購入の確認モーダル*/
.PurchaseCont .Title_Sec {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	margin: 21px 20px 21px;
}

.PurchaseCont .Title_Sec h2 {
  color: #333333;
  margin: 0;
}

#Buy_Point .PurchaseCont .BtnArea {
	position: inherit;
	transform: inherit;
	margin: 0 auto;
	width: 82.32%;
}

.PurchaseCont .Title_Sec .BtnMypage {
  position: absolute;
  right: 0;
  border-radius: 37px;
  padding: 7px 15px;
  background: #E7E7E7;
  color: #888888;
  font-weight: 600;
  font-size: 0.625rem;
}

.PurchaseCont .PurchasItem {
  margin: 0 20px;
  border: solid 1px #F3F3F3;
  border-radius: 4px;
}

.PurchaseCont .PurchasItem .PurchaseYoso .Yosoka {
  padding: 14px 12px;
  background: #F3F3F3;
}

#Buy_Point .PurchaseCont .PurchasItem .PurchaseYoso .Yosoka .YosokaImage {
  width: 30px;
  height: auto;
  left: 8px;
  top: 50%;
	overflow: inherit;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*自信あり,大穴狙い札*/
.PurchaseCont .PurchaseYoso.PickupRace .Yosoka .YosokaImage:after,
.PurchaseCont .PurchaseYoso.AnaumaRace .Yosoka .YosokaImage:after {
  width: 10px;
  height: 23px;
  background-size: 28px auto;
}
.PurchaseCont .PurchaseYoso.AnaumaRace .Yosoka .YosokaImage:after {
	background-position: -11px 1px;
}

.PurchaseCont .PurchasItem .PurchaseYoso .Yosoka .Profile {
  min-height: auto;
  padding-left: 39px;
}

#Buy_Point .PurchaseCont .PurchasItem .PurchaseYoso .Yosoka .Profile .Name {
  font-size: 0.9375rem;
}

.PurchaseCont .PurchasItem .PurchaseRaceList {
  width: auto;
  margin: 8px;
  color: #666666;
}

.PurchaseCont .PurchasItem .PurchaseRaceList dt {
  margin-bottom: 7px;
  font-size: 0.6875rem;
}

.PurchaseCont .PurchasItem .PurchaseRaceList dd {
  display: inline-block;
  font-size: 0.8125rem;
}

.PurchaseCont .PurchasItem .PurchaseRaceList .RaceNum {
  display: inline-block;
  background: #E03D3D;
  border-radius: 2px;
  color: #fff;
	font-size: 0.6875rem;
  font-weight: bold;
  margin: 0px 6px 0;
  text-align: center;
	width: 28px;
  height: 16px;
  line-height: 16px;
  vertical-align: bottom;
}

.PurchaseCont .PurchasItem + .PurchasItem {
  margin-top: 10px;
}

.PurchaseCont .point_block {
  margin-top: 20px;
  padding-bottom: 8px;
  padding-right: 0;
  text-align: center;
}

.PurchaseCont .ConsumePoint {
  padding: 0;
  margin: 0 auto;
  font-size: 0.75rem;
  color: #666666;
  font-weight: bold;
}

.PurchaseCont .ConsumePoint .font_nomal {
  font-weight: normal;
}

.PurchaseCont .ConsumePoint em {
  color: #E3B749;
  margin-right: 3px;
  margin-left: 3px;
	font-size: 1.125rem;
}

.PurchaseCont .PointBackText {
  padding-top: 4px;
  color: #B74443;
  font-size: 11px;
  font-size: 61.12%;
  font-weight: bold;
}

.PurchaseCont .BtnArea .StateBtn, .PurchaseCont .BtnArea .YosoLinkBtn03 {
  margin: 0 auto;
}

.PurchaseCont .BtnArea .StateBtn,
.PurchaseCont .BtnArea .YosoLinkBtn03 {
  padding: 0;
  border-radius: 4px;
  height: 39px;
  line-height: 39px;
}

.PurchaseCont .BtnArea .StateBtn .Txt,
.PurchaseCont .BtnArea .YosoLinkBtn03 {
  font-size: 1.0625rem;
}

.PurchaseCont .Alert {
  margin-bottom: 10px;
  padding: 2px 30px 2px;
  background: #FFF2F0;
}

.PurchaseCont .Alert.Sentence {
  padding: 3px 30px 7px;
}

.PurchaseCont .Alert.Sentence .AlertText {
  text-align: left;
}

.PurchaseCont .AlertTitle {
  margin: 5px auto 5px;
  color: #B74443;
  font-weight: bold;
  text-align: center;
  font-size: 0.9375rem;
}

.PurchaseCont .AlertText {
  color: #B74443;
  font-weight: bold;
  line-height: 1.63;
  font-size: 0.6875rem;
  text-align: center;
}

/*購入エラー*/
.PurchaseCont .BuyYosoCompleteErrWrap {
  margin: 0 20px;
}

.PurchaseCont .BuyYosoCompleteErrWrap .buy_yoso_ng_error_text {
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #939393;
}

.PurchaseCont .BuyYosoCompleteErrWrap > a {
  font-size: 0.6875rem;
}

.PurchaseCont .BuyYosoCompleteErrWrap .BtnArea {
  margin-top: 15px;
}

.PurchaseCont .PopupBuyYosoComp .complete_titleImg {
  min-height: 40px;
  background: #e2b649;
  text-indent: -9999px;
}

/*購入完了モーダル*/
.PurchaseCont .PurchaseYoso ul {
  position: relative;
  margin: 0 8px 9px;
  border: 1px solid #CACACA;
  max-height: 117px;
  overflow: hidden;
}

.PurchaseCont .shirushiBox {
  position: relative;
}

.PurchaseCont .shirushiBox.bg_cover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 48px;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), white);
}

.PurchaseCont .PurchaseYoso ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  margin: 0;
  padding: 0px 0px;
  border-bottom: 1px solid #CACACA;
  font-size: 0.8125rem;
  font-weight: bold;
}

.PurchaseCont .PurchaseYoso ul li .YosokaName {
  line-height: 28px;
}

.PurchaseCont .PurchaseYoso ul li:last-of-type {
  border-bottom: none;
}

.PurchaseCont .PurchasItem .shirushiBoxInner {
  padding: 0 0 10px;
}

.PurchaseCont .YosokaMarkInner {
  position: relative;
  border-right: 1px solid #CACACA;
  background-color: #F3F3F3;
  display: inline-block;
  width: 30px;
  height: 28px;
  margin-right: 10px;
}

.PurchaseCont .PurchaseYoso span.YosokaMark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.PurchaseCont .YosoLinkBtn5 {
  color: #666;
  font-size: 61.12%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 1.27em;
  line-height: 2.55;
  display: block;
  width: 67%;
  min-width: 142px;
  margin: 0 auto;
  position: relative;
}

.PurchaseCont .YosoLinkBtn5 .Txt {
  display: inline-block;
  line-height: 22px;
}

.PurchaseCont .YosoLinkBtn5 .Icon_Arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 13px;
  width: 10px;
}

/*-- ウマい車券_購入モーダル無料体験ブロック --*/
.FreeTrial_Campaign_Container{
	margin: 10px 20px;
	padding: 20px 10px 14px;
	background:#FCF5D7;
	border-radius: 4px;
}
.PurchaseCont.BuyMultiple .FreeTrial_Campaign_Container{
	margin: 10px 10px;
}
.FreeTrial_Campaign_Container .FreeTrial_Campaign_Text01{
	font-size: 0.75rem;
	color: #F57C7C;
	font-weight: bold;
	text-align: center;
}
.FreeTrial_Campaign_Container .FreeTrial_Campaign_Text02{
	display: block;
	margin: 10px auto 0;
	width: 91.52%;
	font-size: 0.75rem;
	color: #F57C7C;
	font-weight: bold;
	line-height: 1.37;
	text-align: left;
}
.FreeTrial_Campaign_Container .FreeTrial_Campaign_Btn01{
	display: block;
	width: 91.52%;
	margin: 10px auto 0;
	padding: 11px 0;
	font-size: 1.0625rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #E03D3D;
	border-radius: 4px;
	text-align: center;
}
.FreeTrial_Campaign_Container .FreeTrial_Campaign_Link{
	display: block;
	margin: 15px auto 0;
	font-size: 0.8125rem;
	font-weight: bold;
	color: #4E4545;
	text-align: center;
	text-decoration: underline;
}
.FreeTrial_Campaign_Container .FreeTrial_Campaign_List{
	margin: 20px auto 0;
	font-size: 0.8125rem;
	color: #4E4545;
	text-align: left;
}
.FreeTrial_Campaign_Container .FreeTrial_Campaign_List li{
	line-height: 1.636;
}
.FreeTrial_Campaign_Container .FreeTrial_Campaign_List li:before{
	content: "・";
	display: inline-block;
	font-size: 0.8125rem;
	color: #4E4545;
}
.FreeTrial_Campaign_Container .FreeTrial_Campaign_Btn02{
	display: block;
	width: 91.52%;
	margin: 30px auto 0;
	padding: 11px 0;
	font-size: 0.9375rem;
	font-weight: bold;
	color: #4E4545;
	border: 1px solid #EDE5C4;
	border-radius: 4px;
	text-align: center;
}






/*==============================================
03.厳選予想リスト
==============================================*/

/*-- 並び替え --*/
.SortFunction {
	padding: 0 10px;
}

.SortFunction.SortSelectArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.SortFunction .SortSelect {
	margin: 15px 0 15px 8px;
}

.SortFunction .SortSelect .SortTitle {
	display: none;
	width: 5em;
	white-space: nowrap;
}

.SortFunction .SortCheck span,
.SortFunction .SortSelect {
	font-size: 66.7%;
}

.SortFunction .SortCheck span {
	/*margin-left: 6px;*/
}

.SortFunction .SortSelect select::-ms-expand {
	display: none;
}

.SortFunction .SortSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 0 none;
	color: #666;
	font-size: 108%;
	cursor: pointer;
	padding: 10px 28px 10px 12px;
	line-height: 1.2;
	outline: none;
	width: 110%;
}

.SortFunction .SortSelect .SelectGroup {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	vertical-align: middle;
}

.SortFunction .SortSelect .SelectGroup:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 5px solid #666;
	position: absolute;
	top: 42%;
	right: 12px;
}

.SortFunction .SortCheck {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}

.Sort_CheckBox {
	display: none;
}

.Sort_CheckLabel {
	cursor: pointer;
	position: relative;
	padding-left: 45px;
	line-height: 35px;
}

.Sort_CheckLabel:before,
.Sort_CheckBox:checked+.Sort_CheckLabel:before {
	content: '';
	display: inline-block;
	cursor: pointer;
	margin-top: -17px;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 50%;
	left: 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}

.Sort_CheckBox:checked+.Sort_CheckLabel:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 17px;
	margin-top: -14px;
	margin-left: -5px;
	width: 9px;
	height: 18px;
	border-right: 2px solid #ef5350;
	border-bottom: 2px solid #ef5350;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.SortFunction p.YosoNum {
	font-size: 72.23%;
	font-weight: bold;
	line-height: 1.4;
	color: #666;
	flex-grow: 1;
}

.SortFunction p.YosoNum strong {
	font-size: 130.78%;
	color: #d98f00;
}

.SortFunction p.YosoNum strong:before {
	content: '';
	display: inline-block;
	background: url(../../img/yoso/icon/icon_sprite_sp_yoso.png?190205) no-repeat;
	-webkit-background-size: 176px auto;
	-moz-background-size: 176px auto;
	-o-background-size: 176px auto;
	background-size: 176px auto;
	width: 18px;
	height: 17px;
	margin-right: 3px;
	background-position: -106px -370px;
	vertical-align: middle;
}

.SortFunction p.YosoNum br {
	display: none;
}

@media (max-width: 355px) {
	.SortFunction p.YosoNum {
		font-size: 66.67%;
	}

	.SortFunction p.YosoNum .YosoNumInner {
		display: inline-block;
		text-align: center;
		line-height: 1.4;
	}

	.SortFunction p.YosoNum strong {
		font-size: 125%;
	}

	.SortFunction p.YosoNum strong:before {
		-webkit-background-size: 164px auto;
		background-size: 164px auto;
		width: 16px;
		background-position: -100px -345px;
	}

	.SortFunction p.YosoNum br {
		display: inherit;
	}
}

/*-- 厳選予想リスト .GensenYosoList --*/
.GensenYosoList {
	min-height: 500px;
}

.GensenYosoList ul {
	border-bottom: 1px solid #dcdcdc;
}

.GensenYosoList ul li {
	border-top: 1px solid #dcdcdc;
	background: #fff;
	display: table;
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.GensenYosoList ul li.RaceDayLine {
	border: 0 none;
	background: none;
	display: block;
	font-size: 88.89%;
	font-weight: bold;
	padding: 24px 10px 16px;
}

.GensenYosoList ul li.Selectable+li.RaceDayLine {
	border-top: 1px solid #dcdcdc;
}

.GensenYosoList .StateArea,
.GensenYosoList .Inner {
	display: table-cell;
	vertical-align: middle;
}

.GensenYosoList .StateArea {
	background: #e2e2e3;
	text-align: center;
	width: 28px;
}

.Yoso_CheckBox {
	display: none;
}

.Yoso_CheckLabel {
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	z-index: 100;
	position: relative;
}

.Yoso_CheckBox:checked+.Yoso_CheckLabel:after {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 12px;
	margin-top: -9px;
	margin-left: -6px;
	width: 6px;
	height: 11px;
	border-right: 2px solid #ef5350;
	border-bottom: 2px solid #ef5350;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.GensenYosoList .Inner {
	background: #fff;
}

.GensenYosoList .RaceNameWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
}

.GensenYosoList .YosoRace {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 1px;
}
.GensenYoso .GensenYosoList .YosoRace{
	padding-top: 10px;
}

.GensenYosoList .YosoRace .Jyo,
.GensenYosoList .YosoRace .Name {
	font-size: 105.6%;
	font-weight: bold;
}

.GensenYosoList .YosoRace .Num {
	display: inline-block;
	background: #e03d3d;
	border-radius: 4px;
	color: #fff;
	font-size: 66.7%;
	font-weight: bold;
	margin: -1px 2px 0;
	padding: 6px 0;
	text-align: center;
	width: 32px;
	vertical-align: top;
}

.GensenYosoList .Comment {
	margin: 10px 12px;
	padding: 8px 12px;
	overflow: hidden;
	background: #f3f3f3;
	border-radius: 4px;
}

.GensenYosoList .Comment>p.Txt {
	background: #f3f3f3;
	padding: 0;
	color: #444444;
	font-size: 66.67%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.GensenYosoList .YosokaDataOpenBtn {
	font-size: 66.67%;
	line-height: 1.3;
	text-align: right;
}

.GensenYosoList .YosokaDataOpenBtn a {
	position: relative;
	display: inline-block;
	color: #444;
	padding: 0px 18px 3px 8px;
    height: 20px;
    line-height: 18px;
}

.GensenYosoList .YosokaDataOpenBtn a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-width: 6px 3.3px 0 3.3px;
	border-color: #444 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -3px;
}

.GensenYosoList .YosokaDataOpenBtn a.OpenData:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* 厳選予想 - 的中リストスタイル */
.GensenYosoList .Hit {
	border: 1px solid #b7443e;
	border-left: 0 none;
}

.GensenYosoList .Hit+.Hit {
	margin-top: 1px;
}

.GensenYosoList .Hit .StateArea {
	background: #b7443e;
	text-align: center;
	margin: 10px 12px;
}

.GensenYosoList .BalanceWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.GensenYosoList .BalanceArea {
	-webkit-flex: 1;
	flex: 1;
}

.GensenYosoList .BalanceArea dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 12px;
}

.GensenYosoList .BalanceArea dl dt,
.GensenYosoList .BalanceArea dl dd {
	font-size: 77.8%;
	line-height: 1.4;
}

.GensenYosoList .BalanceArea dl dt {
	margin-right: 6px;
	white-space: nowrap;
	width: 3em;
}

.GensenYosoList .BalanceArea dl dd em {
	font-size: 114.3%;
	font-weight: bold;
}

.GensenYosoList .BalanceArea dl.BalanceData {
	color: #00aa8e;
}

.GensenYosoList .TypeOfBetArea {
	padding-left: 12px;
}

.GensenYosoList .TypeOfBetArea dl {
	font-size: 66.67%;
}

.GensenYosoList .TypeOfBetArea dt {
	clear: both;
	float: left;
	width: 3em;
	line-height: 1.2;
	text-align-last: justify;
}

.GensenYosoList .TypeOfBetArea dd {
	position: relative;
	margin-left: 4em;
	font-weight: bold;
	line-height: 1.2;
}

.GensenYosoList .TypeOfBetArea dd::before {
	content: "：";
	position: absolute;
	top: 0;
	left: -1em;
	display: inline-block;
	width: 1em;
	font-weight: normal;
	text-align: center;
}

.GensenYosoList .TypeOfBetArea dt:nth-of-type(n+2),
.GensenYosoList .TypeOfBetArea dd:nth-of-type(n+2) {
	margin-top: 5px;
}

.RaceYosoList .GensenYosoList .BalanceWrap .BtnArea .StateBtn {
	width: 145px;
	height: 50px;
	padding: 8px 0;
}

.RaceYosoList .GensenYosoList .BalanceWrap .BtnArea .StateBtn span.Point {
	font-size: 100%;
	line-height: 1.2;
	margin-bottom: 2px;
}

.RaceYosoList .GensenYosoList .BalanceWrap .BtnArea .StateBtn span.Point,
.RaceYosoList .GensenYosoList .BalanceWrap .BtnArea .StateBtn span.Txt {
	display: block;
	text-align: center;
	margin-right: 0;
}
/*2020 02 無料お試し　*/
.RaceYosoList .GensenYosoList .BalanceWrap .BtnArea .StateBtn.can_trial.not_login span.Point,
.RaceYosoList .GensenYosoList .BalanceWrap .BtnArea .StateBtn.trial_ready span.Point{
    min-width: 90px;
    padding: 2px 4px 1px;
    border-radius: 4px;
    font-size: 0.75rem;
    margin: 0 auto 3px;
    background-color: #4E4545;
    display: inline-block;
}
.RaceYosoList .GensenYosoList .BalanceWrap .BtnArea .StateBtn.can_trial.not_login span.Txt{
	font-size: 0.94rem;
}

@media (max-width: 355px) {

	.GensenYosoList .BalanceArea dl dt,
	.GensenYosoList .BalanceArea dl dd {
		font-size: 72.3%;
	}

	.GensenYosoList .BalanceArea dl dd em {
		font-size: 115.3%;
	}

	.RaceYosoList .GensenYosoList .BalanceWrap .BtnArea .StateBtn {
		width: 130px;
	}
}


.GensenYosoList .Hit .Yosoka .YosokaImage:after {
	content: '';
	display: inline-block;
	background: url("../../img/yoso/general/stamp_hit.png") no-repeat;
	-webkit-background-size: 58px 58px;
	-moz-background-size: 58px 58px;
	-ms-background-size: 58px 58px;
	background-size: 58px 58px;
	width: 58px;
	height: 58px;
	position: absolute;
	bottom: -10px;
	right: -35px;
	z-index: 10;
}

.IconState02 {
	background-position: -127px -1px;
}

/* 厳選予想 - 購入済リストスタイル */
.GensenYosoList .Purchased {
	border: 2px solid #e6a424;
}

.GensenYosoList .Purchased .StateArea {
	background: #e6a424;
	text-align: center;
	width: 35px;
}

/* レースから探す - 厳選予想リスト */
.RaceYosoList .GensenYosoList .Inner {
	padding: 12px 0 13px;
	color: #666;
}

.GensenYosoList .Inner .OsusumeTxt01 {
	margin: 0 12px 10px;
}

.GensenYosoList .Inner .OsusumeTxt01>p {
	display: inline-block;
	position: relative;
	background: #DD5E56;
	color: #fff;
	font-size: 11px;
    height: 19px;
    line-height: 19px;
    padding: 0 9px 0 11px;
    max-width: 96%;
    max-width: calc(100% - 10px);
    border-radius: 19px;
}

.GensenYosoList .Inner .OsusumeTxt01>p span {
	display: inline-block;
	max-width: 100%;
	line-height: 19px;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.GensenYosoList .Yosoka {
	position: relative;
	padding: 0 12px;
}

.GensenYosoList .Yosoka .YosokaImage {
	width: 55px;
	position: absolute;
	top: 0;
	left: 12px;
}

.GensenYosoList .Yosoka .YosokaImage img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 4px;
}


.GensenYosoList .PickupRace .BtnArea .StateBtn:after,
.GensenYosoList .AnaumaRace .BtnArea .StateBtn:after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 25px;
	height: 54px;
	background-image: url("../../img/yoso/general/flg_sprite_sp_baken.png?20240625");
	-webkit-background-size: 70px auto;
	-moz-background-size: 70px auto;
	-ms-background-size: 70px auto;
	background-size: 70px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.GensenYosoList .PickupRace .BtnArea .StateBtn:after {
	background-position: 0 0;
}

.GensenYosoList .AnaumaRace .BtnArea .StateBtn:after {
	background-position: -28px 0;
}

.GensenYosoList .Yosoka .Profile {
	position: relative;
	padding-left: 65px;
	min-height: 55px;
}

.GensenYosoList .Yosoka .Profile .YosokaNameWrap {
	display: table;
	width: 100%;
	margin-bottom: 8px;
}
.GensenYosoList .Yosoka .Time {
	display: block;
	font-size: 61.1111%;
	color: #666;
	padding-left: 5px;
}

/* 2024 02 予想商品見解のラベル追加対応 */
.GensenYosoList .Profile_Detail{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 370px){
  .GensenYosoList .Profile_Detail .CommentTypeLabel{
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: middle;
      width: 100%;
  }
  .GensenYosoList .Profile_Detail .CommentTypeLabel span:nth-child(n+3){
    display: none !important;
  }
}
.GensenYosoList .Yosoka .CommentTypeLabel span{
  display: none;
  font-size: 66.6667%;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 4px;

}
.GensenYosoList .Yosoka .CommentTypeLabel.CommentMovie span.CommentMovie_icon{
  display: inline-block;
  background: #FDEBEB;
  color:#CC4D4D;
}
.GensenYosoList .Yosoka .CommentTypeLabel.CommentMovie span.CommentMovie_icon:before{
  content: "";
  background-color: #CC4D4D;
  display: inline-block;
  height: 10px;
  width: 11px;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.027%22%20height%3D%2212.658%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23cc4d4d%22%20d%3D%22m9.356%206.7-3.5%201.688a.442.442%200%200%201-.686-.431V4.786a.442.442%200%200%201%20.686-.431l3.5%201.688c.378.182.378.479%200%20.66m4.671-5.322v9.894a1.238%201.238%200%200%201-1.352%201.382H1.174C.115%2012.657%200%2012.131%200%2011.276V1.381A1.262%201.262%200%200%201%201.435%200h11.24a1.2%201.2%200%200%201%201.352%201.38m-3.318.712c0%20.074.082.134.186.134h1.333c.1%200%20.187-.06.187-.134v-.947c0-.073-.085-.134-.187-.134H10.9c-.1%200-.186.06-.186.134Zm-2.993%200c0%20.073.086.134.189.134h1.331c.1%200%20.185-.06.185-.134v-.946c0-.074-.083-.134-.187-.134H7.9c-.1%200-.189.06-.189.133Zm-3.081.033c0%20.074.082.134.187.134h1.33c.1%200%20.189-.06.189-.134v-.948c0-.074-.087-.134-.188-.134H4.822c-.1%200-.187.059-.187.134Zm-3.166%200c0%20.074.083.134.185.134h1.333c.1%200%20.19-.061.188-.134v-.947c0-.075-.085-.133-.188-.134H1.658c-.105%200-.187.06-.189.134Zm1.706%208.427c0-.075-.085-.134-.188-.134H1.658c-.105%200-.187.061-.189.134v.948c0%20.074.083.134.185.134h1.333c.1%200%20.19-.06.188-.134Zm3.166.947v-.948c0-.075-.087-.134-.188-.134H4.822c-.1%200-.187.059-.187.134v.949c0%20.074.082.134.187.135h1.33c.1%200%20.189-.06.189-.134m3.08-.981c0-.074-.083-.134-.187-.134H7.9c-.1%200-.189.06-.189.134v.949c0%20.073.086.134.189.134h1.331c.1%200%20.185-.061.185-.133Zm2.993%200c0-.074-.085-.134-.187-.134H10.9c-.1%200-.186.06-.186.134v.95c0%20.073.082.134.186.134h1.333c.1%200%20.187-.061.187-.134ZM12.6%203.9a.824.824%200%200%200-.89-.733H2.206a.825.825%200%200%200-.891.732v4.886a.824.824%200%200%200%20.889.732h9.5a.826.826%200%200%200%20.896-.727Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.027%22%20height%3D%2212.658%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23cc4d4d%22%20d%3D%22m9.356%206.7-3.5%201.688a.442.442%200%200%201-.686-.431V4.786a.442.442%200%200%201%20.686-.431l3.5%201.688c.378.182.378.479%200%20.66m4.671-5.322v9.894a1.238%201.238%200%200%201-1.352%201.382H1.174C.115%2012.657%200%2012.131%200%2011.276V1.381A1.262%201.262%200%200%201%201.435%200h11.24a1.2%201.2%200%200%201%201.352%201.38m-3.318.712c0%20.074.082.134.186.134h1.333c.1%200%20.187-.06.187-.134v-.947c0-.073-.085-.134-.187-.134H10.9c-.1%200-.186.06-.186.134Zm-2.993%200c0%20.073.086.134.189.134h1.331c.1%200%20.185-.06.185-.134v-.946c0-.074-.083-.134-.187-.134H7.9c-.1%200-.189.06-.189.133Zm-3.081.033c0%20.074.082.134.187.134h1.33c.1%200%20.189-.06.189-.134v-.948c0-.074-.087-.134-.188-.134H4.822c-.1%200-.187.059-.187.134Zm-3.166%200c0%20.074.083.134.185.134h1.333c.1%200%20.19-.061.188-.134v-.947c0-.075-.085-.133-.188-.134H1.658c-.105%200-.187.06-.189.134Zm1.706%208.427c0-.075-.085-.134-.188-.134H1.658c-.105%200-.187.061-.189.134v.948c0%20.074.083.134.185.134h1.333c.1%200%20.19-.06.188-.134Zm3.166.947v-.948c0-.075-.087-.134-.188-.134H4.822c-.1%200-.187.059-.187.134v.949c0%20.074.082.134.187.135h1.33c.1%200%20.189-.06.189-.134m3.08-.981c0-.074-.083-.134-.187-.134H7.9c-.1%200-.189.06-.189.134v.949c0%20.073.086.134.189.134h1.331c.1%200%20.185-.061.185-.133Zm2.993%200c0-.074-.085-.134-.187-.134H10.9c-.1%200-.186.06-.186.134v.95c0%20.073.082.134.186.134h1.333c.1%200%20.187-.061.187-.134ZM12.6%203.9a.824.824%200%200%200-.89-.733H2.206a.825.825%200%200%200-.891.732v4.886a.824.824%200%200%200%20.889.732h9.5a.826.826%200%200%200%20.896-.727Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}
.GensenYosoList .Yosoka .CommentTypeLabel.RaceMovie span.RaceMovie_icon{
  display: inline-block;
  background: #E0F2C8;
  color:#468D19;
}
.GensenYosoList .Yosoka .CommentTypeLabel.RaceMovie span.RaceMovie_icon:before{
  content: "";
  background-color: #468D19;
  display: inline-block;
  height: 10px;
  width: 11px;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.027%22%20height%3D%2212.658%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23cc4d4d%22%20d%3D%22m9.356%206.7-3.5%201.688a.442.442%200%200%201-.686-.431V4.786a.442.442%200%200%201%20.686-.431l3.5%201.688c.378.182.378.479%200%20.66m4.671-5.322v9.894a1.238%201.238%200%200%201-1.352%201.382H1.174C.115%2012.657%200%2012.131%200%2011.276V1.381A1.262%201.262%200%200%201%201.435%200h11.24a1.2%201.2%200%200%201%201.352%201.38m-3.318.712c0%20.074.082.134.186.134h1.333c.1%200%20.187-.06.187-.134v-.947c0-.073-.085-.134-.187-.134H10.9c-.1%200-.186.06-.186.134Zm-2.993%200c0%20.073.086.134.189.134h1.331c.1%200%20.185-.06.185-.134v-.946c0-.074-.083-.134-.187-.134H7.9c-.1%200-.189.06-.189.133Zm-3.081.033c0%20.074.082.134.187.134h1.33c.1%200%20.189-.06.189-.134v-.948c0-.074-.087-.134-.188-.134H4.822c-.1%200-.187.059-.187.134Zm-3.166%200c0%20.074.083.134.185.134h1.333c.1%200%20.19-.061.188-.134v-.947c0-.075-.085-.133-.188-.134H1.658c-.105%200-.187.06-.189.134Zm1.706%208.427c0-.075-.085-.134-.188-.134H1.658c-.105%200-.187.061-.189.134v.948c0%20.074.083.134.185.134h1.333c.1%200%20.19-.06.188-.134Zm3.166.947v-.948c0-.075-.087-.134-.188-.134H4.822c-.1%200-.187.059-.187.134v.949c0%20.074.082.134.187.135h1.33c.1%200%20.189-.06.189-.134m3.08-.981c0-.074-.083-.134-.187-.134H7.9c-.1%200-.189.06-.189.134v.949c0%20.073.086.134.189.134h1.331c.1%200%20.185-.061.185-.133Zm2.993%200c0-.074-.085-.134-.187-.134H10.9c-.1%200-.186.06-.186.134v.95c0%20.073.082.134.186.134h1.333c.1%200%20.187-.061.187-.134ZM12.6%203.9a.824.824%200%200%200-.89-.733H2.206a.825.825%200%200%200-.891.732v4.886a.824.824%200%200%200%20.889.732h9.5a.826.826%200%200%200%20.896-.727Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.027%22%20height%3D%2212.658%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23cc4d4d%22%20d%3D%22m9.356%206.7-3.5%201.688a.442.442%200%200%201-.686-.431V4.786a.442.442%200%200%201%20.686-.431l3.5%201.688c.378.182.378.479%200%20.66m4.671-5.322v9.894a1.238%201.238%200%200%201-1.352%201.382H1.174C.115%2012.657%200%2012.131%200%2011.276V1.381A1.262%201.262%200%200%201%201.435%200h11.24a1.2%201.2%200%200%201%201.352%201.38m-3.318.712c0%20.074.082.134.186.134h1.333c.1%200%20.187-.06.187-.134v-.947c0-.073-.085-.134-.187-.134H10.9c-.1%200-.186.06-.186.134Zm-2.993%200c0%20.073.086.134.189.134h1.331c.1%200%20.185-.06.185-.134v-.946c0-.074-.083-.134-.187-.134H7.9c-.1%200-.189.06-.189.133Zm-3.081.033c0%20.074.082.134.187.134h1.33c.1%200%20.189-.06.189-.134v-.948c0-.074-.087-.134-.188-.134H4.822c-.1%200-.187.059-.187.134Zm-3.166%200c0%20.074.083.134.185.134h1.333c.1%200%20.19-.061.188-.134v-.947c0-.075-.085-.133-.188-.134H1.658c-.105%200-.187.06-.189.134Zm1.706%208.427c0-.075-.085-.134-.188-.134H1.658c-.105%200-.187.061-.189.134v.948c0%20.074.083.134.185.134h1.333c.1%200%20.19-.06.188-.134Zm3.166.947v-.948c0-.075-.087-.134-.188-.134H4.822c-.1%200-.187.059-.187.134v.949c0%20.074.082.134.187.135h1.33c.1%200%20.189-.06.189-.134m3.08-.981c0-.074-.083-.134-.187-.134H7.9c-.1%200-.189.06-.189.134v.949c0%20.073.086.134.189.134h1.331c.1%200%20.185-.061.185-.133Zm2.993%200c0-.074-.085-.134-.187-.134H10.9c-.1%200-.186.06-.186.134v.95c0%20.073.082.134.186.134h1.333c.1%200%20.187-.061.187-.134ZM12.6%203.9a.824.824%200%200%200-.89-.733H2.206a.825.825%200%200%200-.891.732v4.886a.824.824%200%200%200%20.889.732h9.5a.826.826%200%200%200%20.896-.727Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}

.GensenYosoList .Yosoka .CommentTypeLabel.Image span.Image_icon{
  display: inline-block;
  background: #D9F0F4;
  color:#177396 ;
}
.GensenYosoList .Yosoka .CommentTypeLabel.Image span.Image_icon:before{
  content: "";
  background-color: #177396;
  display: inline-block;
  height: 10px;
  width: 11px;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.511%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23177396%22%20d%3D%22M14.993%203.649h-2.6L11.729.414a.519.519%200%200%200-.506-.415c-.034%200-10.81%202.225-10.81%202.225a.521.521%200%200%200-.4.613l1.679%208.195a.518.518%200%200%200%20.506.415c.034%200%201.421-.283%201.421-.283v1.316a.52.52%200%200%200%20.515.519h10.86a.52.52%200%200%200%20.517-.519V4.168a.52.52%200%200%200-.517-.519m-11.377.519v5.931l-1.017.215-1.473-7.177%209.694-2%20.515%202.516h-7.2a.52.52%200%200%200-.517.519m10.86%207.793H4.651V4.688h9.825Zm-2.819-5.2a1.034%201.034%200%201%201%201.035%201.038%201.039%201.039%200%200%201-1.035-1.038m2.233%204.156h-8.2v-2.6l1.727-2.6%202.78%203.506%201.181-.949Z%22%2F%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.511%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23177396%22%20d%3D%22M14.993%203.649h-2.6L11.729.414a.519.519%200%200%200-.506-.415c-.034%200-10.81%202.225-10.81%202.225a.521.521%200%200%200-.4.613l1.679%208.195a.518.518%200%200%200%20.506.415c.034%200%201.421-.283%201.421-.283v1.316a.52.52%200%200%200%20.515.519h10.86a.52.52%200%200%200%20.517-.519V4.168a.52.52%200%200%200-.517-.519m-11.377.519v5.931l-1.017.215-1.473-7.177%209.694-2%20.515%202.516h-7.2a.52.52%200%200%200-.517.519m10.86%207.793H4.651V4.688h9.825Zm-2.819-5.2a1.034%201.034%200%201%201%201.035%201.038%201.039%201.039%200%200%201-1.035-1.038m2.233%204.156h-8.2v-2.6l1.727-2.6%202.78%203.506%201.181-.949Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}
.GensenYosoList .Yosoka .CommentTypeLabel.Table span.Table_icon{
  display: inline-block;
  background: #F7E3CC;
  color:#AD5B1E ;
}
.GensenYosoList .Yosoka .CommentTypeLabel.Table span.Table_icon:before{
  content: "";
  background-color: #AD5B1E;
  display: inline-block;
  height: 10px;
  width: 11px;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.898%22%20height%3D%229.784%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23ad5b1e%22%20d%3D%22M0%200h10.898v9.784H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23ad5b1e%22%20d%3D%22M.607%207.537v2.248h2.562v-4.18l-.191-.19Zm3.306-1.19v3.438h2.562v-3.7L5.016%207.446Zm6.44-6.32L8.869.43c-.391.106-.55.35-.354.545l.355.352-3.843%203.578L3%202.88%200%205.561l.607.678%202.354-2.108%202.044%202.037%204.51-4.2.389.386c.215.213.473.069.577-.324l.393-1.487c.1-.392-.13-.624-.521-.517M7.25%205.365v4.42h2.562V3.307l-.157-.182Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0D%0A");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.898%22%20height%3D%229.784%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23ad5b1e%22%20d%3D%22M0%200h10.898v9.784H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20fill%3D%22%23ad5b1e%22%20d%3D%22M.607%207.537v2.248h2.562v-4.18l-.191-.19Zm3.306-1.19v3.438h2.562v-3.7L5.016%207.446Zm6.44-6.32L8.869.43c-.391.106-.55.35-.354.545l.355.352-3.843%203.578L3%202.88%200%205.561l.607.678%202.354-2.108%202.044%202.037%204.51-4.2.389.386c.215.213.473.069.577-.324l.393-1.487c.1-.392-.13-.624-.521-.517M7.25%205.365v4.42h2.562V3.307l-.157-.182Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0D%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}
.GensenYosoList .Yosoka .CommentTypeLabel.Ichi span.Ichi_icon{
  display: inline-block;
  background: #EDE7FD;
  color:#7657C7;
}
.GensenYosoList .Yosoka .CommentTypeLabel.Ichi span.Ichi_icon:before{
  content: "";
  background-color: #7657C7;
  display: inline-block;
  height: 11px;
  width: 11px;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%3E%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2019145%22%20transform%3D%22translate%28-47%20-634.495%29%22%3E%3Crect%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%237657c7%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20855%22%20rx%3D%221%22%20transform%3D%22translate%2847%20634.495%29%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%237657c7%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20858%22%20transform%3D%22translate%2847%20640.495%29%22%3E%3Crect%20width%3D%225%22%20height%3D%225%22%20stroke%3D%22none%22%20rx%3D%221%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%224%22%20x%3D%22.5%22%20y%3D%22.5%22%20rx%3D%22.5%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%237657c7%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20856%22%20transform%3D%22translate%2853%20634.495%29%22%3E%3Crect%20width%3D%225%22%20height%3D%225%22%20stroke%3D%22none%22%20rx%3D%221%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%224%22%20x%3D%22.5%22%20y%3D%22.5%22%20rx%3D%22.5%22%2F%3E%3C%2Fg%3E%3Crect%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%237657c7%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20857%22%20rx%3D%221%22%20transform%3D%22translate%2853%20640.495%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%3E%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2019145%22%20transform%3D%22translate%28-47%20-634.495%29%22%3E%3Crect%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%237657c7%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20855%22%20rx%3D%221%22%20transform%3D%22translate%2847%20634.495%29%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%237657c7%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20858%22%20transform%3D%22translate%2847%20640.495%29%22%3E%3Crect%20width%3D%225%22%20height%3D%225%22%20stroke%3D%22none%22%20rx%3D%221%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%224%22%20x%3D%22.5%22%20y%3D%22.5%22%20rx%3D%22.5%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%237657c7%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20856%22%20transform%3D%22translate%2853%20634.495%29%22%3E%3Crect%20width%3D%225%22%20height%3D%225%22%20stroke%3D%22none%22%20rx%3D%221%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%224%22%20x%3D%22.5%22%20y%3D%22.5%22%20rx%3D%22.5%22%2F%3E%3C%2Fg%3E%3Crect%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%237657c7%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20857%22%20rx%3D%221%22%20transform%3D%22translate%2853%20640.495%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}


.GensenYosoList .Profile_Detail .CommentTypeLabel .inner span:nth-child(n+4){
  display: none !important;
}
/* 2024 02 予想商品見解のラベル追加対応ここまで */
.GensenYosoList .Yosoka .Profile .YosokaFavData {
	display: table-cell;
	font-size: 72.3%;
	width: 70px;
	text-align: right;
	vertical-align: middle;
}

.GensenYosoList .Yosoka .Profile .YosokaFavData span.Icon_Fav {
	display: inline-block;
	width: 11px;
	height: 11px;
	/* background-image: url("../../img/yoso/icon/icon_fav01.png?20191209");
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	-ms-background-size: 11px auto;
	-o-background-size: 11px auto;
	background-size: 11px auto;
	background-position: 0 0;
	background-repeat: no-repeat; */
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17"><path fill="%23646464" d="M242.729,440.941a.5.5,0,0,0-.4-.336l-5.616-.789-2.527-5.025a.5.5,0,0,0-.894,0l-2.493,5.039-5.616.826a.5.5,0,0,0-.4.336.484.484,0,0,0,.129.5l4.075,3.906-.942,5.533a.484.484,0,0,0,.2.482.5.5,0,0,0,.292.095.477.477,0,0,0,.233-.058l5.013-2.627,5.028,2.6a.515.515,0,0,0,.229.055.5.5,0,0,0,.5-.494.379.379,0,0,0-.015-.113l-.972-5.5,4.049-3.928a.481.481,0,0,0,.133-.508Zm-5.061,3.914a.485.485,0,0,0-.14.439l.846,4.8-4.367-2.255a.511.511,0,0,0-.466,0l-4.352,2.28.816-4.806a.489.489,0,0,0-.144-.435l-3.532-3.391,4.873-.716a.493.493,0,0,0,.373-.27l2.165-4.375,2.195,4.363a.507.507,0,0,0,.377.271l4.877.687Zm0,0" transform="translate(-224.754 -434.517)" /></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 1px 4px;
	vertical-align: top;
}

@media all and (-ms-high-contrast: none) {
	.GensenYosoList .Yosoka .Profile .YosokaFavData span.Icon_Fav {
		display: inline-block;
		width: 11px;
		height: 11px;
		background-image: url("../../img/yoso/icon/icon_fav01.png?20191209");
		-webkit-background-size: 11px auto;
		-moz-background-size: 11px auto;
		-ms-background-size: 11px auto;
		-o-background-size: 11px auto;
		background-size: 11px auto;
		background-position: 0 0;
		background-repeat: no-repeat;
		margin: 1px 4px;
		vertical-align: top;
	}
}

.GensenYosoList .Yosoka .Profile .Name {
	display: table-cell;
	font-size: 105.6%;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	max-width: 0;
}

.GensenYosoList .Yosoka .Profile .CatchPhrase {
	font-size: 66.67%;
	line-height: 1.3;
	margin-bottom: 4px;
}

.RaceYosoList .GensenYosoList .BtnArea {
	padding: 0 12px;
	background: #fff;
}
.GensenYosoList .Yosoka .Profile span.Icon_Profile {
  display: inline-block;
  color: #fff;
  font-size: 61.1111%;
  font-weight: bold;
  width: 53px;
  line-height: 19px;
  height: 19px;
  border-radius: 4px;
  /*padding: 0px 6px 0;*/
  margin-bottom: -20px;
  text-align: center;
}
.GensenYosoList .Yosoka .Profile span.Icon_Profile.Color_Gold {
  color: #93802e;
  width: 34px;
}
.GensenYosoList .Yosoka .Profile span.Icon_Profile.Color_Gold::before {
  content: "";
  background-color: #93802e;
  display: inline-block;
  height: 11px;
  width: 9px;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228.664%22%20height%3D%2211%22%20viewBox%3D%220%200%208.664%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_684%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20684%22%20width%3D%228.664%22%20height%3D%2211%22%20fill%3D%22%23d8bb40%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2738%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202738%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5754%22%20data-name%3D%22%E3%83%91%E3%82%B9%205754%22%20d%3D%22M1.707%2C8.759.215%2C8.407a.269.269%2C0%2C0%2C1-.123-.465L1.337%2C6.816A1.234%2C1.234%2C0%2C0%2C0%2C2.352%2C7.3a.692.692%2C0%2C0%2C1%2C.579.264%2C1.45%2C1.45%2C0%2C0%2C0%2C.694.432l.35.646L2.61%2C10.327a.268.268%2C0%2C0%2C1-.471-.1ZM8.122%2C3.78c0-.363-.376-.631-.478-.98s.069-.777-.127-1.082-.657-.328-.932-.565S6.223.462%2C5.892.311s-.73.08-1.09.028S4.125-.047%2C3.765.005s-.571.462-.9.613S2.085.66%2C1.81.9s-.231.7-.427%2C1-.633.457-.735.8.183.711.183%2C1.075S.546%2C4.506.648%2C4.855s.539.5.735.805.152.765.427%2C1%2C.723.129%2C1.053.28.542.561.9.613.678-.282%2C1.038-.334.759.179%2C1.09.028.418-.6.692-.842.735-.26.932-.565.025-.734.127-1.083.478-.616.478-.979m-1.286%2C0A2.525%2C2.525%2C0%2C1%2C1%2C6.1%2C1.995a2.518%2C2.518%2C0%2C0%2C1%2C.74%2C1.786M5.772%2C5.242A2.067%2C2.067%2C0%2C1%2C1%2C6.377%2C3.78a2.061%2C2.061%2C0%2C0%2C1-.605%2C1.462m1.1%2C4.237-.694%2C1.366a.269.269%2C0%2C0%2C1-.481.01L4.138%2C7.979A2.346%2C2.346%2C0%2C0%2C0%2C4.564%2C7.8a.7.7%2C0%2C0%2C1%2C.631-.091%2C1.181%2C1.181%2C0%2C0%2C0%2C1.5-.685A1.063%2C1.063%2C0%2C0%2C1%2C6.9%2C6.737l1.7%2C2.235a.269.269%2C0%2C0%2C1-.206.434Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23d8bb40%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228.664%22%20height%3D%2211%22%20viewBox%3D%220%200%208.664%2011%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_684%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20684%22%20width%3D%228.664%22%20height%3D%2211%22%20fill%3D%22%23d8bb40%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2738%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202738%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5754%22%20data-name%3D%22%E3%83%91%E3%82%B9%205754%22%20d%3D%22M1.707%2C8.759.215%2C8.407a.269.269%2C0%2C0%2C1-.123-.465L1.337%2C6.816A1.234%2C1.234%2C0%2C0%2C0%2C2.352%2C7.3a.692.692%2C0%2C0%2C1%2C.579.264%2C1.45%2C1.45%2C0%2C0%2C0%2C.694.432l.35.646L2.61%2C10.327a.268.268%2C0%2C0%2C1-.471-.1ZM8.122%2C3.78c0-.363-.376-.631-.478-.98s.069-.777-.127-1.082-.657-.328-.932-.565S6.223.462%2C5.892.311s-.73.08-1.09.028S4.125-.047%2C3.765.005s-.571.462-.9.613S2.085.66%2C1.81.9s-.231.7-.427%2C1-.633.457-.735.8.183.711.183%2C1.075S.546%2C4.506.648%2C4.855s.539.5.735.805.152.765.427%2C1%2C.723.129%2C1.053.28.542.561.9.613.678-.282%2C1.038-.334.759.179%2C1.09.028.418-.6.692-.842.735-.26.932-.565.025-.734.127-1.083.478-.616.478-.979m-1.286%2C0A2.525%2C2.525%2C0%2C1%2C1%2C6.1%2C1.995a2.518%2C2.518%2C0%2C0%2C1%2C.74%2C1.786M5.772%2C5.242A2.067%2C2.067%2C0%2C1%2C1%2C6.377%2C3.78a2.061%2C2.061%2C0%2C0%2C1-.605%2C1.462m1.1%2C4.237-.694%2C1.366a.269.269%2C0%2C0%2C1-.481.01L4.138%2C7.979A2.346%2C2.346%2C0%2C0%2C0%2C4.564%2C7.8a.7.7%2C0%2C0%2C1%2C.631-.091%2C1.181%2C1.181%2C0%2C0%2C0%2C1.5-.685A1.063%2C1.063%2C0%2C0%2C1%2C6.9%2C6.737l1.7%2C2.235a.269.269%2C0%2C0%2C1-.206.434Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23d8bb40%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}
.GensenYosoList .Yosoka .Profile span.Icon_Profile.Color_02 {
  color: #102b52;
  width: 24px;
}
.GensenYosoList .Yosoka .Profile span.Icon_Profile.Color_02::before {
  content: "";
  background-color: #102b52;
  display: inline-block;
  height: 11px;
  width: 9px;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228.631%22%20height%3D%2211.069%22%20viewBox%3D%220%200%208.631%2011.069%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_688%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20688%22%20width%3D%228.631%22%20height%3D%2211.069%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2764%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202764%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5784%22%20data-name%3D%22%E3%83%91%E3%82%B9%205784%22%20d%3D%22M105.405%2C69.719a1.47%2C1.47%2C0%2C1%2C0%2C1.47%2C1.47%2C1.472%2C1.472%2C0%2C0%2C0-1.47-1.47m0%2C2.248a.778.778%2C0%2C1%2C1%2C.778-.778.779.779%2C0%2C0%2C1-.778.778%22%20transform%3D%22translate(-100.595%20-67.478)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5785%22%20data-name%3D%22%E3%83%91%E3%82%B9%205785%22%20d%3D%22M5.424.063A3.926%2C3.926%2C0%2C0%2C0%2C1.2%2C1.99%2C4.331%2C4.331%2C0%2C0%2C0%2C.978%2C4.237.234.234%2C0%2C0%2C1%2C.933%2C4.4C.43%2C5.077-.114%2C6%2C.021%2C6.243s.638.257%2C1.048.3c-.02.863.047%2C1.791.459%2C2.046A2.972%2C2.972%2C0%2C0%2C0%2C3.4%2C8.664a2.7%2C2.7%2C0%2C0%2C1-.062%2C1.551.654.654%2C0%2C0%2C0%2C.733.844l3.072-.51a.656.656%2C0%2C0%2C0%2C.52-.836A4.745%2C4.745%2C0%2C0%2C1%2C7.345%2C8.2%2C5.923%2C5.923%2C0%2C0%2C1%2C7.973%2C6.1a5.845%2C5.845%2C0%2C0%2C0%2C.636-2.051C8.747%2C2.485%2C8.338.554%2C5.424.063M7.631%2C3.853a.216.216%2C0%2C0%2C1-.164.209l-.624.155a2.108%2C2.108%2C0%2C0%2C1-.094.287L7.161%2C5a.216.216%2C0%2C0%2C1%2C.009.265l-.161.221a.216.216%2C0%2C0%2C1-.255.073l-.6-.241a2.072%2C2.072%2C0%2C0%2C1-.245.177l.043.641a.216.216%2C0%2C0%2C1-.149.22l-.261.084A.215.215%2C0%2C0%2C1%2C5.3%2C6.346L4.958%2C5.8a2.066%2C2.066%2C0%2C0%2C1-.3%2C0l-.342.544a.216.216%2C0%2C0%2C1-.249.09L3.8%2C6.349a.216.216%2C0%2C0%2C1-.148-.22L3.7%2C5.487a2.1%2C2.1%2C0%2C0%2C1-.244-.177l-.6.239a.216.216%2C0%2C0%2C1-.255-.074l-.161-.222a.216.216%2C0%2C0%2C1%2C.01-.265L2.869%2C4.5q-.028-.07-.051-.142t-.041-.145l-.624-.157a.216.216%2C0%2C0%2C1-.163-.209V3.568a.216.216%2C0%2C0%2C1%2C.164-.209L2.777%2C3.2a2.1%2C2.1%2C0%2C0%2C1%2C.094-.287l-.412-.494a.215.215%2C0%2C0%2C1-.009-.265l.161-.221a.216.216%2C0%2C0%2C1%2C.255-.073l.6.241a2.073%2C2.073%2C0%2C0%2C1%2C.245-.177l-.043-.641a.215.215%2C0%2C0%2C1%2C.149-.22L4.074.984a.216.216%2C0%2C0%2C1%2C.249.091l.34.545a2.075%2C2.075%2C0%2C0%2C1%2C.3%2C0l.342-.544a.215.215%2C0%2C0%2C1%2C.25-.09l.26.085a.215.215%2C0%2C0%2C1%2C.148.22l-.046.642a2.1%2C2.1%2C0%2C0%2C1%2C.244.177l.6-.239a.216.216%2C0%2C0%2C1%2C.255.074l.161.222a.216.216%2C0%2C0%2C1-.01.265l-.414.492q.028.07.051.142t.041.145l.624.157a.215.215%2C0%2C0%2C1%2C.163.209Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%228.631%22%20height%3D%2211.069%22%20viewBox%3D%220%200%208.631%2011.069%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_688%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20688%22%20width%3D%228.631%22%20height%3D%2211.069%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2764%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202764%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5784%22%20data-name%3D%22%E3%83%91%E3%82%B9%205784%22%20d%3D%22M105.405%2C69.719a1.47%2C1.47%2C0%2C1%2C0%2C1.47%2C1.47%2C1.472%2C1.472%2C0%2C0%2C0-1.47-1.47m0%2C2.248a.778.778%2C0%2C1%2C1%2C.778-.778.779.779%2C0%2C0%2C1-.778.778%22%20transform%3D%22translate(-100.595%20-67.478)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5785%22%20data-name%3D%22%E3%83%91%E3%82%B9%205785%22%20d%3D%22M5.424.063A3.926%2C3.926%2C0%2C0%2C0%2C1.2%2C1.99%2C4.331%2C4.331%2C0%2C0%2C0%2C.978%2C4.237.234.234%2C0%2C0%2C1%2C.933%2C4.4C.43%2C5.077-.114%2C6%2C.021%2C6.243s.638.257%2C1.048.3c-.02.863.047%2C1.791.459%2C2.046A2.972%2C2.972%2C0%2C0%2C0%2C3.4%2C8.664a2.7%2C2.7%2C0%2C0%2C1-.062%2C1.551.654.654%2C0%2C0%2C0%2C.733.844l3.072-.51a.656.656%2C0%2C0%2C0%2C.52-.836A4.745%2C4.745%2C0%2C0%2C1%2C7.345%2C8.2%2C5.923%2C5.923%2C0%2C0%2C1%2C7.973%2C6.1a5.845%2C5.845%2C0%2C0%2C0%2C.636-2.051C8.747%2C2.485%2C8.338.554%2C5.424.063M7.631%2C3.853a.216.216%2C0%2C0%2C1-.164.209l-.624.155a2.108%2C2.108%2C0%2C0%2C1-.094.287L7.161%2C5a.216.216%2C0%2C0%2C1%2C.009.265l-.161.221a.216.216%2C0%2C0%2C1-.255.073l-.6-.241a2.072%2C2.072%2C0%2C0%2C1-.245.177l.043.641a.216.216%2C0%2C0%2C1-.149.22l-.261.084A.215.215%2C0%2C0%2C1%2C5.3%2C6.346L4.958%2C5.8a2.066%2C2.066%2C0%2C0%2C1-.3%2C0l-.342.544a.216.216%2C0%2C0%2C1-.249.09L3.8%2C6.349a.216.216%2C0%2C0%2C1-.148-.22L3.7%2C5.487a2.1%2C2.1%2C0%2C0%2C1-.244-.177l-.6.239a.216.216%2C0%2C0%2C1-.255-.074l-.161-.222a.216.216%2C0%2C0%2C1%2C.01-.265L2.869%2C4.5q-.028-.07-.051-.142t-.041-.145l-.624-.157a.216.216%2C0%2C0%2C1-.163-.209V3.568a.216.216%2C0%2C0%2C1%2C.164-.209L2.777%2C3.2a2.1%2C2.1%2C0%2C0%2C1%2C.094-.287l-.412-.494a.215.215%2C0%2C0%2C1-.009-.265l.161-.221a.216.216%2C0%2C0%2C1%2C.255-.073l.6.241a2.073%2C2.073%2C0%2C0%2C1%2C.245-.177l-.043-.641a.215.215%2C0%2C0%2C1%2C.149-.22L4.074.984a.216.216%2C0%2C0%2C1%2C.249.091l.34.545a2.075%2C2.075%2C0%2C0%2C1%2C.3%2C0l.342-.544a.215.215%2C0%2C0%2C1%2C.25-.09l.26.085a.215.215%2C0%2C0%2C1%2C.148.22l-.046.642a2.1%2C2.1%2C0%2C0%2C1%2C.244.177l.6-.239a.216.216%2C0%2C0%2C1%2C.255.074l.161.222a.216.216%2C0%2C0%2C1-.01.265l-.414.492q.028.07.051.142t.041.145l.624.157a.215.215%2C0%2C0%2C1%2C.163.209Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}
/* 厳選予想 - 予想詳細スタイル */
.YosoDetail .GensenYosoList{
	min-height: auto;
}
.YosoDetail .GensenYosoList ul li{
	border:none;
	border-top: 1px solid #dcdcdc;
	margin: 0;
}
.YosoDetail .GensenYosoList .Hit{
	border: 1px solid #b7443e;
}
.YosoDetail .GensenYosoList .Hit + .Hit{
	margin-top: 1px;
}
.YosoDetail .GensenYosoList .Yosoka{
	background:none;
}
.YosoDetail .GensenYosoList .Yosoka .Profile{
	background:none;
	display: block;
}
/* 厳選予想 - 予想詳細スタイル この予想家の他の予想 */
.YosoDetail .GensenYosoList .Selectable .YosoRace {
	padding: 0;
	background:none;
}


/* 予想詳細データ */
.YosoDetailDataArea {
	padding: 10px 20px 10px;
}

.YosoDetailDataArea .OsusumeTxt02 {
	background: #f3f3f3;
	border-radius: 4px;
	padding: 10px 14px;
}

.YosoDetailDataArea .OsusumeTxt02 span.OsusumeLabel01 {
	display: inline-block;
	background: #3252bc;
	color: #fff;
	border-radius: 7px;
	padding: 0 6px;
	line-height: 1.3;
	font-size: 55.6%;
	margin-bottom: 8px;
}

.YosoDetailDataArea .OsusumeTxt02 p {
	background: #f3f3f3;
	border-radius: 4px;
	font-size: 77.78%;
	line-height: 1.5;
}

/*的中サンプル*/
.Sample_HitInfo_Wrap {
	padding: 7px 0px 0px;
	margin-bottom: 20px;
}
.Sample_HitInfo_Wrap .Sample_label{
	display: inline-block;
	font-size: 66.66666666666666%;
	color: #666666;
	margin-bottom: 11px;
}
.Sample_HitInfo{
	background-color: #FFEFEF;
	border-radius: 4px;
	padding:12px 10px 10px;
}
.Sample_HitInfo a{
	display: block;
}
.Sample_HitInfo h4{
	color: #666666;
	display: flex;
	justify-content: space-between;
}
.Sample_HitInfo h4 .RaceDate{
	font-size: 61.111111111111114%;
	font-weight: normal;
	flex-shrink: 0;
	width: 112px;
}
.GensenYosoList .RaceNameWrap{
	max-width: calc(100% - 112px);
	width: 100%;
	justify-content: space-between;
}
.YosokaProf .GensenYosoList .RaceNameWrap{
	max-width: none;
}

.Sample_HitInfo h4 .RaceName{
	font-size: 72.22222222222221%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Sample_HitInfo h4 .RaceName + svg{
	width: 6px;
	height: 10px;
	transform: scaleX(-1);
	flex-shrink: 0;
}
.Sample_HitResultArea table{
	width: 100%;
	border-collapse: collapse;
}
.Sample_HitResultArea table th{
	font-size: 72.22222222222221%;
	font-weight: normal;
	color:#DD5E56;
}
.Sample_HitResultArea table td{
	text-align: right;
	color: #DD5E56;
	font-weight: 600;
}
.Sample_HitResultArea table td .Yen{
	font-size: 72.22222222222221%;
}

.YosokaNumData {
	display: flex;
    border: 1px solid #DADADA;
    margin-bottom: 10px;
    margin-top: 20px;
}

.YosokaNumData dl {
	height: 27px;
    width: 50%;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
}
.YosokaNumData dl + dl {
	border-left: 1px solid #DADADA;
}

.YosokaNumData dl dt {
	display: inline;
	font-size: 61.111111111111114%;
}

.YosokaNumData dl dd {
	font-size: 83.33333333333334%;
    font-weight: 600;
}

.YosoDetailDataArea .OsusumeTxt02+.YosoDetailSec {
	margin-top: 12px;
}

.YosoDetailDataArea .YosoDetailSec table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	border: 1px solid #dadada;
}

.YosoDetailDataArea .YosoDetailSec table th {
	font-size: 61.3%;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	background: #eaeaea;
	border: 1px solid #dadada;
	width: 35%;
	min-width: 50px;
	line-height: 1.3;
	vertical-align: middle;
}

.YosoDetailDataArea .YosoDetailSec table th.word_2char {
	padding-left: 16px;
	padding-left: calc(5px + 1em);
	letter-spacing: 1em;
}

.YosoDetailDataArea .YosoDetailSec table td {
	font-size: 66.67%;
	padding: 5px;
	border: 1px solid #dadada;
	width: 65%;
	text-align: left;
	line-height: 1.3;
	vertical-align: middle;
}

@media screen and (max-width: 350px) {
	.YosoDetailDataArea .YosoDetailSec table th {
		width: auto;
	}

	.YosoDetailDataArea .YosoDetailSec table td {
		width: 60%;
	}
}

/* 予想家予想リスト的中 */
body.YosokaProf .GensenYosoList .Hit .BalanceWrap .BalanceArea dl:first-of-type:after {
	content: '';
	display: inline-block;
	background: url("../../img/yoso/general/stamp_hit.png") no-repeat;
	-webkit-background-size: 58px 58px;
	-moz-background-size: 58px 58px;
	-ms-background-size: 58px 58px;
	background-size: 58px 58px;
	width: 58px;
	height: 58px;
	position: absolute;
	bottom: 50px;
	left: 42px;
	z-index: 10;
	opacity: 0.8;
}
body.YosokaProf .GensenYoso .Hit .BalanceWrap .BalanceArea dl:first-of-type:after{
	content:none;
}

.BalanceWrap {}

/* レースから探す - 予想選択スタイル */
.GensenYosoList .YosoSelected {
	border: 1px solid #78be68;
}

.GensenYosoList .YosoSelected .StateArea {
	background: #abe79d;
	width: 27px;
}


/* レースから探す - まとめ購入下部固定 */
.InputFixedArea_Wrap {
	min-height: 105px;
	padding-top: 16px;
}

.InputFixedArea {
	width: 100%;
	background: rgba(0, 0, 0, .6);
	/*	padding: 8px 8px 11px; */
	z-index: 100;
}

.InputFixedArea .AvailablePoint {
	width: 100%;
	background: #fff;
}

.InputFixedArea .AvailablePoint_Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #f3f3f3;
}

.InputFixedArea .AvailablePoint_Wrap p:nth-child(1) {
	background: #f3f3f3;
	color: #666;
	width: 38%;
	font-size: 72.5%;
	letter-spacing: -0.05em;
	padding: 11px 0 9px;
	height: 35px;
	text-align: center;
}

.InputFixedArea .AvailablePoint_Wrap p:nth-child(2) {
	font-size: 0.8125rem;
	color: #777;
	text-align: right;
	vertical-align: middle;
	font-weight: normal;
	padding: 9px 12px 7px 0;
	height: 35px;
}

.InputFixedArea .AvailablePoint_Wrap p:nth-child(2) em{
	font-size: 1.0625rem;
	color: #555555;
	font-weight: bold;
	margin-right:4px;
}

.InputFixedArea .Raw {
	display: table;
	width: 100%;
}

.InputFixedArea .Current,
.InputFixedArea .MatomeCheck,
.InputFixedArea .BtnArea {
	display: table-cell;
	vertical-align: middle;
}

.InputFixedArea .MatomeCheck {
	text-align: center;
	padding: 3px 14px 11px 16px;
	width: 44px;
}

.InputFixedArea .Current p {
	color: #fff;
	font-size: 88%;
}

.InputFixedArea .Current strong {
	display: block;
	font-size: 118.7%;
	margin: 4px 0;
}

.InputFixedArea .Current .Count {
	color: #f1b510;
	font-weight: bold;
	margin: 0 4px;
}

.InputFixedArea .BtnArea .StateBtn {
	padding: 8px 0;
}

.InputFixedArea .BtnArea {
	width: 140px;
	padding: 8px;
}

.InputFixedArea .BtnArea .StateBtn .Point {
	display: block;
}

/* ポイントバック */
.InputFixedArea .BtnArea .StateBtn.State4 {
	padding: 0;
}

.InputFixedArea .BtnArea .StateBtn.State4 span.PointBackBtn01 {
	padding: 8px 0 5px;
}

.InputFixedArea .BtnArea .StateBtn.State4 span.PointBackBtn02 {
	position: relative;
	height: 19px;
	display: block;
}

.InputFixedArea .BtnArea .StateBtn.State4 span.PointBackBtn02 img {
	position: absolute;
	top: -6px;
	left: 4px;
	width: 124px;
}

@media screen and (max-width: 359px) {
	.InputFixedArea .MatomeCheck {
		padding: 3px 8px 0 4px;
	}

	.InputFixedArea .BtnArea {
		width: 112px;
	}

	.InputFixedArea .BtnArea .StateBtn.State4 span.PointBackBtn02 img {
		top: -3px;
		left: 4px;
		width: 103px;
	}

	.InputFixedArea .Current strong {
		font-size: 114.2%;
	}

	.InputFixedArea .Current p {
		color: #fff;
		font-size: 77.9%;
	}

	.InputFixedArea .AvailablePoint {
		top: -32px;
	}

	.InputFixedArea .AvailablePoint_Wrap p:nth-child(1) {
		font-size: 66.5%;
		padding: 10px 0 8px;
		height: 32px;
	}

	.InputFixedArea .AvailablePoint_Wrap p:nth-child(2) {
		font-size: 100%;
		padding: 8px;
		height: 32px;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {

	.InputFixedArea,
	.InputFixedArea .AvailablePoint {
		/*width: 750px;*/
	}
}

@media only screen and (min-width: 1025px) {

	.InputFixedArea,
	.InputFixedArea .AvailablePoint {
		    width: 620px;
	}
}

/* ポイントバック説明 .MatomePointBackInfo */
.MatomePointBackInfo {
	padding: 13px 8px;
}

h2.PointBackTxt01 {
	display: inline-block;
	background: #d1423e;
	border-radius: 3px;
	padding: 5px 6px;
}

h2.PointBackTxt01 img {
	display: block;
}

.MatomePointBackInfo p.fwB {
	font-size: 77.8%;
	line-height: 1.3;
	margin: 10px 0;
}

.MatomePointBackInfo .Example {
	position: relative;
	font-size: 77.8%;
	background: #fff;
	border-radius: 3px;
	padding: 10px 6px;
	margin-bottom: 10px;
}

.MatomePointBackInfo .Example span.ExampleTxt01 {
	font-weight: bold;
	float: left;
	line-height: 1.3;
}

.MatomePointBackInfo .Example span.ExampleTxt02 {
	display: block;
	padding: 0 0 0 3em;
	line-height: 1.3;
}

.MatomePointBackInfo ul.Notation {
	font-size: 77.8%;
}

.MatomePointBackInfo ul.Notation li {
	position: relative;
	padding-left: 1.1em;
	line-height: 1.3;
	margin-bottom: 6px;
	color: #807f79;
}

.MatomePointBackInfo ul.Notation li:before {
	content: "\203B";
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	color: #807f79;
	left: 0;
	top: 0;
}

/*==============================================
 04.予想家ランキング
==============================================*/

/* 予想家ランキング - ソート機能 */
.SortFunction_Wrap {
	padding: 15px 8px 10px;
}

.SortFunction_Wrap .SortFunction+.SortFunction {
	margin-top: 8px;
}

.SortFunction_Wrap .SortFunction_Title {
	display: table-cell;
	padding-right: 8px;
	text-align: right;
	width: 5em;
	white-space: nowrap;
}

.SortFunction_Wrap .SortFunction .SortSelect {
	float: none;
	width: 100%;
	margin-bottom: 0;
	font-size: 0.75rem;
}

.SortFunction_Wrap .SortFunction .SortSelect .SelectGroup {
	border: 0;
	border-radius: 0;
}

.SortFunction_Wrap .SortFunction .SortSelect .SelectGroup::after {
	content: none;
}

.SortFunction_Wrap .SortFunction .SelectGroup select {
	-webkit-appearance: none;
	width: 100%;
	padding: 10px 15px;
	color: #666;
	font-size: 1rem;
	background-color: #fff;
	background-image: url(../../img/yoso/icon/icon_arrow_select_nk01.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}

/* 予想家ランキング - tab */
.RankingTabWrap {
	padding: 12px 8px 0 4px;
	text-align: center;
}

.RankingTabWrap ul li {
	float: left;
	width: 25%;
}

.RankingTabWrap ul a {
	display: block;
	margin-left: 4px;
	padding: 4px 0 8px;
	color: #98978c;
	font-size: 0.875rem;
	border: 2px solid #e5e4dd;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

.RankingTabWrap ul .Active a {
	color: #222;
	background-color: #e5e4dd;
}

.RankingTabWrap ul a:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto 4px;
	background: url("../../img/yoso/icon/icon_sprite_sp_yoso.png?181105") no-repeat;
	background-size: 164px 400px;
}

.RankingTabWrap ul .Sales a:before {
	background-position: -34px -34px;
}

.RankingTabWrap ul .RecoveryRate a:before {
	background-position: -34px -65px;
}

.RankingTabWrap ul .HitRate a:before {
	background-position: -34px -2px;
}

.RankingTabWrap ul .Bookmark a:before {
	background-position: -34px -95px;
}

.RankingTabWrap ul .Active.Sales a:before {
	background-position: -66px -34px;
}

.RankingTabWrap ul .Active.RecoveryRate a:before {
	background-position: -66px -65px;
}

.RankingTabWrap ul .Active.HitRate a:before {
	background-position: -66px -2px;
}

.RankingTabWrap ul .Active.Bookmark a:before {
	background-position: -66px -95px;
}

@media only screen and (max-width: 359px) {
	.RankingTabWrap ul a {
		font-size: 0.8125rem;
	}

	.RankingTabWrap ul li:nth-child(n+2) a {
		margin-left: 3px;
	}
}


/* 予想家ランキング - ランクリスト */
.RankingListWrap.YosokaRankingList,
.RankingListWrap.YosokaBookmarkList {
	padding: 8px 8px 20px;
}

.RankingListWrap.YosokaRankingList {
	background-color: #e5e4dd;
}

.YosokaRankingList .RankingList>li,
.YosokaBookmarkList .RankingList>li {
	position: relative;
	display: inherit;
	margin-bottom: 20px;
	height: 90px;
	/*border: 2px solid #c4c1b8;*/
}

.YosokaRankingList .RankingList>li+li,
.YosokaBookmarkList .RankingList>li+li {
	margin-top: 8px;
}

.YosokaRankingBox {
	background-color: #fff;
}

.YosokaRankingBox .YosokaPhotoImg {
	position: absolute;
	top: 6px;
	left: 6px;
	float: none;
	width: auto;
	height: auto;
}

.YosokaRankingBox .YosokaPhotoImg img {
	position: relative;
	top: 0;
	left: 0;
	width: 75px;
	vertical-align: bottom;
	border-radius: 3px;
	transform: none;
}

.BookmarkNoticeBtn01 {
	text-align: right;
}

a.BookmarkNoticeBtn {
	display: inline-block;
	margin-bottom: 8px;
	padding: 7px 5px 5px 0;
	color: #888;
	font-size: 72.3%;
	font-weight: bold;
	text-align: center;
	background-color: #f3f3f3;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
}

.BookmarkNoticeBtn:before {
	content: '';
	display: inline-block;
	background-image: url(../../img/yoso/yosoka/icon_02.png);
	background-repeat: no-repeat;
	background-size: 30px 250px;
	-moz-background-size: 30px 250px;
	-webkit-background-size: 30px 250px;
	-o-background-size: 30px 250px;
	-ms-background-size: 30px 250px;
	display: inline-block;
	margin: -2px 5px 0;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-position: -6px -86px;
}

.RankingDetail .YosokaLabel {
	background: #f5f4f1;
	border-top: 1px solid #fff;
	padding: 13px 0;
}

.RankingDetail .YosokaLabel p {
	color: #55a78e;
	font-size: 88%;
	font-weight: bold;
	margin-left: 110px;
}

.RankingDetail .YosokaNameBox {
	margin-left: 95px;
	padding: 15px 0;
}

.RankingDetail .YosokaNameBox .Name {
	color: #222;
	font-size: 88%;
	font-weight: bold;
}

.YosokaBookmarkList .RankingDetail .YosokaNameBox .Name {
	line-height: 1.3;
}

.RankingDetail .YosokaNameBox .Name>span {
	display: block;
	font-size: 75%;
	font-weight: normal;
	margin-top: 7px;
}

.RankingDetail .YosokaData {
	border-top: 1px dashed #e5e4dd;
	padding: 15px 0 21px;
	margin: 0 8px;
}

.RankingDetail .YosokaData .Inner {
	margin: 0 -8px;
}

.RankingDetail .YosokaData .Inner ul {
	display: table;
	width: 100%;
}

.RankingDetail .YosokaData ul li {
	display: table-cell;
	width: 26%;
}

.RankingDetail .YosokaData ul li.SalesData {
	width: 22%;
}

.RankingDetail .YosokaData ul li+li {
	border-left: 1px solid #dcdbd2;
}

.RankingDetail .YosokaData dl {
	font-weight: bold;
	text-align: center;
	padding: 0 4px;
}

.RankingDetail .YosokaData dl dt {
	color: #a6a39b;
	font-size: 66%;
	margin-bottom: 6px;
}

.RankingDetail .YosokaData dl dd {
	color: #55a78e;
}

.RankingDetail .YosokaData dl dd>span {
	font-size: 77.7%;
}

.RankingDetail .YosokaData li.Active dl dt {
	color: #333;
}

.RankingDetail .YosokaData li.Active dl dd {
	color: #d1423f;
}

.YosoRaceNow {
	background: #f0b849;
	color: #fff;
	font-size: 72%;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	padding: 8px 0;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 60px;
}

.YosoRaceNow strong {
	display: block;
	font-size: 130.7%;
}

.YosoRanklabel {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 50px;
	height: 50px;
	z-index: 1000;
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #d0d0d0));
	background-image: -webkit-linear-gradient(right bottom, transparent 50%, #d0d0d0 50%);
	background-image: linear-gradient(to left top, transparent 50%, #d0d0d0 50%);
}

.YosoRanking_1 {
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #eab956));
	background-image: -webkit-linear-gradient(right bottom, transparent 50%, #eab956 50%);
	background-image: linear-gradient(to left top, transparent 50%, #eab956 50%);
}

.YosoRanking_2 {
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #7b8592));
	background-image: -webkit-linear-gradient(right bottom, transparent 50%, #7b8592 50%);
	background-image: linear-gradient(to left top, transparent 50%, #7b8592 50%);
}

.YosoRanking_3 {
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #d67a47));
	background-image: -webkit-linear-gradient(right bottom, transparent 50%, #d67a47 50%);
	background-image: linear-gradient(to left top, transparent 50%, #d67a47 50%);
}

.YosoRanklabel span {
	display: block;
	width: 26px;
	margin-top: 6px;
	color: #555;
	font-size: 88%;
	font-weight: 700;
	text-align: center;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.YosoRanking_1 span,
.YosoRanking_2 span,
.YosoRanking_3 span {
	color: #fff;
}

.YosokaRankingBox .BtnArea {
	padding: 12px 33px;
	background-color: #f5f4f1;
}

/*==============================================
 04.予想家ランキング （リニューアル）
==============================================*/
.Section_Ranking_RecoveryRate {
	background: #fff;
}

.Section_Ranking_RecoveryRate .Title_Sec {
	margin-bottom: 15px;
}

.Section_Ranking_RecoveryRate .YosokaRanking .Contents_Box {
	background: #fff;
}

/* 予想家ランキング - ソート機能 */
.YosokaRanking .SortSelectBtnArea {
	position: absolute;
	top: -2px;
	right: 0;
}

.YosokaRanking .SortSelectBtnArea a {
	position: relative;
	display: inline-block;
	font-size: 77%;
	border: 2px solid #dbdbdb;
	background: #fff;
	border-radius: 7px;
	color: #666;
	padding: 4px 49px 4px 24px;
	outline: none;
}

.YosokaRanking .SortSelectBtnArea a:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 10px solid #666;
	position: absolute;
	top: 28%;
	right: 25px;
}

/*予想家ランキング 期間表示*/
.Section_Ranking_RecoveryRate .SearchConditionText {
	font-size: 78%;
	padding: 0 8px 8px;
	text-align: right;
}

/* 予想家ランキング - ランクリスト */
.Section_Ranking_RecoveryRate .YosokaRanking .RankingList>li {
	border: none;
	position: relative;
}

.Section_Ranking_RecoveryRate .RankingList>li+li {
	margin-top: 9px;
}

.Section_Ranking_RecoveryRate .RankingListWrap {
	background: #fff;
	padding: 0 8px 0px;
}

.BookmarkNoticeBtn01 {
	text-align: right;
}

a.BookmarkNoticeBtn {
	display: inline-block;
	font-size: 72.3%;
	font-weight: bold;
	text-align: center;
	background: #efefef;
	color: #707070;
	border-bottom: 1px solid #e2e2e2;
	border-radius: 3px;
	box-shadow: 0 0 6px rgba(146, 151, 165, .7);
	padding: 7px 5px 5px 0;
	margin-bottom: 8px;
}

.BookmarkNoticeBtn:before {
	content: '';
	display: inline-block;
	background-image: url(../../img/yoso/yosoka/icon_02.png);
	background-repeat: no-repeat;
	background-size: 30px 250px;
	-moz-background-size: 30px 250px;
	-webkit-background-size: 30px 250px;
	-o-background-size: 30px 250px;
	-ms-background-size: 30px 250px;
	margin: -2px 5px 0;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-position: -6px -86px;
}

.Section_Ranking_RecoveryRate .RankingList {
	border: none;
}

.Section_Ranking_RecoveryRate .RankingList li {
	border: none;
	margin-bottom: 24px;
}

.Section_Ranking_RecoveryRate .RankingList li:last-child {
	margin-bottom: 0;
}

.Section_Ranking_RecoveryRate .RankingList li a {
	padding: 0;
	display: block;
}

.Section_Ranking_RecoveryRate .RankingList li a .LinkBox_01 {
	min-height: 75px;
}

.RankingList .PhotoThumb_01 {
	width: 75px;
	min-height: 75px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 7px;
	border-radius: 4px;
	background: #eee;
}

.RankingList .PhotoThumb_01 img {
	max-width: 75px;
	max-height: 75px;
	vertical-align: top;
	margin: auto;
	display: block;
}

.RankingList .PhotoThumb_01 [class*=NewsRanking_Number] {
	color: #555;
	font-family: 'Anton', sans-serif !important;
	font-size: 71.43%;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d0d0d0)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d0d0d0 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d0d0d0 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d0d0d0 50.5%) no-repeat top left/100% 100%;
	padding: 4px 0 0 5px;
}

.RankingList .PhotoThumb_01 .NewsRanking_Number01 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #b98e02)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
}

.RankingList .PhotoThumb_01 .NewsRanking_Number02 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7b8592)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
}

.RankingList .PhotoThumb_01 .NewsRanking_Number03 {
	color: #fff;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #d67a47)) no-repeat top left/100% 100%;
	background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
	background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
}

.RankingList>li+li {
	margin-top: 8px;
}

.RankingList .YosokaName {
	position: relative;
	color: #333;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 65px;
	white-space: nowrap;
}

.RankingList .Ranking_Yosoka .now-showing {
	position: absolute;
	top: 20px;
	right: 0;
    color: #e03d3d;
    background: #fff;
    border: 1px solid #e03d3d;
	padding: 3px 5px;
	border-radius: 8px;
	font-size: 55%;
}

.RankingList li:nth-child(n+4) .Ranking_Yosoka .now-showing {
	top: 18px;
}

.RankingList .Ranking_Yosoka .yosoka_fav_num {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 15px;
	color: #666;
	font-size: 0.8125rem;
	line-height: 1.4;
}

.RankingList li:nth-child(n+4) .Ranking_Yosoka .yosoka_fav_num {
	top: -2px;
}

.RankingList .Ranking_Yosoka .yosoka_fav_num span {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../img/yoso/icon/icon_sprite_sp_yoso.png?190205) no-repeat -110px -220px;
	background-size: 164px;
}

.RankingList .YosokaName.Icon_Crown:before {
	content: '';
	display: inline-block;
	background-image: url(../../img/yoso/icon/icon_sprite_sp_yoso_nk01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100px auto;
	-moz-background-size: 100px auto;
	background-size: 100px auto;
	width: 20px;
	height: 17px;
	vertical-align: text-bottom;
	margin-right: 3px;
}

.RankingList .YosokaName.Icon_Crown.Rank_01:before {
	background-position: 0 -30px;
}

.RankingList .YosokaName.Icon_Crown.Rank_02:before {
	background-position: -21px -30px;
}

.RankingList .YosokaName.Icon_Crown.Rank_03:before {
	background-position: -42px -30px;
}

.RankingList .YosoStyle {
	min-height: auto;
}

.RankingList .YosoStyle>span {
	color: #908e90;
	font-size: 0.688rem;
	line-height: 1.2;
	display: block;
	margin-bottom: 11px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 45px;
	white-space: nowrap;
}

/*売れ筋ランキング内 矢印アイコン*/
.Section_Ranking_RecoveryRate .Icon_Rank {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: -1px;
	background-image: url(../../img/yoso/icon/icon_sprite_sp_yoso_nk01.png);
	background-repeat: no-repeat;
	background-size: 100px auto;
}

.Section_Ranking_RecoveryRate .Icon_Rank_01 {
	background-position: 0 -50px;
}

.Section_Ranking_RecoveryRate .Icon_Rank_02 {
	background-position: -30px -50px;
}

.Section_Ranking_RecoveryRate .Icon_Rank_03 {
	background-position: -15px -50px;
}

.Section_Ranking_RecoveryRate .Icon_Rank_04 {
	background-position: -45px -50px;
}

@media screen and (max-width: 374px) {
	.RankingList .YosoStyle>span {
		font-size: 64%;
	}
}

.RankingList .YosoStyle>strong {
	color: #444;
	display: block;
	font-size: 1rem;
	font-weight: normal;
}

.RankingList .YosoStyle .percent {
	font-weight: bold;
	color: #d5524f;
}

/* もっとみるボタン */
.RankingListWrap .MoreList {
	margin-top: 20px;
}

.RankingListWrap .MoreList a {
	color: #666;
	font-size: 61%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 1.27em;
	line-height: 2.55;
	display: block;
	width: 79%;
	min-width: 142px;
	margin: 0 auto;
	position: relative;
}

.MoreList a .Icon_Arrow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 13px;
	width: 9px;
	height: 7px;
	background: url(../../img/yoso/icon/icon_sprite_column.png?20180723) no-repeat;
	-webkit-background-size: 70px auto;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
	background-position: -26px -85px;
}

.MoreList a .icon_Read01 {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 13px;
	width: 11px;
	height: 12px;
	background: url(../../img/yoso/icon/icon_sprite_column.png?20180723) no-repeat;
	-webkit-background-size: 70px auto;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
	background-position: -26px -96px;
}

/* 予想家ランキング - slickの矢印 */
#Ranking_Recovery .slick-prev,
#Ranking_Recovery .slick-next {
	top: 120px;
	z-index: 10;
}
/*予想家ランキング　ピックアップランク*/
.PickUp_Ranking .RankingListWrap{
	padding: 0 8px 0px !important;
	margin-bottom: 43px;
}
.PickUp_Ranking .RankingList .RecommendMain{
	font-size: 77.78%;
	height: 25px;
	line-height: 25px;
	margin-left:82px;
	padding:0 9px;
	color: #444444;
	font-weight: bold;
	background-color: #d0d0d0;
	border-radius: 4px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.PickUp_Ranking .RankingList .YosokaName{
	font-size: 100%;
	line-height: 47px;
}
.PickUp_Ranking .RankingList .Ranking_Yosoka .yosoka_fav_num{
	top:30px !important;
}
.PickUp_Ranking .RankingList .Ranking_Yosoka .now-showing{
	top:50px !important;
}
.PickUp_Ranking .RankingList .Rankig_Number01 .RecommendMain{
	color: #fff;
	background-color: #b98e02;
}

.PickUp_Ranking .RankingList .Rankig_Number02 .RecommendMain{
	color: #fff;
	background-color: #7d8490;
}
.PickUp_Ranking .RankingList .Rankig_Number03 .RecommendMain{
	color: #fff;
	background-color: #c97e52;
}


/*
.PickUp_Ranking .RankingListWrap .RankingList .YosoStyle .percent{
	font-size: 93.75%;
}
.PickUp_Ranking .RankingListWrap .RankingList .YosoStyle .percent em{
	font-size: 220%;
}*/
.PickUp_Ranking .RankingList .pickup_copy{
	position: relative;
	margin-top: 9px;
	padding:12px 10px 8px;
	font-size: 77.78%;
	line-height: 1.43;
	color: #767676;
	background-color: #efefef;
	border-radius: 4px;
}

.PickUp_Ranking .RankingList .pickup_copy .label{
	position: absolute;
	display:none;
	left:0;
	right: 0;
	top:-9px;
	margin:auto;
	height: 18px;
	width:106px;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	font-size: 78.57%;
	color:#fff;
	border-radius: 18px;
}
.PickUp_Ranking .RankingList .Rankig_Number01 .pickup_copy{
	background-color: #f7e9c9;
}
.PickUp_Ranking .RankingList .Rankig_Number02 .pickup_copy{
	background-color: #edece4;
}
.PickUp_Ranking .RankingList .Rankig_Number03 .pickup_copy{
	background-color: #feede2;
}

.PickUp_Ranking .RankingList .Rankig_Number01 .pickup_copy .label{
	display:inline-block !important;
	background-color: #b98e02;
}
.PickUp_Ranking .RankingList .Rankig_Number02 .pickup_copy .label{
	display:inline-block !important;
	background-color: #8d8c7c;
}
.PickUp_Ranking .RankingList .Rankig_Number03 .pickup_copy .label{
	display:inline-block !important;
	background-color: #c97e52;
}
/*開催競馬場 切り替え*/
.PickupRace_ListWrap {
	position: relative;
	overflow-x: auto;
}

.PickupRace_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 8px 20px;
	position: relative;
	z-index: 20;
}

.PickupRace_ListWrap span.ListActiveBg {
	display: inline-block;
	position: absolute;
	background-color: #3251bc;
	border-radius: 1em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s;
	transition: all .3s ease;
	z-index: 10;
}

.PickupRace_List li {
	padding-right: 6px;
}

.PickupRace_List li a {
	color: #666;
	font-size: 83%;
	display: inline-block;
	line-height: 1.66;
	border-radius: 12px;
	padding: 0 20px;
	white-space: nowrap;
	text-align: center;
}

.PickupRace_List li.active a {
	color: #fff;
	font-weight: bold;
	border: none;
	background: transparent;
}

/*カテゴリ別ランキング 矢印指定*/
.ContentsBoxRanking .slick-prev,
.ContentsBoxRanking .slick-next {
	left: auto;
	right: 0;
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	line-height: 0;
	color: transparent;
	font-size: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(255, 255, 255, 1);
	top: 58%;
	padding: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	z-index: 10;
	margin-top: -20px;
}

.ContentsBoxRanking .slick-prev {
	left: 9px;
}

.ContentsBoxRanking .slick-next {
	left: auto;
	right: 9px;
}

.ContentsBoxRanking .slick-prev:before,
.ContentsBoxRanking .slick-next:before {
	content: "";
	width: 8px;
	height: 14px;
	background: url(../../img/yoso/icon/icon_sprite_sp_yoso.png?181105) no-repeat;
	-webkit-background-size: 164px 400px;
	-moz-background-size: 164px 400px;
	background-size: 164px 400px;
	vertical-align: bottom;
	top: 12px;
}

.ContentsBoxRanking .slick-prev:before {
	background-position: -35px -254px;
	right: 14px;
	left: auto;
}

.ContentsBoxRanking .slick-next:before {
	background-position: -50px -254px;
	left: 16px;
}

/* アイコン変更 */
section.RankingByCategory .ContentsBoxRanking .SubTitle h3 {
	padding-right: 98px;
	line-height: 1.4;
}

section.RankingByCategory .ContentsBoxRanking .SubTitle h3::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../../img/yoso/icon/icon_sprite_sp_yoso.png?181105) no-repeat;
	-webkit-background-size: 164px 400px;
	-moz-background-size: 164px 400px;
	background-size: 164px 400px;
	background-position: -35px -340px;
	vertical-align: bottom;
	margin-right: 6px;
}

/*「カテゴリ別ランキング」内のアイコン*/
.RankingByCategory .ContentsBoxRanking .SubTitle .HitRateIcon:before {
	background-position: -2px -359px;
}

.RankingByCategory .ContentsBoxRanking .SubTitle .UmaiIcon:before {
	background-position: -34px -359px;
	width: 25px;
}

.RankingByCategory .ContentsBoxRanking .SubTitle .SalesIcon:before {
	background-position: -34px -314px;
}

.RankingByCategory .ContentsBoxRanking .SubTitle .BookmarkIcon:before {
	background-position: -99px -287px;
	width: 20px;
}

.RankingByCategory .ContentsBoxRanking .SubTitle .RecoveryIcon:before {
	background-position: -34px -66px;
}

/*==============================================
 05.予想家プロフィール .YosokaProfArea01
==============================================*/
.YosokaProfArea01 {
	margin-top: 21px;
}

/* お気に入りボタン */
.YosokaFavBtn a {
	background: #fff;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	margin: auto;
}

.YosokaFavBtn a:before {
	content: '';
	display: block;
	width: 19px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	/* background-image: url("../../img/yoso/icon/icon_fav02.png");
	-webkit-background-size: 19px auto;
	-moz-background-size: 19px auto;
	-ms-background-size: 19px auto;
	background-size: 19px auto;
	background-position: 0 0;
	background-repeat: no-repeat; */
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17"><path fill="%23646464" d="M242.729,440.941a.5.5,0,0,0-.4-.336l-5.616-.789-2.527-5.025a.5.5,0,0,0-.894,0l-2.493,5.039-5.616.826a.5.5,0,0,0-.4.336.484.484,0,0,0,.129.5l4.075,3.906-.942,5.533a.484.484,0,0,0,.2.482.5.5,0,0,0,.292.095.477.477,0,0,0,.233-.058l5.013-2.627,5.028,2.6a.515.515,0,0,0,.229.055.5.5,0,0,0,.5-.494.379.379,0,0,0-.015-.113l-.972-5.5,4.049-3.928a.481.481,0,0,0,.133-.508Zm-5.061,3.914a.485.485,0,0,0-.14.439l.846,4.8-4.367-2.255a.511.511,0,0,0-.466,0l-4.352,2.28.816-4.806a.489.489,0,0,0-.144-.435l-3.532-3.391,4.873-.716a.493.493,0,0,0,.373-.27l2.165-4.375,2.195,4.363a.507.507,0,0,0,.377.271l4.877.687Zm0,0" transform="translate(-224.754 -434.517)" /></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}

.YosokaFavBtn.Registered a {
	background-color: #e03d3d;
	box-shadow: none;
}

.YosokaFavBtn.Registered a:before {
	/* background-position: 0 -27px; */
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17"><path fill="%23fff" d="M242.729,440.941a.5.5,0,0,0-.4-.336l-5.616-.789-2.527-5.025a.5.5,0,0,0-.894,0l-2.493,5.039-5.616.826a.5.5,0,0,0-.4.336.484.484,0,0,0,.129.5l4.075,3.906-.942,5.533a.484.484,0,0,0,.2.482.5.5,0,0,0,.292.095.477.477,0,0,0,.233-.058l5.013-2.627,5.028,2.6a.515.515,0,0,0,.229.055.5.5,0,0,0,.5-.494.379.379,0,0,0-.015-.113l-.972-5.5,4.049-3.928a.481.481,0,0,0,.133-.508Zm-5.061,3.914a.485.485,0,0,0-.14.439l.846,4.8-4.367-2.255a.511.511,0,0,0-.466,0l-4.352,2.28.816-4.806a.489.489,0,0,0-.144-.435l-3.532-3.391,4.873-.716a.493.493,0,0,0,.373-.27l2.165-4.375,2.195,4.363a.507.507,0,0,0,.377.271l4.877.687Zm0,0" transform="translate(-224.754 -434.517)" /></svg>');
	background-repeat: no-repeat;
}

@media all and (-ms-high-contrast: none) {
	.YosokaFavBtn a:before {
		content: '';
		background: url(../../img/yoso/icon/icon_fav02.png);
		-webkit-background-size: 19px auto;
		-moz-background-size: 19px auto;
		-ms-background-size: 19px auto;
		background-size: 19px auto;
		background-position: 0 0;
		background-repeat: no-repeat;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.YosokaFavBtn.Registered a {
		background-color: #e03d3d;
		box-shadow: none;
	}
	.YosokaFavBtn.Registered a:before {
		background: url(../../img/yoso/icon/icon_fav02.png);
		-webkit-background-size: 19px auto;
		-moz-background-size: 19px auto;
		-ms-background-size: 19px auto;
		background-size: 19px auto;
		background-position: 0 -27px;
		background-repeat: no-repeat;
	}
}
.FreeTrial_Banner_Wrap {
	display: block;
	width: 94.13%;
	margin: 10px 13px;
}
.FreeTrial_Banner {
	width: 100%;
}

/*-- 予想家ヘッダービジュアル --*/
.YosokaProfHeader01 {
	position: relative;
}

.YosokaProfHeader01 .YosokaHeadBg01 {
	position: relative;
	width: 100%;
	min-height: 80px;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.YosokaProfHeader01 .YosokaHeadBg01:before {
	content: "";
	display: block;
	padding-top: 26.67%;
	background: rgba(0, 0, 0, .4);
}

.YosokaProfHeader01 .YosokaHeadBg01 .YosokaFavBtn {
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.YosokaProfHeader01 .YosokaHeadBg01 .YosokaFavBtn span.YosokaFavNum {
	display: block;
	font-size: 72.3%;
	color: #fff;
	text-align: center;
	margin-top: 6px;
}

.ProfOsusumeTxt01 {
	position: absolute;
	top: 8px;
	left: 16px;
	font-size: 77.78%;
	font-weight: bold;
	color: #fff;
}

.YosokaProfTitle01 {
	position: relative;
	margin: -46px 16px 0;
}

.YosokaProfTitle01 .PhotoThumb_02 {
	position: absolute;
	z-index: 20;
	width: 71px;
	height: 71px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.YosokaProfTitle01 .PhotoThumb_02 img {
	width: 100%;
}

.YosokaProfTitle01 .ProfileTxtWrap01 {
	padding-left: 82px;
}

.YosokaProfTitle01 .ProfileTxtWrap01 .ProfileTxt01 {
	height: 46px;
}

.YosokaProfTitle01 .ProfileTxtWrap01 h1.YosokaName01 {
	font-size: 116.7%;
	color: #fff;
	line-height: 1.3;
}

.YosokaProfTitle01 .ProfileTxtWrap01 span.YosokaNameRoma01 {
	display: block;
	font-size: 66.67%;
	color: #d1d1d1;
	line-height: 1.3;
}

.YosokaProfTitle01 .ProfileTxtWrap01 span.YosokaCopy01 {
	display: block;
	font-size: 77.78%;
	font-weight: bold;
	line-height: 1.3;
	color: #888;
	margin-top: 6px;
}

/*-- 中央地方予想誘導 .YosokaNarInfo --*/
.YosokaNarInfoBtn,
.YosokaJraInfoBtn {
	display: block;
	margin: 10px 10px 0;
	text-align: center;
}

.YosokaJraInfoBtn a,
.YosokaNarInfoBtn a {
	color: #666;
	font-size: 61.2%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 1.27em;
	line-height: 2.55;
	display: inline-block;
	width: 162px;
	margin: 0 auto;
	position: relative;
}

.YosokaJraInfoBtn a .Icon_Arrow,
.YosokaNarInfoBtn a .Icon_Arrow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 13px;
	width: 9px;
	height: 7px;
	background: url(../../img/yoso/icon/icon_sprite_column.png?20180723) no-repeat;
	-webkit-background-size: 70px auto;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
	background-position: -26px -85px;
}

/*-- 予想家プロフィールエリア .YosokaProfArea --*/
.YosokaProfArea {
	margin: 18px 10px 10px;
	border: 1px solid #f3f3f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

ul.YosokaProfTab01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	overflow: hidden;
}

ul.YosokaProfTab01 li {
	width: 33.333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

ul.YosokaProfTab01 li a {
	display: block;
	color: #666;
	font-size: 72.3%;
	text-align: center;
	line-height: 1.3;
	background-color: #f3f3f3;
	padding: 13px 0;
}

ul.YosokaProfTab01 li.Active a {
	color: #666;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 0;
	pointer-events: none;
}
.YosokaProfArea .YosokaProfBox01 .bible_prof_link{
	width:100%;
}
.YosokaProfArea .YosokaProfBox01 .bible_prof_link a{
	display: block;
}
.YosokaProfArea .YosokaProfBox01 .bible_prof_link a img{
	width: 100%;
}
/* 予想成績 */
.YosokaProfBox01 {
	padding: 21px 8px;
}

.YosokaData01>div {
	display: table;
	width: 100%;
}

.YosokaData01 dl {
	display: table-cell;
	text-align: center;
	width: 33.3%;
	padding: 15px 10px 0;
}

.YosokaData01 dl:last-child {
	width: 33.4%;
}

.YosokaData01 dl dt {
	font-size: 77.8%;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
}

.YosokaData01 dl dd {
	color: #666;
	font-size: 83.34%;
	font-weight: bold;
	text-align: center;
}

.YosokaData01 dl dd.Excellent {
	color: #44a78f;
}

/* 予想家プロフィール */
.YosokaProfTxtArea01 {
	padding: 0 16px 24px;
}
.YosokaProfArea .YosokaProfBox01 #yosokaProf .YosokaProfTxtArea01 {
	padding: 0 8px 24px;
}

.YosokaProfTxtArea01 p {
	font-size: 66.67%;
	line-height: 1.7;
	color: #666;
}

.YosokaHitData01 {
    margin-top: 28px;
}

h2.YosoTitle01 {
	font-size: 72.3%;
	font-weight: bold;
    margin-top: 28px;
	margin-bottom: 12px;
	line-height: 1.3;
	color: #888;
}
.YosokaProfArea .YosokaProfBox01 #yosokaProf .YosokaProfTxtArea01 h2.YosoTitle01 {
	margin-top: 0;
}
.YosokaProfMediaArea01 {
	padding: 0 16px;
}

.YosokaProfArea .YosokaProfBox01 #yosokaProf .YosokaProfMediaArea01 {
	padding: 0 8px;
}

.YosokaProfMediaArea01 .YosokaMediaWrap {}

.YosokaProfMediaArea01 .YosokaMediaWrap li {
	margin-bottom: 10px;
	background: #e5e4dd;
}

.YosokaProfMediaArea01 .YosokaMediaWrap li:last-child {
	margin-bottom: 0;
}

.YosokaProfMediaArea01 .YosokaMediaWrap .YosokaMediaBox {
	padding: 10px;
	position: relative;
}

.YosokaMediaBox .MediaBoxLabel {
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #44a78f;
	color: #fff;
	line-height: 20px;
	font-size: 66.67%;
	font-weight: bold;
	width: 6.5em;
	text-align: center;
	margin-bottom: 4px;
}

.YosokaMediaBox .MediaBoxTxt {
	font-size: 66.67%;
	line-height: 1.6;
	word-wrap: break-word;
	word-break: break-all;
	color: #666;
}

.YosokaMediaBox .YosokaMediaImgBox {
	width: 61px;
	height: 61px;
	float: right;
	margin-left: 20px;
}

.YosokaMediaBox .YosokaMediaImgBox img {
	display: block;
	margin: auto;
	max-height: 61px;
	max-width: 61px;
}

/* 的中情報 */
table.HitDataTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.HitDataTable .Header th {
	padding: 6px 10px;
	color: #888;
	font-size: 66.67%;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	background-color: #eaeaea;
	border: 1px solid #cacaca;
}

table.HitDataTable .List td {
	font-size: 66.67%;
	text-align: left;
	vertical-align: middle;
	padding: 8px 10px;
	border: 1px solid #cacaca;
	white-space: nowrap;
}

table.HitDataTable .Header th.DayData,
table.HitDataTable .List td.DayData {
	font-size: 61.12%;
	width: 6em;
	padding: 8px 6px;
}

table.HitDataTable .List td.RaceNameData {}

table.HitDataTable .List td.RaceNameData span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.2;
}

table.HitDataTable .Header th.NumCell,
table.HitDataTable .List td.NumCell {
	width: 95px;
}

table.HitDataTable .List td.NumCell {
	text-align: right;
	color: #44a78f
}


/*ポイントバック訴求*/
.PointBackInner {
	margin: 10px 10px 0;
}
.PointBackInner.PurchaseModal .PointBack {
	max-width: 360px;
	margin: 10px auto 0;
}
.PointBackInner.PurchaseModal .PointBack .limit {
  font-size: 11px;
}
.PointBackInner.PurchaseModal .PointBack .ListNum {
  width: calc(100% - 198px);
}
.PointBackInner.PurchaseModal .PointBack .ListNum li {
  padding-top: 0;
  width: 25px;
  height: 25px;
}
.PointBackInner .PointBackNotice {
  margin-top: 4px;
  text-align: right;
  color: #666666;
  font-size: 55.5%;
}
.PointBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background: #F3F3F3;
  border-radius: 4px;
  color: #666;
  font-weight: 600;
  line-height: 1.5;
  font-size: 61.1%;
}
.PointBack .PointBackTxt {
  line-height: 1.6;
}
.PointBack .color_red {
  color: #E13D3C;
}
.PointBack .font_m {
	font-size: 13px;
}
.PointBack .font_l {
	font-size: 128%;
}
.PointBack .limit {
  font-weight: 300;
  font-size: 55.5%;
	font-size: 10px;
}
.PointBack .ListNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
			justify-content: center;
  gap: 0 3px;
  width: calc(100% - 196px);
}
@media screen and (min-width: 540px) {
  .PointBack .ListNum {
    width: auto;
  }
}
.PointBack .ListNum li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
  background: #E3E3E3;
  width: 18%;
  padding-top: 18%;
  height: 0;
}

@media screen and (max-width: 359px) {
  .PointBack .ListNum li {
    padding-top: 30%;
    width: 30%;
    min-width: 25px;
    min-height: 25px;
  }
}
@media screen and (min-width: 540px) {
  .PointBack .ListNum li {
    padding-top: 0;
    width: 25px;
    height: 25px;
  }
}
.PointBack .ListNum li span {
  position: absolute;
  color: #D1CBCB;
  font-size: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
	line-height: 1;
}
.PointBack .ListNum li.done::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #E13D3C;
  border-radius: 50%;
  z-index: 1;
}
.PointBack .ListNum li.done::after {
  content: "済";
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-15deg);
          transform: translateY(-50%) translateX(-50%) rotate(-15deg);
	font-size: 13px;
  color: #fff;
  z-index: 2;
	line-height: 1;
}


/*==============================================
お気に入りモーダル(18.09.10)
==============================================*/
body.YosoTop #cboxWrapper #cboxLoadedContent,
body.YosokaProf #cboxWrapper #cboxLoadedContent {
	position: relative;
	margin-top: 0;
	background-color: #fff;
	border-radius: 6px;
}

body.YosoTop #cboxWrapper #cboxClose,
body.YosokaProf #cboxWrapper #cboxClose {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	background: #fff;
	border:3px solid #b4b2a0;
	border-radius:50%;
}

@media screen and (max-width:320px){
	body.YosoTop #cboxWrapper #cboxClose,
	body.YosokaProf #cboxWrapper #cboxClose{
		top:-5px;
		right:-5px;
	}
}

body.YosoTop #cboxWrapper #cboxClose::before,
body.YosoTop #cboxWrapper #cboxClose::after,
body.YosokaProf #cboxWrapper #cboxClose::before,
body.YosokaProf #cboxWrapper #cboxClose::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 3px;
	background-color: #b4b2a0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	transform-origin: center;
}

body.YosoTop #cboxWrapper #cboxClose::before,
body.YosokaProf #cboxWrapper #cboxClose::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

body.YosoTop #cboxWrapper #cboxClose::after,
body.YosokaProf #cboxWrapper #cboxClose::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.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;
	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;
	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;
}

/*-- 予想成績表 .YosokaReport --*/
.YosokaReport {
	margin: 0 18px 20px;
}

.YosokaReport .ReportTitle {
	background: #6c6b61;
	color: #fff;
	padding: 14px 0;
	text-align: center;
	font-size: 66.7%;
	line-height: 1.3;
}

.YosokaReport table.ReportDetail {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.YosokaReport table.ReportDetail th {
	font-size: 66.67%;
	color: #3a3a3a;
	background: #eaeaea;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 8px 10px;
	letter-spacing: 1px;
	border: 1px solid #e0e0e0;
	width: 4em;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-align: justify;
	text-justify: inter-ideograph;
}

.YosokaReport table.ReportDetail th.Th01 {
	width: 5em;
}

.YosokaReport table.ReportDetail td.Td01 {
	width: 30%;
}

.YosokaReport table.ReportDetail th.Th02 {
	width: 4em;
}

.YosokaReport table.ReportDetail td.Td02 {}

.YosokaReport table.ReportDetail th span {}

.YosokaReport table.ReportDetail td {
	font-size: 66.67%;
	color: #3a3a3a;
	background: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 7px 12px;
	letter-spacing: 1px;
	border: 1px solid #e0e0e0;
	border-left: 0;
	line-height: 1.2;
}

.YosokaReport table.ReportDetail tr td:last-child {
	text-align: right;
}

.YosokaReport table.ReportDetail td.Plus {
	color: #44a78f;
}

.YosokaReport table.ReportDetail td.fwN span {
	font-size: 85.7%;
}



/*==============================================
 06.予想詳細 body.YosoDetail
==============================================*/
.YosoDetailArea01 .RaceResultTable .Header .shirushi,
.YosoDetailArea01 .RaceResultTable .List .shirushi {
	width: 35px;
}

.YosoDetailArea01 .RaceResultBox {
	padding: 0 8px 13px;
}

/*全着順ボタン*/
.YosoDetailArea01 .Result_Show_Btn {
	padding: 0 20px;
	margin-bottom: 15px;
	background: transparent;
}

.YosoDetailArea01 .YosoTxtBox {
	padding: 23px 0;
}

.YosoDetailArea01 p.YosoTxt01 {
	text-align: center;
	font-size: 77.8%;
	color: #7b7b7b;
	margin-bottom: 10px;
}

.YosoDetailArea01 p.YosoTxt02 {
	text-align: center;
	font-size: 111.1%;
	font-weight: bold;
}

.YosoDetailArea01 p.YosoTxt02 .RaceNum {
	display: inline-block;
	background: #496bbf;
	border-radius: 3px;
	color: #fff;
	font-size: 65.1%;
	font-weight: bold;
	margin: 0 4px;
	padding: 3px 0;
	text-align: center;
	width: 36px;
	vertical-align: middle;
}

.YosoDetailArea01 p.YosoTxt02 span.Icon_Grade {
	margin-bottom: 2px;
	margin-left: 2px;
}

.YosoDetailArea01 .YosoDetailTableWrap {
	padding: 0 8px;
}

/*-- 印テーブル --*/
table.YosoShirushiTable01 {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

table.YosoShirushiTable01 caption,
table.YosoKaimeTable01 caption,
table.YosoRefundTable01 caption,
table.YosoShirushiTable01 th {
	background: #EAEAEA;
	text-align: center;
	font-weight: bold;
	padding: 12px;
	border: 1px solid #CACACA;
	border-bottom: 0 none;
	font-size: 88.8889%;
}
table.YosoShirushiTable01 th{
	padding:12px 0;
	    width: 46px;
	border: 1px solid #CACACA;

}

table.YosoShirushiTable01 th.point{
	width: 80px;
	font-size: 77.7778%;
	padding: 12px 0;
}

table.YosoShirushiTable01 tbody td {
	font-size: 88.9%;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #d1cec7;
	line-height: 36px;
	padding: 5px;
	/*font-weight: bold;*/
}
table.YosoShirushiTable01 tbody td.RaceCardCell01{
	text-align: center;
	font-size: 72.2222%;
}
table.YosoShirushiTable01 tbody td.Player > div{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*width: 130px;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
table.YosoShirushiTable01 dl dt.PlayerName{
	font-weight: bold;
}
table.YosoShirushiTable01 dl dd.PlayerFrom,
table.YosoShirushiTable01 dl dd.PlayerClass {
	display: inline-block;
	font-size: 66.67%;
	/*font-weight: bold;*/
	color: #9c9fa6;
}
table.YosoShirushiTable01 tbody td span.fwN {
	padding-left: 6px;
}

/*-- 枠番 --*/
table.YosoShirushiTable01 tbody td span.Num {
	display: inline-block;
	width: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
}

table.YosoShirushiTable01 tbody td span.Waku1 {
	border: 1px solid #d1cec7;
	width: 36px;
	line-height: 34px;
}

/*-- 買い目テーブル --*/
table.YosoKaimeTable01 {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.YosoKaimeTable01 thead th,
table.YosoRefundTable01 thead th {
	background: #DDDDDD;
	text-align: center;
	font-weight: bold;
	border: 1px solid #bbb7ac;
	padding: 11px 5px;
	font-size: 77.8%;
	white-space: nowrap;
}

table.YosoKaimeTable01 tbody th {
	font-size: 88.9%;
	background: #F3F3F3;
	vertical-align: middle;
	border: 1px solid #d1cec7;
	border-bottom: 0 none;
	padding-left: 13px;
	font-weight: bold;
	text-align: left;
}

body.YosoDetail table.YosoKaimeTable01 tbody tr.HitBaken th {
	font-size: 88.9%;
	background: #ffe7e7;
	vertical-align: middle;
	border: 1px solid #f8b1b1;
	font-weight: bold;
	color: #ea5050;
}

table.YosoKaimeTable01 tbody th span.BakenSystemTxt {
	font-size: 87.5%;
	font-weight: normal;
	display: block;
	padding-top: 5px;
}

table.YosoKaimeTable01 tbody td {
	vertical-align: middle;
	background: #fff;
	border: 1px solid #d1cec7;
	border-bottom: 0 none;
	padding: 10px 15px;
	font-size: 77.8%;
}

body.YosoDetail table.YosoKaimeTable01 tbody tr.HitBaken td {
	border: 1px solid #f8b1b1;
}

table.YosoKaimeTable01 tbody tr:last-child th,
table.YosoKaimeTable01 tbody tr:last-child td {
	border-bottom: 1px solid #bbb7ac;
}

table.YosoKaimeTable01 tbody td .BakenNumSelect {
	position: relative;
	padding-bottom: 4px;
	border-bottom: 1px dashed #b5b5b5;
}

.BakenNumSelect span {
	display: inline-block;
	width: 1.75em;
	line-height: 1.75;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 6px 6px 0;
}

.BakenNumSelect dl+dl {
	margin-top: 6px;
}

.BakenNumSelect dl dt {
	width: 3.2em;
	float: left;
	line-height: 1.75;
	position: relative;
	font-weight: bold;
}

.BakenNumSelect dl dt:after {
	content: "\3a";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: normal;
}

.BakenNumSelect dl dd {
	padding-left: 3.5em;
}

.BakenMoney {
	padding: 10px 0 0;
}

.BakenMoney span.BuyPatern {
	display: block;
}

.BakenMoney span.BakenRefund {
	margin-top: 6px;
	display: block;
}

.BakenMoney span.BakenRefund strong {
	color: #ea5050;
}

table.YosoKaimeTable01 tfoot th {
	font-size: 88.9%;
	background: #DDDDDD;
	vertical-align: middle;
	border: 1px solid #bbb7ac;
	border-top: 0 none;
	padding: 17px 18px;
	font-weight: bold;
}

table.YosoKaimeTable01 tfoot td {
	font-size: 111.1%;
	background: #F3F3F3;
	vertical-align: middle;
	border: 1px solid #bbb7ac;
	border-top: 0 none;
	padding: 17px 18px;
	font-weight: bold;
	text-align: right;
}

.YosoSend_Btn {
	padding: 24px;
}

body.Yoso a.YosoBtn01 {
	display: block;
	background: #e5a221;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0, #eeb72d),
			color-stop(1, #dfa300));
	background-image: -o-linear-gradient(bottom, #eeb72d 0%, #dfa300 100%);
	background-image: -moz-linear-gradient(bottom, #eeb72d 0%, #dfa300 100%);
	background-image: -webkit-linear-gradient(bottom, #eeb72d 0%, #dfa300 100%);
	background-image: -ms-linear-gradient(bottom, #eeb72d 0%, #dfa300 100%);
	background-image: linear-gradient(to bottom, #eeb72d 0%, #dfa300 100%);
	box-shadow: 0 3px 0 rgba(212, 146, 21, 1), inset 0 -1px rgba(231, 188, 85, 1);
	color: #fff;
	padding: 18px 0;
	text-align: center;
	font-weight: bold;
	font-size: 128.6%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 434px;
	margin: auto;
}

body.Yoso a.YosoBtn01:hover {
	opacity: .8;
	text-decoration: none;
}

table.YosoKaimeTable01 tbody tr.HitBaken td .BakenNumSelect:after {
	content: '';
	display: inline-block;
	background: url("../../img/yoso/general/stamp_hit.png") no-repeat;
	-webkit-background-size: 77px 77px;
	-moz-background-size: 77px 77px;
	-ms-background-size: 77px 77px;
	-o-background-size: 77px 77px;
	background-size: 77px 77px;
	width: 77px;
	height: 77px;
	position: absolute;
	top: -4px;
	right: -10px;
}

/*-- 買い目払い戻しテーブル table.YosoRefundTable01 --*/
table.YosoRefundTable01 {
	width: 100%;
	margin: 0 0 30px;
	border-collapse: collapse;
}

table.YosoRefundTable01 tbody th {
	font-size: 88.9%;
	background: #F3F3F3;
	vertical-align: middle;
	border: 1px solid #d1cec7;
	border-right: 0 none;
	padding: 0 8px;
	font-weight: bold;
}

table.YosoRefundTable01 tbody td {
	font-size: 111.1%;
	font-weight: bold;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #d1cec7;
	padding: 17px 18px;
	text-align: right;
}

table.YosoRefundTable01 tbody td.RefundCell_01 {
	background: #d7f5d6;
	color: #38b138;
	border: 1px solid #8ac58a;
}

.YosoAddBtnBox {
	margin: 0 12px 19px;
}

/*-- 予想の見解エリア .YosoDetailKenkai --*/
.YosoDetailKenkai {
	margin: 0 8px 16px;
}

.YosokaKenkaiBar01 {
	background: #000;
	padding: 12px 18px;
}

.YosokaKenkaiBar01 h2.YosokaKenkaiBarTitle {
	float: left;
	color: #fff;
	font-size: 88.9%;
}

.YosokaKenkaiBar01 h2.YosokaKenkaiBarTitle span.Icon_Sprite_Sp_Yoso {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
}

.YosokaKenkaiBar01 .GoodArea01 {
	float: right;
	font-size: 88.9%;
	color: #fff;
}

.YosokaKenkaiBar01 .GoodArea01 span.Icon_Sprite_Sp_Yoso {
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 4px;
}

/*-- 予想の見解本文 --*/
.YosoKenkaiTxtBox {
	padding: 22px 17px;
	background-color: #f3f3f3;
}

.YosoKenkaiTxtBox h2.YosoKenkaiTitle {
	font-size: 114%;
	font-weight: bold;
	line-height:1.2;
	margin-bottom: 30px;
}

.YosoKenkaiTxtBox .YosoKenkaiTxt {
	font-size: 100%;
	line-height: 1.5;
}

.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoPhotoBlock01 {
	margin: 12px auto;
	width: 100%;
	max-height: 554px;
	text-align: center;
}

.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoPhotoBlock01 img {
	display: block;
	margin: auto;
	max-width: 554px;
	max-height: 554px;
	width: 100%;
}

.YosoKenkaiTxtBox .GoodBtnArea01 {
	padding: 26px 0;
}

/* 見解内table*/
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable{
	margin:20px auto 10px;
	padding-bottom: 10px;
    width: 100%;
    overflow-x: auto;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table {
	background-color: #fff;
	border-color: #DDD;
	border-width: 1px ;
	height: auto ;
	width: fit-content ;
	margin: auto ;
	border-spacing: 0px;
  }
  .YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table tr{
	height: auto ;
  }
  .YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table th,
  .YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table td {
	  font-size: 93.34%;
	padding: 10px;
	line-height: 1.35;
	border-width: 1px ;
	height: auto ;
	width: auto ;
  }
  .YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table th {
	background-color: #999999;
	color: #FFF;
	text-align: center;
	  border-style: solid ;
	border-color: #DDD;
	white-space: nowrap;
  }
  .YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table th span{
	  color: #FFF;
  }
  .YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table td {
	font-weight: 600;
	border-style: solid ;
	border-color: #DDD;
	white-space: nowrap;
  }
/* 枠色 */
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table tr td.Waku1,
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table span.Waku1 {
	background: #fff;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table tr td.Waku2,
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table span.Waku2 {
	background: #222;
	color: #fff !important;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table tr td.Waku3,
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table span.Waku3 {
	background: #dc3c3c;
	color: #fff !important;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table tr td.Waku4,
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table span.Waku4 {
	background: #2c53a9;
	color: #fff !important;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table tr td.Waku5,
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table span.Waku5 {
	background: #e4ca3b;
	color: #fff !important;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table tr td.Waku6,
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table span.Waku6 {
	background: #58af4a;
	color: #fff !important;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table tr td.Waku7,
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table span.Waku7 {
	background: #de8a26;
	color: #fff !important;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table tr td.Waku8,
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoKenkaiTable table span.Waku8 {
	background: #dc6179;
	color: #fff !important;
}




  .YosoKenkaiTxt img {
	max-width: 100%;
	height: auto ;
	display: block;
	margin: 0 auto 30px;
  }


/*-- 予想バイブル --*/
.YosoDetailArea01.bible .Title_Sec{
	margin-bottom: 4px;
}
.YosoDetailArea01.bible .yoso_bible_title{
	   padding: 0 10px;
    line-height: 1.3;
    font-size: 77.78%;

}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoBibleTxt{
	font-size: 100%;
	line-height: 1.5;

}
.YosoDetailKenkai .YosoKenkaiTxt .YosoBibleTxt > p {
	line-height: 1.5;
	min-height: 1.5em;
}
button[id^="rec_bible"].StateBtn.State1 {
	background-color: #f4858e;
}
button[id^="rec_bible"].StateBtn.State1 .Point em{
	font-size: 12px;
	display: block;
	padding-bottom: 2px;
}
.PurchaseInfo {
  background-color: #fff;
  border-radius: 3px;
  padding: 19px 21px 12px;
  font-size: 83.3334%;
  color: #757575;
  margin-top: 41px;
  text-align: center;
}
.PurchaseInfo p{
  line-height: 1.3;
}
.PurchaseInfo .remain {
  margin-top: 10px;
  color: #444;
}
.PurchaseInfo .remain em{
  font-size: 120%;
  font-weight: bold;
}
.PurchaseInfo .remain + a {
  margin-top: 10px;
}
.PurchaseInfo a {
  display: block;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  background-color: #e3b749;
  color: #fff;
  padding: 13px 0;
  border-radius: 3px;
}
.PurchaseInfo a em {
  font-size: 126.6665%;
  padding: 0 4px;
}
.YosoKenkaiTxt.append p{
	line-height: 1.5;
    min-height: 1.5em;
}
.TenkaiYoso_title{
    font-weight: bold;
    font-size: 88.8889%;
    margin: 10px 0;
    line-height: 1.3;
}
.TenkaiYoso_table{
    max-width: 100%;
    width: fit-content;
    margin-bottom: 18px;
}
.TenkaiYoso_table .Direction{
    display: flex;
    font-size: 77.78%;
    font-weight: bold;
    line-height: 1;
    justify-content: space-between;
    margin-bottom: 4px;
}
.TenkaiYoso_table .Direction .toLeft svg.right{
    display: none;
}
.TenkaiYoso_table .Direction .toRight svg.left{
    display: none;
}
.TenkaiYoso_table .Direction svg{
    position: relative;
    top: 3px;
    margin-right: 4px;
}
.TenkaiYoso_table .Direction .toRight{
    margin-left: auto;
}
.TenkaiYoso_table .Direction .toRight svg{
    transform: scale(-1, 1);
    margin-right: 0;
    margin-left: 4px;
}
.TenkaiYoso_table .TenkaiYoso_inner{
    overflow-x: auto;
}
.TenkaiYoso_table .TenkaiYoso_inner table td{
    text-align: center;
    font-size: 61.12%;
    color: #666;
}
.TenkaiYoso_table .TenkaiYoso_inner table td span[class^="Waku"]{
    display: block;
    width: 28px;
    height: 28px;
    line-height: 30px;
    font-size: 127.2727%;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 2px 4px;
}
.TenkaiYoso_table .TenkaiYoso_inner table td span.WakuSeparat {
    position: relative;
    display: block;
    width: 8px;
    margin:0;
    font-size: 0;
    color: transparent;
}

/*-- バイブル　履歴へのリンク　--*/
.Bible_backnumber .inner{
	padding: 30px 20px;
	font-size: 78%;
}
.Bible_backnumber .inner .history{
	text-align: center;
}
.Bible_backnumber .inner a{
	display: block;
}

.Bible_backnumber .inner .history a{
	margin-top: 17px;
	color:#0033aa;
	text-decoration: underline;
}
@media only screen and (max-width: 374px) {
	.Bible_backnumber .inner .history{
		line-height: 1.71em;
	}
	.Bible_backnumber .inner .history br.sp{
		display: block;
	}
}
.Bible_backnumber .inner .backnumber{
	margin-top: 42px;
	line-height: 1.71em;
}
.Bible_backnumber .inner .backnumber a{
	text-align: center;
	color:#fff;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	max-width: 335px;
	margin:20px auto 0;
	background-color: #afafaf;
	border-radius: 4px;
}




span.GoodBtn01 {
	display: block;
	margin: 0 13px;
	font-size: 77.8%;
}

span.GoodBtn01 a {
	display: block;
	background: #23afee;
	color: #fff;
	border-top: 1px solid #65c7f3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 16px 0;
	text-align: center;
}

span.GoodBtn01 a:hover {
	background: #6bc3eb;
	text-decoration: none;
}

span.GoodBtn01 span.IconGood02 {
	vertical-align: middle;
	margin-bottom: 3px;
}

.YosoDetailLinkBox {
	padding: 4px 0 22px;
}

.YosokaLinkBtn01 {
	display: block;
	margin: auto 20px;
}

.YosokaLinkBtn01+.YosokaLinkBtn01 {
	margin-top: 9px;
}

.YosokaLinkBtn01 a {
	position: relative;
	display: block;
	width: 295px;
	height: 30px;
	margin:auto;
	text-align: center;
	font-weight: bold;
	border-radius: 15px;
	border: 1px solid #DADADA;
	padding: 8px 0;
	color: #555;
	font-size: 61.1111%;
}

.YosokaLinkBtn01 a:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9.6px;
    background: url(../../img/yoso/icon/icon_arrow.png) no-repeat;
     -webkit-background-size: 9px 8px;
    -moz-background-size: 9px 8px;
    background-size: 9px 8px;
    background-position: 0px 0;
    vertical-align: middle;
    margin-left: 11px;
}


/*-- 予想の見解本文追加バナー(17.09.29) --*/
.YosoKenkai_BnrArea {
	text-align: center;
	margin-top: 14px;
}

.YosoKenkai_BnrArea img {
	display: block;
	margin: auto;
	width: 90%;
	max-width: 335px;
}

.YosoKenkai_BnrArea a:hover img {
	opacity: .8;
}

.YosoKenkai_BnrArea>p {
	margin: 6px auto;
	font-size: 77.8%;
}

/*-- レース名 2017.10.26 --*/
.YosoDetailArea01 .RaceList_NameBox {
	padding: 0 0 16px;

}

.YosoDetailArea01 .RaceList_NameBox>.RaceNameBoxWrap {
	position: relative;
	display: table;
	width: 100%;
	padding: 0 16px 0 8px;
}

.YosoDetailArea01 .RaceList_NameBox .RaceList_Item01,
.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 {
	display: table-cell;
	vertical-align: middle;
}

.YosoDetailArea01 .RaceList_NameBox .RaceList_Item01 {
	width: 58px;
}

.YosoDetailArea01 .RaceList_NameBox .RaceList_Item01 .Race_Num {
	display: inline-block;
	width: 50px;
	line-height: 1;
	padding: 7px 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	background-color: #e03d3d;
	border-radius: 4px;
}
.YosoDetailArea01 .RaceList_NameBox .RaceList_Item01 .Race_Num .JyoName{
	display: block;
	text-align: center;
	font-size: 68.75%;
	padding-bottom: 7px;
}
.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl{
	line-height: 1.2;
}
.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Name {
	color: #444;
	font-size: 1.3125rem;
	font-weight: 700;
	overflow: hidden;
	height: 1.2em;
	line-height: 1.4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Name .Icon_GradeType {
	margin-left: 2px;
}

.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Data {
	position: relative;
	color: #777;
}

.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Data>.Turf {
	color: #66bb6a;
}

.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Data>.Dart {
	color: #874c11;
}

.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Data .Weather_Area {
	position: relative;
	display: inline-block;
}

@media only screen and (max-width: 374px) {
	.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Name {
		font-size: 1.125rem;
	}
}

.PointAreaBase a {
	display: block;
	margin: 30px 8px 16px;
}
.PointAreaBase img {
	width: 100%;
}

/*==============================================
 07.予想TOP body.YosoTop
==============================================*/


.YosoTopLink {
	padding: 5px 5px 8px;
}

.YosoTopLink a {
	display: block;
	background: #C2BEB3;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0, #E0DCD2),
			color-stop(1, #C2BEB3));
	background-image: -o-linear-gradient(bottom, #E0DCD2 0%, #C2BEB3 100%);
	background-image: -moz-linear-gradient(bottom, #E0DCD2 0%, #C2BEB3 100%);
	background-image: -webkit-linear-gradient(bottom, #E0DCD2 0%, #C2BEB3 100%);
	background-image: -ms-linear-gradient(bottom, #E0DCD2 0%, #C2BEB3 100%);
	background-image: linear-gradient(to bottom, #E0DCD2 0%, #C2BEB3 100%);
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(145, 144, 134, 1), inset 0 -1px 0 rgba(212, 209, 200, 1);
	color: #737065;
	font-size: 77.8%;
	font-weight: bold;
	padding: 11px 0 11px 15px;
	position: relative;
	text-align: left;
}

.YosoTopLink a:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 17px;
	background-image: url(../../img/yoso/general/surf_label03.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 32px 17px;
	-moz-background-size: 32px 17px;
	-webkit-background-size: 32px 17px;
	-o-background-size: 32px 17px;
	-ms-background-size: 32px 17px;
	vertical-align: middle;
	margin-right: 6px;
}

.YosoTopLink a:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #898579;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 14px;
}

.YosoTopLink a:hover {
	text-decoration: none;
	opacity: .8;
}

.YosoSlideArea01 .SlideImgBox01 {
	position: relative;
	width: 100%;
	margin: auto;
}
.YosoSlideArea01 .SlideImgBox01 a{
	display: block;
}
.YosoSlideArea01 .SlideImgBox01 img {
	width: 100%;
}

.YosoSlideArea01 .SlideImgBox01 .HeadlineSlideBoxPhoto:before {
	content: "";
	display: block;
	padding-top: 56%;
}

.YosoSlideArea01 .SlideImgBox01 .HeadlineSlideBoxPhoto {
	background-color: #eee;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.YosoSlideArea01 .SlideTxtArea {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
}

.YosoSlideArea01 .SlideTxtArea .SlideTxtInner {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	padding: 0 10px;
}

.YosoSlideArea01 .SlideTxtArea .Content_Cate {
	display: inline-block;
	margin-bottom: 6px;
	padding: 6px 12px 5px;
	color: #333;
	font-size: 66.6%;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 11px;
}

.YosoSlideArea01 .SlideTxtArea .ContentMainTitle {
	display: block;
	color: #fff;
	font-size: 111%;
	font-weight: 700;
	line-height: 1.35;
}

/*
 * Slider *
 * ポインター */
#SlideBox .slick-dots {
	position: absolute;
	top: 7px;
	right: 7px;
	width: auto;
	background: none;
}

#SlideBox .slick-dots li {
	width: 5px;
	height: 7px;
	margin: 4px;
	background: none;
	-webkit-transition: width 0.2s;
	transition: width 0.2s;
}

#SlideBox .slick-dots li.slick-active {
	width: 7px;
}

#SlideBox .slick-dots li button {
	position: relative;
	width: 100%;
	height: 100%;
}

#SlideBox .slick-dots li button::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #e7e7e7;
	border-radius: 50%;
	-webkit-transition: background-color 0.2s, width 0.2s, height 0.2s;
	transition: background-color 0.2s, width 0.2s, height 0.2s;
}

#SlideBox .slick-dots li.slick-active button::before {
	top: 0;
	height: 100%;
	background-color: #3251bc;
}



/*-- ユーザーポイント情報 .MyPointDataBox --*/
/* point期限表記 */
.limite_point {
	font-size: 12px;
	padding: 3px 0px;
	background-color: #ffffff;
	margin-top: 10px;
	border-radius: 9px;
}

.limite_point.bg_white {
	margin: 10px;
	background-color: #ececec;
}

.limite_point p {
	font-size: 12px;
	text-align: center;
	color: #666666;
}

.limite_point p span.alert_point {
	padding-left: 16px;
	font-weight: 700;
}

.limite_point.patternnear {
	border: 1px solid #b53e36;
	background-color: #ffffff;
}

.limite_point.patternnear p {
	color: #b83f36;
}


.PointAreaTxtBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.PointAreaTxtBox .PointTitle {
	width: 68px;
	flex-basis: 68px;
}


.Cmp_Txt01 {
	display: block;
	font-size: 72.3%;
	color: #ce9200;
	line-height: 1.24;
	text-align: center;
	padding: 8px 0;
	background: #e9e9e9;
	margin-bottom: 10px;
}

/*非ログイン時*/
.MyPointDataBox .NotLoggedInArea span.PointTxt01 {
	font-size: 61.2%;
	display: block;
	color: #666;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.5;
	text-align: center;
}

.MyPointDataBox .NotLoggedInArea {
	padding: 0 15px;
}

.MyPointDataBox .NotLoggedBtn01 a {
	display: block;
	background: #fff;
	color: #2b2a2a;
	font-size: 77.78%;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b2afa4;
	padding: 13px 0;
}

.MyPointDataBox .NotLoggedBtn01 a:hover {
	background: #f9f9f9;
}

.MyPointDataBox .NotLoggedInArea .PointAddBtn01 {
	margin: 0 30px;
}

.MyPointDataBox .NotLoggedInArea span.PointData {
	font-size: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width: 320px) {
	.PointAreaTxtBox {}

	.MyPointDataBox h2.MyPointAreaTitle {
		width: 100%;
		text-align: center;
	}

	.MyPointDataBox .BtnMypage {}
}

@media screen and (min-width: 371px) {
	.MyPointDataBox .NotLoggedInArea span.PointTxt01 br {
		display: none;
	}
}

/*-- ウマい馬券とは？ .UmaiTopAbout --*/
.UmaiTopAbout {
	margin-top: 20px;
}

.UmaiTopAbout a {
	display: block;
	padding: 0 10px;
}

.UmaiTopAbout a:hover {
	opacity: .5;
}

.UmaiTopAbout a img {
	width: 100%;
}

/* 今週の重賞予想 */
.AttentionRace {
	background: #fff;
	padding-bottom: 23px;
}

.PickupRace_Contents {
	position: relative;
	padding: 0 10px;
}

.PickupRace_Contents_Inner {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 111px;
	background: rgba(0, 0, 0, .6);
}

.PickupRaceSlideBox {
	background: #fff;
}

.PickupRaceSlideBox .slick-prev,
.PickupRaceSlideBox .slick-next {
	width: 40px;
	height: 40px;
	background: transparent;
	border-radius: 0;
	top: 50%;
	margin-top: -20px;
}

.PickupRaceSlideBox .slick-prev {
	left: 0;
}

.PickupRaceSlideBox .slick-next {
	right: 0;
}

.PickupRaceSlideBox .slick-prev:after,
.PickupRaceSlideBox .slick-next:after {
	content: '';
	background: rgba(85, 85, 85, .7);
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 50%;
	top: 5px;
	z-index: 1;
}

.PickupRaceSlideBox .slick-prev:after {
	left: 5px;
}

.PickupRaceSlideBox .slick-next:after {
	right: 5px;
}

.PickupRaceSlideBox .slick-prev:before,
.PickupRaceSlideBox .slick-next:before {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 1px;
	background: none;
	z-index: 2;
}

.PickupRaceSlideBox .slick-prev:before {
	left: 15px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.PickupRaceSlideBox .slick-next:before {
	right: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*今週の重賞予想 未公開*/
.Unpublished .PickupRace_Contents_Inner .YosokaCommentData {
	padding: 0;
}

.Unpublished .PickupRace_Contents_Inner .YosokaCommentData p {
	line-height: 1.6;
	font-size: 78%;
}

.Unpublished .PickupRace_Contents_Inner .PickupRace01 {
	padding: 8% 8% 0;
}

.Unpublished .ThumbList {
	display: none;
}

.Unpublished .PickupRaceMenu_Wrap {
	padding-top: 10px;
}

@media screen and (max-width: 374px) {
	.PickupRaceSlideBox .PickupRaceItem {}
}

@media screen and (max-width: 375px) {
	.Unpublished .PickupRace_Contents_Inner .PickupRace01 {
		padding: 10% 8% 0;
	}
}

@media screen and (min-width: 700px) {
	.Unpublished .PickupRace_Contents_Inner .PickupRace01 {
		padding: 6% 8% 0;
	}
}

.PickupRace_Contents .YosoCount {
	width: 63px;
	height: 63px;
	position: absolute;
	top: 0;
	right: 0;
}

.PickupRace_Contents .YosoCount:before {
	content: "";
	display: inline-block;
	border: 32px solid #ebb838;
	border-bottom: 32px solid transparent;
	border-left: 32px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

.PickupRace_Contents .YosoCount:after {
	content: "";
	display: inline-block;
	border: 31px solid #dba925;
	border-bottom: 31px solid transparent;
	border-left: 31px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.PickupRace_Contents .YosoCount span {
	display: block;
	position: relative;
	color: #fff;
	font-size: 105.6%;
	font-weight: bold;
	z-index: 20;
	text-align: right;
	width: 63px;
	padding: 6px 6px 0 0;
}

/*-- イメージ写真 --*/
.Image_Layer01 {
	position: relative;
	min-height: 240px;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
	border-radius: 4px;
	overflow: hidden;
}

.Image_Layer01:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.Image_Cover {
	background-image: -moz-linear-gradient(center top, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 1) 102%);
	background-image: -o-linear-gradient(top, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 1) 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(26, 26, 26, 0)), color-stop(1, rgba(26, 26, 26, 1)));
	background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 1) 102%);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 44%;
}

.Image_Layer02 {
	width: 100%;
	height: 156px;
	background: transparent;
}

/* 今週の重賞レース */
#TopRaceMain,
.PickupRaceMain {
	position: relative;
}

.Timer_Block {
	display: inline-block;
	background: #cc0033;
	border-radius: 3px;
	padding: 4px 6px;
	margin-bottom: 18px;
	position: absolute;
	top: -18px;
	left: 12px;
}

.Timer_Block:after {
	content: "";
	display: inline-block;
	border-top: 8px solid #cc0033;
	border-right: 7px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	left: 16px;
	bottom: -7px;
	width: 0;
	height: 0;
}

.Timer_Block .Timer {
	color: #fff;
	font-size: 74%;
	background: url("../../img/yoso/icon/icon_timer.png") no-repeat 0 center;
	-webkit-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	-ms-background-size: 11px 11px;
	background-size: 11px 11px;
	padding-left: 14px;
}

.PickupRace_Contents .PickupRaceTitle {
	padding: 0 1px 10px;
}

.PickupRace_Contents .PickupRaceTitle h2 {
	font-size: 116.7%;
	color: #333;
	margin-bottom: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 1.1em;
	line-height: 1.2;
}

.PickupRace_Contents .PickupRaceTitle h2+p {
	font-size: 77.78%;
	color: #666;
	height: .9rem;
	overflow: hidden;
}

.PickupRace_Contents .PickupRaceTitle h2 span.Icon_GradeType {
	margin-top: 2px;
}

.PickupRace01 {
	display: block;
	color: #fff;
	overflow: hidden;
	padding: 10px 10px 10px;
}

.PickupRace01 .YosokaComment {
	position: relative;
}

.PickupRace01 .YosokaPhoto {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
}

.PickupRace01 .YosokaPhoto img {
	width: 90px;
}

.PickupRace01 .YosokaPhoto.PickupRace:after,
.PickupRace01 .YosokaPhoto.AnaumaRace:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 1px;
	width: 21px;
	height: 45px;
	background-image: url(../../img/yoso/general/flg_sprite_sp_baken.png?20220331);
	-webkit-background-size: 59px auto;
	-moz-background-size: 59px auto;
	-ms-background-size: 59px auto;
	-o-background-size: 59px auto;
	background-size: 59px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: 10;
}

.PickupRace01 .YosokaPhoto.AnaumaRace:after {
	background-position: -24px 0;
}

.PickupRace01 .RaceTitle {
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-shadow: 0 0px 1px #333;
	width: 15em;
	white-space: nowrap;
}

.PickupRace01 .RaceData {
	font-size: 74%;
}

.PickupRace01 .YosokaCommentData {
	position: relative;
	padding: 20px 0 0 100px;
}

.PickupRace01 .RaceCaption01 {
	position: absolute;
	top: 0;
	left: 100px;
	font-size: 56%;
	line-height: 1;
	vertical-align: middle;
}

.PickupRace01 .RaceCaption01 span {
	display: inline-block;
	border: 1px solid #fff;
	padding: 3px 7px 2px;
	border-radius: 2px;
}

.PickupRace01 .RaceCaption02 {
	font-size: 83.34%;
	font-weight: bold;
	line-height: 1.26;
	height: 2.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 6px;
}

.PickupRace01 .YosokaName {
	display: block;
	font-size: 77.78%;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 65px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #efefef;
}

.PickupRace01 p.MediaBoxTxt {
	display: block;
	font-size: 61%;
	height: 1.1em;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #efefef;
}

.PickupRace01 .YosokaCommentData .yosoka_fav_num {
	top: auto;
	bottom: -2px;
	color: #fff;
}

.PickupRace01 .YosokaCommentData .yosoka_fav_num span {
	background-position: -125px -220px;
}

.PickupRace01 .Horse {
	border-radius: 3px;
	padding: 2px;
	position: absolute;
	bottom: 62px;
	right: 5px;
	color: #ccc;
	font-size: 13px;
	background: rgba(0, 0, 0, .5);
}

.ThumbList {
	height: 37px;
}

.ThumbList .Thumb {
	display: block;
	text-align: left;
	padding: 0;
	width: 194px;
}

.ThumbList .Thumb span {
	display: inline-block;
	position: relative;
}

.ThumbList .Thumb img {
	display: inline-block;
	width: 34px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	margin-left: 6px;
}

.ThumbList .Thumb img:first-child {
	border: 0;
	margin-left: 6px;
}

.ThumbList .PickupRace,
.ThumbList .AnaumaRace {
	position: relative;
}

.RaceYosokaTitleArea p {
	font-size: 66.67%;
	color: #666;
	height: 1.4em;
}

.RaceYosokaTitleArea .Race_Name {
	font-size: 88.89%;
	color: #000;
	margin-bottom: 6px;
	overflow: hidden;
	height: 1rem;
}

.RaceYosokaTitleArea .StartTime {
	display: inline-block;
	width: 47px;
}

@media screen and (min-width: 374px) {
	.PickupRace01 .RaceTitle {
		width: 18em;
	}
}

@media screen and (min-width: 435px) {
	.PickupRace01 .RaceTitle {
		width: auto;
	}
}

.AttentionRace .PickupRace01 .AttentionRace .ThumbList .Thumb img,
.AttentionRace .ThumbList .Thumb>img+span img .AttentionRace .ThumbList .Thumb>span+span img {
	width: 39px;
	margin-left: 5px;
}

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

	.AttentionRace .ThumbList .Thumb img,
	.AttentionRace .ThumbList .Thumb>img+span img .AttentionRace .ThumbList .Thumb>span+span img {
		width: 28px;
	}

	.ThumbList .Thumb {
		width: 164px;
	}
}

.AttentionRace .ThumbList .Thumb img+span img,
.AttentionRace .ThumbList .Thumb span+span img {
	border-color: #b9b6a9;
}

.AttentionRace .ThumbList .Thumb>img:first-child,
.AttentionRace .ThumbList .Thumb>span:first-child img {
	margin-left: 0;
}

.AttentionRace .PickupComment {
	width: 100%;
	border: 1px solid #efc763;
	box-shadow: none;
}

.AttentionRace .PickupComment:after {
	bottom: 100%;
	left: 17px;
	content: " ";
	width: 8px;
	height: 8px;
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	border-right-color: #efc763;
	border-bottom-color: #efc763;
	border-width: 1px;
	box-shadow: none;
	background: #fff;
	z-index: 5;
}

.AttentionRace .PickupComment p .AddClamp {
	line-height: 1.2;
	height: 2.2em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-sizing: content-box;
}

.AttentionRace .YosoCountNone .RaceYosokaTitleArea {
	margin-bottom: 9px;
}

.AttentionRace .YosoCountNone .PickupComment p {
	color: #666;
	font-weight: normal;
	line-height: 1.43;
	padding: 20px;
}

@media screen and (max-width: 374px) {
	.AttentionRace .YosoCountNone .PickupComment p {
		padding: 17px 20px 18px;
	}

	.AttentionRace .PickupComment:after {
		left: 11px;
	}
}

/* ピックアップコンテンツ */
.PickupRaceMenu_Wrap {
	background: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	position: relative;
	padding: 4px 0 8px 2px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
	padding-bottom: 3px;
}

.PickupRaceMenu_Wrap:before {
	display: none;
	content: "";
	border-top: 0 solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	left: 12px;
	top: -10px;
}

.RaceOddsList {
	background: #f5f4f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	margin-bottom: 9px;
}

.RaceOddsList p.Title {
	border-bottom: 1px dashed #aeadab;
	font-size: 77.8%;
	font-weight: bold;
	padding: 7px 7px 7px 28px;
	position: relative;
}

.RaceOddsList p.Title:before {
	content: '';
	display: inline-block;
	background-image: url("../../img/yoso/icon/icon_sprite_sp_yoso.png?181105");
	background-position: -64px -189px;
	background-repeat: no-repeat;
	-webkit-background-size: 164px 400px;
	-moz-background-size: 164px 400px;
	background-size: 164px 400px;
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
}

.RaceOddsList ul {
	padding: 8px 8px 2px;
}

.RaceOddsList li {
	text-align: left;
	font-size: 83.4%;
	font-weight: bold;
}

.RaceOddsList li+li {
	margin-top: 7px;
}

.RaceOddsList .OddsRank {
	font-weight: normal;
}

.RaceOddsList .HorseName {
	display: inline-block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 10em;
	vertical-align: -2px;
}

.RaceOddsList .OddsData {
	display: inline-block;
	color: #c03;
	float: right;
}

@media screen and (min-width: 360px) {
	.RaceOddsList .HorseName {
		width: 10.5em;
	}
}

/*-- 公開中の厳選予想 --*/
.PickupRaceMenu_Wrap .PickupRaceYosoLineup {
	border: 1px solid #ebb838;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fef8e3;
	padding: 6px;
	box-shadow: 0 2px 4px 1px rgba(146, 151, 165, .4);
}

.PickupRaceMenu_Wrap .PickupRaceYosoLineup .YosoDataTitle {
	position: relative;
	font-size: 77.8%;
	font-weight: bold;
	background-image: url("../../img/yoso/icon/icon_sprite_sp_yoso.png?181105");
	background-position: -34px -129px;
	background-repeat: no-repeat;
	-webkit-background-size: 164px 400px;
	-moz-background-size: 164px 400px;
	background-size: 164px 400px;
	border-bottom: 1px dashed #dcc269;
	padding: 4px 0 10px 27px;
}

.PickupRaceMenu_Wrap .RaceYosoCount {
	color: #d98f00;
	font-size: 124%;
	font-weight: bold;
}

.PickupRaceMenu_Wrap .RaceYosoCount::before {
	content: '';
	display: inline-block;
	background: url(../../img/yoso/icon/icon_sprite_sp_yoso.png?181105) no-repeat;
	-webkit-background-size: 164px 400px;
	-moz-background-size: 164px 400px;
	-o-background-size: 164px 400px;
	background-size: 164px 400px;
	width: 19px;
	height: 16px;
	background-position: -100px -345px;
	vertical-align: middle;
}

.ThumbList .PickupRace:after,
.ThumbList .AnaumaRace:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 1px;
	right: -2px;
	width: 11px;
	height: 24px;
	background-image: url("../../img/yoso/general/flg_sprite_sp_baken.png?20220331");
	-webkit-background-size: 31px auto;
	-moz-background-size: 31px auto;
	-ms-background-size: 31px auto;
	-o-background-size: 31px auto;
	background-size: 31px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: 10;
}

.ThumbList .AnaumaRace:after {
	background-position: -12px 0;
}

.PickupComment {
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 6px -2px #c29a38;
}

.PickupComment:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-color: transparent #fff #fff transparent;
	border-width: 5px;
	border-style: solid;
	position: absolute;
	top: -5px;
	left: 12px;
	box-shadow: 0 0 6px -1px #c29a38;
	-webkit-transform: rotate(-135deg);
	z-index: 5;
}

.PickupComment p {
	position: relative;
	font-size: 72.3%;
	font-weight: bold;
	color: #d49215;
	line-height: 1.25;
	padding-right: 50px;
	z-index: 10;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 5px 9px 10px;
}

.PickupRace_Btn_Area {
	margin: 12px 12px 4px;
}

a.LinkBtn_Type_01 {
	display: block;
	background: #C2BEB3;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0, #e5e3dc),
			color-stop(1, #dad7cd));
	background-image: -o-linear-gradient(bottom, #e5e3dc 0%, #dad7cd 100%);
	background-image: -moz-linear-gradient(bottom, #e5e3dc 0%, #dad7cd 100%);
	background-image: -webkit-linear-gradient(bottom, #e5e3dc 0%, #dad7cd 100%);
	background-image: -ms-linear-gradient(bottom, #e5e3dc 0%, #dad7cd 100%);
	background-image: linear-gradient(to bottom, #e5e3dc 0%, #dad7cd 100%);
	border-radius: 5px;
	box-shadow: 0 3px 0 #b2afa3, inset 0 -1px 0 #e4e2dc;
	color: #222;
	font-size: 77.8%;
	padding: 15px 0;
	position: relative;
	text-align: center;
}

/*-- レースLIVE速報 --*/
.RaceLiveFlashBox01 {
	margin-bottom: 40px;
}

.RaceLiveFlashList01 {
	border-top: 1px solid #e7e7e7;
}

.RaceLiveFlashList01 .SoonFlash01 {
	border-bottom: 1px solid #e7e7e7;
}

.RaceLiveFlashList01 .SoonFlash01 a {
	display: block;
	padding: 10px;
	color: #333;
}

.FlashRaceTitleArea {
	float: left;
	width: 85px;
	background-color: #f3f3f3;
	border-radius: 4px;
}

.FlashRaceTitleArea .Race {
	padding: 18px 0 12px;
	font-size: 72.2222%;
	text-align: center;
}
 .FlashRaceTitleArea .TimeLimit {
 	padding: 3px 0 2px;
 	color: #fff;
 	font-size: 0.625rem;
 	text-align: center;
 	background-color: #E03D3D;
 	border-radius: 0 0 4px 4px;
 }



.FlashRaceTitleArea .TimeLimit span {
	margin-right: 1px;
	font-size: 0.8125rem;
	vertical-align: -1px;
}

.FlashRaceYosokaArea .RaceYosokaTitleArea {
	text-align: left;
	padding: 4px 0 0 95px;
}

.FlashRaceYosokaArea p {
	color: #666;
	height: auto;
	font-size: 0.75rem;
	font-weight: 700;
}

.FlashRaceYosokaArea .Race_Name {
	height: 1em;
	margin: 4px 0 4px;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.FlashRaceYosokaArea .Race_GroupName {
    font-size: 66.67%;
    color: #666;
    position: relative;
    top: -4px;
}
.FlashRaceYosokaArea .StartTime {
	display: inline-block;
	width:auto;
	min-width: 68px;
	font-weight: 400;
}

.FlashRaceYosokaArea .RaceYosoCount {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #ce9200;
	font-size: 0.9375rem;
}

.FlashRaceYosokaArea .RaceYosoCount::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 15px;
	height: 14px;
	background-image: url(../../img/yoso/icon/icon_sprite_sp_yoso.png?181105);
	background-repeat: no-repeat;
	background-position: -100px -345px;
	background-size: 164px 400px;
}

.FlashRaceYosokaComment .PickupComment:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #efc763;
	border-top-color: #efc763;
	border-width: 1px;
	margin-top: -6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: -5px;
	width: 9px;
	height: 9px;
	background: #fff;
}

/*-- 発送直前レース新デザイン --*/
.TodayRace.RaceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
	padding-left: 10px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.TodayRace.RaceList::-webkit-scrollbar{
  display:none;
}

.TodayRace.RaceList .TodayRaceList {
  width: 26%;
  min-width: 86px;
}

.TodayRace.RaceList .TodayRaceList .Race {
  color: #444;
  font-size: 0.8125rem;
}

.TodayRace.RaceList .TodayRaceList .RaceYosoCount {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #ce9200;
  font-size: 0.9375rem;
  font-weight: bold;
}
.TodayRace.RaceList .TodayRaceList .RaceYosoCount:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 14px;
  background-image: url(../../img/yoso/icon/icon_sprite_sp_yoso.png?181105);
  background-repeat: no-repeat;
  background-position: -100px -345px;
  background-size: 164px 400px;
}

.TodayRace.RaceList .TodayRaceList .TimeLimit {
  margin-top: 6px;
  padding: 3px 0 3px;
  color: #fff;
  font-size: 0.625rem;
  background-color: #535767;
  border-radius: 0 0 4px 4px;
}

.TodayRace.RaceList .TodayRaceList .TimeLimit em {
  font-size: 0.875rem;
  vertical-align: -1px;
}

.TodayRace.RaceList　.TodayRaceList .TimeLimit span {
  font-size: 0.75rem;
}

.TodayRace.RaceList .TodayRaceList a {
  padding: 12px 0px 0;
  text-align: center;
}

.TodayRace.RaceList .TodayRaceList a > span {
  padding: 0px 0 3px;
}

.TodayRace.RaceList > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
}

.TodayRace.RaceList > li .StartTime {
  font-size: 0.75rem;
  font-weight: normal;
}

@media screen and (max-width: 360px) {
  .TodayRace.RaceList > li .StartTime {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.TodayRace.RaceList > li .RaceYosoPeople {
  font-size: 0.75rem;
}

.TodayRace.RaceList > li .RaceYosoPeople em {
  margin-right: 3px;
  color: #CE9221;
  font-size: 0.9375rem;
}

.TodayRace.RaceList > li .RaceYosoText {
  font-size: 0.6875rem;
  color: #757575;
}

.TodayRace.RaceList > li a {
  display: block;
  color: #666;
  background-color: #F3F3F3;
  border-radius: 4px;
}

.TodayRace.RaceList > li a > span {
  display: block;
  font-weight: 600;
  color: #666666;
}


/*-- 厳選予想レース
body.YosoTop .GensenYosoList .Selectable .YosoRace {
	padding: 13px 8px 13px 13px;
}
body.YosoTop .GensenYosoList .Flag_Pickup .YosoRace,
body.YosoTop .GensenYosoList .Flag_Anauma .YosoRace {
	padding: 13px 4px 13px 60px;
}

.GensenYosoList .Selectable .YosoRace {
	padding: 13px 8px 13px 13px;
}
.GensenYosoList .Flag_Pickup .YosoRace,
.GensenYosoList .Flag_Anauma .YosoRace {
	padding: 13px 4px 13px 24px;
}
.GensenYosoList .YosoRace.Top_YosoRaceName {
	background: #e9e5da;
	border-bottom: 1px solid #fff;
}
.GensenYosoList .YosoRace.Top_YosoRaceName .Num {
	border-radius: 2px;
	margin: 0;
	width: 32px;
}
.GensenYosoList .YosoRace.Top_YosoRaceName .Name > img {
	margin-left: 3px;
	vertical-align: -3px;
}
@media screen and (max-width: 359px) {
	body.YosoTop .GensenYosoList .Flag_Pickup .YosoRace.Top_YosoRaceName .Name,
	body.YosoTop .GensenYosoList .Flag_Anauma .YosoRace.Top_YosoRaceName .Name {
		margin-top: 4px;
		display: block;
	}
	body.YosoTop .GensenYosoList .Selectable .YosoRace {
		padding: 10px 4px 10px 10px;
	}
	body.YosoTop .GensenYosoList .Flag_Pickup .YosoRace,
	body.YosoTop .GensenYosoList .Flag_Anauma .YosoRace {
		padding: 10px 4px 10px 60px;
	}
}
--*/
/*-- 先週の予想結果
.YosoResultsList_Wrap {
	margin: 8px 8px 18px;
}
.YosoResultsList_Wrap ul li + li {
	margin-top: 10px;
}
.YosoResultsList {
	background: #f5f4f1;
	border: 2px solid #c4c1b8;
}
.YosoResultsRace {
	background: #e9e5da;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	padding: 13px;
}
.YosoResultsRace .Jyo,
.YosoResultsRace .Name {
	font-size: 88%;
}
.YosoResultsRace .Num {
	display: inline-block;
	background: #496bbf;
	border-radius: 2px;
	color: #fff;
	font-size: 66.7%;
	padding: 3px 0;
	text-align: center;
	width: 32px;
	vertical-align: middle;
}
.YosoResultsRace .Name > img {
	margin-left: 4px;
	vertical-align: -3px;
}
.YosoResultsList_Inner {
	padding: 18px 8px;
}
.YosoResultsList_Inner .HitYosoka {
	font-size: 88%;
	font-weight: bold;
	text-align: center;
}
.YosoResultsList_Inner .HitYosoka .Count {
	color: #da4343;
}
.YosoResultsList_Inner .ThumbList .Thumb {
	text-align: center;
	margin: 16px 0 0;
	padding: 0;
}
.YosoResultsList_Inner .ThumbList .Thumb > img:first-child {
	border: 2px solid #b9b6a9;
}

.YosoResultsList .BtnArea {
	font-weight: bold;
	padding: 0 25px 15px;
}
--*/
/*-- トップ 絶好調予想家ランキング --*/
.YosoTop .RankingByCategory{
	margin-bottom:40px;
}
.Top_YosokaRanking .SubTitle h3 {
	padding-right: 90px;
}

.Top_Ranking_Yosoka {
	padding-right: 45px;
}

.Top_Ranking_Yosoka .YosokaName {
	position: relative;
	margin-bottom: 4px;
	padding-right: 20px;
	color: #666;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*.Top_Ranking_Yosoka .YosokaName::before*/
.Top_Ranking_Yosoka .YosokaName.YosokaRanking_01::before,
.Top_Ranking_Yosoka .YosokaName.YosokaRanking_02::before,
.Top_Ranking_Yosoka .YosokaName.YosokaRanking_03::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 17px;
	background-image: url(../../img/yoso/icon/icon_sprite_sp_yoso_nk01.png);
	background-repeat: no-repeat;
	background-size: 100px auto;
	vertical-align: text-bottom;
	margin-right: 3px;
}

.Top_Ranking_Yosoka .YosokaName.YosokaRanking_01::before {
	background-position: 0 -30px;
}

.Top_Ranking_Yosoka .YosokaName.YosokaRanking_02::before {
	background-position: -21px -30px;
}

.Top_Ranking_Yosoka .YosokaName.YosokaRanking_03::before {
	background-position: -42px -30px;
}

.Top_Ranking_Yosoka .YosoStyle {
	min-height: auto;
}

.Top_Ranking_Yosoka .YosoStyle>span {
	display: block;
	max-width: 18em;
	margin-bottom: 11px;
	color: #999;
	font-size: 0.688rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Top_Ranking_Yosoka .YosoStyle>strong {
	display: block;
	color: #444;
	font-size: 1rem;
	font-weight: normal;
}

.Top_Ranking_Yosoka .YosoStyle .percent {
	color: #c53131;
	font-weight: bold;
}

@media screen and (max-width: 359px) {
	.Top_Ranking_Yosoka .YosokaName {
		font-size: 0.8125rem;
	}

	.Top_Ranking_Yosoka .YosoStyle>span {
		font-size: 0.6875rem;
	}

	.Top_Ranking_Yosoka .YosoStyle>strong {
		font-size: 0.9375rem;
	}
}
@media screen and (min-width: 798px) {
  .RankingWrapper{
      overflow-x: hidden;
      display: flex;
          flex-wrap: wrap;
  }
	.RankingWrapper .ContentsBoxRanking{
        width: 100% !important;
        max-width: none !important;
        padding:0;
	}
	.RankingWrapper .ContentsBoxRanking + .ContentsBoxRanking{
		margin-top:20px;
	}
	.Side_Column .RankingWrapper .ContentsBoxRanking:nth-child(n + 2){
		display: none;
	}
/*	.ContentsBoxRanking + .ContentsBoxRanking{
		margin-top:10px;
	}*/
}
.Top_Ranking_Yosoka .Icon_Rank {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: -1px;
	background-image: url(../../img/yoso/icon/icon_sprite_sp_yoso_nk01.png);
	background-repeat: no-repeat;
	background-size: 100px auto;
}

.Top_Ranking_Yosoka .Icon_Rank_01 {
	background-position: 0 -50px;
}

.Top_Ranking_Yosoka .Icon_Rank_02 {
	background-position: -30px -50px;
}

.Top_Ranking_Yosoka .Icon_Rank_03 {
	background-position: -15px -50px;
}

.Top_Ranking_Yosoka .Icon_Rank_04 {
	background-position: -45px -50px;
}

.Top_YosokaRanking ul.List_01 li a .LinkBox_01 {
	position: relative;
}

.Top_Ranking_Yosoka .now-showing {
	position: absolute;
	top: 20px;
	right: 0;
    color: #e03d3d;
    background: #fff;
    border: 1px solid #e03d3d;
	padding: 3px 5px;
	border-radius: 8px;
	font-size: 55%;
}

.Top_Ranking_Yosoka .yosoka_fav_num,
.YosokaCommentData .yosoka_fav_num {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 15px;
	color: #666;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.Top_Ranking_Yosoka .yosoka_fav_num span,
.YosokaCommentData .yosoka_fav_num span {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../img/yoso/icon/icon_sprite_sp_yoso.png?190205) no-repeat -110px -220px;
	background-size: 164px;
}

.Top_RankYosokaPhotoImg {
	position: absolute;
	top: 58px;
	left: 8px;
}

.Top_RankYosokaPhotoImg img {
	border: 4px solid #fff;
	border-radius: 5px;
}

.Top_Ranking_Main .YosoRankingLabel {
	background: url('../../img/yoso/general/ranking_corner_flag01.png') no-repeat;
	-webkit-background-size: 72px 72px;
	-moz-background-size: 72px 72px;
	background-size: 72px 72px;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 72px;
	height: 72px;
	z-index: 10;
}

.Top_Ranking_Main .YosoRankingLabel span {
	display: inline-block;
	color: #fff;
	font-size: 122%;
	font-weight: bold;
	margin: 10px 0 0 14px;
	width: 40px;
}

.RankingImage_Layer {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .8);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 102px;
	overflow: hidden;
}

.RankingImage_Layer:after {
	content: '';
	background-image: -moz-linear-gradient(center top, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .4) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(26, 26, 26, 0)), color-stop(1, rgba(26, 26, 26, .4)));
	background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .4) 100%);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40%;
}

.Top_Detail_Data {
	padding: 13px 0 18px;
	text-align: center;
}

.Top_Detail_Data.BestData ul {
	display: table;
	width: 100%;
}

.Top_Detail_Data.BestData ul li {
	display: table-cell;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.Top_Detail_Data.BestData ul li:first-child {
	max-width: 50%;
}

.Top_Detail_Data.BestData ul .Hit {
	color: #e5524b;
}

.Top_Detail_Data.BestData ul .RecoveryRate {
	color: #73a733;
}

.Top_Detail_Data.BestData ul li>span {
	padding-left: 26px;
	position: relative;
}

.Top_Detail_Data.BestData ul li>span:before {
	content: '';
	background: url("../../img/yoso/icon/icon_sprite_sp_yoso.png?181105") no-repeat;
	-webkit-background-size: 164px 400px;
	-moz-background-size: 164px 400px;
	background-size: 164px 400px;
	position: absolute;
	top: -4px;
	left: 0;
	width: 26px;
	height: 26px;
}

.Top_Detail_Data.BestData ul .Hit>span:before {
	background-position: -3px -156px;
}

.Top_Detail_Data.BestData ul .RecoveryRate>span:before {
	background-position: -35px -156px;
}

.Top_Detail_Data .DataTxt {
	color: #55e5b4;
	font-weight: bold;
}

.Top_Detail_Data .DataTxt>strong {
	margin-right: 6px;
}

.Top_Ranking_Footer {
	padding: 15px 20px 17px;
}

@media screen and (max-width: 359px) {
	.Top_Detail_Data.BestData ul li {
		font-size: 84%;
	}

	.Top_Detail_Data.BestData ul li>span:before {
		top: -6px;
	}
}

/*-- トップ 予想家ピックアップ  --*/
.YosokaCommentArea01 .SubTitle {
	margin: 0 10px;
}

.YosokaCommentArea01 .YosokaCommentBox {
	position: relative;
	margin-bottom: 30px;
	padding-left: 10px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.YosokaCommentArea01 .YosokaCommentBoxItem {
	display: inline-block;
	width: 306px;
	padding-right: 10px;
	vertical-align: top;
}

.YosokaCommentArea01 .YosokaCommentBoxItem a {
	display: block;
}

.YosokaCommentBox .YosokaCommentBox1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.YosokaCommentBox .YosokaPhoto {
	position: relative;
	top: 0;
	left: 0;
	width: 72px;
	-ms-flex-preferred-size: 72px;
	flex-basis: 72px;
	overflow: hidden;
	border-radius: 4px;
}

.YosokaCommentBox .YosokaPhoto img {
	display: block;
	width: 100%;
}

.YosokaCommentBox .YosokaCommentData {
	position: relative;
	min-height: 72px;
	width: auto;
	-ms-flex-preferred-size: calc(100% - 85px);
	flex-basis: calc(100% - 85px);
	margin-left: 12px;
	overflow: hidden;
}

.YosokaCommentBox .YosokaCommentData::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #cdcdcd;
}

.YosokaCommentBox .YosokaCommentData .YosokaName {
	display: block;
	max-width: 9em;
	margin-bottom: 3px;
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.YosokaCommentBox .YosokaNameRoma01 {
	display: block;
	margin-bottom: 10px;
	color: #c8c8c8;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.YosokaCommentBox .YosokaCopy01 {
	display: block;
	color: #777;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.YosokaCommentBox .YosokaCommentData span.CommentUpTime {
	font-size: 83.4%;
	color: #888;
	position: absolute;
	right: 0;
	top: 4px;
	line-height: 20px;
}

.YosokaCommentBox .YosokaCommentData p.MediaBoxTxt {
	font-size: 83.4%;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
}

.YosokaColumnData {
	color: #333;
	margin: 14px 0 10px;
}

.YosokaColumnTitle {
	font-size: 77.78%;
	font-weight: bold;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 16em;
	white-space: nowrap;
}

.YosokaColumnTxt {
	display: -webkit-box;
	height: 3em;
	font-size: 0.8125rem;
	line-height: 1.5;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*overflow スクロール対応 20180625(hanada)*/
/*.YosokaCommentArea01 .YosokaCommentBox{
overflow-y: hidden;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
overflow-scrolling:touch;
white-space:nowrap;
}
.YosokaCommentArea01 .YosokaCommentBox .YosokaCommentBoxItem{
display: inline-block;
}*/
@media screen and (max-width: 320px) {
	.YosokaCommentArea01 .YosokaCommentBox .YosokaCommentBoxItem {
		width: 270px;
	}
}

@media screen and (max-width: 359px) {
	.YosokaCommentBox .YosokaCommentData .YosokaName {
		font-size: 0.9375rem;
		max-width: 7.5em;
	}

	.YosokaCommentBox .YosokaCopy01,
	.YosokaColumnTxt {
		font-size: 0.75rem;
	}
}

/* サービス説明(commonのstyleにウマい馬券分を追加) */
ul.InfoMenuList>li.InfoMenuYosoGuide>a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	width: 20px;
	height: 20px;
	background-image: url(../../img/yoso/icon/icon_sprite_sp_yoso.png);
	background-repeat: no-repeat;
	background-position: -70px -362px;
	background-size: 164px auto;
	transform: translateY(-50%);
}

/*==============================================
08.的中情報
==============================================*/

/* 的中情報 - 的中リスト */
.HitInfo {
	padding: 0 8px 8px;
}

.HitInfo ul li+li {
	margin-top: 10px;
}

.HitInfoBox {
	background: #fff;
	border: 2px solid #c4c1b8;
}

.HitInfo_Header {
	background: #f5f4f1;
	border-top: 1px solid #fff;
	padding: 5px 5px 6px;
}

.HitInfo_Header .YosokaImg {
	/* margin-right: 4px; */
}

.HitInfo_Header .YosokaName,
.HitInfo_Header .HitInfoBtn {
	display: inline-block;
	vertical-align: middle;
}

.HitInfo_Header .HitInfoBtn {
	float: right;
}

.YosoButton {
	display: inline-block;
	background: #fff url("");
	border: 2px solid #e5e4dd;
	border-radius: 5px;
	color: #333;
	font-size: 83.4%;
	font-weight: bold;
	padding: 12px 0 12px;
	position: relative;
	text-align: center;
	text-indent: 20px;
	width: 124px;
}

.YosoButton:before {
	content: '';
	display: inline-block;
	background: url("../../img/yoso/icon/icon_baken01.png") no-repeat;
	-webkit-background-size: 17px 12px;
	-moz-background-size: 17px 12px;
	background-size: 17px 12px;
	position: absolute;
	left: 12px;
	width: 17px;
	height: 12px;
}

.HitInfo_Main {
	padding: 15px;
}

.HitInfo_Race {
	margin-bottom: 18px;
}

.HitInfo_Race .RaceDate {
	font-size: 72%;
	font-weight: normal;
}

.HitInfo_Race .RaceName {
	display: block;
	margin-top: 6px;
}

.HitResultArea {
	background: #ffefef;
	border-radius: 3px;
	padding: 12px 18px;
}

.HitResultArea table {
	width: 100%;
}

.HitResultArea table tr th {
	color: #e83e3e;
	width: 80px;
}

.HitResultArea table tr td {
	color: #e83e3e;
	font-weight: bold;
	text-align: right;
}

.HitInfo_Footer {
	padding: 18px;
}

@media screen and (max-width: 320px) {
	.HitInfo_Header .YosokaName {
		font-size: 88%;
	}

	.YosoButton {
		width: 118px;
	}

	.YosoButton:before {
		left: 8px;
	}

	.HitInfo_Race .RaceName {
		font-size: 88%;
	}
}


/* 的中情報 - 条件変更 */
.SettingAll_Wrap {
	margin-bottom: 8px;
	padding: 0 8px;
}

.SettingBtnBox {
	border-bottom: 1px dashed #bcbbb9;
}

.SettingBtnBox.NoBorder .SettingBtn>span,
.SettingBtnBox.NoBorder {
	border-bottom: none;
}

.SettingBtnBox .SettingBtn {
	display: block;
	color: #333;
	font-weight: bold;
	padding: 21px 0 21px 8px;
	position: relative;
}

.SettingBtnBox .SettingBtn>span {
	border-bottom: 1px solid #333;
}

.SettingBtnBox .SettingBtn .Icon_ArrowB,
.SettingBtnBox .SettingBtn .Icon_ArrowT {
	display: inline-block;
	border-bottom: none;
	margin-top: -4px;
	width: 18px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
}

.SettingBtnBox .SettingBtn .Icon_ArrowB {
	background: url("../../img/yoso/icon/icon_arrowB01.png") no-repeat 94% center;
	-webkit-background-size: 18px 10px;
	-moz-background-size: 18px 10px;
	background-size: 18px 10px;
}

.SettingBtnBox .SettingBtn .Icon_ArrowT {
	background: url("../../img/yoso/icon/icon_arrowT01.png") no-repeat 94% center;
	-webkit-background-size: 18px 10px;
	-moz-background-size: 18px 10px;
	background-size: 18px 10px;
}

.SettingFunction_Wrap {
	margin-bottom: 24px;
}

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

.SettingFunction+.SettingFunction {
	margin-top: 10px;
}

.SettingFunction .SettingFunction_Title,
.SettingFunction .SettingSelect {
	display: table-cell;
	vertical-align: middle;
}

.SettingFunction .SettingFunction_Title {
	font-size: 66%;
	text-align: right;
	padding-right: 8px;
	white-space: nowrap;
	width: 5em;
}

.SettingFunction .SettingSelect .SelectGroup {
	display: block;
	overflow: hidden;
	position: relative;
	border: 2px solid #dfddd6;
	border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f5f4f1));
	background-image: -moz-linear-gradient(bottom, #ffffff 0%, #f5f4f1 100%);
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f5f4f1 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f5f4f1 100%);
	vertical-align: middle;
}

.SettingFunction .SettingSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0 none;
	color: #7f7f7f;
	cursor: pointer;
	font-size: 66%;
	font-weight: bold;
	padding: 10px 20px 10px 16px;
	line-height: 1.2;
	outline: none;
	background: rgba(0, 0, 0, 0);
	width: 100%;
}

.SettingFunction .SettingSelect .SelectGroup:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 5px solid #bebbb1;
	position: absolute;
	top: 43%;
	right: 12px;
}
/*
  好調な予想家に関する表示仕様（2023-09-26）
*/
.Yoso_Hot_Tab ul.Tab_Col2 {
  margin: 18px 10px;
}
.Yoso_Hot_Tab ul.Tab_Col2 li.active a {
  color: #fff;
  background: #888888;
  font-weight: bold;
  border: none;
  font-size: 66.6%;
}
.Yoso_Hot_Contents .HitInfo>ul>li {
  border-top: 1px dashed #CACACA;
  padding: 20px 10px;
}
.Yoso_Hot_Contents .HitInfo>ul>li:last-child {
  border-bottom: 1px dashed #CACACA;
}
.Yoso_Hot_Contents .HitInfo ul li + li {
  margin-top: 0;
}
.Yoso_Hot_Contents .HitInfo .RecentHitList li + li{
  margin-left: 8px;
}
.Yoso_Hot_Contents .HitInfoBox {
  background: #fff;
  border: unset;
}
.Yoso_Hot_Contents .HitInfo_Header {
  background: #FFF;
  border: none;
  display: flex;
  align-items: flex-start;
  gap: 0px 10px;
  flex-wrap: wrap;
  padding: 0;
}
.Yoso_Hot_Contents .HitInfo_Header .YosokaInfo {
  width: calc(100% - 52px);
}
.YosokaNameWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.YosokaNameWrap p[id^=yosoka_pub_] {
  color: #E03D3D;
  border-radius: 9px;
  border: 1px solid #E03D3D;
  text-align: center;
  font-size: 10px;
  padding: 4px;
  width: 44px;
}
.Yoso_Hot_Contents .HitInfo_Header .YosokaInfo .OsusumeTxt01 p span {
  background: #E83E3E;
  color: #FFF;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 4px;
  margin-top: 3px;
  display: inline-block;
}
.Yoso_Hot_Contents .HitInfo_Main {
  padding: 0px;
}
.Yoso_Hot_Contents .HitInfo_Race {
  margin: 10px 0;
}
.Yoso_Hot_Contents .HitInfo_Race .RaceName {
  color: #666;
  font-size: 15px;
  display: inline-block;
  margin-top: 0;
}
.Yoso_Hot_Contents .HitInfo_Race .RaceDate {
  font-weight: normal;
  color: #555;
  font-size: 12px;
}
.Yoso_Hot_Contents .HitResultArea {
  background: #FFEFEF;
  border-radius: 4px;
  padding: 15px 12px;
}
.Yoso_Hot_Contents .HitResultArea table tr th {
  color: #E83E3E;
  width: 80px;
  font-size: 15px;
  font-weight: normal;
}
.Yoso_Hot_Contents .SubTitle h3 {
  margin: 10px 0 6px;
  color: #767676;
}
ul.RecentHitList {
  display: flex;
  justify-content:  flex-start;
  overflow: scroll;
}
ul.RecentHitList li {
  display: flex;
  width: calc(70% - 5px);
  min-width: 190px;
  max-width: 190px;
  margin-top: 0!important;
}
ul.RecentHitList li .HitInfoBox {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 10px;
}
ul.RecentHitList li .HitInfo_Race {
  margin: 0 0 12px 0;
}
ul.RecentHitList li .HitInfo_Race .RaceDate {
  font-weight: normal;
  color: #555;
  font-size: 11px;
}
ul.RecentHitList li .HitInfo_Race .RaceName {
  color: #666;
  font-size: 11px;
  display: block;
  margin-top: 5px;
  line-height: 1.3;
}
ul.RecentHitList li .HitResultArea {
  background: #FFF;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0 10px;
}
ul.RecentHitList li .HitResultArea .HitResultRefund {
  color: #555555;
  font-size: 11px;
}
ul.RecentHitList li .HitResultArea .HitResultAmount {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
}
ul.RecentHitList li .HitResultArea .HitResultAmount span {
  font-size: 13px;
}
/*==============================================
09.好調予想家専用LP .YosokaPickupWrap
==============================================*/
.YosokaPickupHead {
	position: relative;
	margin: 1px 8px 10px;
	min-height: 176px;
	background-color: #f3f3f3;
}

.YosokaPickupHead:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 21px solid transparent;
	border-top: 21px solid #f3f3f3;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -21px;
}

.YosokaPickupHead .YosokaPhotoImg {
	position: absolute;
	left: 15px;
	top: 15px;
	float: none;
	width: 139px;
	height: auto;
	z-index: 20;
}

.YosokaPickupHead .YosokaPhotoImg img {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 108px;
	border-radius: 4px;
	transform: none;
}

.YosokaPickupHeadArea01 {
	background: url('../../img/yoso/general/Bg_YosokaPage_01.png') no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 20px 0 20px 173px;
	color: #fff;
}

.YosokaPickupHeadArea01 img.Img_LogoNk {
	display: block;
	width: 113px;
	margin: 0 0 7px;
}

.YosokaPickupHeadArea01 span {
	display: block;
	font-size: 105.6%;
	font-weight: bold;
}

.YosokaPickupHeadArea02 {
	padding: 18px 0 0 175px;
}

.YosokaPickupHeadArea02 .YosokaName01 {
	font-size: 122.3%;
	font-weight: bold;
	color: #55a78e;
}

.YosokaPickupHeadArea02 .YosokaCopy01 {
	font-size: 83.4%;
	font-weight: bold;
	color: #999;
	margin-top: 6px;
	line-height: 1.2;
}

@media screen and (max-width: 359px) {
	.YosokaPickupHead {
		min-height: 166px;
	}

	.YosokaPickupHead .YosokaPhotoImg {
		width: 108px;
	}

	.YosokaPickupHeadArea01 {
		padding-left: 134px;
	}

	.YosokaPickupHeadArea02 {
		padding-left: 136px;
	}
}

.YosokaPickupReport {
	margin: 8px;
	background: url('../../img/yoso/general/Bg_YosokaPage_02.png') no-repeat #74B642;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	padding: 0 14px;
}

p.YosokaPickupReportTxt {
	text-align: center;
	color: #fff;
	padding: 24px 0;
	font-size: 111.2%;
	line-height: 1.5;
	font-weight: bold;
}

p.YosokaPickupReportTxt span {
	color: #faef3c;
	font-size: 139.9%;
}

p.YosokaPickupReportTxt span strong {
	color: #faef3c;
	font-size: 160.7%;
}

table.YosokaPickupReportTable {
	width: 100%;
}

table.YosokaPickupReportTable tbody th {
	background: #599b29;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 11px 16px;
	font-size: 94.5%;
}

table.YosokaPickupReportTable tbody td {
	background: #f1ffe7;
	color: #599b29;
	text-align: right;
	font-weight: bold;
	padding: 11px 16px;
	font-size: 94.5%;
}

.YosokaPickupReport p.YosokaHeadDataInfo01 {
	text-align: right;
	color: #fff;
	font-size: 77.8%;
	padding: 6px 0 10px;
}

.YosokaPickupWrap .BtnArea {
	margin: 12px 8px;
}

.YosokaLP_HitInfo li:nth-child(n+2) {
	display: none;
}

.YosokaLP_HitInfo .BtnArea {
	padding: 0 15px 15px;
	text-align: center;
}

.YosokaLP_HitInfo .BtnArea span.Txt {
	color: #000;
}

/*今週の注目レース情報 20171201*/
.RaceList_02.JRA {
	margin: 6px 8px 36px;
}

.Contents_Box .YosokaProfArea .YosokaProfBox01 ul.RaceList_02.JRA {
	margin: 6px 8px 0px;
}
.Contents_Box .YosokaProfArea .YosokaProfBox01 .Title_Sec.Border_Bottom.GensenYosoTitle_Offset {
	margin: 0px 8px 21px;
}

.RaceList_02.JRA li+li {
	margin-top: 8px;
}

.RaceList_02.JRA li>div {
	position: relative;
	width: 100%;
	padding: 12px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}

.RaceList_02.JRA li div.txtarea {
	padding-right: 80px;
}

.RaceList_02.JRA li div.txtarea h2 {
	padding-top: 6px;
}

.RaceList_02.JRA li div.btnarea {
	position: absolute;
	vertical-align: middle;
	width: 76px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 12px;
}

.RaceList_02.JRA li div.btnarea .StateBtn {
	padding: 9px 5px 8px;
}

.RaceList_02.JRA li div.btnarea .Txt {
	font-size: 0.75rem;
	font-weight: 700;
}

.RaceList_02.JRA li div.btnarea .Point {
	display: block;
	margin-right: 0;
	font-size: 1.0625rem;
	font-weight: 700;
}

.RaceList_02.JRA li div.btnarea .Konyuzumi {
	display: block;
	margin-bottom: 1px;
	font-size: 1rem;
	font-weight: 700;
}

.RaceList_02.JRA li div.btnarea .Free {
	display: block;
	margin: -4px 0 1px;
	padding: 5px 0 4px;
	font-size: 0.6875rem;
	font-weight: 700;
	background-color: #d1423f;
	border-radius: 3px;
}

/*2020 02 無料お試し　*/
.RaceList_02.JRA li div.btnarea .can_trial.not_login .Point{
	width:50px;
	padding:4px 0;
	border-radius: 3px;
	font-size: 0.75rem;
	margin: auto;
	background-color: #a94c43;
}
.RaceList_02.JRA li div.btnarea .can_trial.not_login .Txt{
	font-size: 0.94rem;
}

.RaceList_02.JRA li div .RaceTitle {
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	font-size: 111.2%;
	line-height: 1.3;
}

.RaceList_02.JRA li div .RaceTitle span.Icon_GradeType {
	margin-top: 1px;
}

.RaceList_02.JRA li div .RaceData {
	font-size: 73.4%;
	color: #333;
}

span.NewFlag_right{
    position: relative;
    overflow: visible;
    text-indent: 0;
    left: 45px;
    bottom: -13px;
}
.NewFlag_right:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -41px;
    display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 5px 0;
	border-color: transparent #bb2739 transparent transparent;
}
.NewFlag_right:after {
    content: 'NEW';
    position: absolute;
    top: -14px;
    right: 0;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    background: #bb2739;
    padding: 5px 5px 4px 5px;
    border-radius: 2px;
}

/*==============================================
10. 緊急情報
==============================================*/
.EmergencyArea {
	position: relative;
	overflow: hidden;
	padding: 10px 8px;
	background: #555;
	font-size: 73.4%;
}

.EmergencyArea a {
	color: #fff;
	line-height: 1.15;
	display: block;
	position: relative;
	padding-left: 26px;
}

.EmergencyArea a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 26px;
	height: 15px;
	background: url("../../img/yoso/icon/icon_sprite_sp_yoso.png?181105") no-repeat;
	-webkit-background-size: 164px 400px;
	-moz-background-size: 164px 400px;
	background-size: 164px 400px;
	background-position: -67px -292px;
}

/*==============================================
11. イチオシ予想家の決断
==============================================*/
.TopYosokaDecisionContents {
	background: #fff url("../../img/yoso/general/bg_topyosokadecision.png") no-repeat 0 10px;
	background-size: 100% auto;
	padding: 15px 0;
	text-align: center;
}

.TopYosokaProfile {
	margin-bottom: 18px;
}

.TopYosokaProfile a {
	display: block;
}

.TopYosokaProfileThumb {
	border-radius: 50%;
	width: 70px;
}

.TopYosokaProfileTxt {
	padding-left: 7px;
}

.TopYosokaName {
	color: #666;
	font-size: 111%;
	font-weight: bold;
	margin: 5px 0 8px;
}

.TopYosokaProfileTxt .RecoveryRate {
	display: inline-block;
	color: #fff;
	background: #cda352;
	font-size: 67%;
	margin: 0 auto 8px;
	padding: 3px 8px;
	border-radius: 10px;
}

.TopYosokaProfileTxt .RecoveryRate span {
	font-size: 133%;
}

.TopYosokaProfileDesc {
	color: #666;
	font-size: 72%;
	line-height: 1.36;
	max-height: 2.6em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.TopYosokaProfileDesc em {
	color: #d03d3a;
	font-weight: bold;
}

.TopYosokaProfileDescGet {
	color: #222;
	font-weight: bold;
}

.DecisionList {
	padding-left: 10px;
}

.DecisionList li {
	background: #f2f1ec;
	text-align: center;
	width: 220px;
	margin-left: 10px;
	border-radius: 3px;
	padding: 20px 18px 24px;
}

.DecisionList li:first-child {
	margin-top: 0;
	margin-left: 0;
}

.TopYosokaDecisionContents .RaceTitle {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	margin-bottom: 13px;
}

.TopYosokaDecisionContents .RaceName {
	display: inline-block;
	color: #222;
	font-size: 100%;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 7em;
	white-space: nowrap;
	/*margin-bottom: 6px;*/
	margin-right: 4px;
}

.TopYosokaDecisionContents .Icon_GradeType {
	font-size: 56%;
}

.DecisionList li .BtnArea {
	width: 185px;
	display: inline-block;
}


/*==============================================
12. ウマいボタン
==============================================*/
.UmaiBtnArea>* {
	display: inline-block;
}

.UmaiBtnArea .UmaiBtn {
	float: right;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 3px;
	/*padding-top: 2px;*/
	margin-top: 1px;
	margin-right: -8px;
	outline: none;
}

.UmaiBtnArea .UmaiBtn .Umai_text {
	display: inline-block;
	position: relative;
	font-size: 55%;
	font-weight: bold;
	color: #fff;
	padding: 0 0px 0 27px;
	line-height: 1.4;
	vertical-align: middle;
}

.UmaiBtnArea .UmaiBtn .Umai_text:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 6px;
	background-image: url(../../img/yoso/icon/umai_btn_sp.png);
	background-repeat: no-repeat;
	background-size: 16px 12px;
	-moz-background-size: 16px 12px;
	-webkit-background-size: 16px 12px;
	width: 16px;
	height: 12px;
}

.UmaiBtnArea .UmaiBtn:hover {
	text-decoration: none;
}

.UmaiBtnArea .Umai_point {
	font-size: 68%;
	font-weight: bold;
	color: #fff;
	padding: 0 7px 0 8px;
	min-width: 20px;
	text-align: right;
	vertical-align: middle;
}

/*「ウマい！」ボタン済*/
.UmaiBtnArea .UmaiBtn.clicked {
	border: 0;
	padding: 3px 1px 0 0;
	cursor: unset;
}

/*==============================================
13. 調子偏差値ページの導線
==============================================*/

.Recommend_App_Box li {
	border-bottom: 1px solid #ccc;
}

.Recommend_App_Box .PhotoThumb {
	display: table-cell;
}

.Recommend_App_Box .PhotoThumb>span {
	margin-right: 8px;
}

.Recommend_App_Box a {
	display: table;
	width: 100%;
	background: #fff;
	padding: 10px;
}

.Recommend_App_Box .LinkTitle {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.Recommend_App_Box .LinkTitle p.ContentCopy01 {
	background-color: #cf3f3e;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	padding: 3px 10px;
	margin-bottom: 6px;
}

.Recommend_App_Box .LinkTitle h3 {
	font-size: 97.2%;
	font-weight: bold;
	color: #000;
	padding: 2px 0;
	margin-bottom: 3px;
}

.Recommend_App_Box .LinkTitle p.ContentInfoTxt01 {
	font-size: 67%;
	color: #4b4b4b;
	line-height: 1.3;
}

.Icon_App {
	display: inline-block;
	width: 84px;
	height: 84px;
	background-image: url(../img/common/img_nktop_01.png?171030);
	background-repeat: no-repeat;
	background-size: 600px 300px;
	-moz-background-size: 600px 300px;
	-webkit-background-size: 600px 300px;
	-ms-background-size: 600px 300px;
	border-radius: 8px;
}

.Icon_App.Icon_Barometer {
	background-image: url(../../img/yoso/general/img_nktop_barometer.jpg);
	background-size: 84px 84px;
	background-position: 0px 0px;
}

/*==============================================
14.お気に入り予想家一覧（通知設定）
==============================================*/
.YosokaRanking .Title_Sec {
	/*	margin-top: 24px;
	margin-bottom: 0; */
}

.YosokaRanking .Title_Sec h2 span {
	font-size: 78%;
	font-weight: normal;
	margin-left: .5em;
}

.yosokanotice .Contents_Header p {
	font-size: 78%;
	padding: 29px 10px;
	line-height: 1.46;
}

.yosokanotice .PointUseHistoryBox {
	padding: 0 10px;
}

.BookMarkSelectList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 10px 0;
	position: relative;
}

.BookMarkSelect_Cancel {
	min-width: 52px;
	margin-right: 10px;
	opacity: 0;
	position: absolute;
	left: -100%;
	-webkit-transition: .5s;
	transition: .5s;
}

.BookMarkSelect_Cancel.show {
	opacity: 1;
	left: 10px;
	z-index: 1;
}

.BookMarkSelectList ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 18px;
	width: 100%;
	position: relative;
}

.BookMarkSelectList ul li {
	color: #666;
	font-size: 72%;
	min-width: 52px;
	text-align: center;
}

.BookMarkSelectList ul a {
	display: block;
	color: #666;
	background: #fff;
	border-radius: 1.07em;
	border: 1px solid #888;
	line-height: 2.15em;
}

.BookMarkSelect_Cancel a {
	color: #666;
	font-size: 72%;
	min-width: 52px;
	text-align: center;
	display: inline-block;
	border-radius: 1.07em;
	border: 1px solid #888;
	line-height: 2.15em;
	padding: 0 1em;
}

.BookMarkSelectList ul .BookMarkSelect_DelBtn {
	-webkit-transition: .5s;
	transition: .5s;
}

.BookMarkSelectList ul .BookMarkSelect_DelBtn.Active {
	margin-left: 8em;
}

.BookMarkSelectList ul .BookMarkSelect_DelBtn.Active a {
	border-color: transparent;
}

input[type="checkbox"].Notice_Switch {
	display: none;
}

/* Normal Track */
input[type="checkbox"].Notice_Switch+div {
	vertical-align: middle;
	width: 48px;
	height: 28px;
	border-radius: 14px;
	background-color: #e7e7e7;
	-webkit-transition-duration: .4s;
	-webkit-transition-property: background-color, box-shadow;
}

/* Checked Track (Blue) */
input[type="checkbox"].Notice_Switch:checked+div {
	background-position: 0 0;
	background-color: #3251bc;
}

/* Normal Knob */
input[type="checkbox"].Notice_Switch+div>div {
	float: left;
	width: 24px;
	height: 24px;
	border-radius: inherit;
	background: #fff;
	-webkit-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: transform, background-color, box-shadow;
	-moz-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
	-moz-transition-duration: 0.4s;
	-moz-transition-property: transform, background-color;
	pointer-events: none;
	margin-top: 2px;
	margin-left: 2px;
}

/* Checked Knob */
input[type="checkbox"].Notice_Switch:checked+div>div {
	-webkit-transform: translate3d(20px, 0, 0);
	-moz-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

.Notice_Check {
	padding: 10px 0;
	/*position: absolute;
	right: 0;*/
	-webkit-transition: .5s;
	transition: .5s;
}

input[type="checkbox"].Del_Check {
	display: none;
}

input[type=checkbox].Del_Check+div {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	background-color: #fff;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
	border: 1px solid #888;
	border-radius: 10px;
	/*box-sizing: border-box;*/
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	cursor: pointer;
}

input[type=checkbox].Del_Check+div>div {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	display: block;
	width: 10px;
	height: 5px;
	margin-top: -3px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

input[type=checkbox].Del_Check:checked+div {
	background-color: #3251bc;
	border-color: #3251bc;
}

input[type=checkbox].Del_Check:checked+div>div {
	opacity: 1;
}

.BoookMark_Del_Wrapper {
	display: none;
}

.BoookMark_Del_Wrapper.show {
	display: block;
}

.BoookMark_Del_Wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.RankingListWrap .BoookMark_Del_Wrapper li {
	width: 100%;
}

.RankingListWrap .BoookMark_Del_Wrapper li:first-child {
	margin-right: 5px;
}

.RankingListWrap .BoookMark_Del_Wrapper a {
	color: #3251bc;
	font-size: 78%;
	font-weight: bold;
	line-height: 3.21;
	text-align: center;
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #3251bc;
	border-radius: 4px;
	-webkit-transition: .5s;
	transition: .5s;
}

.RankingListWrap .BoookMark_Del_Wrapper a.BoookMark_Del_Submit {
	color: #fff;
	background: #3251bc;
	border-color: #3251bc;
}

.BookMarkSelectList ul .BookMarkSelect_Notice {
	line-height: 2.15em;
	position: absolute;
	right: 10px;
}

.Notice_Check {
	padding: 10px 0;
	position: absolute;
	right: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.BookMarkSelectList ul .BookMarkSelect_Notice.hidden,
.Notice_Check.hidden {
	right: -100%;
}

.BookMark_Del {
	padding: 10px 0;
	opacity: 0;
	position: absolute;
	left: -100px;
	-webkit-transition: .5s;
	transition: .5s;
}

.BookMark_Del.show {
	opacity: 1;
	left: 0;
}

.RankingListWrap li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
	position: relative;
}
.RankingListWrap li + li{
	margin-top: 20px;
}
.RankingListWrap .BoookMark_Del_Wrapper li + li,
.RankingListWrap .BoookMark_Del_Wrapper+.modal-overlay li + li{
	margin-top: 0;
}
.RankingListWrap li a {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}

.YosokaPhotoImg {
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	position: relative;
}

.YosokaPhotoImg img {
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.RankingListWrap li .BookMark_Del+a {
	width: 90%;
	width: calc(100% - 67px);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}

.RankingListWrap li .BookMark_Del.show+a {
	margin-left: 52px;
	/*width: 100%;*/
}

@media screen and (max-width: 374px) {
	input[type=checkbox].Del_Check+div {
		margin-left: 9px;
	}

	.RankingListWrap li .BookMark_Del.show+a {
		margin-left: 39px;
	}
}

/* お気に入り登録完了 */
.modal-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	/*	overflow: hidden;
	overflow-y: auto; */
	/* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}

.Fav_Modal {
	background: #fff;
	border-radius: 4px;
	padding: 10px;
	position: absolute;
	top: 169px;
	left: 50%;
	z-index: 1001;
	width: 92%;
	max-width: 355px;
	transform: translateX(-50%);
}

.Fav_Modal_Title {
	color: #777;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 37px;
}

.Fav_Modal_MainTitle {
	color: #333;
	font-size: 83%;
	line-height: 1.47;
	padding: 0 10px;
	margin-bottom: 30px;
}

.Fav_Modal_MainTitle strong {
	font-weight: bold;
}

.Fav_Modal_CloseBtn01 {
	margin-bottom: 22px;
}

.Fav_Modal_CloseBtn01 a,
.Fav_Modal_OKBtn a {
	display: block;
	color: #777;
	font-size: 72%;
	line-height: 3.46;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	width: 100%;
}

.Fav_Modal_List {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
	position: relative;
}

.Fav_Modal_List li {
	width: 50%;
}

.Fav_Modal_List li:first-child {
	margin-right: 10px;
}

.Fav_Modal_List .Fav_Modal_CloseBtn01 {
	margin-bottom: 0;
}

.Fav_Modal_List .Fav_Modal_CloseBtn01 a {
	color: #3251bc;
	border-color: #3251bc;
	background: #fff;
}

.Fav_Modal_List .Fav_Modal_OKBtn {
	margin-bottom: 0;
}

.Fav_Modal_List .Fav_Modal_OKBtn a {
	color: #fff;
	border-color: #3251bc;
	background: #3251bc;
}

.Fav_Modal_Note {
	color: #666;
	font-size: 72%;
	line-height: 1.38;
}

.Fav_Modal_Close {
	position: absolute;
	top: 5px;
	right: 8px;
}

.Fav_Modal_Close a {
	display: block;
	width: 30px;
	height: 30px;
}

.showModal .Wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
}


.yosokanotice .FavRegistArea01 {
	position: absolute;
	top: 0;
	right: 0;
}

.yosokanotice .YosokaRankingBox {
	min-height: 102px;
}

.yosokanotice .YosokaLabel {
	color: #444;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.38em;
	margin-top: 2px;
	margin-bottom: 5px;
	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;
	max-height: 2.6em;
}

.yosokanotice .YosokaDesc {
	color: #666;
	font-size: 74%;
	font-weight: normal;
	line-height: 1.4;
}

.yosokanotice .RankingDetail .YosokaNameBox {
	padding: 15px 10px 15px 0;
}

.yosokanotice .RankingListWrap .Asterisk {
	padding: 13px 8px;
	line-height: 1.5;
	font-size: 67%;
}

.yosokanotice .YosokaLabel a {
	color: #444;
}

.yosokanotice .RankingListWrap {
	padding: 0 10px 20px;
}

/*==============================================
ご意見・ご要望
==============================================*/
.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;
}



/*==============================================
 02.予想購入の確認
==============================================*/
/* 予想購入の確認 - header */
.Confirmation_Header {
	margin: 22px 8px 0;
	padding: 25px 5px;
	text-align: center;
	background-color: #f3f3f3;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
}
.Confirmation_Header .ConfirmationMsg {
	margin-bottom: 8px;
	color: #333;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
}
.Confirmation_Header .Point {
	color: #dca33e;
}
.Confirmation_Header .Available {
	color: #777;
	font-size: 0.875rem;
	line-height: 1.5;
}
.Confirmation_Header .Available a {
	border-bottom: 1px solid currentColor;
}


/* 予想購入の確認 - footer */
.Purchase_Footer {
	padding: 14px 14px 18px;
	background-color: #f3f3f3;
}
.Purchase_Item .Purchase_Footer {
	padding: 14px 20px 18px;
	background-color: transparent;
}
.Purchase_Footer .NotPoint {
	margin: 10px 0 14px;
	color: #d1423f;
	font-size: 0.9375rem;
	font-weight: 700;
	text-align: left;
}
.Purchase_Footer .NotPoint span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	line-height: 1.3;
}
.Purchase_Footer .NotPoint span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 23px;
	height: 21px;
	margin-top: -13px;
	display: inline-block;
	background: url("../../img/yoso/icon/icon_error01.png") no-repeat;
	background-size: 23px 21px;
}
.YosoBtn01.Purchase {
	font-size: 1.125rem;
	padding: 20px 0;
}
@media screen and (max-width: 359px) {
	.YosoBtn01.Purchase {
		font-size: 1rem;
	}
}
.Purchase_Footer .PointTxt {
	ƒ√margin-bottom: 20px;
	font-size: 0.9375rem;
	line-height: 1.4;
}
.Purchase_Footer .MemberLink {
	margin-top: 16px;
	text-align: center;
}
.Purchase_Footer .MemberLink a {
	color: #333;
	font-size: 0.875rem;
	border-bottom: 1px solid #333;
}

/* 予想購入の確認 - 購入内容 */
.Purchase_Item {
	border-bottom: 1px solid #e7e7e7;
}
.Purchase_Item:last-child {
	border-bottom: none;
}
.Purchase_Item + .Purchase_Item {
	margin-top: 15px;
}
.PurchaseWrap {
	/*margin: 0 8px 20px;*/
	border: 1px solid #e7e7e7;
	border-top: 0;
}
.Purchase_Inner {
	padding: 20px 20px 12px;
}
.PurchaseYosoka {
	padding: 2px;
	background-color: #e7e7e7;
	border-radius: 3px;
}
.PurchaseYosoka .Name {
	margin-left: 8px;
	color: #222;
	font-size: 0.875rem;
	font-weight: 700;
}
.PurchaseYosoka .Point {
	float: right;
	display: block;
	width: 92px;
	height: 32px;
	padding: 0 12px 0 6px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 32px;
	text-align: right;
	background-color: #e69c00;
	border-radius: 0 3px 3px 0;
}

.PurchaseRace {
	padding: 18px 3px 5px;
}
.PurchaseRace .Date {
	margin-bottom: 8px;
	color: #999;
	font-size: 0.875rem;
}
.PurchaseRaceList {
	width: 100%;
	color: #222;
	font-size: 1rem;
	border-collapse: collapse;
}
.PurchaseRaceList td {
	vertical-align: middle;
}
.PurchaseRaceList .Date {
	float: left;
}
.PurchaseRaceList .Point {
	float: right;
	margin-bottom: 8px;
	color: #999;
	font-size: 0.875rem;
	font-weight: 700;
}
.PurchaseRaceList .Jyo {
	min-width: 2em;
	line-height: 1.2;
	white-space: nowrap;
}
.PurchaseRaceList .RaceNum {
	width: 46px;
}
.PurchaseRaceList .RaceNum > span {
	display: inline-block;
	width: 46px;
	margin: 0 8px;
	padding: 6px 0;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	background-color: #506bc3;
	border-radius: 3px;
}
.PurchaseRaceList .RaceName {
	width: 100%;
	line-height: 1.2;
}

/* 予想購入の確認 - ポイントバック */
.Purchase_Item .PointBackArea {
	margin-bottom: 15px;
	text-align: right;
}
.Purchase_Item .PointBackArea .PointBackBox01 {
	display: inline-block;
	padding: 6px;
	color: #fff;
	font-size: 0.875rem;
	background-color: #d1423e;
	border-radius: 3px;
}
.Purchase_Item .PointBackArea .PointBackBox01 > span,
.Purchase_Item .PointBackArea .PointBackBox01 > strong {
	vertical-align: middle;
}
.Purchase_Item .PointBackArea .PointBackBox01 strong {
	font-size: 1.125rem;
	font-weight: 700;
}

@media screen and (max-width: 374px) {
	.Purchase_Inner {
		padding: 20px 15px 12px;
	}
	.PurchaseYosoka .Name {
		margin-left: 4px;
	}
	.PurchaseYosoka .Point {
		padding: 0 8px 0 4px;
		width: 82px;
	}
}

/* ウマい車券 svgアイコン変更に伴うcss */

/* あとで消す用のもの */
.YosoTop .MenuBox ul.Btn_List_01 li a:before,
.GenreMenuArea .MenuBox ul.Btn_List_01 li a:before{
	content:none;
	background:none;
}
.YosoTop .YosokaLinkBtn01 a:after,
.YosoDetail .YosokaLinkBtn01 a:after{
	content:none;
	background:none;
}
/* あとで消す用のもの */

.YosoTop .Icon_Yoso01,
.GenreMenuArea .Icon_Yoso01,
.RaceMenuSub .Icon_Yoso01{
	margin: 0 auto 5px;
}
.Icon_Yoso01 {
	display: block;
	width: 30px;
	height: 24px;
	fill: #e03d3d;
}
.Icon_Yoso01.Icon_star {
	height: 20px;
	fill: #e03d3d;
	margin-bottom: 9px;
}
.YosokaLinkBtn01 .Icon_Arrow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 13px;
	width: 10px;
}
.yosoka_fav_num .Icon_Yoso01.Icon_star{
	position: absolute;
	top: 4px;
	right: 0;
	width: 11px;
	height:11px;
	margin-right:13px;
	fill:#666666;
}
.Icon_Yoso01.Icon_Yoso01_racecard {
	width: 29px;
	fill: #008aff;
}
.Icon_Yoso01.Icon_Yoso01_odds {
	fill: #4dab24;
}
.Icon_Yoso01.Icon_Yoso01_result {
	width: 23.5px;
	fill: #f2b510;
}
.Icon_Yoso01.Icon_recovery,
.Icon_Yoso01.Icon_HitRate,
.Icon_Yoso01.Icon_Umai,
.Icon_Yoso01.Icon_Sales,
.Icon_Yoso01.Icon_Bookmark{
	display: inline-block;
	width:26px;
	height:22px;
	margin-right: 5px;
	position: relative;
	top:5px;
}
.Icon_Yoso01.Icon_HitRate{
	width:20px;
	top:3px;
}
.Icon_Yoso01.Icon_Umai{
	width: 22px;
}
.Icon_Yoso01.Icon_Sales{
	width: 22px;
	top: 3px;
}
.Icon_Yoso01.Icon_Bookmark{
	width: 20px;
}
.RankingByCategory .ContentsBoxRanking .SubTitle .RecoveryIcon:before,
.RankingByCategory .ContentsBoxRanking .SubTitle .HitRateIcon:before,
.RankingByCategory .ContentsBoxRanking .SubTitle .UmaiIcon:before,
.RankingByCategory .ContentsBoxRanking .SubTitle .SalesIcon:before,
.RankingByCategory .ContentsBoxRanking .SubTitle .BookmarkIcon:before{
	content:none;
}

/* pc表示:hover */
@media screen and (min-width: 768px){
	.MenuBox ul.Btn_List_01 li a:hover,
	.RaceList .RaceListMainArea:hover,
	.RaceLiveFlashBox01 .SoonFlash01 a:hover{
		background: #f9f9f9;
		text-decoration: underline;
	}
	.MenuBox ul.Btn_List_01 li a:hover{
		color: #c53131;
	}
	.RaceList .RaceListMainArea:hover,
	.Description_Box dl:hover dt span,
	.RaceTopRaceMenuWrap .RaceList li a:hover,
	.RaceList_NameBox a:hover,
	#Ranking_Recovery a:hover,
	.YosokaBookmarkList a:hover{
		text-decoration: none;
	}
	.RaceList .RaceListMainArea:hover .Race_Name{
		color: #c53131;
		text-decoration: underline;
	}
	.Description_Box dl:hover dt,
	.RaceTopRaceMenuWrap .RaceList li a:hover .Race_Name,
	.BalanceWrap .BtnArea button:hover,
	.YosoDetailKenkai .UmaiBtnArea a:hover .Umai_text,
	.YosokaProfBox01 .btnarea button:hover,
	.BtnArea button:hover,
	.RankingListWrap .YosokaName:hover,
	.RankingByCategory .List_01 a:hover .YosokaName,
	#Ranking_Recovery .RankingList a:hover .YosokaName,
	.YosokaBookmarkList .RankingList a:hover .YosokaNameBox .Name{
		text-decoration: underline;
	}
	.YosokaDataOpenBtn{
		cursor: pointer;
	}
	.PickUp_Ranking .RankingListWrap li a:hover,
	.RankingByCategory .List_01 a:hover,
	#Ranking_Recovery .RankingList a:hover,
	.YosokaBookmarkList .RankingList a:hover .YosokaRankingBox{
		background: #f9f9f9;
	}
	.RankingByCategory .List_01 a:hover .PhotoThumb_01 img,
	#Ranking_Recovery .RankingList a:hover .PhotoThumb_01 img,
	.YosokaBookmarkList .RankingList a:hover .YosokaPhotoImg img{
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}

/* モーダル追加 2022-01-07 */
.RaceList_NameBox_Container{
	border-top: 1px solid #e0e0e0;
}
.YosoDetailArea01 .RaceList_NameBox{
	padding:10px 0;
}
.YosoDetailArea01 .YosoDetailTableWrap{
	padding-top:10px;
	border-top: 1px solid #e0e0e0;
}
.YosoDetailArea01 .Title_Sec:first-of-type{
	min-height:38px;
}
.YosoDetailArea01 .RaceList_Item01{
	padding-left:2px;
}
.YosoDetailArea01 .RaceList_Item02{
	padding-left:0;
}
.YosoDetailArea01 .RaceSubMenu ul li a{
	color: #666;
	background: #fff;
	border: solid 1px #dedede;
	min-height: 59px;
	font-size:92.30%;
	padding: 8px 0;
}
.YosoDetailArea01 .RaceSubMenu .Icon_Label{
	color: #666;
}
.Icon_Race01 {
	display: block;
	width: 30px;
	height: 24px;
	fill: #e03d3d;
}
.RaceInfo_Tab .Icon_Race01 {
	margin: 0 auto 5px;
}
.RaceSubMenu .Icon_Race01,
.Top_RaceMenu .Icon_Race01 {
	margin: 0 auto 5px;
}
.Icon_Race01.Icon_Race01_racecard {
	width: 29px;
	fill: #008aff;
}
.Icon_Race01.Icon_Race01_yoso {
	fill: #f02f2b;
}
.Icon_Race01.Icon_Race01_odds {
	fill: #4dab24;
}
.Icon_Race01.Icon_Race01_result {
	width: 23.5px;
	fill: #f2b510;
}
.Icon_Race01.Icon_Race01_02 {
	width: 29px;
}
.Icon_Race01.Icon_Race01_03 { /* データ分析新 */
	width: 43px;
}
.Icon_Race01.Icon_Race01_21 {
	width: 66px;
	margin: 8px auto;
}
.Icon_Race01.Icon_Race01_03 {
	width: 43px;
	fill: #6abadd;
}
.Icon_Race01.Icon_Race01_25 {
	width: 66px;
}
.YosoDetailArea01 .YosoAddBtnBoxWrap{
	min-height: 72px;
	margin-top:20px;
}
.YosoDetailArea01 .YosoAddBtnBox.odds_view{
	background:none;
	position: relative;
}
.YosoDetailArea01 .YosoAddBtnBox.odds_view .YosoBtn01 + p{
	color:rgb(51,51,51);
}
.yosoDetail_modalBg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.56);
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: visible;
	-webkit-transform: translate3d(0,0,0);
}
.yosoDetail_modal{
	background-color: rgba(255,255,255,1);
	width: 96%;
	width: calc(100% - 30px);
	max-width: 500px;
	max-height: calc(100% - 30px);
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 50px 0;
	z-index: 10500;
	overflow: hidden;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	border-radius: 8px;
	text-align: center;
}
.yosoDetail_modalInner p{
	width: 96%;
	margin: auto;
	font-size:72.22%;
	line-height: 1.42;
}
.yosoDetail_modalInner p.caution{
	font-weight: bold;
}
.yosoDetail_modalInner ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:30px;
}
.yosoDetail_modalInner ul li{
	width: 40%;
}
.yosoDetail_modalInner ul li + li{
	margin-left:10px;
}
.yosoDetail_modalInner a{
	display: block;
	width:100%;
	height:45px;
	margin: auto;
	padding: 15px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: center;
	color: #777;
	border-radius: 7px !important;
	border: 1px solid #dbdbdb;
}
.yosoDetail_modalInner .shirushi_regist,
.yosoDetail_modalInner .shirushi_registed{
	background-color: #e03d3d;
	color:#fff;
	border: 1px solid #e03d3d;
}
.ModalPopupCloseBtn{
	position: absolute;
	top: 6px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
}
.ModalPopupCloseBtn:before,
.ModalPopupCloseBtn:after {
	content: '';
	height: 2px;
	width: 26px;
	display: block;
	background: #333;
	position: absolute;
	top: 13px;
	left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.ModalPopupCloseBtn:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

/* 自信あり予想一覧 2023-11-08 */
.ConfidentList .mt20{
	margin-top: 0!important;
}
.ConfidentList .RaceList_NameBox_Container{
	margin-top: 20px;
	border-top: none;
	border-bottom: none;
}
.ConfidentList .GensenYosoList ul {
	border-bottom: none;
}
.ConfidentList .GensenYosoList ul li {
	border-bottom: 1px solid #dcdcdc;
}
.ConfidentList .GensenYosoList ul li + li {
	border-top: none;
}
.ConfidentList .GensenYosoList .YosoSelected {
	border: 1px solid #78be68;
}



/*==============================================
★　2310 おすすめ予想家
==============================================*/
.PickUpYosoka li + li {
	margin-top: 20px;
}
.PickUpYosoka li a {
display: block;
width: 100%;
color: #444444;
}
.PickUpYosoka .PickUpYosoka_Title {
background: #d0d0d0;
color: #444444;
}
.PickUpYosoka .PickUpYosoka_Item {
background: #efefef;
}
.PickUpYosoka .Rankig_Number01 .PickUpYosoka_Title {
background: #B98E1F;
color: #fff;
}
.PickUpYosoka .Rankig_Number01 .PickUpYosoka_Item {
background: #F7E9C9;
}
.PickUpYosoka .Rankig_Number02 .PickUpYosoka_Title {
background: #7D8490;
color: #fff;
}
.PickUpYosoka .Rankig_Number02 .PickUpYosoka_Item {
background: #EDECE4;
}
.PickUpYosoka .Rankig_Number03 .PickUpYosoka_Title {
background: #AC7C5B;
color: #fff;
}
.PickUpYosoka .Rankig_Number03 .PickUpYosoka_Item {
background: #FEEDE2;
}
.PickUpYosoka_Title {
padding: 10px 10px;
border-radius: 4px 4px 0 0;
font-weight: 600;
font-size: 0.875rem;
color: #fff;
}
.PickUpYosoka_Item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 0 0 4px 4px;
}
.PickUpYosoka_Img {
	position: relative;
width: 100px;
height: 100px;
overflow: hidden;
border-radius: 0 0 0px 4px;
border: solid #E7E7E7 1px;
}
.PickUpYosoka_Img img {
width: 100%;
height: 100px;
-o-object-fit: cover;
	object-fit: cover;
-o-object-position: center;
	object-position: center;
}
.PickUpYosoka .now-showing {
position: absolute;
/* content: '公開中'; */
padding: 2px 0;
text-align: center;
color: #fff;
width: 100%;
border-radius: 0;
bottom: 0px;
left: 0;
background: #E03D3D;
font-size: 55%;
line-height: 1;
}
.PickUpYosoka_Text {
width: calc(100% - 110px);
margin: 10px 10px;
color: #333333;
}
.PickUpYosoka_Text .YosokaName {
margin-bottom: 10px;
font-weight: 600;
font-size: 1.1875rem;
}
.PickUpYosoka_Text .Explan {
font-size: 0.9375rem;
line-height: 1.6;
}
@media screen and (max-width: 350px) {
.PickUpYosoka_Text .Explan {
	font-size: 15px;
	font-size: 4vw;
}
}

/* pc表示:*/
@media screen and (min-width: 768px){
	.PickUp_Ranking .RankingListWrap {
		padding: 0 0 0px !important;
	}
}

/*無料予想 他の予想を見るボタン*/
a.yosoka_more_btn {
	display: block;
	margin: 30px 0 21px;
	color: #e03d3d;
}
.yosoka_more_btnWrap {
	border: 1px solid #e03d3d;
	position: relative;
	height: 56px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	margin: 0 10px;
}
.yosoka_more_btnWrap:after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #e03d3d;
	border-right: 2px solid #e03d3d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
}
.yosoka_more_balloon {
	background-color: #e03d3d;
	position: absolute;
	display: inline-block;
	padding: 5px 10px 5px 15px;
	min-width: 146px;
	max-width: 100%;
	color: #FFF;
	font-size: 11px;
	font-weight: 600;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 12px;
}
.yosoka_more_balloon:before {
	content: "";
	position: absolute;
	top: 90%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #e03d3d;
}
.yosoka_more_btnInner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #e03d3d;
	font-size: 15px;
	font-weight: 600;
}
.yosoka_more_btnInner p {
	margin-right: 5px;
}
.yosoka_more_list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.yosoka_more_list li.yosoka_more_img {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	border-radius: 50%;
	overflow: hidden;
}
.yosoka_more_list li.yosoka_more_img img {
	width: 100%;
	height: auto;
}
.yosoka_more_list li:last-child {
	margin-left: 5px;
}
@media screen and (max-width: 375px) {
	.yosoka_more_list li:nth-child(3) {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.yosoka_more_btnWrap {
		justify-content: center;
	}
}

/* キャンペーンバナーリスト */
.TopCampaginArea01 ul {
	position: relative;
	padding: 0 0 15px 10px;
	font-size: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.TopCampaginArea01 li {
	width: 62.5%;
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: top;
}
.TopCampaginArea01 li a {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}
.TopCampaginArea01 li img {
	display: block;
	width: 100%;
	border-radius: 4px;
}
@media only screen and (min-width: 1025px) {
	.TopCampaginArea01 li {
		width: 46%;
	}
}
