@charset "UTF-8";

/*==============================================
厳選予想 ウマい馬券
レース情報誘導ブロック
==============================================*/
.YosoGensenListBox {
	font-family:"ヒラギノ角ゴ ProN W3",'ヒラギノ角ゴ Pro W3', arial, "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
	background: #f5f4f1;
	padding: 10px 20px 20px;
	margin-top: 34px;
}
.YosoGensenListBox * {
	box-sizing: border-box;
	line-height: 1;
}
.YosoGensenListBox .FileLoader {
	background: #fff;
	padding: 10px;
	text-align: center;
}
.YosoGensenListBox .FileLoader img {
	display: inline-block;
}
.YosoGensenListBox .Race_Infomation_Box {
	margin: 20px 40px;
	font-weight: bold;
	font-size: 115.38%;
}
.YosoGensenListBox .GensenYosoTitle h2 {
	font-size: 138%;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	margin-bottom: 6px;
}
.YosoGensenListBox .GensenYosoList > ul > li {
	background: #f5f4f1;
	border: 2px solid #c4c1b9;
	margin-bottom: 14px;
	display: table;
	width: 100%;
}
.YosoGensenListBox .GensenYosoList .Inner {
	display: table-cell;
	vertical-align: middle;
}

.YosoGensenListBox .GensenYosoBox .Profile {
	display: flex;
	background: #efefd9;
	padding: 7px 16px;
	justify-content: space-between;
	    align-items: center;
}
/* クーポン */
.List_Coupon p{
  font-weight: bold;
  color: #B7443E;
  /*margin: 10px 12px;*/
}
.List_Coupon p svg{
	position: relative;
    top: 2px;
  fill: #B7443E;
  margin-right: 6px;
}
.List_Coupon p .price{
  font-weight: normal;
  color: #757575;
  margin-left: 7px;
}
.List_Coupon p .price .line-through{
  text-decoration: line-through;
}
.List_Coupon p .price .color{
  color: #B7443E;  
}
.List_Coupon p .price .num{
  font-weight: bold;
}
.YosoGensenListBox .GensenYosoBox .Profile a {
	color: #0033aa;
	font-size: 138%;
	font-weight: bold;
	line-height: 1.22;
}
.YosoGensenListBox .GensenYosoBox .YosokaBox {
	padding: 6px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
}
.YosoGensenListBox .GensenYosoBox .BtnArea {
	padding: 6px 12px;
	display: table-cell;
	vertical-align: middle;
	border-left: dashed 1px #333;
	width: 190px;
}
.YosoGensenListBox .YosokaImage {
	width: 85px;
	height: 85px;
}
.YosoGensenListBox .YosokaImage img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
}


/* 回収率新デザイン */
.YosoGensenListBox .YosokaBox .YosokaData {
}
.YosoGensenListBox .YosokaBox .YosokaDataInner {
	width: 160px;
	border-radius: 4px;
	background: #e99f36;
	font-weight: bold;
	padding: 4px 6px 6px;
	margin: 0 0 0 10px;
}
.YosoGensenListBox .YosokaBox .YosokaData .YosokaDataInner .YosokaDataTitle {
	color: #fff;
	font-size: 123.08%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}
.YosoGensenListBox .YosokaBox .YosokaData .YosokaDataInner .YosokaDataRecovery {
	background: #fff;
	border-radius: 4px;
}
.YosoGensenListBox .YosokaBox .YosokaData .YosokaDataInner dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #333;
	font-weight: bold;
	font-size: 107.69%;
	padding: 0 10px;
	margin: 0;
}
.YosoGensenListBox .YosokaBox .YosokaData .YosokaDataInner dl + dl{
	border-top: 1px dashed #333;
	border-radius: 0 0 4px 4px;
}
.YosoGensenListBox .YosokaBox .YosokaData .YosokaDataInner dl dt{
	color: #333;
	line-height: 1.4;
	text-align: center;
	padding: 3px 0;
	width: auto;
}
.YosoGensenListBox .YosokaBox .YosokaData .YosokaDataInner dl dd {
	line-height: 1.4;
	flex: 1;
	padding: 3px 0;
	text-align: right;
}

.YosoGensenListBox .YosoDataBox {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.YosoGensenListBox .YosoDataBox .YosoData {
	padding: 0 10px 0 0;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	flex: 1;
}

/*-- 予想ポイント --*/
.YosoGensenListBox .YosoComment {
	font-size: 77.8%;
	background-color: #fff8e5;
	border: solid 1px #f0ddaf;
	border-radius: 4px;
	width: 164px;
	min-height: 86px;
	padding: 0 5px;
	margin: 6px 10px;
	position: relative;
}
.YosoGensenListBox .GensenYosoList .PointTitle {
	color: #222;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px dashed #dcc269;
	padding: 7px 0 5px 8px;
	position: relative;
}
.YosoGensenListBox .Icon_Yoso_Point {
	display: inline-block;
	background: url("../img/yoso/icon_yoso_point.png") no-repeat 0 0;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 4px;
}
.YosoGensenListBox .YosoDataBox .YosoComment > p {
	font-size: 128.5%;
	line-height: 1.71;
	padding: 4px 6px;
}

.YosoGensenListBox .GensenYosoList .YosoDataBox .BtnArea {
	border-left: 1px dashed #333;
	padding: 0 12px;
	text-align: center;
	width: 192px;
	align-items: center;
}

.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox li {
	position: relative;
	font-size: 92%;
	line-height: 1.75;
	font-weight: bold;
	padding-left: 20px;
}
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox li:last-child{
	margin: 0;
}
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox span.Icon_Shirushi{
	display: inline-block;
	text-indent: -9633px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

/*-- 印アイコン --*/
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox span.Icon_Shirushi {
	display:block;
	background-image: url("../img/yoso/icon_sprite_mark.png");
	background-repeat: no-repeat;
	-moz-background-size: 175px 16px;
	-webkit-background-size: 175px 16px;
	-o-background-size: 175px 16px;
	-ms-background-size: 175px 16px;
	background-size: 175px 16px;
	width:16px;
	height:16px;
	margin:auto;
}
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox span.Icon_Honmei {
	background-position: -3px 0;
}
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox span.Icon_Taikou {
	background-position: -24px 0;
}
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox span.Icon_Kurosan {
	background-position: -45px 0;
}
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox span.Icon_Osae {
	background-position: -66px 0;
}
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox span.Icon_Hoshi {
	background-position: -85px 0;
}
.YosoGensenListBox .YosoDataBox .YosoData .ShirushiBox span.Icon_Chuui {
	background-position: -105px 0;
}

/*-- 的中パターン --*/
.YosoGensenListBox .GensenYosoBox.Hit {
	border: 2px solid #e35353;
	padding: 0;
}
.YosoGensenListBox .GensenYosoBox.Hit .Profile {
	background: #fdd5d5;
}
.YosoGensenListBox .GensenYosoBox.Hit {
	background: #ffefef;
}
.YosoGensenListBox .GensenYosoBox.Hit .YosoDataBox .YosoData:after {
	content: '';
	display: inline-block;
	background: url("../img/yoso/img_hit_stamp.png") no-repeat;
	-webkit-background-size: 88px 86px;
	-moz-background-size: 88px 86px;
	-ms-background-size: 88px 86px;
	-o-background-size: 88px 86px;
	background-size: 88px 86px;
	width: 88px;
	height: 86px;
	position: absolute;
	right: 60px;
	bottom: 2px;
}
.YosoGensenListBox .ValueCircle {
	color: #d5524f;
	font-weight: bold;
	background: url(../img/yoso/bg_value_circle.png) no-repeat center center;
	background-size: cover;
	width: 84px;
	height: 84px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 2px;
	right: 60px;
}
.YosoGensenListBox .TxtType01,
.YosoGensenListBox .TxtType02 {
	font-size: 120%;
	line-height: 1.4;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/*-- もっと見る --*/
.YosoGensenListBox .GensenYosoList .YosoDataBox .BtnArea {
	text-align: center;
}
.YosoGensenListBox .GensenYosoList .BtnArea a.YosoLinkBtn{
	display: block;
	color: #666;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	padding: 15px 14px;
	-webkit-user-select: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ccc;
}



/* 状態ボタン */
.StateBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border-radius: 5px;
	background: #efefef;
	box-shadow: none;
	cursor: pointer;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	padding: 24px 0 25px;
	width: 100%;
}
.StateBtn.State1 {
	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: none;
	color: #fff;
	padding: 13px 0;
}
.StateBtn.State2 {
	background: #dad7ce;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #E5E3DC),
		color-stop(1, #DAD7CE)
	);
	background-image: -o-linear-gradient(bottom, #E5E3DC 0%, #DAD7CE 100%);
	background-image: -moz-linear-gradient(bottom, #E5E3DC 0%, #DAD7CE 100%);
	background-image: -webkit-linear-gradient(bottom, #E5E3DC 0%, #DAD7CE 100%);
	background-image: -ms-linear-gradient(bottom, #E5E3DC 0%, #DAD7CE 100%);
	background-image: linear-gradient(to bottom, #E5E3DC 0%, #DAD7CE 100%);
	box-shadow: none;
}
.StateBtn.State3 {
	background: #DA4343;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #E95B5B),
		color-stop(1, #DA4343)
	);
	background-image: -o-linear-gradient(bottom, #E95B5B 0%, #DA4343 100%);
	background-image: -moz-linear-gradient(bottom, #E95B5B 0%, #DA4343 100%);
	background-image: -webkit-linear-gradient(bottom, #E95B5B 0%, #DA4343 100%);
	background-image: -ms-linear-gradient(bottom, #E95B5B 0%, #DA4343 100%);
	background-image: linear-gradient(to bottom, #E95B5B 0%, #DA4343 100%);
	box-shadow: 0 3px 0 rgba(189, 47, 47, 1), inset 0 -1px rgba(228, 119, 119, 1);
	color: #fff;
	padding: 13px 0;
}
.StateBtn.State1 .Point,
.StateBtn.State3 .Point,
.StateBtn.State4 .Point {
	display: block;
	font-size: 142.8%;
	margin-bottom: 4px;
}
.StateBtn.State1 .Txt,
.StateBtn.State3 .Txt,
.StateBtn.State4 .Txt {
	font-size: 85.7%;
}
.StateBtn:hover {
	opacity: .8;
}

/*=== 無料公開 ===*/
.StateBtn.State1.StateFree .Point {
	display: inline-block;
}
.StateBtn.State1.StateFree .Txt {
	display: block;
	padding-top: 4px;
}
.StateBtn.StateFree .FreeFlag {
	position: relative;
	display: inline-block;
	background: #d1423f;
	color: #fff;
	font-size: 85.7%;
	margin: -3px 14px -3px 0;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 7px;
	top: -3px;
}
.StateBtn.StateFree .FreeFlag:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #d1423f;
	position: absolute;
	top: 7px;
	right: -10px;
}
/*=== ポイントバックボタン ===*/
.StateBtn.State4 {
	color: #fff;
	padding: 0;
}
.StateBtn.State4 span.PointBackBtn01 {
	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%);
	padding: 13px 0 10px;
	border-radius: 5px 5px 0 0;
}
.StateBtn.State4 span.PointBackBtn02 {
	position:relative;
	height: 30px;
	display: block;
	background: #d1423e;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 0 rgba(189, 47, 47, 1), inset 0 -1px rgba(228, 119, 119, 1);
}
.StateBtn.State4 span.PointBackBtn02 img {
	position: absolute;
	top: -9px;
	left: 3px;
}
.GensenYosoList .BtnArea .Jyogai {
	display: inline-block;
	text-align: center;
	color: #ea5050;
	padding-top: 4px;
}
.YosoGensenListBox + script + script  + script  + script + .race_uma36_bnr_box {
	margin-top: 34px;
}
