body#YosokaProfile01 .RaceDayWrap {
	padding: 18px 18px 0;
}
body#YosokaProfile01 .RaceDayWrap {
	padding: 18px 18px 0;
}
body#YosokaProfile01 .Tab_RaceDaySelect {
	padding: 0 8px 0 16px;
}

body#YosokaProfile01 .Tab_RaceDaySelect .Tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
body#YosokaProfile01 .Tab_RaceDaySelect .Tab li {
	display: inline-block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 3px;
	justify-content: space-around;
}
body#YosokaProfile01 .Tab_RaceDaySelect .Tab .DaysTxt01 {
	margin-bottom: 0;
}

body .YosoListHeader {
	position: relative;
}
.YosokaYosoList {
	padding: 10px;
	background: #d7dfe4;
}
.YosokaReport01 {
	margin-bottom: 8px;
}
.Tab_RaceJyoSelect {
	margin-bottom: -10px;
	position: relative;
}
.YosokaReport {
	margin-top: 0;
}
.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;
	padding-right: 7px;
	padding-bottom: 14px;
	margin-top: 8px;
}
.SortFunction .SortCheck span, .SortFunction .SortSelect {
	font-size: 13px;
	margin-left: 8px;
}
.SortFunction .SortSelect .SelectGroup {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
	vertical-align: middle;
	background: #fff;
}
.SortFunction .SortSelect .BtnRefine01,
.SortFunction .SortSelect .BtnRefine02 {
	display: block;
	-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: 7px 28px 7px 12px;
	line-height: 1.2;
	outline: none;
	width: 100%;
}
.SortFunction .SortSelect .SelectGroup:after {
    top: 42%;
}
.RefineBoxArea01,
.RefineBoxArea02 {
	width: 200px;
	margin-left: auto;
	z-index: 7500;
	position: absolute;
	right: 14px;
	top: 48px;
	display: none;
}
.RefineBoxArea01:before,
.RefineBoxArea02:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 14px 7px;
	border-color: transparent transparent #fff transparent;
	top: -14px;
	z-index: 7500;
}
.RefineBoxArea01:before {
	right: 156px;
}
.RefineBoxArea02:before {
	right: 19px;
}
.RefineBoxArea01.OpenDraw,
.RefineBoxArea02.OpenDraw {
	display: block;
	/*opacity: 1;*/
}
.RefineBox {
	background: #fff;
	height: auto;
	max-height: 350px;
	max-height: 65vh;
	position: relative;
}
.RefineBox_Inner {
	font-size: 13px;
	padding-top: 9px;
	padding-bottom: 12px;
	height: auto;
	max-height: 350px;
	max-height: 65vh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.CatergoryL01 {
	color: #444;
	font-weight: bold;
	line-height: 1.54;
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	display: block;
	position: relative;
}
.RefineBox_Arrow {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 1px solid transparent;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}
.ListOpen > a .RefineBox_Arrow {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}
.CatergoryL02 .RefineBox_Arrow {
	border-left-color: #cacaca;
	border-bottom-color: #cacaca;
}
.SelectCategories {
	color: #ef5350;
	font-size: 77%;
	font-weight: normal;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
	padding-right: 44px;
}
.CatergoryL02 .SelectCategories {
	padding-right: 21px;
}
.CatergoryL02 .SelectCategories li {
	margin-left: -1em;
	padding-right: 1em;
}
.CatergoryL02 .SelectCategories li:before {
	content: '\30FB';
}
.SelectCategories li {
	display: none;
}
.SelectCategories li.ShowText {
	display: inline-block;
}

.SelectCategories.Categories_Show {
	display: block;
}
.CatergoryL02 li a,
.CatergoryL02 li label {
	color: #666;
	line-height: 1.54;
	padding: 12px 14px 12px 27px;
	display: block;
	position: relative;
	cursor: pointer;
}
.CatergoryL02 li a:hover,
.CatergoryL02 li label:hover {
	background-color: #e5e4dd
}

.SortCatergory .CatergoryL02 li label.selected {
	color: #ef5350;
}
.SortCatergory .CatergoryL02 li:last-child a,
.SortCatergory .CatergoryL02 li:last-child label {
	padding-bottom: 24px;
}
.RefineCatergory .CatergoryL02 li a,
.RefineCatergory .CatergoryL02 li label {
	font-weight: bold;
}
.RefineCatergory .CatergoryL02 li a:hover {
 text-decoration: none;
}
.RefineCatergory .CatergoryL02 li label {
	padding: 12px 14px 2px 27px;
}
.RefineCatergory .CatergoryL03 li label {
	font-weight: normal;
	padding-left: 49px;
	padding-top: 9px;
}
.RefineCatergory .CatergoryL03 li:last-child label {
	padding-bottom: 2px;
}
.RefineBox_BtnClear a {
	color: #03a;
	font-weight: bold;
	display: block;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.CatergoryL03 {
	display: none;
}
/*.ListOpen > .CatergoryL02,
.ListOpen > .CatergoryL03 {
	display: block;
}
*/
.optCategories,
.chkCategories {
	display: none;
}
.optCategories + span,
.chkCategories + span {
	width: 18px;
	height: 18px;
	/* position: absolute; */
	top: 50%;
	right: 14px;
	margin-top: -9px;
	display: block;
	cursor: pointer;
}
.optCategories + span {
	position: absolute;
}
.optCategories+ span:before {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	border-radius: 50%;
	background: #ef5350;
}
.optCategories:checked + span:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.optCategories + span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	content: '';
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	background: #fff;
}

.chkCategories + span:before {
	position: absolute;
	z-index: 1;
	top: 14px;
	right: 17px;
	width: 11px;
	height: 5px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	transform: rotate(-45deg) scale(0, 0);
	border: 1px solid #fff;
	border-top-style: none;
	border-right-style: none;
}
.chkCategories:checked + span:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}
.chkCategories + span:after {
	position: absolute;
	top: 9px;
	right: 14px;
	width: 18px;
	height: 18px;
	content: '';
	cursor: pointer;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
}
.chkCategories:checked + span:after {
	background: #ef5350;
	border-color: #ef5350;
}
.Deselect {
	display: none;
	min-height: 36px;
	position: relative;
}
.Deselect.Selected_Show {
	display: block;
}
.RefineCatergory .CatergoryL03 li.Deselect label {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
.RefineCatergory .CatergoryL03 li.Deselect.Selected_Show label {
	left: 0;
}
.DrawViewOverlay {
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7200;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.GensenYosoList .Inner .OsusumeTxt01 {
	margin: 10px 12px 0px;
}
.GensenYosoList .Inner .OsusumeTxt01>p {
    display: inline-block;
    position: relative;
    background: #b7443e;
    color: #fff;
    font-size: 13px;
    padding: 0 12px;
    max-width: 96%;
    max-width: calc(100% - 10px);
    vertical-align: top;
}
.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 .Inner .OsusumeTxt01>p:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    height: 0;
    border-top: 19px solid #b7443e;
    border-right: 10px solid transparent;
}
/*-- yosoアイコン --*/
.GensenYosoList .YosoRace .Jyo, .GensenYosoList .YosoRace .Name {
    font-size: 19px;
}
.GensenYosoList .YosoRace .Num {
    font-size: 14px;
    margin: 0 4px;
    padding: 6px 0;
    width: 38px;
}
.Icon_Sprite_Sp_Yoso {
	display: inline-block;
	background: url("../img/icon/icon_sprite_yoso.png") no-repeat;
    background-size: 164px 500px;
}

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

.IconState01 {
	background-position: -33px -148px;
}

.IconState02 {
	background-position: -3px -146px;
}

.IconState03 {
	background-position: -3px -146px;
}

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

.Title_Header {
	padding-top: 16px;
    padding-bottom: 13px;
}
.Title_Header .GensenYosoTitle {
	font-size: 20px;
}
.Title_Header .GensenYosoTitle span strong{
	color: #da4343;
}
.GensenYosoList .YosoRace {
	padding: 13px 12px 4px 0;
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 1px;
}
.GensenYosoList .YosokaDataOpenBtn {
	font-size: 12px;
    line-height: 1.3;
    text-align: right;
}
.GensenYosoList .YosokaDataOpenBtn a {
	position: relative;
    display: inline-block;
    color: #666;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    padding: 3px 18px 3px 8px;
}
.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: #666 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);
}
.YosoDetailDataArea {
    padding: 10px 12px 0;
}


.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: 10px;
	margin-bottom: 8px;
}

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

.YosokaNumData {
	display: table;
	width: 100%;
}

.YosokaNumData dl {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 12px 4px;
}

.YosokaNumData dl dt,
.YosokaNumData dl dd {
	display: inline;
	font-size: 72.34%;
}

.YosokaNumData dl dd em {
	display: inline-block;
	font-size: 130.6%;
	font-weight: bold;
	padding: 0 3px;
}

.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: 12px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    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: 12px;
    padding: 5px;
    text-align: right;
    border: 1px solid #dadada;
    width: 65%;
    text-align: center;
    line-height: 1.3;
    vertical-align: middle;
}



/* 厳選予想 - 的中リストスタイル */
.GensenYosoList .Comment {
    margin: 10px 12px;
    padding: 8px 12px;
    overflow: hidden;
    background: #f3f3f3;
    border-radius: 4px;
}
.GensenYosoList .BalanceWrap {
    display: flex;
	justify-content: flex-end;
    align-items: center;
}
.GensenYosoList .Inner {
	background: #fff;
}

.GensenYosoList .RaceNameWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
}

.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: 14px;
	line-height: 1.4;
	padding: 2px 0;
}

.GensenYosoList .BalanceArea dl dt {
	white-space: nowrap;
	width: 2.8em;
}

.GensenYosoList .BalanceArea dl dd {
	min-width: 109px;
	text-align: right;
}

.GensenYosoList .BalanceArea dl dd em {
	font-size: 16px;
	font-weight: bold;
}

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

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

.GensenYosoList .TypeOfBetArea dl {
	font-size: 14px;
}

.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;
	min-width: 108px;
    text-align: right;
}

.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;
	cursor: pointer;
	position: relative;
	overflow: visible;
	box-shadow: none;
}

.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{
    width: 50px;
    padding: 2px 0 1px;
    border-radius: 3px;
    font-size: 0.75rem;
    margin: 0 auto 3px;
    background-color: #a94c43;
}
.RaceYosoList .GensenYosoList .BalanceWrap .BtnArea .StateBtn.can_trial.not_login span.Txt{
	font-size: 0.94rem;
}
.GensenYosoList .BtnArea span.PointBackBtn01 {
	position: relative;
	display: block;
	color: #b7443e;
	border: 1px solid #b7443e;
	border-radius: 4px;
	text-align: center;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 6px;
}


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

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

/*---クーポン---*/
.List_Coupon p{
	text-align: right;
  font-weight: bold;
  color: #B7443E;
  margin: 10px 12px;
}
.List_Coupon p svg{
  fill: #B7443E;
  margin-right: 6px;
	vertical-align: middle;
  
}
.List_Coupon p span{
	vertical-align: middle;
}
.List_Coupon p .price{
  font-weight: normal;
  color: #757575;
  font-size: 76.9231%;
  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;
}


/*=== （new）無料公開 ===*/
.StateBtn .FreeFlag {
	position: relative;
	display: inline-block;
	background: #b7443e;
	color: #fff;
	font-size: 72.3%;
	padding: 3px 12px 2px;
	font-weight: bold;
	border-radius: 2px;
	transform: translateY(-3px);
}
/* 厳選予想 - 購入済リストスタイル */
.GensenYosoList .Purchased {
	border: 2px solid #e6a424;
}

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

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

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

.GensenYosoList .Inner .OsusumeTxt01>p {
	display: inline-block;
	position: relative;
	background: #b7443e;
	color: #fff;
	font-size: 13px;
	padding: 0 12px;
	max-width: 96%;
	max-width: calc(100% - 10px);
	vertical-align: top;
}

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

.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: 65px;
	position: absolute;
	top: 0;
	left: 12px;
}

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

.GensenYosoList .SelectionRace .BtnArea .StateBtn:after,
.GensenYosoList .PickupRace .BtnArea .StateBtn:after,
.GensenYosoList .AnaumaRace .BtnArea .StateBtn:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 28px;
	height: 60px;
	background-image: url("../img/yoso/flg_sprite_pc_baken.png");
	background-size: 110px 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: -33px 0;
}

.GensenYosoList .SelectionRace .BtnArea .StateBtn:after {
  background-position: 0 -67px;
}

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

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

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

.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 {
    background: #fff;
    border: none;
    position: relative;
	width: auto;
	overflow: visible;
}


body.Yoso .GensenYosoList .Hit .BalanceWrap:after {
	content: '';
    display: inline-block;
    background: url(../img/yoso/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: 57px;
    left: 47px;
    z-index: 999;
    opacity: 0.8;
}


.InputFixedArea_Wrap {
    min-height: 72px;
}
.AvailablePoint {
	margin-top: 10px;
}
.InputFixedArea .AvailablePoint_Wrap {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #e7e4dd;
}
.InputFixedArea .AvailablePoint_Wrap p:nth-child(1) {
    color: #666;
    width: 38%;
    font-size: 13px;
    letter-spacing: -0.05em;
    padding: 11px 0 9px;
    height: 35px;
	text-align: center;
	border-right: 1px solid #cdcdcd;
}
.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.125rem;
    color: #e5a700;
    font-weight: bold;
}
span.Torikeshi {
	text-align: right;
    padding-right: 10px;
}
