@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 {
	background: #fff;
}
header .Header_Inner {
	width: 100%;
	max-width: 1250px;
	min-height: 53px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	overflow: hidden;
	padding: 10px 0;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
header h1 {
	margin-right: auto;
}
header.Header_Area h1 {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    margin: 0;
    z-index: 10;
}
header.Header_Area h1 a {
	width: 0;
    height: auto;
    text-indent: 0;
    overflow: visible;
	background: none;
}
header h1 img,
header h1 .NetkeirinLogo01 {
	width: 114px;
}
header .DB_Search_Input {
	position: relative;
	background: #ececec;
	border-radius: 4px;
	width: 280px;
	height: 30px;
	border:none;
}
header input[type="submit"]:hover{
	cursor: pointer;
}
header .Submit_Btn_Box {
	width: 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 !important;
	display: block;
}
.DB_Search_Input .InputTxt_Form_Box {
	display: block;
}
@keyframes onAutoFillStart { from {} to {}}

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;
    right: 2px;
}
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
}

header ul.UserMyMenu {
	margin: 4px 0 0 22px;
}
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: 25px;
}
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: #2d4ebf;
	height: 34px;
	overflow: hidden;
	min-width: 1250px;
	margin-bottom: 23px;
	border: none;
}
nav.ContentNavi01 > ul{
	display: -webkit-box;
	display: flex;
	width: 1250px;
	margin: auto;
}
nav.ContentNavi01 > ul li{
	position: relative;
}
nav.ContentNavi01 > ul li a{
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 0 13px;
	line-height: 34px;
	height: 34px;
}
nav.ContentNavi01 > ul li a:hover{
	text-decoration: none;
	background: #768cd5;
}
nav.ContentNavi01 > ul li:nth-child(1) a{
	padding: 0 8px;
}

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