@charset "utf-8";
/*==============================================
netkeirin TOPページ
==============================================*/
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.Contents {
		padding-top: 18px;
	}
}
.TopNewsPickup{
	padding-bottom: 0;
}
.TopHeadlineWrap01 {
	position: relative;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	animation: fadeIn 1.5s ease 0s 1 normal;
}
.TopHeadlineWrap01:before {
	content: "";
	display: block;
	padding-top: 50%;
}
.TopHeadlineWrap01:after {
	content: "";
	display: block;
	padding-top: 25px;
}
.TopHeadlineWrap01 .Top_Slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.TopHeadlineWrap01 .Top_Slide .slick-slide {
	margin-right: 10px;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
.TopHeadlineWrap01 .FileLoader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	width: 36px;
	height: 36px;
}

/* Top_Slide*/
.Top_Slide .SlideImgBox01 {
	padding: 0;
	position: relative;
	float: left;
}
.SlideImgBox01 +.SlideImgBox01 {
	display: none;
}
.Top_Slide .SlideImgBox01 a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.Top_Slide .SlideImgBox01 img {
	width: 100%;
}
.Top_Slide .SlideImgBox01 video {
	display: block;
	width: 100%;
}
.Top_Slide .SlideImgBox01 .HeadlineSlideBoxPhoto {
	background-color: #eee;
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
}
.Top_Slide .SlideImgBox01 .HeadlineSlideBoxPhoto:before {
	content:"";
	display:block;
	padding-top:56.2%;
}
/* video */

.Top_Slide .SlideImgBox01 .HeadlineSlideBoxVideo:before {
	position: relative;
	content:"";
	display:block;
	padding-top:56.2%;
}
.Top_Slide .SlideImgBox01 .HeadlineSlideBoxVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.Top_Slide_Bgm {
	content: '';
	position: absolute;
	top: 9px;
	right: 9px;
	width: 24px;
	height: 19px;
	background: url(../img/icon/icon_sprite_sp_top.png) no-repeat;
	-webkit-background-size: 100px auto;
	-moz-background-size: 100px auto;
	background-size: 100px auto;
	background-position: 0 -46px;
	vertical-align: top;
}
.Top_Slide .SlideTxtArea {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.67)),color-stop(40%, rgba(0,0,0,0)),to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,.67),rgba(0,0,0,0) 40%,rgba(0,0,0,0));
	background: linear-gradient(to top,rgba(0,0,0,.67),rgba(0,0,0,0) 40%,rgba(0,0,0,0));
	z-index: 20;
}
.Top_Slide .SlideTxtArea .SlideTxtInner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 10px 10px;
	z-index: 30;
}

.Top_Slide .SlideTxtArea .ContentMainTitle {
	color: #fff;
	font-size: 88.89%;
	font-weight: bold;
	line-height: 1.25;
	width:100%;
	height: 2.59em;
	margin: 0;
	padding:0;
	overflow:hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Top_Slide .SlideTxtArea .Content_Cate {
	color: #333;
	font-size: 67%;
	font-weight: bold;
	line-height: 2;
	background: rgba(255, 255, 255, .7);
	display: inline-block;
	border-radius: 1em;
	margin-bottom: 5px;
	padding: 0 10px 0 11px;
}

/* 残高 */
.Top_balance {
	background: #F3F3F3;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
	border-radius: 4px;
	display: flex;
	align-items: center;
}

.Top_balance .balanceStatusWrap{
	width: 100%;
	padding:9px 8px 9px 15px;
}

.Top_balance .balanceStatusWrap .balanceStatus{
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-top: 7px;
}

.Top_balance .balanceStatusWrap .balanceStatus:first-child{
	margin-top: 0;
}

.Top_balance .balanceStatusWrap .balanceStatus dt{
	font-size: 12px;
	color: #666;
	display: flex;
	align-items: center;
}

.Top_balance .balanceStatusWrap .balanceStatus dt .eye{
    -webkit-mask: url(../../common/img/icon/icon_eye.svg);
    mask-image: url(../../common/img/icon/icon_eye.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    width: 14px;
    height: 10px;
    background: #666;
	margin-left: 5px;
}

.Top_balance .balanceStatusWrap .balanceStatus dt .eye.off{
    -webkit-mask: url(../../common/img/icon/icon_eye_off.svg);
    mask-image: url(../../common/img/icon/icon_eye_off.svg);
	mask-position: center center;
    mask-size: contain;
    mask-repeat: no-repeat;
}

.Top_balance .balanceStatusWrap .balanceStatus dd{
	margin-left: auto;
    font-size: 17px;
	color: #333;
}

.Top_balance .balanceStatusWrap .balanceStatus dd .textHidden{
	display: none;
}

.Top_balance .balanceStatusWrap .balanceStatus dd .yen{
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
}

.Top_balance .balanceStatusWrap .balanceStatus dd.payback{
    display: flex;
    align-items: center;
}

.Top_balance .addChargeBtn{
	min-width: 34px;
	max-width: 34px;
    height: 34px;
    display: block;
    background: #E03D3D;
    border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-left: auto; */
	margin-right: 10px;
}

.Top_balance .addChargeBtn .plus{
	display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 13px;
    height: 2px;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
}

.Top_balance .addChargeBtn .plus:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}

/* 投票中のレース */
.TodayRaceVoting_Slide {
	margin-bottom: 20px;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox {
	display: flex;
	margin-left: 10px;
	overflow-x: auto;
	margin-top: -10px;
	padding-bottom: 8px;
}
.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem {
	margin-left: 10px;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem:first-child {
	margin-left: 0;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem:last-child {
	margin-right: 10px;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem .Race_Voting{
    border: 1px solid #3251bc;
	width: 92px;
	height: 100%;
	border-radius: 4px;
	position: relative;
	font-size: 13px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 7px 8px;
	color: #444;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem .Race_Voting .Content_Icon_Text{
	margin-top: 10px;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem.isConfirmed .Race_Voting{
    border-color: #C53131;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem.isConfirmed .Race_Voting:after{
	content : "";
	display: block;
	position: absolute;
	background-color: #EF5350;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	top: 4px;
	right: 4px;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem.isConfirmed.noBadge .Race_Voting:after{
	display: none;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem.isLive .Race_Voting{
    border-color: #3251bc;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem:first-child{
	margin-left: 0;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem .Race_Voting .Race_Title {
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #888888;
    font-size: 12px;
    margin-top: 8px;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem .Race_Voting .Race_Title span {
	margin-right: 2px;
    font-size: 76.92%;
	display: block;
    color: #888;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem .Race_Voting .Race_State {
	display: block;
    width: 100%;
    color: #444444;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    background: #e6e6e6;
    border-radius: 4px;
    margin: auto;
    text-align: center;
    white-space: nowrap;
    margin-top: 5px;
    padding: 1px 0 0;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem.isLive .Race_Voting .Race_State {
	background: #333;
	color: #fff;
}

.TodayRaceVoting_Slide .TodayRaceVoting_SlideBox .TodayRace_SlideBoxItem.isConfirmed .Race_Voting .Race_State {
	background: #e6e6e6;
	color: #C53131;
}

/* 投票中のレース（モーダル） */
#RaceVotingModalWrap .HalfModal > div {
	padding-bottom: 10px;
}



#RaceVotingModalWrap .TodayRaceVoting_Slide .TodayRaceVoting_SlideBox {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-left: 0;
}

#RaceVotingModalWrap .TodayRaceVoting_Slide .RaceVotingListHead {
	color: #444;
	font-weight: bold;
	font-size: 15px;
    margin-left: 12px;
    margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 40px;
}

#RaceVotingModalWrap .TodayRaceVoting_Slide .TodayRaceVoting_SlideBoxSection {
	border-top: 1px solid #DADADA;
	margin: 0 13px;
	padding-top: 20px;
	margin-bottom: 15px;
}

#RaceVotingModalWrap .TodayRaceVoting_Slide .TodayRaceVoting_SlideBoxSection:last-child {
	margin-bottom: 15px;
}

#RaceVotingModalWrap .TodayRaceVoting_Slide h3 {
	font-size: 13px;
	font-weight: bold;
	color: #757575;
}

#RaceVotingModalWrap .HalfModal > .HalfModal_CloseBtn{
	margin: 0;
	background:none;
	top: -5px;
	right: 8px;
}

#RaceVotingModalWrap .HalfModal .HalfModal_CloseBtn::before,
#RaceVotingModalWrap .HalfModal .HalfModal_CloseBtn::after{
	background:#fff;
	height: 3px;
	border-radius: 14px;
}

#RaceVotingModalWrap .TodayRaceVoting_Slide .TodayRaceVoting_SlideBoxSection .NoRaceSection{
	font-weight: bold;
	font-size: 13px;
	color: #888;
	border-radius: 4px;
	background: #F3F3F3;
	margin: 15px 0 0;
	padding: 20px;
}

#Netkeirin_Top .PickupRaceArea {
	padding-top: 0;
}
/* @media only screen and (min-width: 1025px) {
	#Netkeirin_Top .PickupRaceArea.Contents_Box {
		min-height: 620px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	#Netkeirin_Top .PickupRaceArea.Contents_Box {
		min-height: 711px;
		min-height: calc(53vw + 308px);
	}
}
@media only screen and (min-width: 321px) and (max-width: 766px) {
	#Netkeirin_Top .PickupRaceArea.Contents_Box {
		min-height: 494px;
		min-height: calc(53vw + 276px)
	}
}
@media only screen and (max-width: 320px) {
	#Netkeirin_Top .PickupRaceArea.Contents_Box {
		min-height: 465px;
		min-height: calc(53vw + 273px);
	}
} */
/* 購入履歴 .MyBuyDataBox */
.MyBuyDataBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #cacaca;
	border-radius: 4px;
	padding: 7px;
	min-height: 56px;
	margin: 10px;
}
.BuyHistoryBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #e6e6e6;
	border-radius: 4px;
	font-size: 61.12%;
}
.BuyHistoryBtn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	color: #444;
	padding: 0 6px;
}
.MyBuyDataBox .Total {
	flex-grow: 1;
	padding: 0 6px;
}
.MyBuyDataBox .Total dl{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 72.23%;
	margin-top: 2px;
}
.MyBuyDataBox .Total dl + dl {
	margin-top: 5px;
}
.MyBuyDataBox .Total dl dt {
	line-height: 1.1;
}
.MyBuyDataBox .Total dl dd {
	font-weight: bold;
	line-height: 1.1;
}
.ChargeBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #e03d3d;
	border-radius: 4px;
	font-size: 72.23%;
}
.ChargeBtn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}

@media only screen and (min-width: 376px) {
	.MyBuyDataBox {
		max-width: 356px;
		margin: auto;
	}
}
/* top 的中速報 */
#top_yoso_hitting_report #umai_hitting_report,
#show_yoso_hitting_report #umai_hitting_report {
	margin: 0 10px 10px;
}
.HittingReport #umai_hitting_report{
	margin: 0px;
}
.GensenYosoHitTickerBox {
	position: relative;
	height: 20px;
	padding-left: 75px;
	font-size: 0.75rem;
	overflow: hidden;
	background-color: #fff;
}
.GensenYosoHitTickerBox .HitNewsTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 20px;
	padding: 4px 0;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
	background-color:#E03D3D;
	z-index: 10;
	border-radius: 4px;
}
.GensenYosoHitTickerBox .HitNewsTitle span {
	display: block;
	line-height: 1.2;
	width: 60px;
	/* height: 20px; */
	color: #fff;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
	z-index: 10;
	border-radius: 20px;
	margin: 0 auto;
}
.GensenYosoHitTickerBox .NewsTickerWrap > a{
	display: block;

}
.GensenYosoHitTickerBox .tickercontainer {
	position: relative;
	width: 100%;
	height: 20px;
	overflow: hidden;
}
.GensenYosoHitTickerBox .NewsTickerWrap::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 20px;
	background-color: #fff;
	z-index: 10;
}
.GensenYosoHitTickerBox .tickercontainer::before {
	display: none;
}
.GensenYosoHitTickerBox .NewsTickerWrap::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 10;
}
.GensenYosoHitTickerBox .tickercontainer::after {
	display: none;
}
.tickercontainer .mask {
	position: relative;
	width: 90%;
}
.GensenYosoHitTickerBox #NewsTickerList {
	overflow: hidden;
	position: relative;
}
.GensenYosoHitTickerBox #NewsTickerList li {
	float: left;
	padding-right: 8em;
	color: #00f;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.GensenYosoHitTickerBox a #NewsTickerList li {
	color: #444;
	font-size: 13px;/*px*/
}
.GensenYosoHitTickerBox #NewsTickerList li strong {
	color: #ef5350;
	font-weight: 700;
}
.GensenYosoHitTickerBoxx a strong {
	color: #ef5350;
}

/* 今日の開催 */
.ThisDays_Hold {
	position: relative;
	margin: 0 10px;
}
.ThisDays_Hold ul {
	margin: 0 -4px -4px 0;
}
.ThisDays_Hold ul.Btn_4col li {
	width: 25%;
}
.ThisDays_Hold ul li {
	display: table;
	float: left;
	text-align: center;
	margin-bottom: 4px;
}
.ThisDays_Hold ul li a {
	overflow: hidden;
	white-space: nowrap;
	margin-right: 4px;
	min-height: 73px;
}
.ThisDays_Hold .Top_RaceName {
	color: #888;
	font-size: 0.625rem;
	line-height: 1.4;
	margin-top: 3px;
	display: block;
}
.ThisDays_Hold .Content_Icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ThisDays_Hold .JyoName {
	color: #666;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
}
@media only screen and (min-width:768px){
	.ThisDays_Hold ul li a:hover {
		background: #f9f9f9;
		text-decoration: none;
	}
	.ThisDays_Hold .Btn_4col li a:hover .JyoName {
		color: #c53131;
		text-decoration: underline;
	}
}
.ThisDays_Hold .Btn_4col li .No_Link {
	background-color: #dedede;
}
/* 今日の開催 */
#Netkeirin_Top .RaceList_02 {
	margin: 0 8px 8px;
}
#Netkeirin_Top .RaceList_02 li + li {
	margin-top: 8px;
}
#Netkeirin_Top .RaceList_02 li a {
	display: block;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #dedede;
}
#Netkeirin_Top .RaceList_02 li a > div {
	padding: 12px;
}
#Netkeirin_Top .RaceList_02 p.RaceCopy {
	font-size: 77.78%;
	color: #888;
	margin-bottom: 8px;
	font-weight: bold;
}
#Netkeirin_Top .RaceList_02 li div .RaceTitle {
	font-weight: bold;
	color: #444;
	margin-bottom: 8px;
	font-size: 116.7%;
}
#Netkeirin_Top .RaceList_02 li div .RaceData {
	font-size: 66.67%;
	color: #888;
}
#Netkeirin_Top .RaceList_02 .Icon_GradeType {
	font-size: 11px;
	line-height: 16px;
	min-width: 31px;
	margin: 2px 0 0 4px;
}
@media only screen and (min-width:768px){
	#Netkeirin_Top .RaceList_02 li a:hover {
		background: #f9f9f9;
		text-decoration: none;
	}
	#Netkeirin_Top .RaceList_02 li a:hover .RaceTitle {
		color: #c53131;
		text-decoration: underline;
	}
}
/*---------------------------------
迷ったらコレ！レース .recommendContent
---------------------------------*/
.recommendContent .recommendRaceWrap {
	display: flex;
	overflow-x: auto;
	margin-left: 10px;
	padding-bottom: 3px;
}
.recommendContent .recommendRaceWrap  li{
	border: 1px solid #cacaca;
	border-radius: 8px;
	margin-left: 10px;
	min-width: 170px;
}
.recommendContent .recommendRaceWrap  li a{
	padding: 8px;
	color: #444;
	display: block;
}
.recommendContent .recommendRaceWrap  li a:hover{
	text-decoration: none;
}
.recommendContent .recommendRaceWrap  li:first-child{
	margin-left: 0;
}
.recommendContent .recommendRaceWrap  li:last-child{
	margin-right: 10px;
}
.recommendContent .recommendRaceWrap  li a .raceTitle{
	display: flex;
	align-items: center;
}
.recommendContent .recommendRaceWrap  li a .raceTitle .Icon_RaceMark{
	min-width: 22px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	padding: 0 3px;
}
.recommendContent .recommendRaceWrap  li a .raceTitle .place,
.recommendContent .recommendRaceWrap  li a .raceTitle .raceNum{
	font-size: 11px;
	margin-left: 5px;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList{
	border-radius: 4px;
	display: flex;
	margin-top: 8px;
	padding: 10px;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList.green{
	background-color: #E8FFE4;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList.green dt{
	color: #438E22;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList.red{
	background-color: #FEEBED;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList.red dt{
	color: #E03D3D;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList .icon{
	border-radius: 4px;
	display: flex;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList .icon img{
	max-width: 100%;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList .hitRecommend{
	margin-left: 6px;
	font-weight: bold;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList .hitRecommend dt{
	font-size: 13px;
}
.recommendContent .recommendRaceWrap  li a .recommendRaceList .hitRecommend dd{
	font-size: 10px;
	margin-top: 5px;
	color : #757575;
}
.recommendContent .recommendRaceWrap  li a .pushRecommend {
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 7px;
}
.recommendContent .recommendRaceWrap  li a .pushRecommend .numWrap{
	display: flex;
	align-items: center;
	margin-left: 5px;
}
.recommendContent .recommendRaceWrap  li a .pushRecommend .numWrap .num{
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 2px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recommendContent .recommendRaceWrap  li a .pushRecommend .numWrap .hyphen{
	margin: 0 3px;
	padding-bottom: 2px;
}
.recommendContent .recommendRaceWrap  li a .startTime{
	border-radius: 4px;
	background-color: #f3f3f3;
	font-size: 13px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-weight: bold;
	padding: 5px 0px 4px;
	margin-top: 7px;
}
.recommendContent .recommendRaceWrap  li a .startTime .startText{
	font-size: 11px;
	padding-left: 5px;
	/* padding-bottom: 1px; */
	/* margin-top: auto; */
}

/*---------------------------------
キャンペーンバナーリスト .TopCampaginArea01
---------------------------------*/
.TopCampaginArea01 {

}
.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;
}
/* PC */
@media only screen and (min-width: 1025px) {
	.TopCampaginArea01 li {
		width: 46%;
	}
}


/*==============================================
netkeirinTV .TopTvArea
==============================================*/
/*---------------------------------
動画リスト .MovieList01
---------------------------------*/
.MovieList01 {
	padding-left: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin-top: 8px;
	padding-bottom: 10px;
}
.MovieList01 .MovieListItem {
	width: 403px;
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
}
@media (max-width: 415px) {
	.MovieList01 .MovieListItem {
		width: 348px;
	}
}
@media (max-width: 376px) {
	.MovieList01 .MovieListItem {
		width: 315px;
	}
}
@media (max-width: 361px) {
	.MovieList01 .MovieListItem {
		width: 302px;
	}
}
@media (max-width: 321px) {
	.MovieList01 .MovieListItem {
		width: 268px;
	}
}
.MovieList01 .MovieListItem a {
	position: relative;
	display: block;
}
.MovieList01 .MovieListItem .PickupPhoto {
	margin-bottom: 10px;
	overflow: hidden;
	white-space: normal;
	border-radius: 4px;
	width: 100%;
	position: relative;
}
.MovieList01 .MovieListItem .PickupPhoto video {
	display: block;
}
.MovieList01 .MovieListItem .PickupPhotoImg {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background:#eee;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.MovieList01 .MovieListItem .PickupPhotoImg:after {
	content:"";
	display:block;
	padding-top: 56.3%;
}
.MovieList01 .MovieListItem .Mv_Time {
	color: #fff;
	font-size: 62.94%;
	line-height: 1.59;
	background: #000;
	padding: 0 4px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.MovieList01 .MovieListItem img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	vertical-align: top;
}
.MovieList01 .MovieListItem img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	vertical-align: top;
}
.MovieList01 .MovieListItem + .MovieListItem {
	margin-left: 12px;
}
.MovieList01 .MovieListItem:last-child {
	margin-right: 10px;
}
.MovieListItem .MovieListTitle {
	color: #333;
	font-size: 88.89%;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.5;
	position: relative;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3em;
	margin-bottom: 6px;
}
.MovieList01 .MovieListItem .MovieListFoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.NewMovieArea .MovieList01 .MovieListItem .MovieListFoot {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.MovieListItem .MovieListFoot .MovieName,
.MovieListItem .MovieListFoot .MovieTime {
	display: block;
	color: #999;
	font-size: 61.12%;
	white-space: nowrap;
	line-height: 1.2;
}
.MovieList01 .MovieListItem .MovieListFoot .MovieName {
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}
.MovieListItem .MovieListFoot .MovieTime {
	text-align: right;
}
.MovieContentList .Title_Sec h2 {
	color: #e3e3e3;
	font-size: 77.78%;
}

@media only screen and (min-width:768px){
	.MovieList01 .MovieListItem a:hover {
		text-decoration: none;
	}
	.MovieList01 .MovieListItem a:hover .MovieListTitle {
		color: #c53131;
		text-decoration: underline;
	}
	.MovieList01 .MovieListItem a:hover .PickupPhoto {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}

/* 無料配信中アイコン */
.TopTvArea .FreeIcon {
	position: absolute;
	display: block;
	padding: 5px 8px;
	color: #fff;
	font-size: 0.625rem;
	font-weight: bold;
	background-color: #3251bc;
	border-radius: 4px;
}
.TopTvArea .MovieList01 .MovieListItem .FreeIcon {
	top: 10px;
	right: 10px;
}

/*---------------------------------
検索
---------------------------------*/
.SearchArea {
	position: relative;
}
.SearchArea form {
	margin: 0 10px;
}
.SearchArea .SearchForm {
	display: table;
	width: 100%;
	margin: 0 0 11px;
	border: 1px solid #dedede;
	border-radius: 4px;
}
.SearchArea .SearchForm > div {
	display: table-cell;
	vertical-align: middle;
}
.SearchArea .SearchForm .SelectForm {
	position: relative;
	width: 90px;
	border-right: 1px solid #dedede;
}
.SearchArea .SearchForm .SelectForm:before {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3.5px 0 3.5px;
	border-color: #666 transparent transparent transparent;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
}
.SearchArea .SearchForm .BtnForm {
	position: relative;
	width: 39px;
}
.SearchArea .SearchForm .BtnForm svg {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}
.SearchArea .SelectForm select {
	position: absolute;
	top: 0;
	color: #666;
	font-size: 83.33%;
	font-weight: bold;
	width: 86px;
	/* text-align: center; */
	border: none;
	padding-left: 15px;
	z-index: 1;
}
.SearchArea .TextForm input {
	border: none;
	color: #333;
	width: 100%;
	height: 37px;
	padding:0 8px;
}
.SearchArea .BtnForm input {
	position: relative;
	width: 100%;
	height: 37px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	appearance: none;
	background: transparent;
	/* position: absolute;
	top: 0;
	right: 0; */
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
}
form select {
	display: block;
	width: 100%;
	font-size: 16px;
	background: transparent;
	border: 0 none;
	line-height: 1.4;
	padding: 9px 9px;
	font-size: 83%;
}

@keyframes onAutoFillStart { from {} to {}}
.SearchArea .TextForm input:focus {
	background: #fff4f4;
}
.SearchArea .TextForm input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #fff4f4 inset;
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}

.TopSearchPickup {
	margin: 0 10px;
}
ul.TopDbPickupList {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-frex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.TopDbPickupList li {
	width: 48%;
	width: -webkit-calc((100% - 6px) / 2);
	width: calc((100% - 6px) / 2);
}
ul.TopDbPickupList li:nth-child(n+3) {
	margin-top: 7px;
}
ul.TopDbPickupList li a {
	display: block;
	font-size: 72.23%;
	font-weight: bold;
	background: #fff;
	text-align: center;
	padding: 7px 0;
	line-height: 1.2;
	border-radius: 4px;
	border: solid 1px #dedede;
}

@media only screen and (min-width:768px){
	ul.TopDbPickupList li a:hover {
		background: #f9f9f9;
	}
}
/* お気に入り */
.FavoriteArea .SubTitle {
	margin: 0 10px;
}
.FavoriteArea .MenuBox {
	padding: 0 10px;
	margin-right: -9px;
}
.FavoriteArea .MenuBox ul li:nth-child(3n) a {
	margin-right: 9px;
}
.FavoriteArea .MenuBox ul li a {
	margin-right: 8px;
	font-weight: bold;
	font-size: 72.23%;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
#Netkeirin_Top .FavoriteArea .MenuBox ul li{
	width: 50%;
	width: calc(100% / 2);
}
#Netkeirin_Top .FavoriteArea .MenuBox ul li:first-child{
	border-right: none;
}
#Netkeirin_Top .FavoriteArea .MenuBox ul li:last-child{
	border-left: none;
}
#Netkeirin_Top .FavoriteArea .MenuBox ul li a{
	border: 0;
}
@media only screen and (min-width:768px){
	.FavoriteArea .MenuBox ul li a:hover {
		background: #f9f9f9;
		text-decoration: none;
	}
	.FavoriteArea .MenuBox ul li a:hover .Icon_Label {
		color: #c53131;
		text-decoration: underline;
	}
}

.FavoriteArea .IconInside {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 46px;
    height: 46px;
    margin-bottom: 5px;
    background: #F7F7F7;
    border-radius: 50%;
    position: relative;
}

.FavoriteArea .Icon_Label {
	display: block;
	color: #666;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 321px) {
	.FavoriteArea .MenuBox {
		padding: 0 3px 0 7px;
	}
}
.FavoriteArea .Icon_Fav_01 {
	display: block;
	width: 30px;
	height: 24px;
	margin: 0 auto 5px;
	fill: #e03d3d;
}
.Icon_Fav_Contents02 {
	width: 34.5px;
}

/*---------------------------------
tipstar .TipStarArea01
---------------------------------*/
.Top_TipStarBnr01 a {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: auto;
}
.Top_TipStarBnr01 img {
	display: block;
	width: 100%;
}
@media only screen and (min-width:768px){
	.Top_TipStarBnr01 a:hover {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}
/*---------------------------------
協賛バナーエリア .TipInfoBnrArea01
---------------------------------*/
.TipInfoBnrArea01 {
	margin: 0 10px;
}
ul.TipInfoBnrList {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-frex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.TipInfoBnrList li {
	width: 47%;
	width: -webkit-calc((100% - 8px) / 2);
	width: calc((100% - 8px) / 2);
}
ul.TipInfoBnrList li:nth-child(n+3) {
	margin-top: 10px;
}
ul.TipInfoBnrList li a{
	display: block;
}
ul.TipInfoBnrList li img {
	display: block;
	width: 100%;
}
@media only screen and (min-width:768px){
	ul.TipInfoBnrList li a:hover {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}
/*---------------------------------
協賛バナーエリア .TipInfoBnrArea01
---------------------------------*/
.TopSideBnrArea{
	padding: 0 10px;
	margin-top: -13px;
}
.TopSideBnrArea li{
	margin-top: 15px;
}
.TopSideBnrArea li:first-child{
	margin-top: 0;
}
.TopSideBnrArea li a{
	display: block;
	text-align: center;
}
.TopSideBnrArea li a img{
	width: 100%;
}

/*---------------------------------
お知らせ
---------------------------------*/
.Nk_Infomation_Inner ul{
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	overflow: hidden;
}
.Nk_Infomation_Inner ul li{
	border-top: 1px solid #ededed;
}
.Nk_Infomation_Inner ul li:first-of-type{
	border-top: none;
}
.Nk_Infomation_Inner ul li a{
	display: block;
	padding: 18px 14px;
	color: #999;
}
.TopInfoBox .Nk_Infomation_Inner ul li a {
	display: block;
	padding: 18px 14px;
	font-size: 100%;
	color: #999;
	line-height: inherit;
}
.InfoTag{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.InfoTag span:first-of-type{
	display: block;
	text-align: center;
	padding: 5px;
	border-radius: 4px;
	background:#e6e6e6;
	color:#999;
	font-size: 0.625rem;
	font-weight: bold;
}
.InfoTag span:nth-of-type(2){
	margin-left: 10px;
	color: #999;
	font-size: 0.625rem;
}
.Nk_Infomation_Inner ul li h3{
	margin-top: 10px;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.57;
	color: #444;
}

@media screen and (min-width: 768px){
	.Nk_Infomation_Inner ul li a:hover{
		text-decoration: none;
		background: #f9f9f9;
	}
	.Nk_Infomation_Inner ul li a:hover h3{
		color: #c53131;
		text-decoration: underline;
	}
}
@media only screen and (max-width: 1023px) {
	#Netkeirin_Top .TopInfoBox{
		display: none;
	}
}

/*---------------------------------
ご意見
---------------------------------*/
.OpinionBox .OpinionBoxWrap{
	padding:17px 14px 27px;
	border:1px solid #D7D7D7;
	border-radius: 4px;
}
.OpinionBox .OpinionBoxCheckTxt{
	color:#444;
	font-size:0.75rem;
	font-weight: normal;
	line-height:1.57;
}
.OpinionBox .SideOpinionBtn{
	display: block;
	text-align: center;
	border:1px solid #888;
	border-radius: 4px;
	padding:16px 0;
	margin-top:25px;
	color:#444;
	font-size:0.9375rem;
}
@media screen and (min-width: 768px){
	.OpinionBox .SideOpinionBtn:hover{
		color: #c53131;
		background: #f9f9f9;
	}
}
@media only screen and (max-width: 1023px) {
	#Netkeirin_Top .OpinionBox{
		display: none;
	}
}
/*---------------------------------
PIST6 .TopPist6_Area01
---------------------------------*/
/* レースLIVE速報 .TodayRace_Slide */
#Netkeirin_Top .TodayRace_Slide {
	padding: 8px 0 12px;
}
#Netkeirin_Top .TodayRace_Slide .Title_Sec {
	margin: 0 10px 15px;
}
#Netkeirin_Top .TodayRace_Slide .Title_Sec h1,
#Netkeirin_Top .TodayRace_Slide .Title_Sec h2 {
	font-size: 77.78%;
}
#Netkeirin_Top .TodayRace_Slide a > span.Pist6_Icon {
	display: block;
	width: 74px;
	background: #000;
	padding: 5px;
	border-radius: 20px;
	margin: 8px auto;
}
#Netkeirin_Top .TodayRace_Slide a > span.Pist6_Icon > svg {
	display: block;
	width: 55px;
	height: 15px;
	margin: auto;
	fill: #fff;
}


.TopPist6_Area01 {
	background: #000;
}
.TopPist6_Area01 .Title_Sec h2{
	color: #adadad;
}
.TopPist6_Area01 .Title_BtnMore a {
	background: #505050;
	color: #fff;
	border: 1px solid #707070;
}
@media only screen and (min-width:768px){
	.TopPist6_Area01 a:hover .ContentMainTitle {
		color: #fff;
		text-decoration: underline;
	}
	.TopPist6_Area01 .Title_Sec{
		margin: 21px 10px;
	}
}
/* .Pist6_RaceHead */
.Pist6_RaceHead {

}
.TopPist6_Area01 .Pist6TopTickerBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.TopPist6_Area01 .TickerNewsTitle {
	position: relative;
	background: #ff354a;
	color: #fff;
	z-index: 10;
	padding: 0 8px;
}
.TopPist6_Area01 .TickerNewsTitle > span {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial,Meiryo,"Hiragino Sans",sans-serif;
	white-space: nowrap;
}
.TopPist6_Area01 .Pist6TopTickerBox .mask {
	position: relative;
	width: 90%;
}
.TopPist6_Area01 .TickerNewsWrap {
	background: #3B3B3B;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}
.TopPist6_Area01 .Pist6TopTickerBox #NewsTickerList {
	overflow: hidden;
	position: relative;
	height: 24px;
}
.TopPist6_Area01 .Pist6TopTickerBox #NewsTickerList li {
	float: left;
	padding-right: 8em;
	color: #fff;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
}
.TopPist6_Area01 .Pist6TopTickerBox a #NewsTickerList li {
	color: #fff;
	font-size: 12px;
}
/* PC */
@media only screen and (min-width: 1025px) {
	.TickerNewsTitle > span {
		font-size: 13px;
	}
	.Pist6TopTickerBox a #NewsTickerList li {
		font-size: 13px;
	}
}

/* 注目レース */
.Pist6TopVisualBox {

}
.Pist6TopVisualBox {
	position: relative;
}
.Pist6TopVisualBox > a {
	display: block;
	position: relative;
	overflow: hidden;
}
.Pist6TopVisualBox > a:hover {
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}
.Pist6TopVisualBox .PickupRace_ThumbBg {
	position: relative;
	background-color: #000;
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}
.Pist6TopVisualBox .PickupRace_ThumbBg::before {
	content:"";
	display:block;
	padding-top: 56.2%;
}
.Pist6TopVisualBox .TxtArea {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.99)),color-stop(40%, rgba(0,0,0,0)),to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,.99),rgba(0,0,0,0) 40%,rgba(0,0,0,0));
	background: linear-gradient(to top,rgba(0,0,0,.99),rgba(0,0,0,0) 40%,rgba(0,0,0,0));
}
.Pist6TopVisualBox .TxtArea .TxtInner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px 12px;
}
.Pist6TopVisualBox .TxtArea .ContentMainTitle {
	color: #fff;
	font-size: 117%;
	font-weight: bold;
	display: block;
	width:100%;
	line-height: 1.1;
	vertical-align: 2px;
	margin: 0;
	padding: 6px 2px 0 1px;
	height: auto;
}
.Pist6TopVisualBox .TxtArea .Content_Date {
	display: block;
	color: #d1d1d1;
	font-size: 66.67%;
	font-weight: normal;
	padding: 6px 2px 0 2px;
}
.Pist6TopVisualBox .TxtArea .LiveFlag {
	display: inline-block;
	font-size: 88.89%;
	font-weight: bold;
	color: #fff;
	background: #ff354a;
	padding: 3px;
}
.Pist6TopVisualBox.LiveCurrent .PickupRace_ThumbBg::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 5.6vw solid transparent;
	border-left: 9vw solid #fff;
	opacity: 0.85;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin-left: 5vw;
}
@media only screen and (min-width: 1025px) {
	.Pist6TopVisualBox.LiveCurrent .PickupRace_ThumbBg::after {
		border: 38px solid transparent;
		border-left: 60px solid #fff;
		margin-left: 39px;
	}
}


.TopPist6_Area01 .PickupRaceMenu_BtnArea {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 18px;
}
.TopPist6_Area01 .PickupRaceMenu_BtnArea li a {
	color: #fff;
	background: #333;
	border: 1px solid #707070;
}
.TopPist6_Area01 .PickupRaceMenu_BtnArea a .Icon_Race01 {
	fill: #888;
}
.TopPist6_Area01 .PickupRaceMenu_BtnArea a .Icon_Bet {
	display: inline-block;
	vertical-align: text-bottom;
	width: 19px;
	height: 19px;
	margin-right: 12px;
}
.TopPist6_Area01 .PickupRaceMenu_BtnArea a .Icon_Race01.Icon_Race01_racecard {
	margin-right: 9px;
}

.TopPist6_Area01 .LinkBtn_03 a {
	color: #fff;
	background: #333;
	border: 1px solid #707070;
}

@media only screen and (min-width:768px){
	.TopPist6_Area01 .LinkBtn_03 a:hover {
		background: #414141;
	}
	.TopPist6_Area01 .LinkBtn_03 a > .Icon_More01:hover,
	.TopPist6_Area01 .LinkBtn_03 a > .Icon_More02:hover{
		text-decoration: underline;
	}
}
/* バナー */
.Pist6_Bnr01 {
	margin: 0 8px;
}
.Pist6_Bnr01 a {
	display: block;
	background: url(../img/top/bnr_pist6_bg01.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 4px;
	padding: 14px;
}
.Pist6_Bnr01 .Pist6_BnrInnerBox {
	display: block;
	background: #000;
	margin: auto;
	width: 190px;
	padding: 7px 0;
	text-align: center;
}
.Pist6_Bnr01 .Pist6_BnrInnerBoxImg {
	display: block;
	width: 136px;
	margin: auto;
}
.Pist6_Bnr01 .Pist6_BnrInnerBoxImg > img {
	display: block;
	width: 100%;
}
.Pist6_Bnr01 .Pist6_BnrInnerBoxTxt {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 3px;
}
@media only screen and (min-width:768px){
	.Pist6_Bnr01 a:hover {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}
