@charset "utf-8";

/*==============================================
【おうちで競馬】 ouchikeiba.css
==============================================*/

/*=======================================
共通部分
=======================================*/
.Main {
	background: #ffe242;
	position: relative;
	font-size: 1.4em;
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
}

@media only screen and (min-width: 768px) {
	body.Ouchikeiba .Main {
		font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ ProN W3", 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic ProN", "游ゴシック体", 'Yu Gothic', arial, sans-serif;
	}
}
a {
}

/* webフォント */
.Vdl-Logona {
	font-family: vdl-logona, sans-serif;
	font-weight: 400;
	font-style: normal;
}


section[class^="Section"] {
	width: 960px;
	margin: auto;
	margin-bottom: 82px;
	text-align: left;
}
.OuchikeibaTitle01 {
	margin-bottom: 40px;
}
.OuchikeibaTitle01 > img {
	display: block;
	height: 80px;
}

.OuchikeibaTitle {
	width: 875px;
	margin: auto;
}
.TitleMore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	position: relative;
}
.OuchikeibaTitle02 {
	display: inline-block;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	background-color: #fff;
	border: 4px solid #000;
	padding: 10px 20px 4px;
	margin-left: 6px;
	margin-right: auto;
}
.OuchikeibaTitle02 > span{
	display: block;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	color: #000;
	font-size: 285.6%;
	font-weight: bold;
	line-height: 1.3;
}


/* FadeIn */
.Ouchikeiba .fade {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.Ouchikeiba .fade.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
/*=======================================
ヘッダー header.TckHeader
=======================================*/


@media only screen and (min-width: 781px) and (max-width: 980px) {

}
@media only screen and (max-width: 780px) {

}
@media only screen and (max-width: 330px) {

}
/*=======================================
ヘッダー .VisualHead
=======================================*/
.VisualHead {
	width: 960px;
	height: 664px;
	margin: auto auto 100px;
	padding-top: 30px;
	position: relative;
}
.VisualHead h1 {
	width: 561px;
	height: 237px;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 10;
}
.VisualHead .CatchTxt01 {
	display: block;
	/* width: 453px; */
	height: 44px;
	margin-bottom: 11px;
	position: absolute;
	top: 278px;
	left: 0;
	z-index: 10;
}
.VisualHead .CatchTxt01 img {
	display: block;
	width: 453px;
	height: 44px;
}
.VisualHead .CatchTxt02 {
	display: block;
	/* width: 532px; */
	height: 45px;
	position: absolute;
	top: 330px;
	left: 0;
	z-index: 10;
}
.VisualHead .CatchTxt02 img {
	display: block;
	width: 532px;
	height: 45px;
}

.VisualHead .VisualHeadImg01 {
	display: block;
	width: 1110px;
	height: 573px;
	position: absolute;
	top: 0;
	right: -207px;
	z-index: 5;
	overflow: hidden;
}
.VisualHead .VisualHeadImg01 img {
	display: block;
	width: 1110px;
	height: 621px;
	margin-top: -48px;
}
.VisualHead .VisualHeadImg02 {
	display: block;
	width: 1674px;
	height: 517px;
	position: absolute;
	bottom: -168px;
	left: -362px;
	z-index: 7;
	overflow: hidden;
}
.VisualHead h1 img,
.VisualHead .VisualHeadImg01 img,
.VisualHead .VisualHeadImg02 img {
	display: block;
	width: 100%;
}
/* animetion */
.VisualHead .CatchTxt01.firstanime {
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 1s;
}
.VisualHead .CatchTxt02.firstanime {
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 1s;
}
.VisualHead .CatchTxt01.firstanime.active {
	opacity: 1;
}
.VisualHead .CatchTxt02.firstanime.active {
	opacity: 1;
}

.VisualHead h1.firstanime {
	opacity: 0;
	transform: rotateY(0deg);
	-webkit-transform-origin: center center; 
	transform-origin: center center;
	transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
.VisualHead h1.firstanime.active {
	opacity:1;
	transform: rotateY(0deg);
}

.VisualHead .VisualHeadImg01.firstanime {
	opacity: 0;
	right: -207px;
	-webkit-transform-origin: center center; 
	transform-origin: center center;
	animation: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	animation-name: headanime01;
	animation-fill-mode : both;
}
@keyframes headanime01 {
	0% {
		opacity:0;
		right: -177px;
		/* transform: matrix(0.1, 0, 0, 0.1, 0, 0); */
	}
	/* 85% {
		opacity:1;
		transform: matrix(1.2, 0, 0, 1.2, 0, 0);
	} */
	100% {
		opacity:1;
		right: -207px;
		/* transform: matrix(1, 0, 0, 1, 0, 0); */
	}
}
.VisualHead span.VisualHeadImg02.firstanime {
	opacity:0;
	-webkit-transform-origin: center center; 
	transform-origin: center center;
	animation: all 0.3s cubic-bezier(0, 0.44, 1, 0.55) 0.2s;
	animation-name: headanime03;
	animation-fill-mode : both;
}
@keyframes headanime03 {
	0% {
		opacity:0;
		left: 1762px;
	}
	100% {
		opacity:1;
		left: -362px;
	}
}

/*=======================================
コンテンツリスト nav.OuchikeibaNavi01
=======================================*/
nav.OuchikeibaNavi01 {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 600px;
/*	left: 0; */
	z-index: 200;
	background: none;
}
nav.OuchikeibaNavi01.ie {
	position: absolute;
}

nav.OuchikeibaNavi01 ul li {
	float: left;
}
nav.OuchikeibaNavi01 ul li + li {
	margin-left: 4px;
}
nav.OuchikeibaNavi01 ul li a {
	display: block;
	font-weight: bold;
	padding: 20px 12px;
	border: 2px solid #ce1f1f;
	background: rgba(255, 255, 255, .9);
	position: relative;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
nav.OuchikeibaNavi01 ul li a:hover {
	background: rgba(255, 255, 255, .7);
}
nav.OuchikeibaNavi01 ul li a span.NavTxt {
	display: block;
	font-size: 142.9%;
	color: #000;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}
nav.OuchikeibaNavi01 span.ThisWeekRace {
	display: block;
	color: #fff;
	font-size: 157.2%;
	font-weight: bold;
	border-radius: 1.23em;
	background: #ce1f1f;
	line-height: 1.5;
	padding: 0 1.1em;
	white-space: nowrap;
	position: absolute;
	top: -21px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

nav.OuchikeibaNavi01.Fixed {
	position: fixed;
	top: 1px;
	width: 100%;
	z-index: 7000;
}
nav.OuchikeibaNavi01.Fixed span.ThisWeekRace {
	display: none;
}

@media only screen and (max-width: 780px) {
	nav.OuchikeibaNavi01.Fixed {
		position: absolute;
	}
	nav.OuchikeibaNavi01.Fixed span.ThisWeekRace {
		display: block;
	}
}
/*=======================================
コンテンツリスト .ContentList
=======================================*/
.ContentList ol {
	width: 880px;
	margin: auto;
}
.ContentList ol li {
	width: 420px;
	float: left;
}
.ContentList ol li:nth-child(2n) {
	float: right;
}
.ContentList ol li:nth-child(n+3) {
	margin-top: 54px;
}
.ContentList ol li dl {
	position: relative;
	padding: 27px 30px 35px;
}
.ContentList ol li dl dt {
	display: inline-block;
	font-size: 142.9%;
	font-weight: bold;
	background: #000;
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.ContentList ol li dl dd a {
	display: block;
}
.ContentList .ContentImg {
	width: 360px;
	border: 2px solid #000;
	overflow: hidden;
	background: #000;
}
.ContentList .ContentImg > img{
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease
}
.ContentList ol li dl dd a:hover .ContentImg > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.8;
}
.ContentList span.Txt01,
.ContentList span.Txt02 {
	color: #000;
	font-size: 128.6%;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.ContentList span.Txt01 {
	position: absolute;
	top: 46px;
	left: 0;
}
.ContentList span.Txt02 {
	position: absolute;
	top: 28px;
	right: 3px;
}
.ContentList span.Txt03 {
	color: #000;
	font-size: 128.6%;
	font-weight: bold;
	position: absolute;
	bottom: 3px;
	right: 128px;
}
.ContentList ol li:first-child span.Txt03 {
	right: 114px;
}
.ContentList span[class^="Arrow"] {
	display:block;
	position: absolute;
	bottom: 0;
	right: 3px;
	padding-right: 45px;
}
.ContentList span[class^="Arrow"]:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: -16px;
	margin-top: -18px;
	border: 18px solid transparent;
	border-left: solid 32px #000;
}
.ContentList span[class^="Arrow"] > span {
	display:block;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	overflow: hidden;
	font-size: 0;
	padding-top: 52px;
}
span.Arrow01 > span{
	background-image: url("../img/Num01.png");
	width: 56px;
	height: 52px;
}
span.Arrow02 > span{
	background-image: url("../img/Num02.png");
	width: 72px;
	height: 52px;
}
span.Arrow03 > span{
	background-image: url("../img/Num03.png");
	width: 72px;
	height: 52px;
}
span.Arrow04 > span{
	background-image: url("../img/Num04.png");
	width: 75px;
	height: 52px;
}
span.Arrow05 > span{
	background-image: url("../img/Num05.png");
	width: 72px;
	height: 52px;
}
span.Arrow06 > span{
	background-image: url("../img/Num06.png");
	width: 75px;
	height: 54px;
}
span.Arrow07 > span{
	background-image: url("../img/Num07.png");
	width: 72px;
	height: 52px;
}
span.Arrow08 > span{
	background-image: url("../img/Num08.png");
	width: 75px;
	height: 52px;
}
span.Arrow09 > span{
	background-image: url("../img/Num09.png");
	width: 75px;
	height: 52px;
}
span.Arrow10 > span{
	background-image: url("../img/Num10.png");
	width: 56px;
	height: 52px;
}


/* */
.Section01 .ContentList ol li:nth-child(n+3) {
	margin-top: 26px;
}
/* 準備は〜 */
.ContentList .Ready {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 420px;
	height: 214px;
	-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;
	align-items: center;
}
.ContentList .Ready span.Vdl-Logona {
	font-size: 214.3%;
	font-weight: bold;
	font-style: italic;
	color: #000;
}


/* 交流 */
.Section04 .ContentList ol li dl:after {
	content: "";
	display:block;
	background-image: url("../img/icon/icon_comment01.png");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	width: 85px;
	height: 85px;
	margin: auto;
	position: absolute;
	top: -27px;
	right: 38px;
}
/*=======================================
レース紹介 .OuchikeibaRaceInfo
=======================================*/
.RaceInfoTxt {
	width: 860px;
	margin: -36px 0 56px 57px;
	background: #fff;
	padding: 50px 34px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.RaceInfoTxt .RaceInfoTxtWrap {
	height: 10.35em;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.RaceInfoTxt.all .RaceInfoTxtWrap {
	height: auto;
	padding-bottom: 5px;
}
.RaceInfoTxtWrap > p {
	font-size: 128.6%;
	line-height: 1.66;
	text-indent: 1em;
	font-weight: bold;
}
.RaceInfoTxtWrap > p + p {
	margin-top: 1em;
}
.RaceInfoTxt .RaceInfoTxtView {
	text-align: center;
	margin-top: 18px;
	margin-bottom: -57px;
}
.RaceInfoTxt a.RaceInfoTxtViewBtn {
	display: inline-block;
	color: #000;
	font-size: 114.3%;
	font-weight: bold;
	position: relative;
}
.RaceInfoTxt a.RaceInfoTxtViewBtn:hover {
	color: #e36a5c;
	text-decoration: underline;
}
.RaceInfoTxt a.RaceInfoTxtViewBtn:after {
	content: " ";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background: none;
	border-top: 4px solid #000;
	border-right: 4px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: auto;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.RaceInfoTxt a.RaceInfoTxtViewBtn.CloseBtn:after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	margin: 10px auto -10px;
}
/*=======================================
出馬表
=======================================*/
.Section02 .OuchikeibaBtn01 {

}
.OuchikeibaBtn01 span {
	display: block;
	text-align: center;
	color: #ce1f1f;
	font-weight: bold;
	font-size: 114.3%;
	margin-top: -20px;
	margin-bottom: 5px;
}
.OuchikeibaBtn01 span:before,
.OuchikeibaBtn01 span:after {
	content: '';
	height: 19px;
	width: 3px;
	display: inline-block;
	background: #ce1f1f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
}
.OuchikeibaBtn01 span:before {
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin: -2px 6px 0 0;
}
.OuchikeibaBtn01 span:after {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	margin: -2px 0 0 6px;
}
.OuchikeibaBtn01 a.Btn{
	position: relative;
	display: block;
	color: #000;
	font-size: 157.2%;
	font-weight: bold;
	border-radius: 1.23em;
	background: #fff;
	line-height: 2.35;
	padding: 0 2.1em;
	white-space: nowrap;
}
.OuchikeibaBtn01 a.Btn::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: 13px;
	margin-top: -10px;
	border: 8px solid transparent;
	border-left: solid 13px #000;
}
.OuchikeibaBtn01 a.Btn:hover{
	background: rgba(255, 255, 255, .8);
	text-decoration: none;
}

section.Section02 .OuchikeibaTitle + .Shutuba_HorseList {
	margin-top: 10px;
}
section.Section02 .Shutuba_HorseList {
	position: relative;
	border-left: 1px solid #e3e5eb;
	border-right: 1px solid #e3e5eb;
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}
section.Section02 .Shutuba_HorseList table.Shutuba_Table {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}
section.Section02 .Shutuba_HorseList table.Shutuba_Table tr.HorseList td.Horse_Info dl dt.Horse a:hover {
	text-decoration: underline !important;
}

section.Section02 .Shutuba_HorseList table.Shutuba_Table tr.Header th.Waku {
	width: 2em;
	text-align: center;
}
section.Section02 .Shutuba_HorseList table.Shutuba_Table tr.HorseList td.Horse_Info dl dt.Horse {
	font-size: 130.8%;
}
table.Shutuba_Table {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
}
table.Shutuba_Table tr.HorseList {
	border-bottom: 1px solid #E3E5EB;
}
table.Shutuba_Table tr.Header th {
	background: #efefd9;
	border-top: 1px solid #e3e5eb;
	border-bottom: 1px solid #e3e5eb;
	color: #222;
	font-size: 135.6%;
	font-weight: bold;
	padding: 5px 0;
	vertical-align: middle;
}
table.Shutuba_Table tr.Header th span{
}
table.Shutuba_Table tr.Header th + th {
	border-left: 1px solid #E3E5EB;
}
table.Shutuba_Table tr.Header th.Waku {
	font-size: 100%;
	line-height: 1.2;
	padding: 0 3px;
}
table.Shutuba_Table tr.Header th.Horse_Info {
	line-height: 1.2;
	text-align: center;
}
table.Shutuba_Table tr.Header th.Horse_Info span {
	font-size: 68.7%;
}
table.Shutuba_Table tr.Header th.Horse_Info strong + span {
	display: block;
	margin-top: 6px;
	text-align: center;
}
table.Shutuba_Table tr.Header th.Yosoka {
	padding: 14px 0;
	width: 100px;
	vertical-align: top;
}
table.Shutuba_Table tr.Header th.Yosoka .YosokaWrap {
	position: relative;
	padding-bottom: 36px;
	width: 80px;
	height: 100%;
	display: flex;
	align-items: center;
	margin: auto;
}
table.Shutuba_Table tr.Header th.Yosoka p {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	white-space: nowrap;
	margin: auto;
	text-align: left;
	height: 85px;
}
table.Shutuba_Table tr.Header th.Yosoka span.Txt01 {
	font-size: 63.4%;
	line-height: 1.3;
}
table.Shutuba_Table tr.Header th.Yosoka span.Txt02 {
	width: 1em;
	line-height: 1em;
	line-height: 1.3;
}
th.Yosoka a.KenkaiViewBtn {
	display: inline-block;
	padding: 8px 0;
	font-size: 63.4%;
	color: #fff;
	background: #000;
	margin-top: 6px;
	line-height: 1.1;
	font-style: italic;
	position:absolute;
	bottom: 0;
	width: 80px;
	text-align: center;
}
th.Yosoka a.KenkaiViewBtn:hover {
	color: #e36a5c;
	text-decoration: none;
}

table.Shutuba_Table tr.HorseList td {
	color: #555;
	text-align: center;
	vertical-align: middle;
}
table.Shutuba_Table tr.HorseList td + td {
	border-left: 1px solid #e3e5eb;
}
table.Shutuba_Table tr.HorseList td[class^="Waku"] {
	font-weight: bold;
}
table.Shutuba_Table tr.HorseList td.Horse_Info {
	padding: 6px 12px;
	text-align: left;
}
table.Shutuba_Table tr.HorseList td.Horse_Info dl {
	display: table;
	width: 100%;
}
table.Shutuba_Table tr.HorseList td.Horse_Info dl dt.Horse ,
table.Shutuba_Table tr.HorseList td.Horse_Info dl dd.Data {
	display: table-cell;
}
table.Shutuba_Table tr.HorseList td.Horse_Info dl dt.Horse .Sire {
	display: block;
	font-size: 71%;
	font-weight: bold;
	color: #757575;
	margin-bottom: 4px;
}
table.Shutuba_Table tr.HorseList td.Horse_Info dl dt.Horse .HorseName {
	font-size: 106.4%;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -1px;
}
table.Shutuba_Table tr.HorseList td.Horse_Info dl .Age,
table.Shutuba_Table tr.HorseList td.Horse_Info dl .Jockey {
	display: block;
	color: #757575;
	font-size: 107.1%;
	text-align: right;
	line-height: 1.4;
}


/* 馬名アイコンマーク */
.Icon_HorseMark {
	background: url("../img/icon/icon_horse_mark.png") no-repeat;
	background-size: 25px 250px;
	-moz-background-size: 25px 250px;
	-webkit-background-size: 25px 250px;
	-ms-background-size: 25px 250px;
	display: inline-block;
	height: 17px;
	width: 17px;
	vertical-align: top;
	margin-right: 2px;
}
.Icon_Chusen {background-position: -4px -23px;} 
.Icon_MaruChichi {background-position: -4px -3px;}
.Icon_MaruIchi {background-position: -4px -43px;}
.Icon_MaruChi {background-position: -4px -63px;}
.Icon_MaruGai {background-position: -4px -103px;}
.Icon_kakuChi {background-position: -4px -83px;}
.Icon_KakuGai {background-position: -4px -122px;}

/* 枠色 */
table tr td.Waku1,span.Waku1 {background: #fff;}
table tr td.Waku2,span.Waku2 {background: #222; color: #fff !important;}
table tr td.Waku3,span.Waku3 {background: #dc3c3c; color: #fff !important;}
table tr td.Waku4,span.Waku4 {background: #2c53a9; color: #fff !important;}
table tr td.Waku5,span.Waku5 {background: #e4ca3b; color: #fff !important;}
table tr td.Waku6,span.Waku6 {background: #58af4a; color: #fff !important;}
table tr td.Waku7,span.Waku7 {background: #de8a26; color: #fff !important;}
table tr td.Waku8,span.Waku8 {background: #dc6179; color: #fff !important;}

/* 予想印 */
span.Icon_Shirushi {
	display:block;
	background-image: url("../img/icon/icon_yoso_shirushi.png");
	background-repeat: no-repeat;
	background-size:90px 250px;
	-moz-background-size:90px 250px;
	-webkit-background-size:90px 250px;
	width:19px;
	height:19px;
	margin:auto;
}
span.Icon_Shirushi.Icon_Honmei {background-position:0 0;}
span.Icon_Shirushi.Icon_Taikou {background-position:0 -19px;}
span.Icon_Shirushi.Icon_Kurosan {background-position:0 -38px;}
span.Icon_Shirushi.Icon_Osae {background-position:0 -57px;}
span.Icon_Shirushi.Icon_Hoshi {background-position:0 -76px;}
span.Icon_Shirushi.Icon_Keshi {background-position:0 -95px;}
span.Icon_Shirushi.Icon_Chuui {background-position:0 -152px;}

/* 見解モーダル */
.Ouchikeiba.ViewOut{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.ModalOverlay {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 7200;
	transition: opacity 0.7s, transform 0s 0.5s;
}
.KenkaiModal {
	background-color: #fff;
	width: 98%;
	width: calc(100% - 20px);
	max-width: 500px;
	padding: 78px 24px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 20px 0 0;
	z-index: 7500;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.KenkaiModal.OpenDraw {
	top: 50%;
	pointer-events: auto;
	opacity: 1;
}
.ModalClose {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
	background: transparent;
	border: none;
}
.ModalClose:before,
.ModalClose:after {
	content: '';
	height: 3px;
	width: 34px;
	display: block;
	background: #000;
	position: absolute;
	top: 18px;
	left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.ModalClose:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.KenkaiModalTitle {

}
.KenkaiModalTitle {
	display: inline-block;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	background-color: #fff;
	border: 4px solid #000;
	padding: 10px 20px 4px;
	position: absolute;
	top: -30px;
	left: -18px;
}
.KenkaiModalTitle > span{
	display: block;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	color: #000;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
}
.KenkaiModal p.KenkaiTxt01 {
	font-size: 128.6%;
	line-height: 1.75;
	font-weight: bold;
	white-space: normal;
	margin-bottom: 1em;
}
.KenkaiModal p.KenkaiTxt02 {
	font-size: 114.3%;
	line-height: 1.75;
	font-weight: bold;
	white-space: normal;
	text-indent: 1em;
}
.KenkaiModal p.KenkaiTxt02 + p.KenkaiTxt02 {
	margin-top: 1em;
}

.KenkaiModal .KenkaiTxtWrap {
	max-height: 400px;
	overflow-y: auto;
	padding: 0 10px
}
.KenkaiModal .KenkaiTxtWrap::-webkit-scrollbar {
	width: 11px;
}
.KenkaiModal .KenkaiTxtWrap::-webkit-scrollbar-track {
	border-radius: 6px;
	background: #ffe242;
}
.KenkaiModal .KenkaiTxtWrap::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #dbc239;
}



/*=======================================
出馬表下コンテンツリンク
=======================================*/
.Section02 .ContentList {
	margin-top: 47px;
}
.OuchikeibaRaceTrend {
	margin-top: 47px;
}
.RaceTrendContentList {
	margin-top: 33px;
}
.RaceTrendContentList ul {
	text-align: center;
}
.RaceTrendContentList ul li {
	display: inline-block;
	text-align: left;
}
.RaceTrendContentList ul li + li {
	margin-left: 24px;
}
.RaceTrendContentList ul li a {
	display: block;
	min-height: 180px;
	background-image: url("../img/LinkBg01.png");
	background-repeat: no-repeat;
	-webkit-background-size: 180px 180px;
	-moz-background-size: 180px 180px;
	background-size: 180px 180px;
	background-position: 0 0;
	position: relative;
	padding: 60px 0 0 26px;
}
.RaceTrendContentList ul li span.TrendTxt01 {
	display: inline-block;
	color: #000;
	font-size: 214.3%;
	line-height: 1.2;
	font-weight: bold;
	padding-right: 45px;
	position: relative;
}
.RaceTrendContentList ul li span.TrendTxt01:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -16px;
	bottom: 3px;
	border: 18px solid transparent;
	border-left: solid 32px #000;
}

.RaceTrendContentList ul li a:hover span.TrendTxt01 {
	color: #e36a5c;
	text-decoration:underline;
}

/*=======================================
おうちでツイート .Section05
=======================================*/
.OuchikeibaTwitterWrap  {
	width: 660px;
	margin: auto;
}

.OuchikeibaTwitterWrap dl {
	position: relative;
	padding: 27px 30px 35px;
}
.OuchikeibaTwitterWrap dt {
	display: inline-block;
	font-size: 142.9%;
	font-weight: bold;
	background: #000;
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.OuchikeibaTwitterWrap dd .twitter {
	width: 594px;
	border: 2px solid #000;
}
.OuchikeibaTwitterWrap dd span.Txt01,
.OuchikeibaTwitterWrap dd span.Txt02 {
	color: #000;
	font-size: 128.6%;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.OuchikeibaTwitterWrap dd span.Txt01 {
	position: absolute;
	top: 46px;
	left: 0;
}
.OuchikeibaTwitterWrap dd span.Txt02 {
	position: absolute;
	top: 28px;
	right: 3px;
}


/*=======================================
シェアボタン .SnsBtnArea
=======================================*/
.SnsBtnArea {
	width: 960px;
	margin: auto auto 82px;
	text-align: center;
	font-size: 0;
}
.SnsBtnArea a.SnsBtn {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #000;
	border-radius: 40px;
	margin: 0 20px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
.SnsBtnArea a.SnsBtn:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.SnsBtnArea a.SnsBtn:after {
	content: "";
	display: block;
	background-image: url('../img/icon/icon_shere01.png');
	background-repeat: no-repeat;
	-webkit-background-size: 300px 60px;
	-moz-background-size: 300px 60px;
	-ms-background-size: 300px 60px;
	background-size: 300px 60px;
	margin: 10px auto 0;
	height: 60px;
}
.SnsBtnArea a.SnsBtn.SnsTwitter:after {
	width: 42px;
	background-position: 0 0;
}
.SnsBtnArea a.SnsBtn.SnsFacebook:after {
	width: 24px;
	background-position: -55px 0;
}
.SnsBtnArea a.SnsBtn.SnsLine:after {
	width: 40px;
	background-position: -94px 0;
}


@media only screen and (max-width: 780px) {

}

@media only screen and (max-width: 321px) {

}
