@charset "euc-jp";

/*==============================================
【地方競馬 - 厳選予想 ウマい馬券】 umai_area01.css
==============================================*/

/*==============================================
厳選予想リスト改 2017.05.12
==============================================*/
.GensenYosoHitTickerBox,
.GensenYosoList {
	font-family: "ヒラギノ角ゴ ProN W3", arial, "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
}
/*-- 的中速報 --*/
.GensenYosoHitTickerBox {
	border: 2px solid #d5524f;
	position: relative;
	height: 46px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-left: 50px;
	background: #fff;
	font-size: 73.8%;
	margin: 10px 8px;
}
.GensenYosoHitTickerBox .HitNewsTitle {
	width: 50px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	background: #d5524f;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	text-align: left;
	overflow: hidden;
	padding: 7px 0 0 4px;
}
.GensenYosoHitTickerBox .HitNewsTitle span {
	display: inline-block;
	line-height: 1.2;
}
.GensenYosoHitTickerBox .HitNewsTitle span + span {
	padding-left: 7px;
}
.GensenYosoHitTickerBox .HitNewsTitle:after {
	content: '';
	position: absolute;
	top: -4px;
	right: -11px;
	display: block;
	width: 16px;
	height: 50px;
	background: #fff;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	transform: rotate(-12deg);
	margin-right: 2px;
	z-index: -1;
}
.GensenYosoHitTickerBox .tickercontainer {
	overflow: hidden;
	width: 100%;
	height: 42px;
	position: relative;
}
.GensenYosoHitTickerBox .tickercontainer:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 50px;
	background: #d5524f;
	z-index: 10;
}
.GensenYosoHitTickerBox .tickercontainer:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 4px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 6px solid #fff;
	z-index: 10;
}
.GensenYosoHitTickerBox .tickercontainer .mask {
	width: 90%;
	position: relative;
}
.GensenYosoHitTickerBox ul#NewsTickerList {
	overflow: hidden;
	position: relative;
}
.GensenYosoHitTickerBox ul#NewsTickerList li {
	float: left;
	overflow: hidden;
	line-height: 43px;
	color: #00f;
	white-space: nowrap;
	padding-right: 8em;
}
.GensenYosoHitTickerBox a ul#NewsTickerList li{
	color: #333;
}
.GensenYosoHitTickerBox a strong {
	color: #da4343;
}



/*-- 予想リスト --*/
.GensenYosoList {
	padding: 0 8px 16px;
}
.GensenYosoList li.GensenYosoBox {
	border: 1px solid #c4c1b8;
	background: #fff;
	margin-bottom: 8px;
	padding: 1px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
li.GensenYosoBox .Profile {
	width: 100%;
	padding: 7px 16px;
	background: #efefd9;
}
li.GensenYosoBox .Profile p.Name{
	font-size: 88.9%;
	font-weight: bold;
}
li.GensenYosoBox .YosokaBox {
	background: #f5f4f1;
}
li.GensenYosoBox .YosokaBox .YosokaImage {
	margin: 10px 12px;
}
li.GensenYosoBox .YosokaBox .YosokaImage img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 110px;
	box-shadow: 0 1px 5px 2px rgba(146, 151, 165, .4);
}
li.GensenYosoBox .YosokaBox .YosokaData {
	padding: 0 0 8px;
}

li.GensenYosoBox .YosokaBox .YosokaDataInner {
	border-radius: 3px;
	background: #e99f36;
	font-size: 66.7%;
	font-weight: bold;
	padding: 3px;
	margin: 0 10px;
}
li.GensenYosoBox .YosokaBox .YosokaData .YosokaDataTitle {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
}
li.GensenYosoBox .YosokaBox .YosokaData dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #333;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
	background: #fff;
	padding: 3px;
}
li.GensenYosoBox .YosokaBox .YosokaData dl + dl{
	border-top: 1px dotted #333;
	border-radius: 0 0 3px 3px;
}
li.GensenYosoBox .YosokaBox .YosokaData dl dt{
	padding: 5px 0;
	text-align: center;
}
li.GensenYosoBox .YosokaBox .YosokaData dl dd{
	flex: 1;
	padding: 5px 4px;
	border-radius: 3px;
	background: #fff;
	text-align: right;
}


.YosoDataBox {
	flex: 1;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.YosoDataBox .YosoComment {
	padding: 9px 20px;
	font-size: 77.8%;
	border-bottom: 1px dashed #000;
}
.YosoDataBox .YosoComment > p{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.2;
}
.YosoDataBox .YosoData {
	padding: 12px 20px;
	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;
}
.YosoDataBox .YosoData img.ImgSampleShirushi {
	width: 140px;
}
.YosoDataBox .YosoData .ShirushiBox {
	position: relative;
	min-width: 140px;
	overflow: hidden;
	padding: 6px 0;
}
.YosoDataBox .YosoData .ShirushiBox li {
	position: relative;
	font-size: 66.7%;
	line-height: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 7px;
}
.YosoDataBox .YosoData .ShirushiBox li:last-child{
	margin: 0;
}
.YosoDataBox .YosoData .ShirushiBox span.Icon_Shirushi{
	display: inline-block;
	text-indent: -9633px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
/*-- 印アイコン --*/
.YosoDataBox .YosoData .ShirushiBox span.Icon_Shirushi {
	display:block;
	background-image: url("../img/icon/icon_yoso_shirushi.png");
	background-repeat: no-repeat;
	-moz-background-size: 67px 185px;
	-webkit-background-size: 67px 185px;
	-o-background-size: 67px 185px;
	-ms-background-size: 67px 185px;
	background-size: 67px 185px;
	width:14px;
	height:14px;
	margin:auto;
}
.YosoDataBox .YosoData .ShirushiBox span.Icon_Honmei {
	background-position: 0 0;
}
.YosoDataBox .YosoData .ShirushiBox span.Icon_Taikou {
	background-position: 0 -14px;
}
.YosoDataBox .YosoData .ShirushiBox span.Icon_Kurosan {
	background-position: 0 -29px;
}
.YosoDataBox .YosoData .ShirushiBox span.Icon_Osae {
	background-position: 0 -43px;
}
.YosoDataBox .YosoData .ShirushiBox span.Icon_Hoshi {
	background-position: 0 -58px;
}
.YosoDataBox .YosoData .ShirushiBox span.Icon_Chuui {
	background-position: 0 -113px;
}

.YosoDataBox .YosoData .ValueCircle {
	background-image: url("../img/race/bg_ValueCircle.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 74px 74px;
	-moz-background-size: 74px 74px;
	-ms-background-size: 74px 74px;
	background-size: 74px 74px;
	width: 74px;
	height: 74px;
	position: absolute;
	right: 5px;
	bottom: 4px;
	z-index: 10;
}
.YosoDataBox .YosoData .ValueCircle p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-weight: bold;
	color: #d5524f;
}
.YosoDataBox .YosoData .ValueCircle p.TxtType01{
	font-size: 88.9%;
	line-height: 1.2;
}
.YosoDataBox .YosoData .ValueCircle p.TxtType02{
	font-size: 66.7%;
	line-height: 1.47;
}
li.GensenYosoBox .BtnArea {
	background: #fff;
	text-align: center;
	padding: 0 14px 15px;
	margin-top: auto;
}
/*-- もっと見る --*/
.GensenYosoList .BtnArea {
	text-align: center;
}
.GensenYosoList .BtnArea a.YosoLinkBtn{
	display: block;
	text-align: center;
	color: #333;
	padding: 15px 14px;
	-webkit-user-select: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #ecebeb ;
	box-shadow: 0 0 0 1px #dadada !important;
	-moz-box-shadow: 0 0 0 1px #dadada !important;
	-webkit-box-shadow: 0 0 0 1px #dadada !important;
	font-size:94%;
}


/*-- 的中パターン --*/
.GensenYosoList li.GensenYosoBox.Hit {
	border: 2px solid #df7878;
	padding: 0;
}
li.GensenYosoBox.Hit .Profile {
	background: #fdd5d5;
}
li.GensenYosoBox.Hit .YosokaBox {
	background: #ffefef;
}
li.GensenYosoBox.Hit .YosoDataBox .YosoData:after {
	content: '';
	display: inline-block;
	background: url("../img/race/img_hit_stamp.png") no-repeat;
	-webkit-background-size: 76px 77px;
	-moz-background-size: 76px 77px;
	-ms-background-size: 76px 77px;
	-o-background-size: 76px 77px;
	background-size: 76px 77px;
	width: 76px;
	height: 77px;
	position: absolute;
	right: 5px;
	bottom: 4px;
}


/* state_btn */
.StateBtn {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 3px 0 rgba(255, 255, 255, .5), inset 0 -1px rgba(255, 255, 255, 1);
	cursor: pointer;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	outline: none;
	padding: 14px 8px 12px;
	width: 100%;
	max-width: 195px;
	margin: auto;
	overflow: hidden;
}
.StateBtn.State1 {
	background: #e5a221;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #eeb72d), color-stop(1, #dfa300) );
	background-image: -moz-linear-gradient(bottom, #eeb72d 0%, #dfa300 100%);
	background-image: -webkit-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;
}
.StateBtn.State2 {
	background: #dad7ce;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #E5E3DC), color-stop(1, #DAD7CE) );
	background-image: -moz-linear-gradient(bottom, #E5E3DC 0%, #DAD7CE 100%);
	background-image: -webkit-linear-gradient(bottom, #E5E3DC 0%, #DAD7CE 100%);
	background-image: linear-gradient(to bottom, #E5E3DC 0%, #DAD7CE 100%);
	box-shadow: 0 3px 0 rgba(179, 175, 164, 1), inset 0 -1px rgba(228, 226, 220, 1);
}
.StateBtn.State1 .Point,
.StateBtn.State2 .Point {
	font-size: 83.4%;
}
.StateBtn.State1 .Txt,
.StateBtn.State2 .Txt {
	font-size: 66.7%;
}
.StateBtn.State2 .Txt2 {
	font-size: 77.8%;
}
.StateBtn.State2 .Key:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../img/icon/icon_key01.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	background-size: 20px 20px;
	vertical-align: middle;
	margin: -4px 6px 0 0;
}
/*=== 無料 ===*/
.StateBtn.StateFree .FreeFlag {
	position: relative;
	display: inline-block;
	background: #d1423f;
	color: #fff;
	font-size: 66.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;
}
/*-- 取り消し・除外 --*/
span.Jyogai {
	display: block;
	color: #c00;
	font-size: 83.8%;
	text-align: center;
	padding: 10px 0 0;
}