@charset "euc-jp";



/*=======================================
Tck ai予想
　トップページ
　予想詳細
=======================================*/
body{
	background-color: #fff;
	text-align: left;
}
.sp_view{
	display: block;
}
.pc_view{
	display: none;
}
p.footer_txt{
	font-size: 77.78%;
	line-height: 1.7;
	padding:25px 20px;
}
.return_top{
	display: block;
	width: 35px;
	height: 35px;
	position:fixed;
	bottom: 0;
	right: 0;
	z-index: 9;
}
.return_top img{
	width:100%;
}
a{
	cursor: pointer;
}

.Contents{
	background: transparent;
}

/* PC */
@media only screen and (min-width: 1025px) {
	.Wrap{
		width:100%;
		margin:0 auto;
	}
	.Contents{
		width:920px !important;
		margin:10px auto 6px auto !important;
	}
	.sp_view{
		display: none;
	}
	.pc_view{
		display: block;
	}
	p.footer_txt{
		padding:25px 0px 70px;
		color: #fff;
	}
	.return_top{
		width:50px;
		height: 50px;
	}
}


/*=======================================
トップページ
=======================================*/
/*--------------------------------
ヘッダー
--------------------------------*/
header.TckHeader{
	width: 100%;
	height: 112px;
	background: #103205;
	background-image: -moz-linear-gradient( 0deg, #103205 0%, #1c5808 100%);
	background-image: -webkit-linear-gradient( 0deg, #103205 0%, #1c5808 100%);
	background-image: -ms-linear-gradient( 0deg, #103205 0%, #1c5808 100%);
}
.TckHeader_inner {
	position: relative;
	max-width: 375px;
	height: 150px;
	background: url(../img/tck/tck_ai_yoso/tck_header_bg_sp.png?20250620);
	background-size: contain;
	background-position:top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.TckHeader h1{
	position: absolute;
}
.TckHeader h1 a{
	display: block;
}
.TckHeader h1 a img {
	width: 100%;
}
.TckHeader .Urgent{
	position: absolute;
}
.TckBnr a{
	width:56px;
	height:40px;
	background: url(../img/tck/tck_ai_yoso/tck_header_banner_sp.png?20250625);
	background-size:contain;
	border:none;
	margin-bottom: 10px;
}
.nkBnr a{
	display: block;
	width:56px;
	height:40px;
	background: url(../img/tck/tck_ai_yoso/nk_header_banner_sp.png?20250625);
	background-size: contain;
	border:none;
  	text-indent: -9000px;
}
.TckHeader_bottom {
	position: relative;
	background-color: #050505;
	width: 100%;
	height: 12px;
}
.RaceInformation_Title {
	display: block;
	max-width:920px;
	width: 93%;
	margin: 0 auto;
}
.RaceInformation_Title img{
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 20px;
}

@media only screen and (min-width: 1025px) {
	header.TckHeader{
		height: 226px;
	}
	.TckHeader_inner {
		max-width: 1400px;
		height: 226px;
		background: url(../img/tck/tck_ai_yoso/tck_header_bg_pc.png?20250619);
		background-position: right top;
        background-repeat: no-repeat;
        background-size: cover;
	}
	.TckHeader h1 {
		top: 24%;
		right: 41%;
	}
	.TckHeader h1 a{
		width: 555px;
        height: 140px;
	}
	.TckHeader .Urgent{
		position: absolute;
		top: 13%;
		right: 17%;
	}
	.TckBnr{
		margin-left: 0;
		margin-top: 2px;
	}
	.TckBnr a{
		width:236px;
		height:34px;
		background: url(../img/tck/tck_ai_yoso/tck_header_banner_pc.png?20250625);
		background-color: #fff;
		background-size: cover;
		background-position: center;		
	}
	.nkBnr a{
		width:236px;
		height:34px;
		background: url(../img/tck/tck_ai_yoso/nk_header_banner_pc.png?20250625);
		background-color: #fff;
		background-size: auto;
		background-position: center;		
	}
	.nkBnr a:hover{
		opacity: 0.7;
	}
	.RaceInformation_Title {
		width: 892px;
	}
	.RaceInformation_Title img{
		width: 119px;
		height: 33px;
	}

	.Tck_FootArea {
		padding: 25px 0;
	}
	.Tck_FootArea .CopyRight {
		font-size: 17px;
	}
}
@media only screen and (max-width: 1024px) {
	.TckBnr{
		display: flex;
		width:auto;
		margin-right:0;/*7px*/
		margin-left: 0;
	}
	.nkBnr.sp_view{
		display: inline-block;
	}
}


@media only screen and (max-width: 1025px) {
	.TckHeader h1 {
		right: 43%;
		top: 24%;
	}
	.TckHeader .Urgent{
		right: 0%;
		top: 13%;
	}
}
/*ipad*/
@media only screen and (max-width: 768px) {
	.TckHeader h1 a{
		width: 72vw;
		height: 18.6666666667vw;
	}
	header.TckHeader{
		height: 29.8666666667vw;
	}
	.TckHeader_inner {
		max-width: 100vw;
		height: 40vw;
	}
	.TckHeader .Urgent{
		top: 7%;
        right: 6%;
	}
	.TckHeader h1{
		right: auto;
		left: 3%;
		top: 22%;
	}
	.TckBnr a,
	.nkBnr a {
		width: 14.9333333333vw;
		height: 10.6666666667vw;
	}
}
/*画面414以上*/
@media only screen and (max-width: 414px) {
	.TckHeader h1{
	}
}
/*画面375以上*/
@media only screen and (max-width: 375px) {
	.TckHeader h1{
	}
	.TckHeader .Urgent{
	}
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
.about_header{
	position: relative;
	text-align: center;
	width: 100%;
	height: 33.3vw;
	background-color: #000;
	background: url(../img/tck/tck_ai_yoso/tck_about_header_bg_sp.png?22222);
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center;/*-12% 50%
	text-indent: -50000%;
}
*/
/*-----------------------------
お知らせ
-----------------------------*/
#RaceInformation{
	position: relative;
	z-index: 1;
	padding: 0 7px 10px;
	background-color: #050505;
}
.RaceInformationTickerBox{
	margin:0;
	border: solid 4px #67ab3a;
	background: #f3fff3;
	border-radius: 4px;
	padding-left: 0;
	height: auto;
	min-height: 55px;
	padding: 9px 10px;
}
.RaceInformationTickerBox #NewsTickerList {
	height: auto;
}
.RaceInformationTickerBox .tickercontainer {
	height: auto;
}
.RaceInformationTickerBox #NewsTickerList p {
	display: block;
	white-space: normal;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 700;
	transform: inherit;
	padding: 0;
}

@media only screen and (min-width: 769px) {
	.RaceInformationTickerBox{
		max-width:920px;
		margin:auto;
    	min-height: auto;
		height: 44px;
		padding: 0 0 0 10px;
		border-radius: 10px;
	}
	.RaceInformationTickerBox #NewsTickerList p {
    	line-height: 36px;
		font-size: 14px;
		font-weight: 700;
	}
}

/*-----------------------------
メインビジュアル
-----------------------------*/
.tck_ai_yoso_yoso_list_header{
	position: relative;
	width:100%;
	text-align: center;
	margin-bottom:23px;
}
.tck_ai_yoso_yoso_list_header .MV{
	background:#000c68;
	background-image: -moz-linear-gradient( 0deg, #103205 0%, #1c5808 100%);
	background-image: -webkit-linear-gradient( 0deg, #103205 0%, #1c5808 100%);
	background-image: -ms-linear-gradient( 0deg, #103205 0%, #1c5808 100%);
}
.tck_ai_yoso_yoso_list_header .sp_view{
	display: inline-block;
	width:100%;
}
.tck_ai_yoso_yoso_list_header .pc_view{
	display: none;
}
.tck_ai_yoso_yoso_list_header a{
	display:block;
	width:335px;
	height: 55px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -23px;
	margin:auto;
}
.tck_ai_yoso_yoso_list_header a img{
	width:100%;
}
@media only screen and (min-width: 1025px) {
	.tck_ai_yoso_yoso_list_header{
		margin-bottom: 75px;
	}
	.tck_ai_yoso_yoso_list_header .sp_view{
		display: none;
	}
	.tck_ai_yoso_yoso_list_header .pc_view{
		display: inline-block;
		max-width: 100%;
	}
	.tck_ai_yoso_yoso_list_header a{
		width:520px;
		height: 90px;
		bottom: -45px;
	}

}

/*-----------------------------
予想一覧
-----------------------------*/
.Title_Sec {
	background: transparent;
}
.Title_Sec h2{
	position: relative;
	width:100%;
	color:#000000;
	font-size: 100%;
	text-align:center;
	border-left: none;
}
.Title_Sec h2:before,
.Title_Sec h2:after{
	position: absolute;
	content:"";
	display: block;
	width:30%;
	height: 2px;
	top:11px;
	left:5%;
	background-color:#000000;
}
.Title_Sec h2:after{
	left:auto;
	right:5%;
}
.notice_text {
	text-align: center;
	margin: -16px auto 25px;
	color: #145b13;
	font-size: 14px;
	font-weight: 700;
}
.notice_text span {
	color: #67ab3a;
}
/*  ナビゲーション */
[dir='rtl'] .slick-slide{
	float: none;
}
.slick-initialized .slick-slide{
	display: inline-block;
}
.RaceDayWrap_Inner{
	background-color: #eeeeee;
	border:none;
	border-bottom: 1px solid #1c580d;
}
.Tab_RaceDaySelect{
	padding: 0 140px;
}
.Tab_RaceDaySelect ul{
	display: flex;
}
.Tab_RaceDaySelect ul li{
	display: block;
}
.Tab_RaceDaySelect ul li a, 
.Tab_RaceDaySelect ul li span.No_Link{
	color:#000000;
	height: 50px;
	padding-top: 18px;	
}
.Tab_RaceDaySelect ul .Tab_Active,
.Tab_RaceDaySelect ul .Tab_Active::after{
	color:#fff;
	background-color: #1c580d;
}
.Tab_RaceDaySelect ul li a.Tab_Active .Sat,
.Tab_RaceDaySelect ul li a.Tab_Active .Sun {
	color: #fff;
}
.Tab_RaceDaySelect ul .Tab_Active{
	padding-top: 18px;	
}
.RaceDay_Slide .slick-arrow{
	padding:0;
	width: 140px;
}
.slick-prev:before,
.slick-next:before{
	border:none;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	border-radius: 30px;
	background-color: #000;
}
.slick-disabled:before,
.slick-disabled:hover:before{
	opacity: .5;
}
.RaceDay_Slide .slick-arrow::after,
.slick-prev:after,
.slick-next:after{
	position: absolute;
	border-color: #fff;
	top: 0;
	bottom: 0;
	margin:auto;
}
.slick-prev:after{
	right:-5px !important;
	left:0;
}
.slick-next:after{
	left:-5px;
	right:0;
}
/*  予想一覧 */
#goods_list_main{
	min-height: 540px;
}
.GensenYosoList ul li{
	border:none;
}
.GensenYosoList ul li + div{
	margin-top: 9px;
}
.GensenYosoList ul li.RaceDayLine{
	font-size: 100%;
	padding-left: 1.8em;
	background: url(../img/tck/tck_ai_yoso/icon_yoso_list_date.png?20190404) no-repeat;
	background-size: 24px 24px;
	background-position: 2px 6px;
	padding-bottom: 8px;
}
.GensenYosoList ul li[class^="Hit"]{
	border:none;
}
.GensenYosoList .StateArea{
	background-color: #dbdbdb;
}
.GensenYosoList ul li[class^="Hit"] .StateArea{
	background-color: #f9d3e6;
}
.Icon_Sprite_Sp_Yoso{
	background: url(../img/tck/tck_ai_yoso/icon_sprite_sp_yoso.png?20190404) no-repeat;
	-webkit-background-size: 164px 400px;
	-moz-background-size: 164px 400px;
	background-size: 164px 400px;
}
.IconGensen01 {background-position: -3px -33px;}
.IconGensen02 {background-position: -3px -64px;}
.IconState01 {background-position: -128px -32px;}
.IconState02 {background-position: -97px -1px;}

.IconKenkai01 {width:24px;height:25px;background-position: -4px -252px;}
.IconGood01 {width:25px;height:25px;background-position: -35px -221px;}
.IconGood02 {width:20px;height:20px;background-position: -6px -224px;}


.GensenYosoList .Inner{
	padding-top:4px;
	background-color: #efefef;
}
.GensenYosoList ul li[class^="Hit"] .Inner{
	background-color: #fde1f1;
}
.GensenYosoList .Result{
	border:none;
	background-color: transparent;
}
.GensenYosoList .BtnArea{
	background-color: transparent;
	text-align: center;
}
.StateBtn{
	position: relative;
	width:265px;
	max-width: 100%;
	height: 86px;
	line-height: 86px;
	padding-top:0;
	font-size:100%;
	display: inline-block;
}
.StateBtn:after{
	position: absolute;
	top:0;
	bottom: 0;
	right: 15px;
	margin:auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 1px;
	background: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.StateBtn.State2 .Txt{
	font-size:94.44%;
}
.StateBtn.State1 {
	color: #fff;
	background-color: #e3b749;
}
.StateBtn.State2 {
	color: #fff;
	background: #2d2d2d;
}
.StateBtn.State3 {
	background: #dA4343;
	color: #fff;
}
.DummyBaken{
	width:267px;
	height: 91px;
	background: url(../img/tck/tck_ai_yoso/baken_bg.png?20190404) no-repeat;
	background-size: 267px 91px;
}
.DummyBaken .LeftSection{
	opacity: 0;
}
.DummyBaken .RightSection > p{
	font-size:77.78%;
	line-height: 1.4;
}
.GensenYosoList ul li[class^="Hit"] .Result .DummyBaken:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 8px;
	width:72px;
	height: 72px;
}
.GensenYosoList ul li.Hit_lv1 .Result .DummyBaken:after{
	background: url(../img/tck/tck_ai_yoso/hit01.png) no-repeat;
	background-size: contain;
}
.GensenYosoList ul li.Hit_lv2 .Result .DummyBaken:after{
	background: url(../img/tck/tck_ai_yoso/hit02.png) no-repeat;
	background-size: contain;
}
.GensenYosoList ul li.Hit_lv3 .Result .DummyBaken:after{
	background: url(../img/tck/tck_ai_yoso/hit03.png) no-repeat;
	background-size: contain;
}
@media only screen and (min-width: 1025px) {
	.Title_Sec{
		margin: 21px 0px 21px;
	}
	.Title_Sec h2:before,
	.Title_Sec h2:after{
		content:"";
		width:40%;
		left:0;
	}
	.Title_Sec h2:after{
		left:auto;
		right:0;
	}
	.AI_RaceNameBoxWrap{
		padding: 16px 16px 20px 8px !important;
		border-bottom: 1px solid #dbdbdb;
	}
	li[class^="Hit"] .AI_RaceNameBoxWrap{
		border-bottom: 1px solid #f9d3e6;
	}
	.AI_RaceNameBoxWrap .RaceList_Item02 dl .Race_Name{
		float:left;
	}
	.AI_RaceNameBoxWrap .RaceList_Item02 dl .Race_Data{
		float: right;
		height: 25px;
		line-height: 25px;
	}
	.AI_RaceNameBoxWrap .RaceList_Item01 .Race_Num{
		height: 25px;
		padding: 8px 0px !important;
	}
	.notice_text {
		margin: 20px auto 28px;
		font-size: 19px;
	}
	.Tab_RaceDaySelect ul li {
	}
}

@media only screen and (max-width: 767px) {
	.Tab_RaceDaySelect{
		padding: 0 40px;
	}
	.RaceDay_Slide .slick-arrow{
		padding:0;
		width: 40px;
	}
	.RaceDayWrap_Inner{
		border:none;
	}

	.GensenYosoList ul li.RaceDayLine{
		font-size: 83.33%;
		padding-left: 1.5em;
		background-size: 16px 17px;
		background-position: 2px 7px;
		padding-bottom: 8px;
	}
	.GensenYosoList .Result .YosoDetailSec{
		display: block;
	}
	.GensenYosoList .Result .YosoDetailSec .DummyBakenWrap{
		display: block;
	}
	.GensenYosoList .BtnArea{
		display: block;
		padding: 12px 26px 6px 26px;
	}
	.StateBtn{
		line-height: 40px;
		height: 40px;
	}
}

.AI_RaceNameBoxWrap {
	position: relative;
	display: table;
	width: 100%;
	padding: 6px 16px 0px 8px;
}
.AI_RaceNameBoxWrap .RaceList_Item01,
.AI_RaceNameBoxWrap .RaceList_Item02 {
	display: table-cell;
	vertical-align: middle;
}
.AI_RaceNameBoxWrap .RaceList_Item01 {
	width: 50px;
}
.AI_RaceNameBoxWrap  .RaceList_Item01 .Race_Num {
	display: inline-block;
	width: 40px;
	padding: 12px 0;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	background-color: #3251bc;
	border-radius: 4px;
}
.AI_RaceNameBoxWrap  .RaceList_Item01 .Race_Num.Race_Fixed{
	background-color: #ed4947;
}
.AI_RaceNameBoxWrap  .RaceList_Item01 .Race_Num.Race_Next{
	position: relative;	
	background-color: #e6bd05;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.AI_RaceNameBoxWrap  .RaceList_Item01 .Race_Num.Race_Next:after{
    position: absolute;
    content: '';
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 8px;
    border-color: transparent transparent transparent #e6bd05;
    top: 0;
}
.AI_RaceNameBoxWrap .RaceList_Item02 dl .Race_Name {
	margin-bottom: 2px;
	color: #444;
	font-size: 1.1rem;
	font-weight: 700;
	overflow: hidden;
	height: 1.2em;
	line-height: 1.4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.AI_RaceNameBoxWrap .RaceList_Item02 dl .Race_Name .Icon_GradeType {
	margin-left: 2px;
}
.AI_RaceNameBoxWrap .RaceList_Item02 dl .Race_Data {
	position: relative;
	color: #777;
	font-size: 77.78%;
	font-weight: 700;
}
.AI_RaceNameBoxWrap .RaceList_Item02 dl .Race_Data > .Turf {
	color: #66bb6a;
}
.AI_RaceNameBoxWrap .RaceList_Item02 dl .Race_Data > .Dart {
	color: #874c11;
}
.AI_RaceNameBoxWrap .RaceList_Item02 dl .Race_Data .Weather_Area {
	position: relative;
	display: inline-block;
}
@media only screen and (min-width: 1025px) {
	.AI_RaceNameBoxWrap  .RaceList_Item01 .Race_Num.Race_Next:after{
	    position: absolute;
	    content: '';
	    right: -8px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 12.5px 0 12.5px 8px;
	    border-color: transparent transparent transparent #e6bd05;
	    top: 0;
	}
}


/*-- 印について --*/
.shirushi_info{
	margin:0 auto;
	width:90%;
	max-width: 700px;
	padding:15px;
	border:4px solid #dbdbdb;
}
.shirushi_info dl{
	font-size: 77.78%;
}
.shirushi_info dl dt{
	font-weight:bold;
	line-height: 1.4;
}
.shirushi_info dl dd{
	line-height: 1.4;
}
.shirushi_info .pc_view{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.shirushi_info dl dd{
		margin-top: 10px;
	}
}
@media only screen and (min-width: 1025px) {
	.shirushi_info{
		margin:27px auto 37px;
		padding:20px;
	}
	.shirushi_info dl dd br{
		display: none;
	}
	.shirushi_info .pc_view{
		display: inline-block;
	}	
}
/*=======================================
予想詳細
=======================================*/
body.Yoso_Detail .Main_Column {
	position: relative;
	z-index: 1;
	padding-bottom:68px;
	background-image: -moz-linear-gradient( 0deg, #103205 0%, #1c5808 100%);
	background-image: -webkit-linear-gradient( 0deg, #103205 0%, #1c5808 100%);
	background-image: -ms-linear-gradient( 0deg, #103205 0%, #1c5808 100%);
}
body.Yoso_Detail .Main_Column::after {
	background: url(../img/tck/tck_ai_yoso/ai_yoso_detail_bg_sp.png);
	background-repeat: repeat-x;
	background-size: contain;
	content: "";
	display: block;
	width: 100%;
    height: 348px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ai_yoso_detail{
}
.ai_yoso_detail_inner{
}
.ai_yoso_detail .Contents,
.ai_yoso_detail .Main_Column{
	margin-top: 0 !important;
	background-color:transparent;
}
.ai_yoso_detail_title h2{
	position: relative;
	width:100%;
	color:#fff;
	font-size: 111.11%;
	padding:11px 0 15px; 
	text-align:center;
	display: flex;
	align-items: center;
}
.ai_yoso_detail_title h2:before,
.ai_yoso_detail_title h2:after{
	content:"";
	flex-grow: 1;
	height: 1px;
	display: block;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 38%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 38%,rgba(255,255,255,1) 100%);
}
.ai_yoso_detail_title h2:before {
	margin-right: 1em;
}
.ai_yoso_detail_title h2:after{
	margin-left: 1em;
	transform: rotate(180deg);
}
.ai_yoso_detail_title h2{
	position: relative;
}
.ai_yoso_detail_title h2 img{
	position: absolute;
	display: block;
	width: 74px;
	height: 11px;
	margin-bottom:2px;
	top: 3px;
}

.YosoDetailArea01 .RaceList_NameBox{
	margin-top:0;
	border:none;
}
.YosoDetailArea01 .RaceList_NameBox > .RaceNameBoxWrap{
	width:auto;
	margin: auto;
	padding: 0 0px 25px 20px;
}
.YosoDetailArea01 .RaceList_NameBox .RaceList_Item01 .Race_Num {
	background-color: #67ab3a;
	width: 45px;
	height: 45px;
	padding: 15px 0;
	font-size: 15px;
}
.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Name,
.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Data{
	color:#fff;
}
.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Name {
	font-size: 25px;
	margin-bottom: 5px;
}
.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Data {
	font-size: 12px;
}
.YosoDetailArea01 .YosoDetailTableWrap{
	padding:0 20px;
}
table.YosoShirushiTable01 caption, 
table.YosoKaimeTable01 caption, 
table.YosoRefundTable01 caption,
.RaceResultBox .RaceResultTitle{
	color:#fff;
	font-size:83.33%;
	background-color: #000000;
	border:none;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding:0;
}
table.YosoShirushiTable01 tbody th{
	background-color: #fff;
}

.RaceResultTable .Header th{
	background-color: #dbdbdb;
	border-right: none;
	border-bottom: 1px solid #dbdbdb;
}
.RaceResultTable .Header th + th{
	border-left: 1px solid #ffffff;
}
.RaceResultTable .List .ResultRank{
	background-color: #fff;
}
.YosoDetailArea01 .RaceResultBox{
	padding:0;
}

.yoso_detail_base_btn{
	width:100%;
	height: 46px;
	margin:25px auto 25px;
}
.YosoDetailArea01 .Result_Show_Btn{
	padding:15px;
	background-color: #fff;
}
a.yoso_detail_btn{
	position: relative;
	display: block;
	width:100%;
	max-width: 400px;
	height: 46px;
	line-height: 46px;
	margin:auto;
	background-color: #000;
	color:#fff;
	font-size:94.44%;
	font-weight: bold;
	text-align: center;
	border-radius:4px;
}
@media only screen and (min-width: 1025px) {
	body.Yoso_Detail .Main_Column {
	}
	body.Yoso_Detail .Main_Column::after {
		background: url(../img/tck/tck_ai_yoso/ai_yoso_detail_bg_pc.png);
		background-repeat: repeat-x;
		background-size: contain;
		height: 700px;
	}
	.YosoDetailArea01 .Result_Show_Btn{
		padding: 15px 15px 40px;
		background-color: transparent;
		margin:0 20px; 
	}
}
a.yoso_detail_btn:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 1px;
	background: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*-- ニュース--*/
.AiYoso_News {
	width:332px;
    max-width: 100%;
	padding-top:10px;
	margin:0 auto 40px;
	text-align:center;
}
.AiYoso_News img.news_title{
	width:189px;
	margin-bottom: 22px;
}
.AiYoso_News ul{
	padding:0 9px;
}
.AiYoso_News ul li{
	position: relative;
	text-align: left;
}
.AiYoso_News ul li + li{
	margin-top: 4px;
}
.AiYoso_News ul li a{
	display: block;
	position: relative;
	background: #051e77; /* Old browsers */
	background: linear-gradient(to right, #051e77 0%,#0f50a8 100%);
}
.AiYoso_News ul li a span{
	display: block;
	color: #fff;
	height: 24px;
	line-height: 24px;
	padding:0 9px;
	font-size:77.78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.AiYoso_News ul li a:before{
	position: absolute;
	content:'';
	display: block;
	width: 0;
	height: 0;
	top:0;
	right: -9px;
	border-style: solid;
	border-width: 0px 0px 24px 9px;
	border-color: transparent transparent transparent #0f4fa8;
}
.AiYoso_News ul li a:after{
	position: absolute;
	content:'';
	display: block;
	width: 0;
	height: 0;
	top:0;
	left: -9px;
	border-style: solid;
	border-width:24px 9px 0px 0;
	border-color: transparent #051e77 transparent transparent;
}
.AiYoso_News ul li a span{
	color: #fff !important;
}
/*-- 広告が勝手に入れるやつ  --*/
.AiYoso_News ul li a img,
.AiYoso_News ul li a br{
	display: none !important;
}

@media only screen and (min-width: 1025px) {
	.AiYoso_News {
		width:619px;
		padding-top:30px;
		margin:0 auto 40px;
	}
	.AiYoso_News img.news_title{
		width:300px;
	}
	.AiYoso_News ul{
		padding:0 18px;
	}

	.AiYoso_News ul li a{
		background: #051e77; /* Old browsers */
		background: linear-gradient(to right, #051e77 0%,#0f50a8 100%);
	}
	.AiYoso_News ul li a span{
		font-size:100%;
		line-height: 30px;
		height: 30px;
		padding:0 19px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-text-overflow: ellipsis;
	    -o-text-overflow: ellipsis;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	}
	.AiYoso_News ul li a:before{
		position: absolute;
		content:'';
		display: block;
		width: 0;
		height: 0;
		top:0;
		right: -12px;
		border-style: solid;
		border-width: 0px 0 30px 12px;
		border-color: transparent transparent transparent #0f4fa8;
	}
	.AiYoso_News ul li a:after{
		position: absolute;
		content:'';
		display: block;
		width: 0;
		height: 0;
		top:0;
		left: -12px;
		border-style: solid;
		border-width: 30px 12px 0px 0;
		border-color: transparent #051e77 transparent transparent;
	}

	.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Data{
		font-size: 17px;
	}
}
/*-- 見解--*/
.YosoDetailKenkai{
	padding-bottom: 10px;
	margin:50px 0 0;
	background: #fff;
}
.YosoDetailKenkai .ai_yoso_detail_title{
	background-color: #67ab3a;
	background-repeat: no-repeat;
	background-size: cover;
}
.YosoDetailKenkai .ai_yoso_detail_title h2 {
	padding: 22px 0 23px;
}
.YosoKenkaiTxtBox{
	padding:25px 20px;
	background-color: transparent;
	font-size:77.78%;
}

.YosoKenkaiTxtBox h2.YosoKenkaiTitle{
	margin-bottom: 0;
	padding-bottom:22px;
}
.YosoKenkaiTitle:empty{
	display: none;
}
/*--  下部バナー　--*/
.YosoDetailKenkai .about_link{
	text-align:center;
	background-color: #fff;
}
.YosoDetailKenkai .about_link a{
	display: inline-block;
}
.YosoDetailKenkai .about_link.sp_view{
	padding-top:40px;
	padding-bottom: 30px;
}
.YosoDetailKenkai .about_link.pc_view{
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #fff;

}
.YosoDetailKenkai .about_link.sp_view img{
	width: 334px;
}
@media only screen and (min-width: 1025px) {
	.YosoDetailKenkai {
		background: transparent;
	}
	.ai_yoso_detail_inner{
		background-size: 100%;
	}
	.ai_yoso_detail_title h2{
		font-size:133.33%;
		height: 84px;
		padding: 0;
		line-height: 84px;
	}
	.ai_yoso_detail_title h2 img{
		top: 14px;
		width: 101px;
		height: 15px;
		margin-bottom:4px;
	}
	.YosoDetailArea01 .RaceList_NameBox > .RaceNameBoxWrap{
		padding: 0 20px 25px 38px;
	}
	.YosoDetailArea01 .RaceList_NameBox .RaceList_Item01 .Race_Num{
		width:66px;
		height: 66px;
		padding: 0;
		line-height: 66px;
		margin-right:20px;
		border-radius: 10px;
		font-size: 20px;
	}
	.YosoDetailArea01 .RaceList_NameBox .RaceList_Item02 dl .Race_Name{
		font-size:222.22%;
		margin-bottom: 5px;
	}
	.YosoDetailArea01 .YosoDetailTableWrap{
		padding:0;
	}
	.YosoDetailArea01 .Result_Show_Btn{
		margin:0;
	}
	.YosoKenkaiTxtBox{
		background: url(../img/tck/tck_ai_yoso/ai_yoso_detail_kenkai_bg.png?20190404);
	}
	.YosoDetailKenkai .ai_yoso_detail_title{
		height: 84px;
	}
}

/*=======================================
AI予想とは？
=======================================*/
/*
.about_header{
	position: relative;
	text-align: center;
	width: 100%;
	height: 160px;/*125px
	background-color: #000;
	background: url(../img/tck/tck_ai_yoso/tck_about_header_bg_sp.png?22222);
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center;/*-12% 50%
	text-indent: -50000%;
}
*/
.About_Header{
	width: 100%;
	height: 175px;
	background-color: #000;
}
.About_Header_inner {
	height: 175px;
	background: url(../img/tck/tck_ai_yoso/tck_about_header_bg_sp.png);
	background-size: contain;
	background-position:center;
	background-repeat: no-repeat;
	text-indent: -50000%;
}

.Contents.about{
	position: relative;
}
.Contents.about .notice img{
	width: 100%;
}
.Contents.about .notice.sp_view{
	position: absolute;
	width:164px;
	height: 42px;
	right: 10px;
	top:-19px;
}
.Contents.about .notice.pc_view{
	position: absolute;
	width:251px;
	height: 65px;
	right: 0px;
	top:-44px;
}

.about_main{
	padding: 0 20px 50px;
}
.about_main h2{
	padding:27px 0  28px;
	font-size: 94.44%;
	font-weight:bold;
}
.about_main p{
	font-size: 77.78%;
	line-height: 1.7;
}
.about_main p + p{
	margin-top: 30px;
}
.about_main p + h2{
	padding-top: 48px;
}

.about_main .result{
	width:100%;
	margin:20px 0 21px;
	padding: 15px 25px;
	background-color: #eaf5f8; 
}
.about_main .result h3{
	font-size:77.78%;
	line-height: 1.3;
	width:285px;
	max-width: 100%;
	margin:auto;
	text-align:center;
}

.about_main .result h3 .min,
.about_main .result p .min{
	font-size:61.11%;
    line-height: 1.3;
    display: inline-block;
}

.about_main .result p{
	margin-top: 20px;
}

.about_main .result table{
	width: 285px;
	max-width: 100%;
	margin: 11px auto 0;
}
.about_main .result table thead th{
	font-size: 77.78%;
	text-align: left;
	font-weight: normal;
	padding-bottom:6px;
}
.about_main .result table tbody tr td{
	font-size:77.78%;
	height: 20px;
	vertical-align: middle
}
.about_main .result table tbody tr td:first-child{
	width:80px;
	padding-left: 8px;
}
.about_main .result table tbody tr td:nth-child(even){
	width:25px;
	text-align:center;
}
/* PC */
@media only screen and (min-width: 1025px) {
	.about_main h2{
		font-size:133.33%;
	}
	.about_main p{
		font-size: 83.33%;
	}
	.about_main .result{
		max-width: 700px;
		margin:40px auto;
		padding: 40px 20px;
	}

	.about_main .result h3{
		font-size:144.44%;
		width:100%;
		text-align:center;
	}


	.about_main .result p{
		width: 550px;
    	margin:30px auto 0;
	}
	.about_main .result h3 .min,
	.about_main .result p .min {
	    font-size: 66.67%;
	    line-height: 1.3;
	    display: inline-block;
	    font-weight: normal;
	}
	.about_main .result table{
		margin: 11px 50px 0;
	}
	.about_main .result table tbody tr td{
		font-size:100%;
	}
	.about_main .result table tbody tr td{
		width:100px;
	}
	.About_Header{
		height: 200px;
	}
	.About_Header_inner {
		height: 200px;
		background: url(../img/tck/tck_ai_yoso/tck_about_header_bg_pc.png);
		background-repeat: no-repeat;
    background-position: center;
	}
	.TckHeader{
		width: 100%;
		height: 112px;
		background: #000c66;
	}
}
.bnr{
	background:#fff;
}
.bnr p{
	padding:0 20px 10px;
	font-size:77.78%;
}
.umai_bnr a{
	display: block;
}
.umai_bnr img{
	width:100%;
	margin-top:10px;
}
.umai_bnr.pc_view{
	width:920px;
}
.umai_bnr.sp_view{
	width: 100%;
}
/*-----------------------------
開発者
-----------------------------*/

.about_developer{
	padding:18px 20px 40px;
	margin-top:40px;
	margin-bottom:20px;
	background: url(../img/tck/tck_ai_yoso/ai_yoso_detail_kenkai_bg.png?20190404);	
}
.about_developer h2{
	text-align:center;
}
.about_developer h2 img{
	width:152px;
}
.about_developer h3{
	position: relative;
	width:100%;
	color:#000;
	font-size: 111.11%;
	padding:16px 0 16px; 
	text-align:center;
	display: flex;
	align-items: center;
}
.about_developer h3:before,
.about_developer h3:after{
	content:"";
	flex-grow: 1;
	height: 2px;
	display: block;
	background: #000;
}
.about_developer h3:before {
	margin-right: 1em;
}
.about_developer h3:after{
	margin-left: 1em;
}
.about_developer .developer + .developer {
	margin-top: 40px;
}
.about_developer .dev_head{
	display: table;
	width:100%;
	margin:20px 0;
}
.about_developer .dev_head .dev_img{
	display: table-cell;
	width: 115px;
	height: 115px;
	vertical-align: middle;
}
.about_developer .dev_head .dev_img img{
	width:100%;
}
.about_developer .dev_head .dev_name{
	display: table-cell;
	height: 115px;
	vertical-align: middle;
	padding-left:15px;
}
.about_developer .dev_head .dev_name p.name{
	font-size:100%;
	font-weight:bold;
	padding-bottom:14px;
}
.about_developer .dev_head .dev_name p.sub{
	font-size:66.67%;
}
.about_developer .dev_txt{
	font-size:66.67%;
	line-height: 1.8;
}
.return_btn{
	/* margin-bottom: 80px; */
	padding:0 20px;
}
/* PC */
@media only screen and (min-width: 1025px) {
	.about_developer h2 img{
		width:238px;
	}
	.about_developer h3{
		font-size:166.67%;
	}
	.about_developer .dev_head .dev_img{
		width:150px;
		height: 150px;
		vertical-align: top;
	}
	.about_developer .dev_head .dev_name{
		vertical-align: top;
		padding-left:30px;
		padding-top:4px;
	}
	.about_developer .dev_head .dev_name p.name{
		display: inline-block;
		font-size:133.33%;
		font-weight:bold;
		margin-right: 15px;
		padding-bottom:14px;
	}
	.about_developer .dev_head .dev_name p.sub{
		display: inline-block;
		font-size:83.33%;
	}
	.about_developer .dev_txt{
		font-size:83.33%;
	}
	.about_developer .developer + .developer {
		margin-top: 60px;
	}
	.return_btn{
		margin-bottom: 55px;
	}
}


/*AI予想お楽しみガイド*/
.guide_lead {
	margin-right: 18px;
}
.guide_lead img {
	max-width: 90%;
	width: 212px;
	margin: 10px auto 0;
}
.guide_bnr {
	width: 334px;
	margin: -3px auto 0;
	display: block;
}
.guide_bnr img {
	width: 100%;
}
.guide {
	background: url(../img/tck/tck_ai_yoso/guide_bk_sp.png) no-repeat;
	background-size: 70%;
    background-position: 100% 30%;
}
.guide_inner {
	margin: 3px auto 15px;
	display: none;
}
.guide_title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #273c25;
	text-align: center;
	letter-spacing: .1rem;
}
.guide_title img{
	margin: 0 auto;
	max-width: 93%;
}
.profile_inner {
	position: relative;
	content: '';
	max-width: 347px;
	margin: 0 auto 20px;
}
.profile_inner img {
	width: 100%;
}
.recommended_img {
	margin: 5px auto 44px;
	width: 88.66%;
}
.utilization_inner {
	background: url(../img/tck/tck_ai_yoso/utilization_bk_sp.png?20250620) no-repeat;
	background-size: contain;
	width: 349px;
	height: 1082px;
	margin: 0 auto 18px;
}
.utilization_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 6px;
}
.utilization {
	position: relative;
	margin-bottom: 36px;
	padding: 15px;
	background:#d8f6c7;
	width: 85%;
	box-sizing: border-box;
	height: 183px;
	border-radius: 10px;
}

.utilization:first-of-type{
	margin-top: 109px;
	height: 203px;
}
.utilization:nth-of-type(2){
	height: 170px;
}
.utilization:last-of-type{
	margin-bottom: 0;
	height: 200px;
}
.utilization img{
	position: absolute;
	top: -10%;
	left: 50%;
	transform:translateX(-50%);
	margin-left: -4px;
}
.utilization_text_inner {
	margin-top: 68px;
	font-size: 16px;
	color: #273c25;
}
.utilization_title {
	font-weight: 700;
	margin-top: 74px;
	margin-bottom: 10px;
}
.utilization_title_img {
	width: 90%;
	margin: 0 auto;
}
.utilization_text {
	line-height: 1.41;
}
.tendency {
	background: url(../img/tck/tck_ai_yoso/tendency_bk_sp.png) no-repeat;
	background-size: contain;
	width: 349px;
	height: 835px;
	margin: 0 auto -7px;
	padding:156px 0 0 8px;
}
.tendency_list {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tendency_item {
	margin-top: 10px;
	margin-bottom: 36px;
	padding: 15px 20px;
	background: #d8f6c7;
	border-radius: 10px;
	width: 85%;
	height:257.5px;
	box-sizing: border-box;
	position: relative;
}
.tendency_item:last-of-type {
	margin-bottom: 0;
}
.tendency_head {
	font-size: 14px;
	color: #273c25;
	text-align: left;
	line-height: 1.392085;
	font-feature-settings: "palt";
}
.tendency_head::after {
	content: '';
	display: block;
	width: 100%;
	aspect-ratio: 516 / 12;
	background: url("../img/tck/tck_ai_yoso/dot-border.png") repeat center left / 100% auto;
	margin-top: 12px;
}
.tendency_head img {
	width: calc(100% + 26px);
	margin-left: -13px;
	margin-top: -16%;
	margin-bottom: 5px;
}
.tendency_head img.title02 {
	width: 100%;
}
.tendency_table {
	margin-top: 8px;
}
.tendency_table th ,
.tendency_table td {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding:4px 0;
	color:#273c25;
}
.tendency_table th {
	padding-right: 10px;
}
.tendency .asterisk {
}
.strategy_item_inner {
	position: relative;
	content: '';
	background: url(../img/tck/tck_ai_yoso/strategy_item_bk_sp.png) no-repeat;
	background-size: contain;
	width: 355px;
    height: 552px;
	margin: 0 auto 23px;
}
.stamp_inner {
	display: flex;
	flex-wrap: wrap;
	width: 83%;
	margin: 0 auto;
}
.stamp {
	display: flex;
	margin-top: 130px;
}
.stamp .stamp01 {
	width: 60px;
}
.stamp:last-of-type{
	margin-top: 10px;
}
.stamp_text_inner {
	margin-top: 10px;
	margin-left: 10px;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #273c25;
	text-align: left;
}
.stamp_text_inner p{
	line-height: 1.5;
}
.stamp_text {
	margin-bottom: 33px;
}
.stamp_text02{
	margin-bottom: 23px;
}
.stamp_text:last-of-type {
	margin-bottom: 0;
}
.stamp_img {
	margin-left: 17px;
  	margin-top: 3px;
	margin-right: 17px;
}


.stamp_box .stamp_img {
	width: 100%;
	margin: 0 auto 30px;
    padding: 0 10px;
}

.open {
	width: 334px;
	height: 10px;
	margin: 0 auto 7px;
	box-sizing: border-box;
	border-left: solid 2px #1b5610;
	border-right: solid 2px #1b5610;
	border-top: solid 2px #1b5610;
}
.close {
	position: relative;
	width: 334px;
	height: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	border-left: solid 2px #1b5610;
	border-right: solid 2px #1b5610;
	border-bottom: solid 2px #1b5610;    
	box-shadow: 0px -4px 5px -2px #ccc inset;
}
.close a{
	display: block;
	width: 111px;
	height: 26px;
	position: absolute;
	right: 12px;
	top: -89%;
}
.close_link{
	width: 111px;
	height: 26px;
}
.mainrace_bnr {
	width: 334px;
	display: block;
	margin: 38px auto -8px;
}
.mainrace_bnr img{
	width: 100%;
}
.dialogue_bnr {
	width: 334px;
	display: block;
	margin: 0 auto 15px;
}
.dialogue_bnr img{
	width: 100%;
}
.history_bnr {
	width: 334px;
	display: block;
	margin: 0 auto 49px;
}
.history_bnr img{
	width: 100%;
}

.asterisk {
	/* position: absolute;
	bottom: 12%;
	left: 6%; */
	font-size: 16px;
	color: #273c25;
	font-feature-settings: "palt";
	padding: 13px 37px 31px;
	line-height: 1.5;
}

/* PC */
@media only screen and (min-width: 1025px) {
	.guide {
		background: url(../img/tck/tck_ai_yoso/guide_bk_pc.png) no-repeat;
		background-size: auto;
		background-position: 100% 2%;
	}
	.guide_lead {
		margin-right: 0;
	}
	.guide_lead img {
		width: 690px;
		margin-top: 40px;
	}
	.guide_bnr {
		width: 920px;
		margin: 5px auto 0;
	}
	.guide_bnr:hover{
		opacity: 0.7;
	}
	.guide_inner {
		/* max-width: 920px; */
		margin: 4px auto 58px;
	}
	.open,
	.recommended_img,
	.utilization_inner,
	.tendency,
	.strategy_item_inner,
	.close {
		max-width: 920px;
	}

	.guide_title {
		margin-bottom: 20px;
		font-size: 33px;
		letter-spacing: .2rem;
	}
	.guide_title img {
		max-width: inherit;
	}
	.profile_inner {
		max-width: 1050px;
		position: relative;
        left: 80px;
	}
	.profile_text {
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","arial","Meiryo UI";
		font-size: 15px;
		line-height: 1.66;
		transform: rotate(
			-2deg
			);
		bottom: 21%;
		right: 31%;
		max-width: 540px;
		letter-spacing: 0.08em;
	}

	.recommended_img {
		width: 96.522%;
		margin: 0 auto 10px;
	}
	.utilization_inner {
		position: relative;
		padding-top: 162px;
		margin-bottom: 22px;
		background: url(../img/tck/tck_ai_yoso/utilization_bk_pc.png?20250620) no-repeat;
		width: 916px;
		height: 681px;
	}
	.utilization,
	.utilization:first-of-type,
	.utilization:nth-of-type(2),
	.utilization:last-of-type {
		height: 190px;
	}

	.utilization_list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: normal;
		gap:40px 18px;
		margin: 0;
	}
	.description {
		position: absolute;
		right: 7%;
		top: 4.5%;
		font-size: 18px;
		font-weight: 700;
		text-align: left;
		color: #444;
		line-height: 1.5;
		font-feature-settings: "palt";
	}
	.description span{
		font-size: 22px;
		color: #67ab40;
	}
	.asterisk {
    position: absolute;
    bottom: 8%;
    left: 7%;
    font-size: 17px;
    color: #273c25;
    font-feature-settings: "palt";
    padding: 0;
    line-height: 1.5;
	}
	.utilization {
		padding: 15px 20px;
		width: 380px;
		height: 189px;
		margin-bottom: 0;
	}
	.utilization:nth-of-type(even) {
		width: 390px;
	}
	.utilization:first-of-type{
		margin-top: 0;
		margin-right: 0;
	}
	.utilization:last-of-type{
		margin-right: 0;
	}
	.utilization img{
		top:-13%;
	}
	.utilization_text_inner {
		margin-top: 85px;
		font-size: 17px;
		line-height: 1.41;
		text-align: left;
	}
	.utilization_text {
		letter-spacing: -0.025em;
	}
	.utilization_title {
		margin-bottom: 7px;
	}
	.tendency {
		position: relative;
		padding-top: 162px;
		margin-bottom: 18px;
		background: url(../img/tck/tck_ai_yoso/tendency_bk_pc.png) no-repeat;
		width: 916px;
		height: 839px;
	}
	.tendency_item {
		margin-left: -10px;
		margin-bottom: 40px;
	}
	.tendency_head {
		font-size: 17px;
	}
	.tendency_head::after {
		aspect-ratio: 756 / 6;
		background: url("../img/tck/tck_ai_yoso/dot-border_long.png") repeat center left / 100% auto;
	}
	.tendency_head img {
		margin-top: -6.7%;
		margin-bottom: 5px;
	}
	.tendency_head img.title01 {
		max-width: 726px;
	}
	.tendency_head img.title02 {
		max-width: 498px;
	}
	.tendency_table th ,
	.tendency_table td {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.tendency_table th {
		padding-right:30px;
	}
	.tendency .asterisk {
		left: 8%;
		bottom:6.8%;
	}
	.strategy_item_inner {
		margin-bottom: 60px;
		background: url(../img/tck/tck_ai_yoso/strategy_item_bk_pc.png) no-repeat;
		width: 908px;
		height: 427px;
	}
	.stamp_inner {
		justify-content: space-between;
		width: 713px;
	}
	.stamp {
		margin-top: 151px;
	}
	.stamp .stamp01 {
		width: auto;
	}
	.stamp:last-of-type {
		margin-top: 151px;
	}
	.stamp_text_inner {
		margin-top: 3px;
		margin-left: 27px;
		width: 238px;
		font-size: 17px;
		line-height: 1.41;
	}
	.stamp_text {
		margin-bottom: 29px;
	}
	.stamp_img {
		margin-top: 4px;
		margin-right: 10px;
	}

	.stamp_box .stamp_img {
		width: 908px;
		margin-bottom: 50px;
	}

	.open {
		margin-bottom: 12px;
		width: 100%;
		height: 20px;
		box-sizing: border-box;
		border-left: solid 4px #1b5610;
		border-right: solid 4px #1b5610;
		border-top: solid 4px #1b5610;
	}
	.close {
		width: 100%;
		height: 20px;
		border-left: solid 4px #1b5610;
		border-right: solid 4px #1b5610;
		border-bottom: solid 4px #1b5610;
		box-shadow: none;
	}
	.close a{
		width: 221px;
		height: 55px;
		right: 24px;
		top: -66%;
	}
	.close_link{
		width: 221px;
		height: 55px;
	}
	.mainrace_bnr {
		width: 920px;
		margin: 3px auto -20px;
	}
	.mainrace_bnr:hover{
		opacity: 0.7;
	}

	.dialogue_bnr {
		width: 920px;
		margin: 0 auto 36px;
	}
	.history_bnr {
		width: 920px;
		margin: 0 auto 90px;
	}
}




