@charset "utf-8";
/*=====================================================================*/
/* RACEDATA PAGE */
/*=====================================================================*/

/* Reset CSS */
/*---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base CSS */
/*---------------------------------------------------------------------*/

/* ----- Text Style ----- */
body {
	font:12px/18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
}

a,a:visited {
	text-decoration:none;
	color:#333333;
}

a:hover,a:active {
	text-decoration:underline;
	color:#333333;
}

input {
	margin:0;
	padding:0;
}

/* ----- Margin and Padding ----- */
.idt_m2 { text-indent:-2em;}
.idt_m1 { text-indent:-1em;}
.idt_p1 { text-indent:1em;}
.idt_p2 { text-indent:2em;}

.pdg_1m { padding-left:1em;}
.pdg_2m { padding-left:2em;}
.pdg_3m { padding-left:3em;}

.mgn_t5 {margin-top:5px;}
.mgn_t10 {margin-top:10px;}
.mgn_t15 {margin-top:15px;}
.mgn_t20 {margin-top:20px;}
.mgn_t30 {margin-top:30px;}
.mgn_t40 {margin-top:40px;}
.mgn_t50 {margin-top:50px;}
.mgn_t60 {margin-top:60px;}

.mgn_b5 {margin-bottom:5px;}
.mgn_b10 {margin-bottom:10px;}
.mgn_b15 {margin-bottom:15px;}
.mgn_b20 {margin-bottom:20px;}
.mgn_b30 {margin-bottom:30px;}
.mgn_b40 {margin-bottom:40px;}
.mgn_b50 {margin-bottom:50px;}
.mgn_b60 {margin-bottom:60px;}

.mgn_l5 {margin-left:5px;}
.mgn_l10 {margin-left:10px;}
.mgn_l15 {margin-left:15px;}
.mgn_l20 {margin-left:20px;}
.mgn_l30 {margin-left:30px;}
.mgn_l40 {margin-left:40px;}
.mgn_l50 {margin-left:50px;}
.mgn_l60 {margin-left:60px;}

.mgn_r5 {margin-right:5px;}
.mgn_r10 {margin-right:10px;}
.mgn_r15 {margin-right:15px;}
.mgn_r20 {margin-right:20px;}
.mgn_r30 {margin-right:30px;}
.mgn_r40 {margin-right:40px;}
.mgn_r50 {margin-right:50px;}
.mgn_r60 {margin-right:60px;}

.pdg_t5 {padding-top:5px;}
.pdg_t10 {padding-top:10px;}
.pdg_t15 {padding-top:15px;}
.pdg_t20 {padding-top:20px;}
.pdg_t30 {padding-top:30px;}
.pdg_t40 {padding-top:40px;}
.pdg_t50 {padding-top:50px;}
.pdg_t60 {padding-top:60px;}

.pdg_b5 {padding-bottom:5px;}
.pdg_b10 {padding-bottom:10px;}
.pdg_b15 {padding-bottom:15px;}
.pdg_b20 {padding-bottom:20px;}
.pdg_b30 {padding-bottom:30px;}
.pdg_b40 {padding-bottom:40px;}
.pdg_b50 {padding-bottom:50px;}
.pdg_b60 {padding-bottom:60px;}

.pdg_l5 {padding-left:5px;}
.pdg_l10 {padding-left:10px;}
.pdg_l15 {padding-left:15px;}
.pdg_l20 {padding-left:20px;}
.pdg_l30 {padding-left:30px;}
.pdg_l40 {padding-left:40px;}
.pdg_l50 {padding-left:50px;}
.pdg_l60 {padding-left:60px;}

.pdg_r5 {padding-right:5px;}
.pdg_r10 {padding-right:10px;}
.pdg_r15 {padding-right:15px;}
.pdg_r20 {padding-right:20px;}
.pdg_r30 {padding-right:30px;}
.pdg_r40 {padding-right:40px;}
.pdg_r50 {padding-right:50px;}
.pdg_r60 {padding-right:60px;}

/* ----- Float and Text Align ----- */
.flt_l { float:left;}
.flt_r { float:right;}

.txt_aln_c { text-align:center;}
.txt_aln_r { text-align:right;}
.txt_aln_l { text-align:left;}

/* ----- Hidden and Clear Option ----- */
hr { display:none;}

.clear { clear:both;}
.hidden { visibility:hidden;}
.none { display: none;}

/* Layout CSS */
/*---------------------------------------------------------------------*/

/* ----- Outline ----- */
html,body {
	height:100%;
}

body {
	background:#ffffff;
}

#WRAPPER {
	min-height:100%;
	background:#ffffff url(../images/common/pc/bg_wrapper.gif) top repeat-x;
}

#HEADER {
	margin:0 0 5px;
	padding:8px 0 0;
	height:45px;
	background:url(../images/common/pc/bg_header.png) center top no-repeat;
}

#CONTAINER {
	width: 950px;
	margin: 0 auto;
	padding-bottom:111px;
}

#FOOTER {
	margin-top:-61px;
	height:61px;
	background:url(../images/common/pc/bg_footer.png) top repeat-x;
}

/* ----- Header ----- */
.header_inner {
	margin:0 auto;
	width:950px;
}

.logo { float:left;}

/* ----- Breadcrumbs ----- */
#BREADCRUMBS {
	margin:0 auto 3px;
	width:950px;
}

#BREADCRUMBS:after{
	content:" ";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

#BREADCRUMBS li {
	margin:0 5px 5px 0;
	padding:3px 3px 3px 16px;
	float:left;
	font-size:11px;
	line-height:1em;
	color:#666666;
	background:url(../images/common/pc/icon_breadcrumbs.png) 3px 6px no-repeat;
}

#BREADCRUMBS li.home {
	padding:3px 3px 3px 16px;
	background:#eeeeee url(../images/common/pc/icon_breadcrumbs_home.png) 3px 4px no-repeat;
	border-radius:3px;
	text-shadow:0px 1px 0px rgba(255,255,255,1);
}

#BREADCRUMBS li a {
	color:#3366cc;
	text-decoration:none;
}

#BREADCRUMBS li a:hover {
	color:#3366cc;
	text-decoration:underline;
}

/* ----- Page Title ----- */
#PAGETITLE {
	margin:0 auto 20px;
	padding:8px 0 0 10px;
	width:940px;
	height:32px;
	font-size:18px;
	line-height:1em;
	font-weight:bold;
	color:#cc0000;
	background:url(../images/common/pc/title_racedata.png) 0 0 no-repeat;
	text-shadow:0 2px 0 rgba(255,255,255,1);
}

/* ----- Footer ----- */
.footer_inner {
	margin:0 auto;
	padding:34px 0 0;
	width:950px;
	height:27px;
	text-align:center;
	position:relative;
}

.btn_top {
	position:absolute;
	top:0;
	left:827px;
}

.btn_top a {
	display:block;
	width:123px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/common/pc/btn_pagetop.png) 0 0 no-repeat;
}

.btn_top a:hover { background-position:0 -21px;}

.copyright {
	line-height:1em;
	color:#666666;
}

/* Contents CSS */
/*---------------------------------------------------------------------*/

/* ----- Racedata Index ----- */

/* Search */
.racedata_search {
	margin:0 auto 20px;
	width:900px;
	height:152px;
	background:url(../images/racedata/bg_search.png) 0 0 no-repeat;
}

.racedata_search dl {
	margin:0 auto 12px;
	padding:14px 0 0;
	width:620px;
	height:90px;
}


.racedata_search dt {
	float:left;
	margin:0 0 6px;
	width:70px;
	height:24px;
	font-size:13px;
	line-height:24px;
	font-weight:bold;
	text-align:right;
}

.racedata_search dd {
	margin:0 0 6px 70px;
	height:24px;
	font-size:13px;
	line-height:24px;
}

.racedata_search dd select {
	border:1px solid #b5b5b5;
}

.racedata_search dd span {
	margin:0 2px;
}

.btn_search {
	margin:0 auto;
	width:120px;
}

.btn_search a {
	display:block;
	width:120px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/btn_search.png) 0 0 no-repeat;
}

.btn_search a:hover { background-position:0 -29px;}

/* Pagelist */
.pagelist {
	margin:0 auto 6px;
	width:950px;
	height:20px;
}

.pagelist p,.pagelist li{ float:left;}

.pagelist .index {
	margin:0 20px 0 0;
	font-size:12px;
	line-height:20px;
	color:#666666;
}

.pagelist li {
	margin:0 10px 0 0;
}

.pagelist li a {
	display:block;
	width:18px;
	height:18px;
	font-size:12px;
	line-height:18px;
	text-align:center;
	background:#f1f1f1;
	border:1px solid #b5b5b5;
}

.pagelist li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#7679ED;
	border:1px solid #8689fd;
}

.pagelist li.back a {
	width:38px;
}

.pagelist li.select {
	display:block;
	width:18px;
	height:18px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background:#787878;
	border:1px solid #787878;
}

.pagelist li.forward a {
	width:38px;
}

.pagelist li.first a,.pagelist li.last a {
	width:50px;
}

/* Racedata Table */
.racedata_table_header {
	padding:5px 0 0;
	width:950px;
	height:25px;
	background:url(../images/racedata/bg_racedata_table_header.png) 0 repeat-x;
}

.racedata_table_header li {
	float:left;
	height:18px;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#454545;
	text-align:center;
	background:url(../images/racedata/line_racedata_table.png) right center no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

.racedata_table_header li.day { margin:0 0 0 1px; width:91px;}
.racedata_table_header li.stadium { width:91px;}
.racedata_table_header li.grade { width:65px;}
.racedata_table_header li.section { width:255px;}
.racedata_table_header li.result { width:446px; background-image:none;}

.racedata_table {
	margin:0 0 6px;
	border-bottom:1px solid #d5d5d5;
}

.racedata_table table {
	width:950px;
}

.racedata_table td {
	height:35px;
	color:#333333;
	text-align:center;
	vertical-align:middle;
	border-right:1px dotted #dcdcdc;
}

.racedata_table td.day { width:90px;}
.racedata_table td.stadium { width:90px;}
.racedata_table td.grade { width:64px;}
.racedata_table td.section { width:254px;}
.racedata_table td.result { position:relative; width:448px; border-right:none; overflow:hidden;}

.racedata_table .even td {
	background:#fff8f7;
}

.racedata_table .icon_grade {
	margin:0 auto;
	display:block;
	width:20px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/common/pc/icon_grade.png) 0 0 no-repeat;
}

.racedata_table .grade0 { background-position:0 0;}
.racedata_table .grade1 { background-position:-20px 0;}
.racedata_table .grade2 { background-position:-40px 0;}
.racedata_table .grade3 { background-position:-60px 0;}

.btn_result {
	position:relative; 
	left:50%;
	float:left;
}

.btn_result li {
	position:relative;
	left:-50%;
	float:left;
	margin:0 4px 0;
}

.btn_result li a,.btn_result li .btn_none {
	display:block;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/btn_racedata_table.png) 0 0 no-repeat;
}

.btn_result li.oddslist a { width:110px; background-position:0 0;}
.btn_result li.racecard a { width:70px; background-position:-110px 0;}
.btn_result li.oddsdetail a { width:70px; background-position:-180px 0;}
.btn_result li.repayment a { width:50px; background-position:-250px 0;}
.btn_result li.supcom a { width:96px; background-position:-300px 0;}

.btn_result li.oddslist a:hover { background-position:0 -27px;}
.btn_result li.racecard a:hover { background-position:-110px -27px;}
.btn_result li.oddsdetail a:hover { background-position:-180px -27px;}
.btn_result li.repayment a:hover { background-position:-250px -27px;}
.btn_result li.supcom a:hover { background-position:-300px -27px;}

.btn_result li.oddslist .btn_none { width:110px; background-position:0 -54px;}
.btn_result li.racecard .btn_none { width:70px; background-position:-110px -54px;}
.btn_result li.oddsdetail .btn_none { width:70px; background-position:-180px -54px;}
.btn_result li.repayment .btn_none { width:50px; background-position:-250px -54px;}
.btn_result li.supcom .btn_none { width:96px; background-position:-300px -54px;}

/* ----- Odds List ----- */

/* Title Stadium */
.title_stadium_wrap {
	margin:0 auto 20px;
	width:950px;
	height:45px;
	background:url(../images/racedata/bg_stadiumtitle.png) 0 0 no-repeat;
}

.title_stadium {
	float:left;
	margin:0 0 0 18px;
	padding:13px 0 0;
	font-size:16px;
	line-height:1em;
	font-weight:bold;
	color:#333333;
}

.title_stadium span {
	float:left;
}

.title_stadium span.icon_grade {
	margin:0 5px;
	display:block;
	width:20px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/common/pc/icon_grade.png) 0 0 no-repeat;
}

.title_stadium span.grade0 { background-position:0 0;}
.title_stadium span.grade1 { background-position:-20px 0;}
.title_stadium span.grade2 { background-position:-40px 0;}
.title_stadium span.grade3 { background-position:-60px 0;}

.title_stadium_wrap .btn_racedata {
	margin:2px 0 0;
	float:right;
	width:120px;
}

.title_stadium_wrap .btn_racedata a {
	display:block;
	width:120px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/btn_racedata.png) 0 0 no-repeat;
}

.title_stadium_wrap .btn_racedata a:hover { background-position:0 -31px;}

.title_stadium_wrap .btn_racedata_none {
	display:block;
	margin:2px 0 0;
	float:right;
	width:120px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/btn_racedata.png) 0 -62px no-repeat;
}

/* Schedule Tab */
.tab_schedule {
	margin:0 auto 30px;
	width:950px;
	height:42px;
	background:url(../images/racedata/bg_schedule.png) center bottom no-repeat;
}
.tab_schedule li {
	float:left;
	margin:0 4px 0 0;
	padding:17px 0 0;
	width:116px;
	height:22px;
	font-size:11px;
	line-height:1em;
	text-align:center;
	background:url(../images/racedata/tab_schedule.png) 0 -39px no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

.tab_schedule li a { color:#333333;}

.tab_schedule li a:hover { text-decoration:underline;}

.tab_schedule li.select{
	padding:15px 0 0;
	height:24px;
	font-weight:bold;
	color:#ffffff;
	background-position:0 0;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
}

.tab_schedule li.not_held{
	color:#c0c0c0;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}

/* Oddslist Table */
.oddslist_caption {
	margin:0 auto 2px;
	width:950px;
	color:#666666;
	text-align:right;
}

.oddslist_table_header {
	padding:5px 0 0;
	width:950px;
	height:25px;
	background:url(../images/racedata/bg_racedata_table_header.png) 0 repeat-x;
}

.oddslist_table_header li {
	float:left;
	height:18px;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#454545;
	text-align:center;
	background:url(../images/racedata/line_racedata_table.png) right center no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

.oddslist_table_header li.racenumber { margin:0 0 0 1px; width:45px;}
.oddslist_table_header li.racecard { width:69px;}
.oddslist_table_header li.time { width:69px;}
.oddslist_table_header li.race { width:81px;}
.oddslist_table_header li.odds { width:378px;}
.oddslist_table_header li.repayment { width:69px;}
.oddslist_table_header li.supcom { width:115px;}
.oddslist_table_header li.replay { width:122px; background-image:none;}

.oddslist_table {
	border-bottom:1px solid #d5d5d5;
}

.oddslist_table table {
	width:950px;
}

.oddslist_table td {
	height:35px;
	font-size:13px;
	color:#333333;
	text-align:center;
	vertical-align:middle;
	border-right:1px dotted #dcdcdc;
}

.oddslist_table td.racenumber { width:44px; color:#666666;}
.oddslist_table td.racecard { width:68px;}
.oddslist_table td.time { width:68px;}
.oddslist_table td.race { width:80px;}
.oddslist_table td.odds { width:377px;}
.oddslist_table td.repayment { width:68px;}
.oddslist_table td.supcom { width:114px;}
.oddslist_table td.replay { width:124px; border-right:none;}

.oddslist_table .even td {
	background:#fff8f7;
}

.btn_racecard a,.btn_odds li a,.btn_repayment a,.btn_supcom a,.btn_replay li a,.btn_racecard .btn_none,.btn_odds li .btn_none,.btn_repayment .btn_none,.btn_supcom .btn_none,.btn_replay li .btn_none {
	margin:0 auto;
	display:block;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/btn_racedata_table.png) 0 0 no-repeat;
}

.btn_odds li,.btn_replay li {
	float:left;
}

.btn_racecard a { width:50px; background-position:-396px 0;}
.btn_racecard a:hover { background-position:-396px -27px;}
.btn_racecard .btn_none { width:50px; background-position:-396px -54px;}

.btn_odds { margin:0 10px;}

.btn_odds li a,.btn_odds li .btn_none { width:51px;}

.btn_odds li.b1 a { background-position:-446px 0;}
.btn_odds li.b2 a { background-position:-497px 0;}
.btn_odds li.b3 a { background-position:-548px 0;}
.btn_odds li.b4 a { background-position:-599px 0;}
.btn_odds li.b5 a { background-position:-650px 0;}
.btn_odds li.b6 a { background-position:-701px 0;}
.btn_odds li.b7 a { background-position:-752px 0;}

.btn_odds li.b1 a:hover { background-position:-446px -27px;}
.btn_odds li.b2 a:hover { background-position:-497px -27px;}
.btn_odds li.b3 a:hover { background-position:-548px -27px;}
.btn_odds li.b4 a:hover { background-position:-599px -27px;}
.btn_odds li.b5 a:hover { background-position:-650px -27px;}
.btn_odds li.b6 a:hover { background-position:-701px -27px;}
.btn_odds li.b7 a:hover { background-position:-752px -27px;}

.btn_odds li.b1 .btn_none { background-position:-446px -54px;}
.btn_odds li.b2 .btn_none { background-position:-497px -54px;}
.btn_odds li.b3 .btn_none { background-position:-548px -54px;}
.btn_odds li.b4 .btn_none { background-position:-599px -54px;}
.btn_odds li.b5 .btn_none { background-position:-650px -54px;}
.btn_odds li.b6 .btn_none { background-position:-701px -54px;}
.btn_odds li.b7 .btn_none { background-position:-752px -54px;}

.btn_repayment a { width:50px; background-position:-250px 0;}
.btn_repayment a:hover { background-position:-250px -27px;}
.btn_repayment .btn_none { width:50px; background-position:-250px -54px;}

.btn_supcom a { width:96px; background-position:-300px 0;}
.btn_supcom a:hover { background-position:-300px -27px;}
.btn_supcom .btn_none { width:96px; background-position:-300px -54px;}

.btn_replay { margin:0 2px 0 7px;}

.btn_replay li { margin:0 5px 0 0;}

.btn_replay li.prerace a { width:50px; background-position:-803px 0;}
.btn_replay li.race a { width:55px; background-position:-853px 0;}

.btn_replay li.prerace a:hover { background-position:-803px -27px;}
.btn_replay li.race a:hover { background-position:-853px -27px;}

.btn_replay li.prerace .btn_none { width:50px; background-position:-803px -54px;}
.btn_replay li.race .btn_none { width:55px; background-position:-853px -54px;}

/* ----- Repayment ----- */

/* Repayment Table */
.repayment_caption {
	margin:0 auto 12px;
	padding:0 0 4px;
	width:950px;
	color:#666666;
	text-align:right;
	border-bottom:1px dotted #d5d5d5;
}

.repayment_table_wrap {
	margin:0 auto 52px;
	width:950px;
}

.repayment_table_header {
	margin:0 0 4px;
}

.title_repaiment {
	padding:3px 0 0 20px;
	height:17px;
	font-size:13px;
	line-height:17px;
	background:url(../images/racedata/icon_repayment.png) 0 3px no-repeat;
}

.title_repaiment a {
	color:#3366cc;
	text-decoration:underline;
}

.title_repaiment a:hover {
	color:#3366cc;
	text-decoration:none;
}

.btn_odds_fix {
	width:82px;
}

.btn_odds_fix a {
	display:block;
	width:82px;
	height:20px;
	font-size:12px;
	line-height:20px;
	color:#0a3066;
	text-align:center;
	background:url(../images/racedata/btn_odds_fix.png) 0 0 no-repeat;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

.btn_odds_fix a:hover {
	color:#546f94;
	text-decoration:none;
	background-position:0 -20px;
}

.repayment_table_wrap table.order {
	width:950px;
}

.repayment_table_wrap table.order th,.repayment_table_wrap table.order td {
	width:74px;
	height:26px;
	color:#333333;
	text-align:center;
	vertical-align:middle;
	border:1px solid #dcdcdc;
}

.repayment_table_wrap table.order th {
	font-weight:bold;
	background:#f9f9f9;
}

.repayment_table_wrap table.order th.o1 { width:192px; color:#ffffff; background:#ff1919;}
.repayment_table_wrap table.order th.o2 { width:192px; background:#ff9999;}
.repayment_table_wrap table.order th.o3 { width:192px; background:#ffe5e5;}

.repayment_table_wrap table.order td {
	position:relative;
}

.repayment_table_wrap table.order p {
	position:relative;
	float:left;
	left:50%;
}

.repayment_table_wrap table.order td span {
	position:relative;
	float:left;
	left:-50%;
	display:block;
	height:18px;
	line-height:18px;
}

.repayment_table_wrap table.order td .icon_num {
	margin:0 5px;
	width:18px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/common/pc/icon_number.png) 0 0 no-repeat;
}

.repayment_table_wrap table.order td .n1 { background-position:0 0;}
.repayment_table_wrap table.order td .n2 { background-position:0 -18px;}
.repayment_table_wrap table.order td .n3 { background-position:0 -36px;}
.repayment_table_wrap table.order td .n4 { background-position:0 -54px;}
.repayment_table_wrap table.order td .n5 { background-position:0 -72px;}
.repayment_table_wrap table.order td .n6 { background-position:0 -90px;}
.repayment_table_wrap table.order td .n7 { background-position:0 -108px;}
.repayment_table_wrap table.order td .n8 { background-position:0 -126px;}

.repayment_table_wrap table.repayment {
	width:950px;
	border-bottom:1px solid #dcdcdc;
}

.repayment_table_wrap table.repayment th,.repayment_table_wrap table.repayment td{
	padding:0 5px;
	line-height:1em;
	color:#333333;
	text-align:center;
	vertical-align:middle;
}

.repayment_table_wrap table.repayment th{
	padding:0 6px;
	width:12px;
	height:73px;
	font-weight:bold;
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	border-top:none;
}

.repayment_table_wrap table.repayment td.type {
	padding:12px 6px;
	width:12px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}

.repayment_table_wrap table.repayment td.wrap_cell {
	padding:0;
	border-right:1px solid #dcdcdc;
	background:url(../images/common/pc/bg_wrapper.gif) 41px repeat-y;
}

.repayment_table_wrap table.repayment_alt {
	width:100%;
}

.repayment_table_wrap table.repayment_alt td{
	padding:0 5px;
	color:#333333;
	text-align:right;
	vertical-align:middle;
}

.repayment_table_wrap table.repayment_alt td.type {
	padding:6px 6px;
	width:30px;
	text-align:center;
	border-right:none;
	border-bottom:1px solid #dcdcdc;
}

.repayment_table_wrap table.repayment_alt td.last {
	border-bottom:none;
}

.repayment_table_wrap dl {
	clear:both;
}

.repayment_table_wrap dt {
	float:left;
	margin:4px 0;
	text-align:left;
}

.repayment_table_wrap dd {
	float:right;
	margin:4px 0;
	text-align:right;
}

.repayment_table_wrap dd .amount {
	display:block;
	float:left;
}
.repayment_table_wrap dd .num {
	display:block;
	float:left;
	margin:0 0 0 3px;
	text-align:left;
}

.repayment_table_wrap table.repayment_return {
	width:950px;
	border-bottom:1px solid #dcdcdc;
}

.repayment_table_wrap table.repayment_return th,.repayment_table_wrap table.repayment_return td {
	padding:0 5px;
	height:24px;
	line-height:1em;
	color:#333333;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
}

.repayment_table_wrap table.repayment_return th {
	width:108px;
	font-weight:bold;
	background:#f9f9f9;
	border-right:1px solid #dcdcdc;
}

.repaymant_message {
	padding:20px 0 0;
	color:#666666;
}

/* ----- Racedata Common ----- */

/* Select Race */
.select_race_header {
	margin:-12px auto 7px;
	padding:0 0 6px;
	width:950px;
	border-bottom:1px dotted #dcdcdc;
}

.select_race_header ul {
	float:right;
}

.select_race_header li {
	float:left;
	margin:0 0 0 8px;
}

.select_race_header li a {
	display:block;
	width:140px;
	height:27px;
	font-size:12px;
	line-height:26px;
	text-align:center;
	text-indent:0;
	background:url(../images/racedata/btn_select_race_header.png) 0 0 no-repeat;
	text-shadow:0px 1px 0px rgba(255,255,255,1);
}

.select_race_header li a:hover {
	text-decoration:none;
	background-position:0 -27px;
}

.select_race_header li.btn_oddslist a { color:#ce0e3e;}
.select_race_header li.btn_repayment a { color:#186a93;}

.select_race_header li.btn_oddslist a:hover { color:#f21149;}
.select_race_header li.btn_repayment a:hover { color:#24a2e0;}

.select_race_header li.btn_oddslist_none,.select_race_header li.btn_repayment_none {
	display:block;
	width:140px;
	height:27px;
	font-size:12px;
	line-height:26px;
	color:#aaaaaa;
	text-align:center;
	text-indent:0;
	background:url(../images/racedata/btn_select_race_header.png) 0 -54px no-repeat;
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
}

.btn_select_race {
	margin:0 auto 7px;
	width:950px;
}

.btn_select_race p,.btn_select_race li {
	float:left;
}

.btn_select_race_header {
	display:block;
	width:105px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/btn_select_race.png) 0 0 no-repeat;
}

.btn_select_race li a,.btn_select_race li .btn_none,.btn_select_race li .norace {
	display:block;
	width:70px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/btn_select_race.png) 0 0 no-repeat;
}

.btn_select_race li.r1 a { background-position:-105px 0;}
.btn_select_race li.r2 a { background-position:-175px 0;}
.btn_select_race li.r3 a { background-position:-245px 0;}
.btn_select_race li.r4 a { background-position:-315px 0;}
.btn_select_race li.r5 a { background-position:-385px 0;}
.btn_select_race li.r6 a { background-position:-455px 0;}
.btn_select_race li.r7 a { background-position:-525px 0;}
.btn_select_race li.r8 a { background-position:-595px 0;}
.btn_select_race li.r9 a { background-position:-665px 0;}
.btn_select_race li.r10 a { background-position:-735px 0;}
.btn_select_race li.r11 a { background-position:-805px 0;}
.btn_select_race li.r12 a { width:75px; background-position:-875px 0;}

.btn_select_race li.r1 a:hover { background-position:-105px -25px;}
.btn_select_race li.r2 a:hover { background-position:-175px -25px;}
.btn_select_race li.r3 a:hover { background-position:-245px -25px;}
.btn_select_race li.r4 a:hover { background-position:-315px -25px;}
.btn_select_race li.r5 a:hover { background-position:-385px -25px;}
.btn_select_race li.r6 a:hover { background-position:-455px -25px;}
.btn_select_race li.r7 a:hover { background-position:-525px -25px;}
.btn_select_race li.r8 a:hover { background-position:-595px -25px;}
.btn_select_race li.r9 a:hover { background-position:-665px -25px;}
.btn_select_race li.r10 a:hover { background-position:-735px -25px;}
.btn_select_race li.r11 a:hover { background-position:-805px -25px;}
.btn_select_race li.r12 a:hover { width:75px; background-position:-875px -25px;}

.btn_select_race li.select_r1 a,.btn_select_race li.select_r1 a:hover { background-position:-105px -50px;}
.btn_select_race li.select_r2 a,.btn_select_race li.select_r2 a:hover { background-position:-175px -50px;}
.btn_select_race li.select_r3 a,.btn_select_race li.select_r3 a:hover { background-position:-245px -50px;}
.btn_select_race li.select_r4 a,.btn_select_race li.select_r4 a:hover { background-position:-315px -50px;}
.btn_select_race li.select_r5 a,.btn_select_race li.select_r5 a:hover { background-position:-385px -50px;}
.btn_select_race li.select_r6 a,.btn_select_race li.select_r6 a:hover { background-position:-455px -50px;}
.btn_select_race li.select_r7 a,.btn_select_race li.select_r7 a:hover { background-position:-525px -50px;}
.btn_select_race li.select_r8 a,.btn_select_race li.select_r8 a:hover { background-position:-595px -50px;}
.btn_select_race li.select_r9 a,.btn_select_race li.select_r9 a:hover { background-position:-665px -50px;}
.btn_select_race li.select_r10 a,.btn_select_race li.select_r10 a:hover { background-position:-735px -50px;}
.btn_select_race li.select_r11 a,.btn_select_race li.select_r11 a:hover { background-position:-805px -50px;}
.btn_select_race li.select_r12 a,.btn_select_race li.select_r12 a:hover { width:75px; background-position:-875px -50px;}

.btn_select_race li.r1 .btn_none { background-position:-105px -75px;}
.btn_select_race li.r2 .btn_none { background-position:-175px -75px;}
.btn_select_race li.r3 .btn_none { background-position:-245px -75px;}
.btn_select_race li.r4 .btn_none { background-position:-315px -75px;}
.btn_select_race li.r5 .btn_none { background-position:-385px -75px;}
.btn_select_race li.r6 .btn_none { background-position:-455px -75px;}
.btn_select_race li.r7 .btn_none { background-position:-525px -75px;}
.btn_select_race li.r8 .btn_none { background-position:-595px -75px;}
.btn_select_race li.r9 .btn_none { background-position:-665px -75px;}
.btn_select_race li.r10 .btn_none { background-position:-735px -75px;}
.btn_select_race li.r11 .btn_none { background-position:-805px -75px;}
.btn_select_race li.r12 .btn_none { width:75px; background-position:-875px -75px;}

.btn_select_race li.r1 .norace { background-position:-105px -100px;}
.btn_select_race li.r2 .norace { background-position:-175px -100px;}
.btn_select_race li.r3 .norace { background-position:-245px -100px;}
.btn_select_race li.r4 .norace { background-position:-315px -100px;}
.btn_select_race li.r5 .norace { background-position:-385px -100px;}
.btn_select_race li.r6 .norace { background-position:-455px -100px;}
.btn_select_race li.r7 .norace { background-position:-525px -100px;}
.btn_select_race li.r8 .norace { background-position:-595px -100px;}
.btn_select_race li.r9 .norace { background-position:-665px -100px;}
.btn_select_race li.r10 .norace { background-position:-735px -100px;}
.btn_select_race li.r11 .norace { background-position:-805px -100px;}
.btn_select_race li.r12 .norace { width:75px; background-position:-875px -100px;}

/* Racedata Wrapper */
.racedata_wrapper {
	margin:0 auto;
	padding:0 0 2px;
	width:950px;
	background:url(../images/racedata/bg_racedata_wrap_footer.png) center bottom no-repeat;
}

.racedata_header {
	width:950px;
	height:2px;
	background:url(../images/racedata/bg_racedata_wrap_header.png) 0 0 no-repeat;
}

.racedata_inner {
	padding:7px 0 5px;
	width:950px;
	background:url(../images/racedata/bg_racedata_wrap_body.png) center repeat-y;
}

/* Racedata Info Header */
.racedata_info_header {
	margin:0 auto 14px;
	width:934px;
	height:49px;
	background:url(../images/racedata/bg_racedata_info_header.png) 0 0 no-repeat;
}

.racedata_info_header .race_name {
	margin:0 0 5px;
	padding:6px 0 0 12px;
	font-size:15px;
	line-height:1em;
	font-weight:bold;
	color:#333333;
}

.racedata_info_header .race_name span {
	margin:0 0 0 0.5em;
	font-size:12px;
	line-height:15px;
	color:#666666;
}

.racedata_info_header .time {
	padding:0 0 0 12px;
	font-size:12px;
	line-height:1em;
	color:#996633;
}

.btn_raceinfo {
	padding:10px 0 0;
	height:29px;
}

.btn_raceinfo li {
	float:left;
}

.btn_raceinfo li.btn_prerace,.btn_raceinfo li.btn_prerace_none {
	margin:0 10px 0 0;
}

.btn_raceinfo li.btn_race,.btn_raceinfo li.btn_supcom,.btn_raceinfo li.btn_race_none,.btn_raceinfo li.btn_supcom_none {
	margin:0 9px 0 0;
	padding:0 12px 0 0;
	background:url(../images/racedata/line_racedata_info_header.png) right top no-repeat;
}

.btn_raceinfo li.btn_vote,.btn_raceinfo li.btn_vote_none {
	margin:0 12px 0 0;
}

.btn_raceinfo li a,.btn_raceinfo li .btn_none {
	display:block;
	width:96px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/btn_racedata_info_header.png) 0 0 no-repeat;
}

.btn_raceinfo li.btn_prerace a { background-position:0 0;}
.btn_raceinfo li.btn_race a { width:108px; background-position:-96px 0;}
.btn_raceinfo li.btn_supcom a { background-position:-204px 0;}
.btn_raceinfo li.btn_vote a { background-position:-300px 0;}

.btn_raceinfo li.btn_prerace a:hover { background-position:0 -29px;}
.btn_raceinfo li.btn_race a:hover { background-position:-96px -29px;}
.btn_raceinfo li.btn_supcom a:hover { background-position:-204px -29px;}
.btn_raceinfo li.btn_vote a:hover { background-position:-300px -29px;}

.btn_raceinfo li.btn_prerace .btn_none { background-position:0 -58px;}
.btn_raceinfo li.btn_race .btn_none { width:108px; background-position:-96px -58px;}
.btn_raceinfo li.btn_supcom .btn_none { background-position:-204px -58px;}
.btn_raceinfo li.btn_vote .btn_none { background-position:-300px -58px;}

/* Racedata Navi */
.racedata_navi_wrap {
	margin:0 auto;
	padding:0 0 8px;
	width:934px;
	height:56px;
	background:url(../images/racedata/bg_racedata_navi.png) center bottom no-repeat;
}

.btn_racecard_repayment {
	width:240px;
}

.title_racecard_repayment {
	width:240px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/title_racedata_navi_header.png) 0 0 no-repeat;
}

.btn_betodds {
	width:692px;
}

.title_betodds {
		width:692px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/title_racedata_navi_header.png) -240px 0 no-repeat;
}

.btn_racecard_repayment li,.btn_betodds li {
	float:left;
}

.btn_racecard_repayment li a,.btn_betodds li a,.btn_racecard_repayment li .btn_none,.btn_betodds li .btn_none {
	display:block;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/racedata/btn_racedata_navi.png) 0 0 no-repeat;
}

.btn_racecard_repayment li a,.btn_racecard_repayment li .btn_none { width:120px;}

.btn_betodds li a,.btn_betodds li .btn_none {width:99px;}

.btn_racecard_repayment li.racecard a { background-position:0 0;}
.btn_racecard_repayment li.repayment a { background-position:-120px 0;}

.btn_betodds li.b1 a { width:100px; background-position:-240px 0;}
.btn_betodds li.b2 a { background-position:-340px 0;}
.btn_betodds li.b3 a { background-position:-439px 0;}
.btn_betodds li.b4 a { background-position:-538px 0;}
.btn_betodds li.b5 a { width:98px; background-position:-637px 0;}
.btn_betodds li.b6 a { width:98px; background-position:-735px 0;}
.btn_betodds li.b7 a { background-position:-833px 0;}

.btn_racecard_repayment li.racecard a:hover { background-position:0 -36px;}
.btn_racecard_repayment li.repayment a:hover { background-position:-120px -36px;}

.btn_betodds li.b1 a:hover { width:100px; background-position:-240px -36px;}
.btn_betodds li.b2 a:hover { background-position:-340px -36px;}
.btn_betodds li.b3 a:hover { background-position:-439px -36px;}
.btn_betodds li.b4 a:hover { background-position:-538px -36px;}
.btn_betodds li.b5 a:hover { width:98px; background-position:-637px -36px;}
.btn_betodds li.b6 a:hover { width:98px; background-position:-735px -36px;}
.btn_betodds li.b7 a:hover { background-position:-833px -36px;}

.btn_racecard_repayment li.select_racecard a,.btn_racecard_repayment li.select_racecard a:hover { background-position:0 -72px;}
.btn_racecard_repayment li.select_repayment a,.btn_racecard_repayment li.select_repayment a:hover { background-position:-120px -72px;}

.btn_betodds li.select_b1 a,.btn_betodds li.select_b1 a:hover { width:100px; background-position:-240px -72px;}
.btn_betodds li.select_b2 a,.btn_betodds li.select_b2 a:hover { background-position:-340px -72px;}
.btn_betodds li.select_b3 a,.btn_betodds li.select_b3 a:hover { background-position:-439px -72px;}
.btn_betodds li.select_b4 a,.btn_betodds li.select_b4 a:hover { background-position:-538px -72px;}
.btn_betodds li.select_b5 a,.btn_betodds li.select_b5 a:hover { width:98px; background-position:-637px -72px;}
.btn_betodds li.select_b6 a,.btn_betodds li.select_b6 a:hover { width:98px; background-position:-735px -72px;}
.btn_betodds li.select_b7 a,.btn_betodds li.select_b7 a:hover { background-position:-833px -72px;}

.btn_racecard_repayment li.racecard .btn_none { background-position:0 -108px;}
.btn_racecard_repayment li.repayment .btn_none { background-position:-120px -108px;}

.btn_betodds li.b1 .btn_none { width:100px; background-position:-240px -108px;}
.btn_betodds li.b2 .btn_none { background-position:-340px -108px;}
.btn_betodds li.b3 .btn_none { background-position:-439px -108px;}
.btn_betodds li.b4 .btn_none { background-position:-538px -108px;}
.btn_betodds li.b5 .btn_none { width:98px; background-position:-637px -108px;}
.btn_betodds li.b6 .btn_none { width:98px; background-position:-735px -108px;}
.btn_betodds li.b7 .btn_none { background-position:-833px -108px;}

/* Data Container */
.data_container {
	margin:0 auto;
	padding:0 0 7px;
	width:934px;
	background:url(../images/racedata/bg_data_container.png) center bottom no-repeat;
}

.data_inner {
	padding:14px 0 28px;
	width:934px;
	background:url(../images/racedata/bg_data_inner.png) center repeat-y;
}

.title_data {
	margin:0 auto 6px;
	padding:4px 0 4px 7px;
	width:902px;
	font-size:16px;
	line-height:1em;
	font-weight:bold;
	color:#333333;
	border-left:4px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}

.detail_message {
	padding:30px 0;
	color:#666666;
	text-align:center;
}

/* ----- Racecard ----- */

.data_caption {
	margin:0 auto 24px;
	width:914px;
	font-size:12px;
	line-height:1em;
	color:#666666;
	text-align:right;
}

.racecard_table {
	margin:0 auto;
	padding:1px;
	width:909px;
	background:#ffffff;
	border:1px solid #cccccc;
}

.racecard_table table {
	width:909px;
	background:#ffffff;
	border:1px solid #787878;
}

.racecard_table th,.racecard_table td {
	padding:0;
	height:32px;
	font-size:12px;
	line-height:1.2em;
	color:#333333;
	text-align:center;
	vertical-align:middle;
	border:1px solid #999999;
}

.racecard_table th {
	height:36px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#545454;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}

.racecard_table .n1 { background:#ffffff url(../images/console/pc/bg_racecard_cell.png) top repeat-x;}
.racecard_table .n2 { background:#e6e6e6 url(../images/console/pc/bg_racecard_cell.png) top repeat-x;}
.racecard_table .n3 { background:#ffe5e5 url(../images/console/pc/bg_racecard_cell.png) top repeat-x;}
.racecard_table .n4 { background:#eae5ff url(../images/console/pc/bg_racecard_cell.png) top repeat-x;}
.racecard_table .n5 { background:#ffffe5 url(../images/console/pc/bg_racecard_cell.png) top repeat-x;}
.racecard_table .n6 { background:#e6ffe5 url(../images/console/pc/bg_racecard_cell.png) top repeat-x;}
.racecard_table .n7 { background:#fff9e5 url(../images/console/pc/bg_racecard_cell.png) top repeat-x;}
.racecard_table .n8 { background:#ffe5e9 url(../images/console/pc/bg_racecard_cell.png) top repeat-x;}

.racecard_table td.number p {
	margin:2px auto;
	display:block;
	width:28px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/common/pc/icon_number_l.png) 0 0 no-repeat;
}

.racecard_table .n1 .number p { background-position:0 0;}
.racecard_table .n2 .number p { background-position:0 -29px;}
.racecard_table .n3 .number p { background-position:0 -58px;}
.racecard_table .n4 .number p { background-position:0 -87px;}
.racecard_table .n5 .number p { background-position:0 -116px;}
.racecard_table .n6 .number p { background-position:0 -145px;}
.racecard_table .n7 .number p { background-position:0 -174px;}
.racecard_table .n8 .number p { background-position:0 -203px;}

.retry {
	margin:0 2px 0 0;
	font-weight:bold;
	color:#e20000;
}

.racecard_table .n1_missing td,.racecard_table .n2_missing td,.racecard_table .n3_missing td,.racecard_table .n4_missing td,.racecard_table .n5_missing td,.racecard_table .n6_missing td,.racecard_table .n7_missing td,.racecard_table .n8_missing td {
	color:#aaaaaa;
	background:url(../images/common/pc/bg_missing.gif) repeat;
}

.racecard_table .n1_missing .number p { background-position:-28px 0;}
.racecard_table .n2_missing .number p { background-position:-28px -29px;}
.racecard_table .n3_missing .number p { background-position:-28px -58px;}
.racecard_table .n4_missing .number p { background-position:-28px -87px;}
.racecard_table .n5_missing .number p { background-position:-28px -116px;}
.racecard_table .n6_missing .number p { background-position:-28px -145px;}
.racecard_table .n7_missing .number p { background-position:-28px -174px;}
.racecard_table .n8_missing .number p { background-position:-28px -203px;}


/* ----- Repayment Detail ----- */

/* Repayment Detail Header */
.result_header {
	margin:0 auto 30px;
	padding:0 0 12px;
	width:914px;
	border-bottom:1px dotted #d0d0d0;
}

.result_header ul {
	float:left;
	padding:0 0 0 20px;
}

.result_header li {
	display:inline;
	margin:0 20px 0 0;
	padding:0 20px 0 0;
	border-right:1px solid #cccccc;
}

.result_header li.last { border-right:none;}

.result_header li a {
	padding:0 0 0 10px;
	background:url(../images/common/pc/arrow_gray.png) left center no-repeat;
	color:#3366cc;
}

.result_caption {
	padding:3px 0 0;
	font-size:12px;
	line-height:1em;
	color:#666666;
	text-align:right;
}

/* Racedata Info Table */
.racedata_info_table {
	margin:0 auto 30px;
	width:914px;
}

.racedata_info_table th,.racedata_info_table td {
	padding:2px 0;
	width:150px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #dcdcdc;
	text-shadow:0px 1px 0px rgba(255,255,255,1);
}

.racedata_info_table th {
	font-size:12px;
	line-height:1em;
	font-weight:bold;
	color:#666666;
	background:#f9f9f9;
}

.racedata_info_table td {
	font-size:13px;
	line-height:1em;
	color:#333333;
	background:#ffffff;
}

.racedata_info_table td .time {
	font-size:11px;
	line-height:13px;
	color:#666666;
}

/* Repayment Detail Title */
.title_result {
	margin:0 auto 6px;
	padding:4px 0 4px 7px;
	width:903px;
	font-size:14px;
	line-height:1em;
	font-weight:bold;
	color:#333333;
	border-left:4px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}

/* Repayment Table */
.repayment_detail_table {
	margin:0 auto 30px;
	width:914px;
}

.repayment_detail_table table.repayment {
	width:914px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}

.repayment_detail_table table.repayment th,.repayment_detail_table table.repayment td{
	padding:0 5px;
	line-height:1em;
	color:#333333;
	text-align:center;
	vertical-align:middle;
}

.repayment_detail_table table.repayment th{
	padding:0 6px;
	width:12px;
	height:73px;
	font-weight:bold;
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	border-top:none;
}

.repayment_detail_table table.repayment td.type {
	padding:12px 6px;
	width:12px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}

.repayment_detail_table table.repayment td.wrap_cell {
	padding:0;
	border-right:1px solid #dcdcdc;
	background:url(../images/common/pc/bg_wrapper.gif) 41px repeat-y;
}

.repayment_detail_table  table.repayment_alt {
	width:100%;
}

.repayment_detail_table  table.repayment_alt td{
	padding:0 5px;
	color:#333333;
	text-align:right;
	vertical-align:middle;
}

.repayment_detail_table  table.repayment_alt td.type {
	padding:6px 6px;
	width:30px;
	text-align:center;
	border-right:none;
	border-bottom:1px solid #dcdcdc;
}

.repayment_detail_table  table.repayment_alt td.last {
	border-bottom:none;
}

.repayment_detail_table table.repayment_return {
	width:914px;
	border-bottom:1px solid #dcdcdc;
}

.repayment_detail_table table.repayment_return th,.repayment_detail_table table.repayment_return td {
	padding:0 5px;
	height:24px;
	line-height:1em;
	color:#333333;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
}

.repayment_detail_table table.repayment_return th {
	width:108px;
	font-weight:bold;
	background:#f9f9f9;
	border-right:1px solid #dcdcdc;
}

.repayment_detail_table dl {
	clear:both;
}

.repayment_detail_table dt {
	float:left;
	margin:4px 0;
	text-align:left;
}

.repayment_detail_table dd {
	float:right;
	margin:4px 0;
	text-align:right;
}

.repayment_detail_table dd .amount {
	display:block;
	float:left;
}
.repayment_detail_table dd .num {
	display:block;
	float:left;
	margin:0 0 0 3px;
}

/* Result Table */
.result_table {
	margin:0 auto 30px;
	width:914px;
}

.result_table table {
	margin:0 auto;
	width:914px;
	background:#ffffff;
}

.result_table th,.result_table td {
	height:27px;
	color:#121212;
	text-align:center;
	vertical-align:middle;
	border:1px solid #d9d9d9;
}

.result_table th {
	height:25px;
	color:#333333;
	background:#f1f1f1;
}

.result_table td.order { width:57px;}
.result_table td.accident { width:57px;}
.result_table td.number { width:57px;}
.result_table td.name { padding:0 10px;}
.result_table td.machine { padding:0 10px;}
.result_table td.handicap { width:73px;}
.result_table td.time { padding:0 5px; width:62px;}
.result_table td.racetime { padding:0 5px; width:62px;}
.result_table td.start { padding:0 5px; width:62px;}
.result_table td.abnormality { width:57px;}

.result_table td.number p {
	margin:0 auto;
	display:block;
	width:18px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/common/pc/icon_number.png) 0 0 no-repeat;
}

.result_table .number p.n1 { background-position:0 0;}
.result_table .number p.n2 { background-position:0 -18px;}
.result_table .number p.n3 { background-position:0 -36px;}
.result_table .number p.n4 { background-position:0 -54px;}
.result_table .number p.n5 { background-position:0 -72px;}
.result_table .number p.n6 { background-position:0 -90px;}
.result_table .number p.n7 { background-position:0 -108px;}
.result_table .number p.n8 { background-position:0 -126px;}

/* Grandnote */

.grandnote_wrap {
	margin:0 auto 30px;
	width:914px;
}

.grandnote_wrap table {
	margin:0 auto;
}

.grandnote_wrap th,.grandnote_wrap td {
	width:66px;
	height:48px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #aaaaaa;
}

.grandnote_wrap th {
	height:42px;
	font-weight:bold;
	background:#f9f9f9;
}

.grandnote_wrap th.lap {
	width:102px;
}

.grandnote_wrap td.lap {
	background:#f5f5f5;
}

.grandnote_wrap td.n1 { color:#333333; background:#ffffff;}
.grandnote_wrap td.n2 { color:#ffffff; background:#333333;}
.grandnote_wrap td.n3 { color:#333333; background:#ff6666;}
.grandnote_wrap td.n4 { color:#ffffff; background:#6666ff;}
.grandnote_wrap td.n5 { color:#333333; background:#ffff5c;}
.grandnote_wrap td.n6 { color:#333333; background:#5cff5c;}
.grandnote_wrap td.n7 { color:#333333; background:#ffcc33;}
.grandnote_wrap td.n8 { color:#333333; background:#FDB1EB;}
.grandnote_wrap td.empty { background:#f9f9f9;}

/* ----- Odds Detail ----- */

.odds_caution {
	margin:-9px 10px 5px;
	text-align:right;
}

.odds_caution a {
	color:#996600;
}

.odds_caution img {
	margin:0 3px 0 0;
}

.title_data .line {
	margin:0 2px;
	color:#999999;
}

.title_data .odds {
	font-size:14px;
}

.odds_table_wrap {
	margin:0 auto;
	width:914px;
}

.odds_table {
	clear:both;
	margin:0 auto 30px;
}

.odds_table .odds_table_header {
	margin:0 auto 30px;
	width:914px;
}

.odds_table_header .select_order {
	margin:0 13px 0 12px;
	line-height:24px;
	color:#666666;
}

.odds_table_header ul {
	padding:0 0 0 19px;
	background:url(../images/common/pc/arrow_gray.png) left center no-repeat;
}

.odds_table_header li {
	float:left;
	margin:0 2px 0 0;
}

.odds_table_header li a {
	float:left;
	display:block;
	margin:0 2px 0 0;
	width:24px;
	height:24px;
	font-size:12px;
	line-height:24px;
	color:#666666;
	text-align:center;
	background:url(../images/common/pc/btn_odds_select.png) 0 0 no-repeat;
}

.odds_table_header li a:hover {
	color:#ff3333;
	text-decoration:none;
}

.odds_table_header li.select a {
	color:#ffffff;
	background-position:0 -24px;
}

.odds_table_header .odds_caption {
	padding:3px 0 0;
	float:right;
	font-size:12px;
	line-height:1em;
	color:#666666;
	text-align:right;
}

.odds_table_header .odds_caption .odds_fix {
	margin:0 0 0 5px;
	padding:2px 5px;
	font-weight:bold;
	color:#ffffff;
	background:#ef1919;
	border-radius:4px;
}

.odds_table table {
	margin:0 auto;
	border:1px solid #a0a0a0;
	background:#ffffff;
}

.odds_table th,.odds_table td {
	padding:2px 9px;
	height:32px;
	font-size:14px;
	line-height:1.2em;
	color:#2c2c2c;
	text-align:right;
	vertical-align:middle;
	border:1px solid #a0a0a0;
}

.odds_table .b3 td {
	height:20px;
}

.odds_table th.cnr_cell {
	background:url(../images/common/pc/bg_odds_cnr.png) center bottom no-repeat;
}

.odds_table th.racer_num {
	padding:0 0 0 0;
	width:79px;
	height:19px;
	text-align:center;
}

.odds_table th.s1,.odds_table td.s1 { background:#ffffff;}
.odds_table th.s2,.odds_table td.s2 { color:#ffffff; background:#656565;}
.odds_table th.s3,.odds_table td.s3 { background:#fd6565;}
.odds_table th.s4,.odds_table td.s4 { color:#ffffff; background:#7f7efd;}
.odds_table th.s5,.odds_table td.s5 { background:#fefeab;}
.odds_table th.s6,.odds_table td.s6 { background:#9ffd9e;}
.odds_table th.s7,.odds_table td.s7 { background:#fdd19e;}
.odds_table th.s8,.odds_table td.s8 { background:#fdb1eb;}

.odds_table td.name {
padding:3px 0 3px 0;
width:79px;
font-size:12px;
line-height:1.4em;
text-align:center;
}

.odds_table td.name .lg {
	font-size:11px;
	color:#666666;
}

.odds_table td.name_n1 { background:#ffffff;}
.odds_table td.name_n2 { background:#e6e6e6;}
.odds_table td.name_n3 { background:#ffe5e5;}
.odds_table td.name_n4 { background:#eae5ff;}
.odds_table td.name_n5 { background:#ffffe5;}
.odds_table td.name_n6 { background:#e6ffe5;}
.odds_table td.name_n7 { background:#fff9e5;}
.odds_table td.name_n8 { background:#ffe5e9;}

.odds_table td.racer_num {
	padding:0;
	width:24px;
	text-align:center;
}

.odds_table td.empty {
	background:#d0d0d0;
}

.odds_table th.missing,.odds_table td.missing {
	background:url(../images/common/pc/bg_odds_missing.gif) repeat;
}

.odds_table th.top_racer_num {
	text-align:center;
	height:24px;
	border:1px solid #a0a0a0;
}

.odds_table th.top_missing {
	color:#999999;
	background:url(../images/common/pc/bg_odds_missing.gif) repeat;
}

.odds_table th.top_racer_num p {
	position:relative;
	float:left;
	left:50%;
}

.odds_table th.top_racer_num span {
	position:relative;
	float:left;
	left:-50%;
	display:block;
	height:18px;
	line-height:18px;
}

.odds_table th.top_racer_num span.lg {
	margin:0 0 0 5px;
	font-size:11px;
	line-height:18px;
	color:#666666;
}

.odds_table th.top_racer_num .icon_num {
	margin:0 5px 0 0;
	width:18px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/common/pc/icon_number.png) 0 0 no-repeat;
}

.odds_table th.top_racer_num .n1 { background-position:0 0;}
.odds_table th.top_racer_num .n2 { background-position:0 -18px;}
.odds_table th.top_racer_num .n3 { background-position:0 -36px;}
.odds_table th.top_racer_num .n4 { background-position:0 -54px;}
.odds_table th.top_racer_num .n5 { background-position:0 -72px;}
.odds_table th.top_racer_num .n6 { background-position:0 -90px;}
.odds_table th.top_racer_num .n7 { background-position:0 -108px;}
.odds_table th.top_racer_num .n8 { background-position:0 -126px;}

.odds_table th.top_missing .n1 { background-position:-18px 0;}
.odds_table th.top_missing .n2 { background-position:-18px -18px;}
.odds_table th.top_missing .n3 { background-position:-18px -36px;}
.odds_table th.top_missing .n4 { background-position:-18px -54px;}
.odds_table th.top_missing .n5 { background-position:-18px -72px;}
.odds_table th.top_missing .n6 { background-position:-18px -90px;}
.odds_table th.top_missing .n7 { background-position:-18px -108px;}
.odds_table th.top_missing .n8 { background-position:-18px -126px;}

.odds_table table.b3 {
	margin:0 30px 30px 0;
}

.odds_table table.b3_first {
	margin:0 30px 30px 22px;
}

.odds_table table.b3_alt {
	margin:0 0 30px 0;
}

.odds_table table.b3 td.name {
	width:118px;
}

.odds_table td .high {
	color:#f09800;
}

.odds_table td .low {
	color:#cc2414;
}
/*=====================================================================*/
/* 追記CSS                                                             */
/*=====================================================================*/
.error_message {
	margin:0 auto 30px;
	padding:5px 0;
	width:930px;
	text-align:center;
	border:2px solid #cc0033;
}

.error_message p {
	font-weight:bold;
	color:#CC0033;
}

.odds_table .missing, .odds_table td.name .missing, #missing_lg {
	color:#aaaaaa;
}

.repayment td.join {
	border-right:1px solid #dcdcdc;
}