body {
/*	font-size: 12px;*/
	line-height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
}
#replay {width:1030px;}
#replay_final {width: 1030px;}
#left{float: left;width: 550px;}
#right {
	float: right;
	width: 467px;
}
#btn {
	height: 20px;
	width: 467px;
	margin-bottom: 5px;
}
#replay #btn {
  	margin-bottom: 56px;
}
#btn a.return {
	height: 20px;
	background-image: url(../images/rep_return.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	width: 100px;
	float: left;
}
#btn a.prev {
	height: 20px;
	background-image: url(../images/rep_prev.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	width: 40px;
	float: right;
}
#btn a.return:hover {
	background-position: -100px 0px;
}
#btn a.prev:hover {
	background-position: -40px 0px;
}

#rep_list .rep {
	height: 46px;
	margin-bottom: 5px;
	background: url(../images/kyogi_dot2.gif);
	color: #FFF;
	width: 467px;
	margin-bottom: 5px;
	clear: both;
}
#rep_list .rep.new {
	background: #0974ED;
	margin-bottom: 15px;
}
.rep_day {
	height: 46px;
	float: left;
	width: 98px;
	text-align: center;
	padding-top: 5px;
}
.rep_day .date {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
/*	padding-top: 8px;*/
}
.rep_day .day {
	height: 16px;
	background-image: url(../images/rep_day.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	line-height: 16px;
}

.race {
	padding-top: 8px;
}
.race li {
	float: left;
	width: 28px;
	margin-right: 1px;
	height: 30px;
	margin-left: 1px;
	border-radius: 3px;
	overflow: hidden;
}
.race li a {
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	display: block;
}
.race li a:hover {
}
.race li a.selected {
	background-position: bottom;
}
.race li#r1 a {background: url(../images/rep1.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r2 a {background: url(../images/rep2.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r3 a {background: url(../images/rep3.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r4 a {background: url(../images/rep4.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r5 a {background: url(../images/rep5.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r6 a {background: url(../images/rep6.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r7 a {background: url(../images/rep7.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r8 a {background: url(../images/rep8.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r9 a {background: url(../images/rep9.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r10 a {background: url(../images/rep10.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r11 a {background: url(../images/rep11.png),linear-gradient(#FFF,#B7BCC8);}
.race li#r12 a {background: url(../images/rep12.png),linear-gradient(#FFF,#B7BCC8);}

.race li#r1 a:hover {background: url(../images/rep1.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r2 a:hover {background: url(../images/rep2.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r3 a:hover {background: url(../images/rep3.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r4 a:hover {background: url(../images/rep4.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r5 a:hover {background: url(../images/rep5.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r6 a:hover {background: url(../images/rep6.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r7 a:hover {background: url(../images/rep7.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r8 a:hover {background: url(../images/rep8.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r9 a:hover {background: url(../images/rep9.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r10 a:hover {background: url(../images/rep10.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r11 a:hover {background: url(../images/rep11.png),linear-gradient(#B7BCC8,#FFF);}
.race li#r12 a:hover {background: url(../images/rep12.png),linear-gradient(#B7BCC8,#FFF);}

.race li#r1 a.selected {background: url(../images/rep1.png) bottom #FF0066;}
.race li#r2 a.selected {background: url(../images/rep2.png) bottom #FF0066;}
.race li#r3 a.selected {background: url(../images/rep3.png) bottom #FF0066;}
.race li#r4 a.selected {background: url(../images/rep4.png) bottom #FF0066;}
.race li#r5 a.selected {background: url(../images/rep5.png) bottom #FF0066;}
.race li#r6 a.selected {background: url(../images/rep6.png) bottom #FF0066;}
.race li#r7 a.selected {background: url(../images/rep7.png) bottom #FF0066;}
.race li#r8 a.selected {background: url(../images/rep8.png) bottom #FF0066;}
.race li#r9 a.selected {background: url(../images/rep9.png) bottom #FF0066;}
.race li#r10 a.selected {background: url(../images/rep10.png) bottom #FF0066;}
.race li#r11 a.selected {background: url(../images/rep11.png) bottom #FF0066;}
.race li#r12 a.selected {background: url(../images/rep12.png) bottom #FF0066;}

#rep_select {
	display: block;
	height: 46px;
	width: 467px;
	margin-bottom: 5px;
}
.rep_select {
	height: 46px;
	margin-bottom: 5px;
	background: url(../images/kyogi_dot2.gif);
	color: #FFF;
	width: 467px;
}
.rep_day {
	height: 46px;
	float: left;
	width: 98px;
	text-align: center;
}
#day_select {
	float: left;
	height: 36px;
	width: 80px;
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 5px;
}
#day_select .back, #day_select .next {
	height: 36px;
	width: 15px;
	background-repeat: no-repeat;
	background-position: 0px -72px;
	display: block;
}
#day_select .back {
	background-image: url(../images/rep_back.png);
	float: left;
}
#day_select .next {
	background-image: url(../images/rep_next.png);
	float: left;
}
#day_select .back a, #day_select .next a {
	height: 36px;
	width: 15px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
}
#day_select .back a {
	background-image: url(../images/rep_back.png);
	float: left;
}
#day_select .next a {
	background-image: url(../images/rep_next.png);
	float: left;
}
#day_select .back a:hover, #day_select .next a:hover {
	background-position: 0px -36px;
}
#day_select .day {
	height: 32px;
	width: 50px;
	font-size: 12px;
	line-height: 120%;
	float: left;
	text-align: center;
	padding-top: 4px;
	background-color: #4D5362;
}
#day_select .day span {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* ▼▼▼タブ▼▼▼ */
#tab_replay {
	width: 316px;
	padding-left: 151px;
}
#tab_replay li {
	float: left;
	width: 157px;
	margin-left: 1px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	font-size: 14px;
	color: #FFF;
	background: url(../images/kyogi_dot2.gif);
}
#tab_replay li.selected {
}
#tab_replay li.last {
	margin-right: 0px;
}
#tab_replay li.selected,
#tab_replay li:hover {
	background: #FF0066;
}
/*
#tab_replay li#tab01 {
	background-image: url(../images/r_tab_replay01.png);
}
#tab_replay li#tab02 {
	background-image: url(../images/r_tab_replay02.png);
}
*/
.cont_replay {
	/* [disabled]display: none; */
	width: 467px;
}
#tab_tenji {
	width: 316px;
	padding-left: 151px;
}
#tab_tenji li {
	float: left;
	width: 157px;
	margin-left: 1px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	font-size: 14px;
	color: #FFF;
	background: url(../images/kyogi_dot2.gif);
}
#tab_tenji li.selected {
}
#tab_tenji li.last {
	margin-right: 0px;
}
#tab_tenji li.selected,
#tab_tenji li:hover {
	background: #FF0066;
}
/*
#tab_tenji li#tab01 {
	background-image: url(../images/r_tab_tenji01.png);
}
#tab_tenji li#tab02 {
	background-image: url(../images/r_tab_tenji02.png);
}
*/
.cont_tenji {
	display: none;
}

#weather {
	text-align: right;
	height: 15px;
	font-size: 12px;
	padding-top: 5px;
	background: url(../images/kyogi_dot.gif);
	background-color: #FFF;
	padding-right: 10px;
}

#rep_list {
	width: 467px;
	clear: both;
}
#rep_list dt {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 56px;
	width: 467px;
	cursor: pointer;
	margin-bottom: 5px;
}
#rep_list dt.plus {
	background-image: url(../images/rep_plus.png);
}
#rep_list dt.minus {
	background-image: url(../images/rep_minus.png);
}
#rep_list dt .date {
	height: 56px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 56px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
	padding-right: 10px;
	background-image: url(../images/rep_date.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#rep_list dt .name {
	height: 56px;
	width: 300px;
	float: left;
}
#rep_list dt .name td {
	height: 54px;
	width: 300px;
	font-size: 16px;
	line-height: 115%;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
/*	padding-left: 10px;*/
	padding-top: 2px;
}
#rep_list dd {
	display: none;
}
#rep_list dd .rep {
	width: 447px;
	margin-left: 20px;
/*	background-image: url(../images/rep_bg_s.png);*/
}
#rep_list dd .rep_day {
	width: 78px;
	padding-top: 5px;
}
#rep_list dt .title {
	height: 54px;
	width: 400px;
	float: left;
	font-size: 20px;
	line-height: 54px;
	color: #FFF;
	padding-top: 2px;
	font-weight: bold;
	padding-left: 20px;
}
#rep_list dt .title span {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.final_list {
	margin-bottom: 5px;
	width: 447px;
	margin-left: 20px;
}
.final_list li {
	height: 20px;
}
.final_list li a {
	background-image: url(../images/rep_final.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	height: 20px;
	display: block;
	width: 447px;
	color: #036;
	text-decoration: none;
	cursor: pointer;
}
.final_list li a:hover {
	background-position: 0px -20px;
	color: #FF4262;
}
.final_list li .date {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 80px;
	padding-left: 17px;
	float: left;
}
.final_list li .name {
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	width: 350px;
	float: left;
}


/* ▼▼▼ムービー▼▼▼ */
#movie {
	height: 350px;
	width: 550px;
	background: url(../images/kyogi_dot2.gif);
	padding-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}
#movie img{width: 100%;}
#movie_play {
	height: 350px;
	width: 100%;
	background: url(../images/kyogi_dot2.gif);
	padding-bottom: 20px;
	clear: both;
	margin-bottom: 5px;
}.fp-player{
	background: #000;}
#player{
/*
	height: 350px;
	width: 100%;
*/
	
margin: 0 auto;}
#rep_title {
	height: 50px;
	background: url(../images/kyogi_dot2.gif);
	color: #FFF;
}
#date {
	height: 42px;
	width: 80px;
	float: left;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/rep_tit_date.png);
}
#date div {
	float: none;
	font-size: 12px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 2px;
}
#date_fin {
	height: 45px;
	width: 80px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	background: url(../images/rep_tit_date.png);
		}
#date_fin span {
	font-size: 12px;
	line-height: 16px;
}
#title {
	height: 50px;
	width: 470px;
	float: left;
}
#title table {
	height: 50px;
	width: 470px;
}
#title td {
	height: 50px;
	text-align: center;
	vertical-align: middle;
}


#title .grade {
	width: 42px;
}
#title .name {
	width: 258px;
	font-size: 15px;
	line-height: 130%;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	height: 48px;
}
	#title .name.small {
		font-size:14px;
		line-height:110%;
	}
#title .race {
	width: 60px;
	font-size: 20px;
	padding-top: 2px;
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #50A0F0;
}
#replay #left a#help,
#replay_final #left a#help {
	background-image: url(../images/b_help.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 16px;
	width: 58px;
	text-indent: -9999px;
}
#replay #left a#help:hover
#replay_final #left a#help:hover {
	background-position: 0px -16px;
}

/* ▼▼▼リプレイ用に調整▼▼▼ */
.ta_kyogi td.class {
	width: 32px;
}
.ta_kyogi td.age {
	width: 32px;
}
.ta_kyogi td.F {
	width: 32px;
}
.ta_kyogi td.rate {
	width: 56px;
}
.ta_kyogi td.mo {
	width: 28px;
}
.ta_kyogi td.mo_rate {
	width: 55px;
}
.ta_kyogi td.bo {
	width: 28px;
}
.ta_kyogi td.bo_rate {
	width: 55px;
}




/* ▼▼▼緊急処置▼▼▼ */
a#caution {
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 6px;
}


