@charset "utf-8";
/*===========================================
common_nk01.css
netkeirin 共通
============================================*/

.Icon_Return00{
	width: 13px;
	height: 13px;
	border-top: 2.5px solid #888;
	border-left: 2.5px solid #888;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
	background-image: none;
}
.Icon_Close:before,
.Icon_Close:after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #888;
	position: absolute;
	top: 13px;
	left: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Icon_Close:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*==============================================
スタイル初期化
==============================================*/

html {
	overflow: auto;
}
*,
*::before,
*::after{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	line-height:1.0em;
	text-shadow:none;
	-webkit-box-sizing: border-box;/* Safari,Google Chrome用 */
	-moz-box-sizing: border-box;/* Firefox用 */
	-ms-box-sizing: border-box;/* Internet Explorer 8用 */
	box-sizing: border-box;
	-webkit-text-size-adjust: none !important;
}
body {
	font-size:112.5%;
	background-color: #fff;
	color: rgb(51,51,51) !important;/*#333*/
/*	font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",  arial, "Meiryo", "メイリオ", sans-serif; */
	font-family: "Arial" , arial ,"Helvetica Neue","Helvetica", "Meiryo", "メイリオ", sans-serif;
	text-shadow:none !important;
}
body .Wrap {
	overflow: hidden;
}
/*MQ タブレット-PC*/
@media screen and (max-width: 768px){
	body .Wrap{
	}
	a img{
		pointer-events: none;
	}
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none ;
	color:#03a;
	-webkit-tap-highlight-color: rgba(0,0,102,0.25);
}
a img{
	border:0 none;
}
/*MQ タブレット-PC*/
@media screen and (min-width: 768px){
	a:hover {
		text-decoration: underline;
	}
}
/* change colours to suit your needs */
ins {
	color:rgb(0,0,0);
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	color:rgb(0,0,0);
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #e0e0e0;
	margin:1em 0;
	padding:0;
}
em{
	font-style:normal;
}
input {
	color: #444;
	vertical-align: middle;
	-webkit-appearance: none;
}
select{
	vertical-align:middle;
	background:#fff;
	color: #444;
}
.disp_none {
	display : none;
}
.clearfix:after {
	clear:both;
	content:" ";
	display:block;
}
.ClearBefore:before {
	clear:both;
	content:" ";
	display:block;
}
fieldset {
	border:0 none;
}
.fc:after {
	clear:both;
	content:" ";
	display:block;
}

.FileLoader{
	width:100%;
	background:#fff;
	text-align:center;
	padding:20px 0;
}
.FileLoader img{
	display:inline;
	width:45px;
	height:36px;
}
.Main_Column {
	background: #fff;
	overflow: hidden;
}

@media only screen and (min-width:768px){
	.Main_Column {
		overflow: visible;
		margin-bottom: 60px;
	}
}
.Contents_Box {
	padding-bottom: 23px;
	border-top: 1px solid transparent;
}
.Contents_Box .Contents_Box{
	padding-bottom:0;
}
/* 見出し */
.Title_Sec {
	position: relative;
	display: -webkit-box;
	display: flex;
/*	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end; */
	align-items: center;
	margin: 15px 10px 15px;
}
.Title_Sec.Border_Bottom.Border_Top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.Title_Sec h1,
.Title_Sec h2,
.Title_Sec h3 {
	color: #757575;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.37;
	margin-right: auto;
}
@media only screen and (min-width:768px){
	.Title_Sec h1,
	.Title_Sec h2,
	.Title_Sec h3 {
		color: #444;
	}
}
/* もっと見る */
.Title_BtnMore {
	display: block;
}
.Title_BtnMore a {
	color: #666;
	font-size: 55.56%;
	font-weight: bold;
	display: block;
	border-radius: 1.33em;
	background: #e7e7e7;
	line-height: 2.18;
	padding: 2px 1.2em;
	margin-left: 8px;
	white-space: nowrap;
}
@media screen and (min-width: 768px){
	.Title_BtnMore a {
		font-size: 12px;
		line-height: 2;
	}
	.Title_BtnMore a:hover {
		text-decoration: none;
		background: #f3f3f3;
	}
}

.SubTitle {
	position: relative;
}
.SubTitle h2,
.SubTitle h3 {
	color: #757575;
	font-size: 72.23%;
	font-weight: bold;
	line-height: 1.94;
	margin-bottom: 16px;
}
.SubTitle .Title_BtnMore {
	position: absolute;
	top: 0;
	right: 0;
}
/* PC */
@media only screen and (min-width: 1025px) {
	.Title_Sec {
		margin: 21px 0 21px;
	}
	.Main_Column > .Title_Sec:first-of-type,
	.Side_Column > .Title_Sec:first-of-type,
	.Main_Column .Contents_Box:first-child .Title_Sec,
	.Side_Column .Contents_Box:first-child .Title_Sec {
		margin-top: 0;
	}
	.SubTitle h2,
	.SubTitle h3 {
		color: #444;
		font-size: 15px;
	}
}

/* キャンペーンバナー01 */
.CampaignBnr01 a {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 23px auto;
}
.CampaignBnr01 img {
	display: block;
	width: 100%;
}
@media only screen and (min-width:768px){
	.CampaignBnr01 a:hover {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}

/* モック用 */
.AplHeader_Wrap{
	height:11px;
}
.AplHeader{
	position: fixed;
	z-index: 999;
	background-color: rgba(255,255,255,0.95);
	height: 44px;
	width: 100%;
	top: -44px;
	overflow: hidden;
	border-bottom: 1px solid #d3d7d9;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.AplHeader.FadeIn {
	/*top: 0;*/
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.SlideContent[data-news-num="NewsID_SocialNewsForm"] .AplHeader{
	position: relative;
	top: 0;
	left: 0;
}
.AplHeader .Return_Link{
	position: absolute;
	z-index: 9;
	left: 6px;
	top: 2px;
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.AplHeader .Share_Link,
.AplHeader .Close_Link{
	position: absolute;
	z-index: 9;
	top: 8px;
	width: 28px;
	height: 28px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.AplHeader .Close_Link{
	left: 9px;
}
.AplHeader .Share_Link {
	right: 14px;
}
@media screen and (min-width: 768px) {
	.AplHeader .Share_Link,
	.AplHeader .Close_Link {
		right: 28px;
	}
}
.AplHeader .pagetitle {
	position: relative;
	padding-left: 45px;
	padding-right: 20px;
	line-height: 44px;
	font-size: 86%;
	font-weight: bold;
	text-align: center;
	text-indent: -22px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.Icon_Return00{
	width: 13px;
	height: 13px;
	border-top: 2.5px solid #888;
	border-left: 2.5px solid #888;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
	background-image: none;
}
.Icon_Share{
	background-image:url("../img/icon/icon_sprite_column.png");
	background-size: 70px auto;
	background-position: -24px -41px;
	width: 14px;
	height: 18px;
}
.Icon_Close:before,
.Icon_Close:after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #888;
	position: absolute;
	top: 13px;
	left: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Icon_Close:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.Icon_Play {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: solid 2px #fff;
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	background: rgba(153, 153, 153, .3);
}
.Icon_Play:after {
	display: block;
	content: "";
	position: absolute;
	top: 4px;
	left: 7px;
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
}


.AplHeader .AplHeader_NkLogo {
	position: relative;
	display:block;
	width:168px;
	height:40px;
	margin: auto;
	text-indent: -5000px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../img/common/netkeiba_logo.png");
	background-size:129px 10px;
	background-position:center center;
	background-repeat:no-repeat;
	/* opacity: 0.6; */
}

#tag-horsemodal .AplHeader_Wrap .AplHeader .AplHeader_NkLogo {
	position: relative;
	display:block;
	width:168px;
	height:40px;
	margin: auto;
	text-indent: -5000px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../img/common/netkeiba_logo.png");
	background-size:115px 12px;
	background-position:center center;
	background-repeat:no-repeat;
	/* opacity: 0.6; */
}

.Contents .Main_Column .AplHeader_Wrap .AplHeader .AplHeader_NkLogo {
	position: relative;
	display:block;
	width:168px;
	height:40px;
	margin: auto;
	text-indent: -5000px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../img/common/netkeiba_logo.png");
	background-size:115px 12px;
	background-position:center center;
	background-repeat:no-repeat;
	/* opacity: 0.6; */
}

@media only screen and (min-width: 1250px) {
	#tag-horsemodal {
		width: 480px;
		margin: 0 auto;
	}
}
#tag-horsemodal {
	padding-top: 30px;
}

/* =======================================================
■共通指定
======================================================= */
.d-none {display:none !important;}

.Contents {opacity:1; margin-top: 0 !important;}
.Txt_C{text-align:center !important;}
.Txt_L{text-align:left !important;}
.Txt_R{text-align:right !important;}

.color01{color: #222 !important;}
.Red{color:#dd0000 !important;}
.p00{padding:0 0 0 0 !important;}
.pl00{padding-left: 0 !important;}
.pl07{padding-left: 7px !important;}
.pl12{padding-left: 12px !important;}
.pt00{padding-top:0 !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt13{padding-top:13px !important;}
.pt15{padding-top:15px !important;}
.pt18{padding-top:18px !important;}
.pt20{padding-top:20px !important;}
.pb10{padding-bottom:10px !important;}
.pb23{padding-bottom:23px !important;}
.m00{margin:0 0 0 0 !important;}
.mb00{margin-bottom:0 !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb12{margin-bottom:12px !important;}
.mb15{margin-bottom:15px !important;}
.mb18{margin-bottom:18px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mt00{margin-top:0 !important;}
.mt05{margin-top:5px !important;}
.mt08{margin-top:8px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt18{margin-top:18px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.ml00{margin-left: 0 !important;}
.ml03{margin-left: 3px !important;}
.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.mr03{margin-right: 3px !important;}
.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}

.vaM {vertical-align: middle !important;}
.vaB {vertical-align: bottom !important;}
.vaT {vertical-align: top !important;}

.no_border {border: none !important;}
.underline{text-decoration:underline !important;}
.icon_none {background: transparent !important;}

.fzSSS{ font-size: xx-small !important; }
.fzSS { font-size: x-small !important; }
.fzS { font-size: small	!important; }
.fzM { font-size: medium !important; }
.fzL { font-size: large	!important; }
.fzLL { font-size: x-large !important; }
.fzLLL { font-size: xx-large !important; }
.fwB { font-weight: bold !important; }
.fwN { font-weight: normal !important; }


/*==============================================
■フッター 全社共通仕様
==============================================*/

footer.SpFooter {
	position:relative;
}
.Find_FootArea {
	background: #dcdcdc;
	padding: 20px 0 100px;
	font-size: 88.89%;
}
footer .Footer_Box {
	text-align: center;
	margin-bottom: 8px;
}
.Footer_Box .FootInfo_Link {
	vertical-align: middle;
	text-align: center;
}
.Footer_Box #To_PCView {
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: -1px 6px 0 0;
}
.Footer_Box .FootInfo_Link li {
	display: inline-block;
	padding-bottom: 12px;
}
.Footer_Box .FootInfo_Link li + li {
	margin-left: 12px;
}
.Footer_Box .FootInfo_Link a {
	color: #333;
	font-size: 88.89%;
	font-weight: normal;
}
.OtherSiteBox {
	color: #999;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1.5;
}
.OtherSiteBox a{
	display: inline-block;
	color: #333;
	font-size: 88.89%;
	display: inline-block;
	vertical-align: middle;
	z-index: 7000;
}
.Find_FootArea .CopyRight {
	text-align: center;
	font-size: 88.89%;
	color: #666;
}
/*netkeibaSPのfooter変更 20180326*/
.PremiumIntroBox02.footer {
	display: block;
	background: #fff;
	padding: 0;
}
.PremiumIntroBox02.footer a{
	display: block;
	padding: 12px 0;
}
.PremiumIntroBox02.footer a p{
	position: relative;
	color: #7e7e7e;
	font-weight: normal;
	text-align: center;
	font-size: 98%;
	border: 0;
	border-radius: 0;
	padding: 0 18px 0 0;
}
.PremiumIntroBox02.footer a p:after{
	content: " ";
	width: 10px;
	height: 10px;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -6px;
}
.PremiumIntroBox02.footer a p em{
	display: inline-block;
	font-size: 100%;
	font-weight: bold;
	color: #56ace9;
	line-height: 18px;
}
.PremiumIntroBox02.footer a p em > span{
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 18px;
	line-height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background:-webkit-linear-gradient(left top, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
	background:-moz-linear-gradient(left top, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
	background:-o-linear-gradient(left top, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
	background:linear-gradient(to right bottom, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
	text-align: center;
	vertical-align: middle;
	margin: -1px 6px 0 0;
}



/*==============================================
■フッター　全社共通仕様
==============================================*/

.Find_FootArea {
	background: #dcdcdc;
	padding: 20px 0;
}
footer .Footer_Box {
	text-align: center;
	margin-bottom: 8px;
}
.Footer_Box .FootInfo_Link {
	vertical-align: middle;
	text-align: center;
}
.Footer_Box #To_PCView {
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
}
.Footer_Box .FootInfo_Link li {
	display: inline-block;
	padding-bottom: 12px;
}
.Footer_Box .FootInfo_Link li + li {
	margin-left: 12px;
}
.Footer_Box .FootInfo_Link a {
	color: #333;
	font-size: 88%;
}
.OtherSiteBox {
	color: #999;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1.5;
}
.OtherSiteBox a{
	display: inline-block;
	color: #333;
	font-size: 88%;
	display: inline-block;
	vertical-align: middle;
	z-index: 7000;
	}
.Find_FootArea .CopyRight {
	text-align: center;
	font-size: 88%;
	color: #666;
	}
/* 有料導線 */
.PremiumIntroBox02.footer {
	display: block;
	background: #fff;
	padding: 0;
	}
.PremiumIntroBox02.footer a{
	display: block;
	padding: 12px 0;
	}
.Body_CS .PremiumIntroBox02.footer a{
	border-top: 1px solid #ccc;
	margin-top: 12px;
	}
.PremiumIntroBox02.footer a p{
	position: relative;
	color: #7e7e7e;
	font-weight: normal;
	text-align: center;
	font-size: 98%;
	border: 0;
	border-radius: 0;
	padding: 0 18px 0 0;
	}
.PremiumIntroBox02.footer a p:after{
	content: " ";
	width: 10px;
	height: 10px;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -6px;
}
.PremiumIntroBox02.footer a p em{
	display: inline-block;
	font-size: 100%;
	font-weight: bold;
	color: #56ace9;
	line-height: 18px;
}
.PremiumIntroBox02.footer a p em > span{
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 18px;
	line-height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background:-webkit-linear-gradient(left top, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
	background:-moz-linear-gradient(left top, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
	background:-o-linear-gradient(left top, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
	background:linear-gradient(to right bottom, #fff9d1 0%, #bfb79d 54%, #fff9d1 100%);
	text-align: center;
	vertical-align: middle;
	margin: -1px 6px 0 0;
}
/* 公式SNS */
.Nk_Sns {
	margin: 0 8px 18px;
}
.Nk_Sns ul li {
	float: left;
}
.Nk_Sns ul li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	overflow: hidden;
	white-space: nowrap;
}
.Nk_Sns ul li a > span{
	font-size: 61%;
}
.Nk_Sns ul li a:before {
	content: "";
	display: block;
	background-image: url('../img/icon/icon_social.png?230906');
	background-repeat: no-repeat;
	-webkit-background-size: 300px 29px;
	-moz-background-size: 300px 29px;
	-ms-background-size: 300px 29px;
	background-size: 300px 29px;
	margin: 0 auto;
	height: 29px;
}
.Nk_Sns ul li a.Tw:before {
	width: 35px;
	background-position: 0 0;
}
.Nk_Sns ul li a.Fb:before {
	width: 30px;
	background-position: -40px 0;
}
.Nk_Sns ul li a.Yt:before {
	width: 42px;
	background-position: -73px 0;
}
.Nk_Sns ul li a.Ig:before {
	width: 30px;
	background-position: -118px 0;
}
.Nk_Sns ul li a.Rss:before {
	width: 30px;
	background-position: -151px 0;
}
.Nk_Sns ul li a.Line:before {
	width: 31px;
	background-position: -182px 0;
}
.Tw {
	background: #000;
}
.Fb {
	background: #3c579e;
}
.Yt {
	background: #ff0000;
}
.Rss {
	background: #fb9f3b;
}
.Line {
	background: #00b800;
}
.Nk_Sns ul li{
	width: 40px;
	margin-right: 15px;
}
.Footer_Box .Nk_Sns ul li:last-child{
	margin-right: 0;
}
.Footer_Box .Nk_Sns ul li a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.Footer_Box .Nk_Sns{
	margin: 10px auto 18px;
	width: 260px;
}
.Footer_Box .Nk_Sns ul li a:before{
	background-size:200px 19px;
	height: 20px;
}
.Footer_Box .Nk_Sns ul li a.Tw:before{
	width: 24px;
    background-position: 2.3px 0;
    margin-top: 2.5px;
}
.Footer_Box .Nk_Sns ul li a.Fb:before{
	width: 13px;
	height: 30px;
	background-size:300px 29px;
	background-position:-217px -3px;
}
.Footer_Box .Nk_Sns ul li a.Line:before{
	background-size: 250px 24px;
	width: 27px;
	background-position: -151px 0;
	height: 23px;
}
.Footer_Box .Nk_Sns ul li a.Yt:before{
	width: 28px; background-position:-49px 0;
	margin-top: 2px;
}
.Footer_Box .Nk_Sns ul li a.Ig{
	position: relative;
	padding: 0;
	vertical-align: middle;
background: -webkit-linear-gradient(285deg, #427eff 0%, #823eaa 12%, #f13f79 70%) no-repeat;
background: -o-linear-gradient(285deg, #427eff 0%, #823eaa 12%, #f13f79 70%) no-repeat;
background: linear-gradient(165deg, #427eff 0%, #823eaa 12%, #f13f79 70%) no-repeat;
	overflow: hidden;
}
.Footer_Box .Nk_Sns ul li a.Ig:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: -webkit-radial-gradient(28% 100%, circle farthest-corner, #FCDF8F 0%, #FBD377 10%, #FA8E37 22%, #F73344 35%, rgba(247, 51, 68, 0) 65% );
	background: radial-gradient(circle farthest-corner at 28% 100%, #FCDF8F 0%, #FBD377 10%, #FA8E37 22%, #F73344 35%, rgba(247, 51, 68, 0) 65% );
}
.Footer_Box .Nk_Sns ul li a.Ig:before {
	position: relative;
	width: 24px;
	height: 26px;
	background-position: -231px 0;
	background-size: 300px 29px;
	margin-top: 5px;
	z-index: 5;
}
.Footer_Box .Nk_Sns ul li a.Rss:before{
	width: 20px;
	background-position:-101px 0;
	margin-top: 2px;
}
/* 競輪導線 */
.Find_FootArea .KeirinLink01 {
	width: 318px;
	margin: auto;
	padding: 26px 0;
}
.Find_FootArea .KeirinLink01 a{
	display: block;
}
.Find_FootArea .KeirinLink01 a img{
	display: block;
	width: 100%;
}

/* iphoneSE幅以下 */
@media only screen and (max-width: 340px){
	.Footer_Box .Nk_Sns{
		padding: 0 10px;
	}
	.Nk_Sns ul li{
		margin-right: 11px;
	}
	.Footer_Box .Nk_Sns ul li a{
	padding:8px 0;
	}
	.Find_FootArea .KeirinLink01 {
		width: 300px;
	}
}
@media only screen and (max-width: 370px) {
	.PremiumIntroBox02.footer a p {
		text-align: center;
	}
	.PremiumIntroBox02.footer a p em{
		display: block;
		text-align: center;
		margin-bottom: 4px;
	}
}
@media only screen and (min-width: 768px) {
	.PremiumIntroBox02.footer{
		background: transparent;
		padding: 13px 0 0;
	}
	.PremiumIntroBox02.footer a{
		background: #fff;
		width: 375px;
		margin: 0 auto;
	}
	.Nk_Sns ul li a > span{
		display: block;
		height: 0pt;
		text-indent: 100%;
	}
	.Footer_Box .Nk_Sns{
		width: 260px;
	}
	.Footer_Box .Nk_Sns ul li{
		margin-right: 14px;
	}
}

@media only screen and (min-width: 767px) {
	footer {
		position:relative;
		margin-top: 3px;
	}
}

/* ページ上部へ　*/

#PageTop {
	position: relative;
	height: 58px;
}
#PageTop a {
	display: inline-block;
	position: absolute ;
	bottom: 8px;
	right: 8px;
	padding: 10px 12px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(146, 151, 165, .7);
	z-index: 7000;
}
#PageTop a > img {
	vertical-align: middle;
}

@media only screen and (min-width: 920px) {
	#PageTop {
		display: block !important;
		width: 920px;
		margin: 0 auto;
		text-align: right;
	}
	#PageTop a {
		position: static !important;
	}
}
footer.ViewOut {
	display: none;
	visibility:hidden;
}
.footer_add.ViewOutAdd {
	display: none;
	visibility:hidden;
}

/* 言語切替 */
.LangSelect {
	display: block;
	position: relative;
	width: 150px;
	height: 30px;
	margin: 0 auto 16px;
	border: 1px solid #333;
	border-radius: 4px;
	font-family: "Arial" , arial ,"Helvetica Neue","Helvetica", "Meiryo", "メイリオ", sans-serif;

}
.LangSelect label {
	border: 0;
	display: block;
	width: 150px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.LangSelect label svg{
	position: absolute;
	top: 7px;
	left: 10px;
}
.LangSelect label > span{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	padding-left: 30px;
}
.LangSelect label > span::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: none;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -7px;
}
.LangSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #888;
	color: #333;
	font-size: 15px;
	width: 150px;
	height: 30px;
	opacity: 0;
	border-radius: 2px;
}
.DrawAreaSearchForm .LangSelect{
	border: 1px solid #E6E6E6;
	margin: 0 10px 16px;
}
.LangSelect select option{
	width: 150px;
	height: 30px;
	border: 0 none;
}





/*==============================================
■パンくず .SpFooter .BreadCrumbsArea
==============================================*/
.SpFooter .BreadCrumbsArea {
	padding-top: 10px;
	border-top: 1px solid #ebebeb;
}
.SpFooter .BreadCrumbsArea ul{
	padding-bottom: 10px;
	margin: 0 8px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	word-wrap: normal;
}
.SpFooter .BreadCrumbsArea ul li{
	display: inline-block;
	line-height: 18px;
}
.SpFooter .BreadCrumbsArea ul li + li::before{
	content: '>';
	display: inline-block;
	padding: 0 7px 0 4px;
	color: #666;
}
@media only screen and (min-width: 1024px) {
	.SpFooter .BreadCrumbsArea {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
}

/*==============================================
横並びリンクリスト ul.Btn_List_01
==============================================*/
ul.Btn_List_01 li {}
ul.Btn_List_01 li a{
	display: block;
	font-size: 67%;
	color: #666;
	background:#fff;
	text-align: center;
	padding: 9px 0;
	border-radius: 4px;
	border: solid 1px #dedede;
}

/*-- 2カラム --*/
.Col2 li{
	float: left;
	width: 50%;
}

/*-- 3カラム --*/
ul.Col3 li{
	float:left;
	width:33.3%;
}
ul.Btn_List_01.Col3 li:nth-child(3n){
	width:33.4%;
}
ul.Btn_List_01.Col3 li:nth-child(3n) a{
	/*border-right:0 none;*/
}

/*-- 3カラム --*/
ul.Col3 li{
	float:left;
	width:33.3%;
	width:calc(100% / 3.01);
	width:-webkit-calc(100% / 3);
}

ul.Btn_List_02.Col3 li:nth-child(n + 4){
	margin-top: 8px;
}
ul.Btn_List_01.Col3 li:nth-child(3n),
ul.Btn_List_02.Col3 li:nth-child(3n){
	width: 33.4%;
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
}
/*-- 4カラム --*/
ul.Col4 li{
	float: left;
	width: 25%;
}
ul.Btn_List_02.Col4 li:nth-child(n + 5){
	margin-top: 8px;
}
/*-- 5カラム --*/
ul.Col5 li{
	float: left;
	width: 20%;
}
ul.Btn_List_02.Col5 li:nth-child(n + 6){
	margin-top: 8px;
}

/*==============================================
横並びTab01
==============================================*/
.Tab01 {

}
.Tab01 ul {
	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;
}
.Tab01 ul li {
	border-right: 1px solid #888;
	box-sizing: border-box;
	overflow: hidden;
}
.Tab01 ul.Tab_Col1 li {
	width: 100%;
}
.Tab01 ul.Tab_Col2 li {
	width : 50% ;
}
.Tab01 ul.Tab_Col3 li {
	width : 33.333% ;
	width : -webkit-calc(100% / 3.01);
	width : calc(100% / 3);
}
.Tab01 ul.Tab_Col4 li {
	width : 25% ;
}
.Tab01 ul.Tab_Col3::after {
	content:"";
	display: block;
	width : 33.333% ;
	width : -webkit-calc(100% / 3.01);
	width : calc(100% / 3);
}
.Tab01 ul.Tab_Col4::after {
	content:"";
	display: block;
	width : 25% ;
}
.Tab01 ul.Tab_Col3 li:nth-of-type(3n+4),
.Tab01 ul.Tab_Col3 li:nth-of-type(3n+5),
.Tab01 ul.Tab_Col3 li:nth-of-type(3n+6),
.Tab01 ul.Tab_Col4 li:nth-of-type(4n+5),
.Tab01 ul.Tab_Col4 li:nth-of-type(4n+6),
.Tab01 ul.Tab_Col4 li:nth-of-type(4n+7),
.Tab01 ul.Tab_Col4 li:nth-of-type(4n+8) {
	border-top: 1px solid #888;
}
.Tab01 ul.Tab_Col2 li:nth-of-type(2n),
.Tab01 ul.Tab_Col3 li:nth-of-type(3n),
.Tab01 ul.Tab_Col4 li:nth-of-type(4n) {
	border-right: none;
}
.Tab01 ul li a,
.Tab01 ul li span{
	color: #666;
	font-size: 66.67%;
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}
.Tab01 ul li a,
.Tab01 ul li span {

}
.Tab01 ul li.Active {
	background: #888;
}
.Tab01 ul li.Active a,
.Tab01 ul li.Active span {
	background: #888;
	color: #fff;
	font-weight: bold;
	cursor: default;
}

@media only screen and (min-width:768px){
	.Tab01 ul li a:not(.Active):hover{
		text-decoration: none;
		background: #f9f9f9;
	}
}

/*==============================================
もっと見る
==============================================*/
.LinkBtn_03 a {
	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: 79%;
	max-width: 300px;
	min-width: 142px;
	margin: 0 auto;
	position: relative;
}
.LinkBtn_03 a > .Icon_More01,
.LinkBtn_03 a > .Icon_More02 {
	display: inline-block;
	line-height: 22px;
}
.LinkBtn_03 a .Icon_Arrow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 13px;
	width: 10px;
}
/* もっとみるボタン */

/* もっとみるボタン */
.MoreColumnList {
	margin-top: 20px;
}
.MoreColumnList 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: 38%;*/
	width: 79%;
	min-width: 142px;
	margin: 0 auto;
	position: relative;
}
.MoreColumnList a .Icon_Arrow,
.LinkBtn_03 a .Icon_Arrow {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 13px;
	width: 9px;
	height: 7px;
	background: url(https://cdn.netkeiba.com/img.news.sp/common/img/icon/icon_sprite_column.png?20180723) no-repeat;
	-webkit-background-size: 70px auto;
	background-size: 70px auto;
	background-position: -26px -85px;
}
.MoreColumnList a .Icon_More01,
.LinkBtn_03 a .Icon_More01 {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 13px;
	-webkit-background-size: 70px auto;
	background-size: 70px auto;
	background-position: -26px -96px;
}
@media only screen and (min-width:768px){
	.LinkBtn_03 a:hover {
		background: #f9f9f9;
	}
	.LinkBtn_03 a > .Icon_More01:hover,
	.LinkBtn_03 a > .Icon_More02:hover{
		text-decoration: underline;
	}
}


/* 天気icon */
.Icon_Weather {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	overflow: hidden;
	padding-top: 20px;
}
.Icon_Weather::after {
	content: "";
	display: block;
	background: url("../img/icon/icon_weather.png") no-repeat;
	-webkit-background-size: 37px 133px;
	background-size: 37px 133px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}
.Weather01::after {background-position: -9px -9px;}
.Weather02::after {background-position: -9px -41px;}
.Weather03::after {background-position: -7px -73px}
.Weather04::after {background-position: -8px -107px;}
.Weather00::after {
	content: "";
	background: none;
}
/*==============================================
広告
==============================================*/
.nk_AdvBox_sp_01,
.nk_AdvBox_sp_02 {
	text-align:center;
}
.nk_AdvBox_sp_01 {
	margin-bottom: 18px;
}
.nk_AdvBox_sp_02 img {
	width: 100%;
	display:block;
	margin:auto;
}
.nk_AdvBox_sp_01 a,
.nk_AdvBox_sp_02 a{
	display: inline-block;
}
@media only screen and (min-width: 400px) {
	.nk_AdvBox_sp_02 img {
		width: 320px;
	}
}
@media only screen and (min-width: 768px) {
	.Side_Column .nk_AdvBox_sp_01 {
		max-width:300px;
		margin: auto;
		margin-bottom: 18px;
	}
}


/*==============================================
各種アイコン
==============================================*/
/*--レースのグレードアイコン*/
.Icon_GradeType {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	background: #757575;
	min-width: 25px;
	margin-left: 2px;
	border-radius: 1em;
	padding: 1px .5em 0;
	vertical-align: top;
	white-space: nowrap;
}

.Icon_GradeType1,.Icon_GradeType10 { background: #3251bc; }
.Icon_GradeType2,.Icon_GradeType11 { background: #c53131; }
.Icon_GradeType3,.Icon_GradeType12 { background: #58af4a; }
/*.Icon_GradeType4 { background: #ec5f00; }*/
.Icon_GradeType4 { background: #de8a26; }
.Icon_GradeType14 { background: #666; }
.Icon_GradeType13 {
	background: url("../img/icon/icon_gradetype.png");
	background-repeat: no-repeat;
	-webkit-background-size: 46px auto;
	background-size: 46px auto;
	background-position: -2px -245px;
	width: 42px;
	height: 18px;
	vertical-align: -2px;
	border-radius: 0;
	padding: 0;
}

.Icon_Chumoku,
.Icon_Comment,
.Icon_Premium01 {
	position: relative;
}
.Icon_Premium01:before {
	content: '';
	display: inline-block;
	background: url("../img/icon/icon_sprite_column.png") 0 0 no-repeat;
	background-size: 70px auto;
	background-position: -2px -109px;
	width: 11px;
	height: 14px;
	margin: -2px 8px 0 4px;
	vertical-align: middle;
}
/*
.Icon_Chumoku:before {
	content: '';
	display: inline-block;
	background: url(../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: 0 -1px;
	width: 13px;
	height: 13px;
	margin-right: 3px;
	margin-left: 5px;
	vertical-align: top;
}
.Icon_Comment:before {
	content: '';
	display: inline-block;
	background: url(../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: -46px -24px;
	width: 13px;
	height: 13px;
	margin-right: 3px;
	margin-left: 5px;
	vertical-align: top;
}
.Icon_Like:before {
	content: '';
	display: inline-block;
	background: url(../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: -26px -64px;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	margin-left: 5px;
	vertical-align: text-bottom;
}
.Icon_Bad:before {
	content: '';
	display: inline-block;
	background: url(../img/icon/icon_sprite_column.png) no-repeat;
	background-size: 70px auto;
	background-position: -26px -64px;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	margin-left: 5px;
	vertical-align: middle;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.Icon_Mute:before {
	content: '';
	display: inline-block;
	background: url(../img/icon/icon_mute.png) no-repeat center / contain;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
*/
/*======================================
 Slider.css
======================================*/
.slick-slider * { outline: none; }
.slick-slider{
	position: relative;
	display: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-initialized {
	display: block;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/*
 * ポインター
 */
.slick-dots {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	height:25px;
}
.slick-dots li {
	cursor: pointer;
	width:6px;
	height:6px;
	margin:7px 5px;
	background:#e7e7e7;
	display:inline-block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	vertical-align: middle;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	outline: none;
	width: 8px;
	height: 8px;
	padding: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:before {
	display:block;
	content: " ";
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	opacity: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active {
	width: 8px;
	height: 8px;
	margin: 9px;
}
.slick-dots li.slick-active button:before {
	background: #3150bc;
	display:inline-block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 0;
	font-size: 0;
	border-radius: 15px;
	background: rgba(85, 85, 85, .6);
	color: transparent;
	top: 46%;
	padding: 0;
	border: none;
	outline: none;
	z-index: 10;
	padding: 0;
	margin-top: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: rgba(85, 85, 85, .45);
	color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 1;
}
.slick-prev:before,
.slick-next:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 1px;
	background: none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 3px;
}
.slick-prev:before {
	left: 11px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.slick-next {
	right: 3px;
}
.slick-next:before {
	right: 11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-initialized {
	display: block;
/*	-webkit-animation: showslide 1s linear 0s;
	-moz-animation: showslide 1s linear 0s;
	animation: showslide 1s linear 0s; */
}
@-webkit-keyframes showslide {
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes showslide {
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes showslide{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

/*======================================
ランキング
======================================*/
.RankingWrapper {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	padding: 0 0 0 10px;
}
.RankingWrapper .ContentsBoxRanking {
	/*float: left;*/
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: top;
	width: 100%;
}

.PhotoThumb_01 [class*=ContentsBoxRanking_Num] {
	color: #555;
	font-size: 71.43%;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #d0d0d0 50.5%) no-repeat top left/100% 100%;
	padding: 3px 0 0 0;
	text-align: center;
	text-indent: -12px;
}
.ContentsBoxRanking ul.List_01 {
	border: none;
}
.ContentsBoxRanking ul.List_01 li {
	border-bottom: none;
	margin-bottom: 20px;
}
.ContentsBoxRanking ul.List_01 li:last-child {
	/*margin-bottom: 0;*/
}
.ContentsBoxRanking ul.List_01 li a {
	padding: 0;
	display: block;
}
.ContentsBoxRanking ul.List_01 li a:hover {
	text-decoration: none;
}
.ContentsBoxRanking ul.List_01 li a .LinkBox_01 {
	min-height: 72px;
}
.ContentsBoxRanking .PhotoThumb_01 {
	width: 72px;
	min-height: 72px;
	position: relative;
	overflow: hidden;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	background-color: #eee;
	margin-right: 6px;
}
.ContentsBoxRanking .PhotoThumb_01 img {
	width: 100%;
	max-width: 72px;
	max-height: 72px;
	vertical-align: top;
	margin: auto;
	display: block;
}
ul.List_01 li span.ContentsBoxRanking_Num{
	content:none;
	background: none;
}
.PhotoThumb_01 .ContentsBoxRanking_Num01 {
	color: #fff;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #b98e02 50.5%) no-repeat top left/100% 100%;
}
.PhotoThumb_01 .ContentsBoxRanking_Num02 {
	color: #fff;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
}
.PhotoThumb_01 .ContentsBoxRanking_Num03 {
	color: #fff;
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
}
.PhotoThumb_01[class*="ContentsBoxRanking_Num"]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 34px 0 0;
	border-color: #d0d0d0 transparent transparent transparent;
}
.PhotoThumb_01.ContentsBoxRanking_Num01:before {
	border-color: #eab956 transparent transparent transparent;
}
.PhotoThumb_01.ContentsBoxRanking_Num02:before {
	border-color: #7b8592 transparent transparent transparent;
}
.PhotoThumb_01.ContentsBoxRanking_Num03:before {
	border-color: #d67a47 transparent transparent transparent;
}
/*.ContentsBoxRanking span[class*="Ranking_icn"]*/
.List_01 span.Ranking_icn01,
.List_01 span.Ranking_icn02,
.List_01 span.Ranking_icn03 {
	content: "";
	display: inline-block;
	width: 20px;
	height: 17px;
	background: url(../img/icon/icon_sprite_ranking01.png?191202) no-repeat;
	-webkit-background-size: 100px auto;
	background-size: 100px auto;
	vertical-align: text-bottom;
	margin-right: 3px;
}
.List_01 span.Ranking_icn01 {
	background-position: -1px -1px;
}
.List_01 span.Ranking_icn02 {
	background-position: -25px -1px;
}
.List_01 span.Ranking_icn03 {
	background-position: -50px -1px;
}
/* ランキング矢印 */
span[class*='Icon_RankArrow_']{
	display: inline-block;
	width: 17px;
	height: 16px;
	background-image: url(../img/icon/icon_sprite_ranking01.png?191202);
	-webkit-background-size: 100px auto;
	background-size: 100px auto;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
}
.Icon_RankArrow_01{
	background-position: -2px -28px;
}
.Icon_RankArrow_02{
	background-position: -68px -26px;
}
.Icon_RankArrow_03{
	background-position: -35px -26px;
}
.Icon_RankArrow_04{
	background-position: -52px -26px;
}
.Icon_RankArrow_05{
	background-position: -17px -27px;
}


@media only screen and (min-width:768px){
	.RankingWrapper {
		padding-left: 0;
	}
	.ContentsBoxRanking ul.List_01 li a:hover {
		text-decoration: none;
	}
	.ContentsBoxRanking ul.List_01 li a:hover .ContentMainTitle {
		color: #c53131;
		text-decoration: underline;
	}
}

/* ボタン */
.CommonBtn01,.CommonBtn02,.CommonBtn03 {
	padding:12px 10px 0;
}
.CommonBtn01 a{
	display:block;
	width: 100%;
	height: 45px;
	padding: 16px 15px 15px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	background-color: #03a;
	border: 0;
	border-radius: 7px;
}
.CommonBtn02 a{
	display:block;
	width: 100%;
	height: 45px;
	padding: 16px 15px 15px;
	color: #03a;
	font-size: 0.875rem;
	font-weight: 700;
	background-color: #fff;
	border: 1px solid #03a;
	border-radius: 7px;
}
.CommonBtn03 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;
}



/*==============================================
ご意見・ご要望
==============================================*/
.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;
	max-width: 260px;
	height: 45px;
	margin: auto;
	padding: 16px 15px 15px;
	font-size: 0.875rem;
	text-align: center;
	font-weight: bold;
	color: #444;
}

@media only screen and (max-width: 340px){
	.OpinionBtn > p {
		font-size: 0.75rem;
	}
}
/* =======================================================
障害告知
======================================================= */
.Infomation_Box {
	margin: 0 10px 18px;
	border-radius: 4px;
}
.Infomation_Box ul {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.Infomation_Box ul li {
	padding: 0;
}
.Infomation_Box ul li a {
	padding: 8px 10px 10px;
	display: block;
}
.Infomation_Box ul li a .Infomation_Txt {
	position: relative;
	padding-left: 26px;
}
.Infomation_Box ul li a svg {
	position: absolute;
	top: 2px;
	left: 0;
}
.Infomation_Box ul li a .Infomation_Txt span {
	display: inline-block;
	color: #06389b;
	font-size: 72.23%;
	font-weight: bold;
	line-height: 1.3;
}
.Information_Box_Trial ul li a .Infomation_Txt span{
	color: #d04947;
	font-weight: bold;
}

@media only screen and (min-width: 1025px) {
	.Infomation_Box {
		margin: 18px 0;
	}
}
@media only screen and (min-width:768px){
	.Infomation_Box ul li a:hover {
		background: #f9f9f9;
		text-decoration: none;
	}
	.Infomation_Box ul li a:hover .Infomation_Txt span {
		color: #c53131;
		text-decoration: underline;
	}
}
/*==============================================
まとめバナー
==============================================*/
.BnrList01 {

}
.BnrList01 li + li {
	margin-top: 10px;
}
.BnrList01 li img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: auto;
}
.BnrList01 li > a {
	display: block;
}
@media only screen and (min-width:768px){
	.BnrList01 li a:hover{
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}

/*======================================
まとめリスト .LibraryListArea01
======================================*/
.LibraryListArea01 {

}
.LibraryListWrap01 ul {
	margin: 0 10px;
}
.LibraryListWrap01 ul li {
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
}
.LibraryListWrap01 .Thumb_Box img {
	width: 100%;
	display: block;
}
.ListPhotoLi a {
	display: -webkit-box;
	display: flex;
	width: 100%;
}
.LibraryListWrap01 .Thumb_Box {
	width: 98px;
	min-height: 73px;
	background-color: #eee;
	position: relative;
}
.ListPhotoLi .LibraryListTxt {
	display: -webkit-box;
	display: flex;
	color: #444;
	background: #f3f3f3;
	padding-left: 10px;
	flex-grow: 1;
	align-items: center;
}
.ListPhotoLi .LibraryListTxt .LibraryListTitle{
	line-height: 1.34;
}
@media only screen and (min-width:768px){
	.LibraryListWrap01 ul {
		margin: 0;
	}
	.ListPhotoLi a:hover .LibraryListTxt .LibraryListTitle{
		color: #c53131;
		text-decoration: underline;
	}
	.LibraryListWrap01 a:hover .Thumb_Box{
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}

/*======================================
日本版有料案内
======================================*/
.Jp_PremiumInfo {
	border: 1px solid #cacaca;
	border-radius: 4px;
	margin: 20px 15px;
	text-align: center;
	padding: 20px 0;
	background: #fff;
}
.Jp_PremiumInfo p.Jp_PremiumInfo_Txt01 {
	font-size: 88.89%;
	font-weight: bold;
	color: #666;
}
.Jp_PremiumInfo p.Jp_PremiumInfo_Txt01 a{
	text-decoration: underline;
}
.Jp_PremiumInfo .Jp_PremiumInfo_Txt02 a {
	font-weight: bold;
	text-decoration: underline;
}
.Jp_PremiumInfo p.Jp_PremiumInfo_Txt02 {
	font-size: 72.23%;
}
.Jp_PremiumInfo p.Jp_PremiumInfo_Txt02 em {
	color: #bd2338;
}
.Jp_PremiumInfo .Jp_PremiumInfo_Btn01 {
	border: 1px solid #3150bb;
	color: #3150bb;
	border-radius: 4px;
	font-size: 83.34%;
	width: 190px;
	margin: 12px auto;
}
.Jp_PremiumInfo .Jp_PremiumInfo_Btn01 a {
	display: block;
	padding: 8px 0;
	font-weight: bold;
}
/*---------------------------------
ご意見
---------------------------------*/
.OpinionBox .OpinionBoxWrap{
	padding:17px 14px 27px;
	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: 1024px) {
	.OpinionBox{
		display: none;
	}
}

