@charset "utf-8";
/*===========================================
pc_header.css
netkeiba.com 新デザインヘッダーフッター抽出
============================================*/
html {
	overflow: auto;
}
body .Wrap {
	overflow: visible;
}
/*MQ タブレット-PC*/
@media screen and (min-width: 768px){
	body#Netkeiba_Race_BBS .Wrap{
 		overflow: unset;
	}
}
/*==============================================
ヘッダー header.Header_Area common
==============================================*/
header.Header_Area {
	min-height: 53px;
	min-width: 960px;
	background: #fff;
}
header .Header_Inner {
	width: 100%;
	min-height: 53px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	overflow: hidden;
	padding: 10px 28px;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
header h1 {
  min-width: 188px;
}
header h1 img,
header h1 .NetkeirinLogo01 {
	height: 24px;
}
header .DB_Search_Input {
  flex: 1;
	position: relative;
	background: #ececec;
	border-radius: 4px;
	height: 30px;
  max-width: 515px;
}
header input[type="submit"]:hover{
	cursor: pointer;
}
header .Submit_Btn_Box {
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 11px;
}
header .Submit_Btn_Box .IconInput01 {
	width: 20px;
	height: 20px;
}
header .Submit_Btn_Box .IconInput01 .st0 {
	fill: none;
	stroke: #666;
	stroke-width: 3;
	stroke-miterlimit: 10;
}
header .Submit_Btn_Box .IconInput01 .st1 {
	fill: #666;
}
header .InputTxt_Form_Box input{
	-webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	padding: 0 8px 0 18px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	outline: none;
	background: #ececec;
}
@keyframes onAutoFillStart { from {} to {}}
header .InputTxt_Form_Box input:focus {
	background: #fff4f4;
}
header .InputTxt_Form_Box input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #fff4f4 inset;
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}
header .Submit_Btn_Box input.Submit_Btn {
	width: 20px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	appearance: none;
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
}
header .Submit_Btn_Box input[type=submit]{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	line-height: inherit;
	color: transparent;
	font-weight: normal;
	font-size: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
header .InputTxt_Form_Box input[type=text] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #333;
}
/* IEクリアボタン非表示 */
.InputTxt_Form_Box input::-ms-clear {
	visibility:hidden
}
.MyMenuWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header ul.UserMyMenu {
	margin: 0 0 0 30px;
}
header ul.UserMyMenu li{
	float: left;
	position: relative;
	padding-left: 1px;
}
header ul.UserMyMenu li + li:before{
	content: "";
	width: 1px;
	height: 24px;
	background: #d9d9d9;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
header ul.UserMyMenu li a.Icon_Mypage img{
	display: inline;
	width: 26px;
	vertical-align: middle;
	margin-right: 10px;
}
header ul.UserMyMenu li a.Icon_Mypage .Alert_New{
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
}
header ul.UserMyMenu li a.Icon_Mypage .Alert_New span{
	display: inline-block;
	width: 23px;
	height: 23px;
	color: #fff;
	font-weight: bold;
	background: #e02e2e;
	border-radius: 50%;
	font-size: 85.8%;
	text-align: center;
	line-height: 23px;
	position: absolute;
	top: 0;
	left: -10px;
}

header ul.UserMyMenu li a{
	display: block;
	position: relative;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	padding: 0 11px;
}
header ul.UserMyMenu li:first-child a{
	padding-left: 0;
}
header ul.UserMyMenu li a:hover {
	color: #e36a5c;
	background: #f9f9f9;
	text-decoration: none;
}
header ul.UserMyMenu li span.header_nickname{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 12em;
	line-height: 1.5;
	vertical-align: middle;
}
header ul.UserMyMenu li a:hover span.header_nickname,
header ul.UserMyMenu li a:hover > span{
	text-decoration: underline;
}
/* ヘッダー - アイコン */
ul.UserMyMenu li a.Icon_Header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 25px;
}
ul.UserMyMenu li .Icon_PcHead_01 {
	display: inline-block;
	width: 25px;
	height: 25px;
	fill: #e03d3d;
	margin-right: 7px;
}
ul.UserMyMenu li .Icon_PcHead_01.Icon_Account {
	display: inline-block;
	width: 22px;
	height: 18px;
}
ul.UserMyMenu li .Icon_PcHead_01.Icon_Login {
	display: inline-block;
	width: 21px;
	height: 24px;
}

/* マイページ吹き出し */
span.MypageInfoTxt {
	display: none;
}
body.Home span.MypageInfoTxt {
	display: inline-block;
	color: #fff;
	font-size: 78.7%;
	font-weight: bold;
	line-height:1.8;
	padding:0 8px;
	background: #e02e2e;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: -17px;
	white-space: nowrap;
	margin-left: -25px;
}
body.Home span.MypageInfoTxt:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 8px solid #e02e2e;
	position: absolute;
	bottom: -11px;
	left: 32px;
}

header .Header_Inner.fc:after {
	display: none;
}
/* 競馬切り替え */
header .SiteToggleBtn01 {
	/* margin-bottom: -8px; */
}
header .SiteToggleBtn01 a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 15px 5px 12px;
	background: #2d4ebf;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}
.SiteToggleBtn01 .Icon_Contents06{
	width:24px;
	height:16px;
	margin-right:5px;
	margin-top:1px;
}
header .SiteToggleBtn01 a span.LiveRace {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 50%;
	padding: 2px 7px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fc0;
	border-radius: 4px;
	text-align: center;
	line-height: 1.1;
}
header .SiteToggleBtn01 a:hover {
	background: #5771cc;
}


/*----- .スマホ版リンク p.sp_nk_btn -----*/
p.sp_nk_btn {
	background: #999;
	text-align: center;
	padding: 10px;
}

/* グロナビ(new) nav.ContentNavi01 common */
nav.ContentNavi01 {
	background: #e03d3d;
	height: 34px;
	overflow: hidden;
	min-width: 960px;
	margin-bottom: 23px;
}
nav.ContentNavi01 > ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	margin: auto;
}
nav.ContentNavi01 > ul li{
	position: relative;
}
nav.ContentNavi01 > ul li a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 13px;
	line-height: 34px;
	height: 34px;
}
nav.ContentNavi01 > ul li a:hover{
	text-decoration: none;
	background: #e66464;
}
nav.ContentNavi01 > ul li:nth-child(1) a{
	padding: 0 8px;
}

/* アクティブ */
nav.ContentNavi01 > ul li.Active a{
	display: inline-block;
	color: #444;
	background: #fff;
	font-weight: bold;
	margin-top: 4px;
	padding-bottom: 5px;
	line-height: 25px;
	height: 31px;
	border-radius: 4px 4px 0 0;
}
/* PIST6 */
.Netkeirin_Pist6 nav.ContentNavi01 {
	margin-bottom: 0;
	height: 55px;
	border-bottom: 23px solid #fff;
}



/* ========= newIcon ======== */
header + .MenuNew01 {
	width: 960px;
	height: 0;
	margin: auto;
	position: relative;
	z-index: 100;
}
.MenuNew01 span.MenuNewIcon {
	position: absolute;
	left: 615px;
	top: -10px;
	color: #fff;
	text-align: center;
	width: 40px;
	line-height: 16px;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Helvetica", "Arial", "Verdana", sans-serif;
	font-weight: bold;
	background: #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.MenuNew01 span.MenuNewIcon:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top: 7px solid #222;
	position: absolute;
	bottom: -9px;
	left: 8px;
}
/*予想*/
/*.MenuNew01 span.MenuNewIcon{
	left: 120px;
}*/

/*==============================================
PCフッター footer.PcFooter
==============================================*/
footer.PcFooter {
	padding-top: 60px;
	min-width: 960px;
}
/* netkeibaフッター */
.NkFooterArea {
	/* padding: 0 0 80px; */
	padding: 0 0 50px;
	background: #ededed;
}
footer .BtnPagetop {
	width: 960px;
	margin: auto;
	position: relative;
}
footer .BtnPagetop a {
	display: block;
	width: 70px;
	height: 30px;
	background: #ededed;
	position: absolute;
	top: -30px;
	right: 0;
	overflow: hidden;
}
footer .BtnPagetop a:after {
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50% ;
	left: 50%;
	margin: -2px 0 0 -5px;
}
footer dl.FootSiteTitle {
	width: 960px;
	padding: 32px 0;
	margin: auto;
}
footer dl.FootSiteTitle dt{
	float: left;
	margin-right: 20px;
}
footer dl.FootSiteTitle dt img{
	width: 210px;
}
footer dl.FootSiteTitle dd p{
	font-size: 114.3%;
	line-height: 1;
}
dl.FootSiteTitle dd p strong{
	font-size: 142.9%;
	color: #d96c5c;
	font-weight: bold;
	padding: 0 4px;
}
footer .FootWrap {
	display: table;
	width: 960px;
	margin: auto;
	position: relative;
}
dl.NkFoot01 {
	display: table-cell;
	padding: 0 20px;
	border-right: 1px solid #c4c3be;
}
dl.NkFoot01 + dl.NkFoot01 {
	border-left: 1px solid #f6f5f0;
}
dl.NkFoot01:last-child {
	border-right: none;
	padding: 0 0 0 30px;
}
dl.NkFoot01 dt{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 13px;
}
dl.NkFoot01 dd ul li{
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 6px;
}
dl.NkFoot01 dd ul li a{
	color: #444;
	line-height: 1.3;
}
dl.NkFootCateLink {
	padding: 0 12px 0 0;
}
dl.NkFootCateLink dd ul{
	float: left;
	margin-right: 18px;
}
dl.NkFoot01 dd.SpNkInfoImg {
	margin: 0 0 16px;
	height: 36px;
	position: relative;
}
dl.NkFoot01 dd.SpNkInfoImg img.QrImg01{
	position: absolute;
	top: -26px;
	right: 0;
}
dl.NkFoot01 ul.AprStoreList {
	margin: 0 -2px 40px;
}
dl.NkFoot01 ul.AprStoreList li {
	float: left;
	margin: 0 0 0 -2px;
}
dl.NkFoot01 ul.AprStoreList li a:hover{
	opacity: .6;
}
footer .RaceTrackList {
	width: 960px;
	max-width: inherit;
	margin: 60px auto 0;
	padding:0;
}
footer .RaceTrackList dt{
	font-size: 14px;
	font-weight: bold;
}
footer .RaceTrackList .RaceTrackList_wrap {
	border:none;
	padding-bottom:0;
}
footer .RaceTrackList .RaceTrackList_wrap > dt,
footer .RaceTrackList .RaceTrackList_inner{
	margin-bottom:30px;
}
footer .RaceTrackList .RaceTrackList_wrap > dt a{
	color: #757575;
}
footer .RaceTrackList .RaceTrackList_inner{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-left:0;
}
footer .RaceTrackList .RaceTrackList_inner:last-of-type {
	margin-bottom: 30px;
}
footer .RaceTrackList .RaceTrackList_inner dt{
	width:80px;
	margin-bottom:0;
	margin-left:0;
	float: none;
}
footer .RaceTrackList .RaceTrackList_inner dd {
	display: inline-block;
	margin:0;
	float: none;
}
footer .RaceTrackList .RaceTrackList_inner dd + dd{
	margin-left:15px;
}
footer .RaceTrackList .RaceTrackList_inner dd:last-of-type{
	margin-bottom:0;
}
footer .RaceTrackList .RaceTrackList_inner dd a{
	font-size: 14px;
	color: #444;
}
footer .NkFooterArea .RaceTrackList:after {
	content: "";
	display: block;
	position: absolute;
	left: 84px;
	bottom: -85px;
	width: 204px;
	height: 66px;
	background: url("../img/footer_keirin_img01.png") no-repeat 0 0;
	-webkit-background-size: 204px 66px;
	-moz-background-size: 204px 66px;
	-ms-background-size: 204px 66px;
	background-size: 204px 66px;
}
/* スマホ版リンク */
dl.NkFoot01 dd span.DeviceChange {
	font-size: 13px;
	line-height: 1.3;
}
dl.NkFoot01 dd span.DeviceChange a {
	color: #444;
	line-height: 1.3;
}

/* SNS */
footer .Nk_Sns {
	width: 270px;
	margin: 80px 0 0;
}
footer .Nk_Sns ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .Nk_Sns ul li {
}
dl.NkFoot01 .Nk_Sns ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
dl.NkFoot01 .Nk_Sns ul li a:hover {
	opacity: .8;
}

footer .Nk_Sns ul li .Tw {
	background: #000;
}

@media screen and (min-width: 768px){
	.Nk_Sns ul li a:hover {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
}

.Nk_Sns ul li a.Tw .Sns_listItemSVG {
	width: 36px;
}

/* nd全体 フッター */
.GlobalFooterArea {
	background: #dfdfdf;
	padding-top: 20px;
	padding-bottom:40px;
}
.GlobalFooterArea .FootWrap {
	margin-bottom: 20px;
}
dl.NkFoot02 {
	display: table-cell;
	padding: 6px 22px;
	border-right: 1px solid #c5c5bd;
}
dl.NkFoot02:first-child {
	padding: 0 22px 0 0;
}
dl.NkFoot02 + dl.NkFoot02 {
	border-left: 1px solid #efefe7;
}
dl.NkFoot02:last-child {
	border-right: none;
	padding: 0 0 0 22px;
}
dl.NkFoot02 dt{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 13px;
}
dl.NkFoot02 dd ul li{
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 6px;
	position: relative;
}
dl.NkFoot02 dd ul li:before{
	content: "";
	width: 6px;
	height: 3px;
	background: #444;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
dl.NkFoot02 dd ul li a{
	color: #444;
	line-height: 1.3;
}
dl.NkFoot02 dt.IconSisterSite01 {
	margin-top: 15px;
}
footer p.CopyRight {
	font-size: 12px;
	text-align: center;
	padding-bottom: 26px;
}

/* フッター - アイコン */
dl.NkFoot02 dt.GfootIcon01:before {
	content: '';
	display: inline-block;
	background: url("../img/icon_sprite_pcfooter01.png") no-repeat;
	-webkit-background-size: 29px 150px;
	-moz-background-size: 29px 150px;
	-ms-background-size: 29px 150px;
	background-size:  29px 150px;
	width: 30px;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle;
}
dl.NkFoot02 dt.IconGame01:before {
	background-position: 1px -1px;
}
dl.NkFoot02 dt.IconMedia01:before {
	background-position: 1px -38px;
}
dl.NkFoot02 dt.IconSoftware01:before {
	background-position: 1px -75px;
}
dl.NkFoot02 dt.IconSisterSite01:before {
	background-position: 1px -117px;
}

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

/*==============================================
 * ブラウザ ヘッダーにベルアイコン追加
 * ==============================================*/
.bell{
	fill:#e03d3d;
}
ul.UserMyMenu li .Icon_PcHead_01.Icon_Bell {
	width: 19px;
	height: 22px;
}
.bell_inner.active:after{
	content:"";
	position: absolute;
	top:1px;
	left:25px;
	width:10px;
	height:10px;
	background:#fc0;
	border-radius: 50%;
	border:2px solid #fff;
	box-sizing: border-box;
}
.bell_inner.active.bell_motion svg,
.bell_inner.active.bell_motion:after{
	-webkit-animation: bell_active backwards 5s .2s ease-in-out 1;
	animation: bell_active backwards 5s .2s ease-in-out 1;
	-webkit-transform-origin: 50% 4px;
	transform-origin: 50% 4px;
}
@-webkit-keyframes bell_active {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	3% {
		-webkit-transform: rotate(40deg);
		transform: rotate(35deg);
	}
	5% {
		-webkit-transform: rotate(-38deg);
		transform: rotate(-33deg);
	}
	7% {
		-webkit-transform: rotate(30deg);
		transform: rotate(25deg);
	}
	9% {
		-webkit-transform: rotate(-28deg);
		transform: rotate(-23deg);
	}
	11% {
		-webkit-transform: rotate(15deg);
		transform: rotate(10deg);
	}
	13% {
		-webkit-transform: rotate(-13deg);
		transform: rotate(-8deg);
	}
	15% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	17% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	25% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes bell_active {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	3% {
		-webkit-transform: rotate(40deg);
		transform: rotate(35deg);
	}
	5% {
		-webkit-transform: rotate(-38deg);
		transform: rotate(-33deg);
	}
	7% {
		-webkit-transform: rotate(30deg);
		transform: rotate(25deg);
	}
	9% {
		-webkit-transform: rotate(-28deg);
		transform: rotate(-23deg);
	}
	11% {
		-webkit-transform: rotate(15deg);
		transform: rotate(10deg);
		}
	13% {
		-webkit-transform: rotate(-13deg);
		transform: rotate(-8deg);
	}
	15% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	17% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
		}
	25% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.bellModal_box{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
.bellModal_box_inner{
	position: fixed;
	width: 90%;
	max-width: 580px;
	height: 90%;
	max-height: 700px;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	background: #fff;
	transform: translate(-50%, -50%);
	z-index: 10500;
	border-radius: 12px;
}
.bellModal_box_inner iframe{
	width: 100%;
	height: 100%;
}
.bellModal_box.active .InfoModal_CloseBtn{
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 10;
	display: inline-block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	background: #fff;
	border-radius: 50%;
}
.bellModal_box.active .InfoModal_CloseBtn:before,
.bellModal_box.active .InfoModal_CloseBtn:after{
	content: '';
	height: 2px;
	width: 27px;
	display: block;
	background: #333;
	position: absolute;
	top: 50%;
	right: 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	cursor: pointer;
}
.bellModal_box.active .InfoModal_CloseBtn:after{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bellModal_boxBg{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 10000;
}
.bellModal_box_inner .Contents_Header {
	margin: 25px 10px;
}
.bellModal_box_inner .Contents_Header .ContentsTitle {
	color: #757575;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.37;
}
.bellModal_box_inner .Header_InfoListBox ul {
	margin: 10px;
}
.bellModal_box_inner .Header_InfoListBox li {
	border-bottom: 1px solid #ededed;
}
.bellModal_box_inner .Header_InfoListBox li a {
	display: block;
	padding: 10px 0;
}
.bellModal_box_inner .Header_InfoListBox li a:hover{
	text-decoration: none;
	background-color: #f9f9f9;
}
.bellModal_box_inner .Header_InfoListBox li a:hover p{
	color: #e36a5c;
	text-decoration: underline;
}
.bellModal_box_inner .Header_InfoListBox li .tag {
	color: #888;
	font-size: 61.12%;
	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;
}
.bellModal_box_inner .Header_InfoListBox li a p {
	color: #444;
	font-size: 88.9%;
	line-height: 1.5;
	margin-top: 10px;
	max-height: 3.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.bellModal_box_inner .MoreColumnList{
	margin-top:20px;
	padding-bottom:1px;
}
.bellModal_box_inner .MoreColumnList .LinkBtn_More{
	display: block;
	width: 79%;
	min-width: 142px;
	margin: 0 auto;
	position: relative;
	color: #666;
	font-size: 61%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 1.27em;
	line-height: 2.55;
}
.bellModal_box_inner .MoreColumnList .LinkBtn_More:hover span{
	color: #e36a5c;
	text-decoration: underline;
}
.bellModal_box_inner .MoreColumnList .Icon_Arrow{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 13px;
	width: 9px;
	height: 7px;
	background: url("//cdn.netkeiba.com/img.news.sp/common/img/icon/icon_sprite_column.png?20180723") no-repeat;
	-webkit-background-size: 70px auto;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
	background-position: -26px -85px;
}

.bellModal_box_inner .Header_InfoListBox li a p.InfoNewFlag {
	position: relative;
	padding-left: 38px;
}
.bellModal_box_inner .Header_InfoListBox li a p.InfoNewFlag::before {
	display: inline-block;
	content: "NEW";
	font-size: 10px;
	color: #fff;
	background: #cf3f3e;
	border-radius: 4px;
	padding: 1px 4px;
	position: absolute;
	left: 0;
	top: 3px;
}
.header_info_topMenu{
	padding:10px 0;
	height: 44px;
	border-bottom: 1px solid #d3d7d9;
	position: relative;
}
.header_info_topMenu a{
	display: inline-block;
	width: 22px;
	height: 22px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header_info_topMenu_back{
	position: relative;
	left:10px;
}
.header_info_topMenu_close{
	position: absolute;
	top:50%;
	right:10px;
	transform: translate(0,-65%);
}
.header_info_topMenu_back:after{
	content:'';
	width: 13px;
	height: 13px;
	position: absolute;
	top:50%;
	left:50%;
	border-top: 2.5px solid #888;
	border-left: 2.5px solid #888;
	-webkit-transform:translate(-50%,-50%) rotate(-45deg);
	-moz-transform:translate(-50%,-50%) rotate(-45deg);
	-ms-transform:translate(-50%,-50%) rotate(-45deg);
	transform:translate(-50%,-50%) rotate(-45deg);
	border-radius: 2px;
	background-image: none;
}
.header_info_topMenu_close:before,
.header_info_topMenu_close:after{
	content:'';
	height: 2px;
	width: 20px;
	display: block;
	background: #333;
	position: absolute;
	top: 13px;
	left: 11px;
	-webkit-transform:translate(-50%,-50%) rotate(-45deg);
	-moz-transform:translate(-50%,-50%) rotate(-45deg);
	-o-transform:translate(-50%,-50%) rotate(-45deg);
	-ms-transform:translate(-50%,-50%) rotate(-45deg);
	transform:translate(-50%,-50%) rotate(-45deg);
}
.header_info_topMenu_close:after {
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	-moz-transform:translate(-50%,-50%) rotate(45deg);
	-o-transform:translate(-50%,-50%) rotate(45deg);
	-ms-transform:translate(-50%,-50%) rotate(45deg);
	transform:translate(-50%,-50%) rotate(45deg);
}
