/* 「中止」文字色 */
#big1000 td.error_fontstyle {
	color: #ec0000;/* 赤 */
}

/*--------------*
 * くじ結果一覧 *
 *--------------*/
/* ●等数表示情報一覧 */
#big1000 table.list_prize_price {
    /* background-color: #FFCC99;	/* orange */
	/* background-color: #CCFFFF;	/* cyan */
    background-color: #ccecff;		/* blue */
    /* background-color: #e6e6fa;		/* lavender */
    /* background-color: #ffe6ff;		/* pink */
    /* background-color: #ffffcc;		/* ivory */
    
	padding: 11px;
}
/* ●一覧「等数」タイトル（背景青） */
#big1000 td.list_title_prize {
	background-color: #F87CBC;
}
/* 一覧「売上結果」タイトル（背景薄いグレー） */
#big1000 td.list_title_amt {
	background-color: #F2D88C;
}
/* 一覧「試合NO」タイトル（背景少し濃いグレー） */
#big1000 td.list_title_game {
	background-color: #a3a3a3;
	color: #ffffff;/* 白 */
}
/* 一覧「サブ項目」タイトル（背景薄い水色） */
#big1000 td.list_title_sub {
	background-color: #bddbdb;
}
/* ●一覧「くじ結果」タイトルくじ結果 */
#big1000 td.list_title_lotrslt {
	background-color: #ddd000;
}
/* ●一覧「試合リスト」背景色１ */
#big1000 td.list_game {
	background-color: #E5F8FF;
}
/* ●一覧「試合リスト」背景色２ */
#big1000 td.list_game2 {
	background-color: #E5EEFF;
}
/* 一覧「等数」金額、口数表示文字 */
#big1000 td.list_price {
	font-size: 12pt;
	padding: 3px;
	line-height: 150%;
	text-align: right;
}
/* 一覧「売上結果、払戻・返還日」金額、口数表示文字 */
#big1000 td.list_amt {
	font-size: 9pt;
	padding: 3px;
	line-height: 120%;
	font-weight: normal;
	text-align: right;
}
/*------------------*
 * 等数表示情報一覧 *
 *------------------*/
/* 等数表示情報一覧「くじ結果（数値）」表示文字 */
#big1000 td.list_lotrslt_fontstyle {
	font-size: 18pt;
	font-weight: bold;
	line-height: 180%;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 10px;
}
/* ●等数表示情報一覧「メッセージ」表示文字 */
#big1000 td.msg_lotrslt_color {
	color: #000000;/* 黒 */
}
/* 等数表示情報一覧「くじ結果（数値）」（偶数） */
#big1000 td.list_lotrslt_even {
	background-color: #ffffff;	
}
/* ●等数表示情報一覧「くじ結果（数値）かめのぞき」（奇数） */
#big1000 td.list_lotrslt_odd {
	background-color: #FFA0FF;
}
/* 画面幅（等数表示情報一覧「共通内部」） */
#big1000 table.width_prize {
	width: 578px;
}
/* ●画面幅（等数表示情報一覧「くじ結果」） */
#big1000 table.width_lotrslt {
	width: 490px;
}
/* ●画面幅（等数表示情報一覧「くじ結果（数値）」） */
#big1000 td.width_disp_lotrst {
	width: 125px;
}
/* ●等数表示情報一覧「くじ結果」枠組み（みずいろ） */
#big1000 td.list_border_lotrslt {
	border-top: 1px solid #F87CBC;
	border-left: 1px solid #F87CBC;
	border-bottom: 1px solid #F87CBC;
	border-right: 1px solid #F87CBC;
}

/*--------------*
 * 販売期間一覧 *
 *--------------*/
/* 販売期間一覧表示文字 */
#big1000 td.list_sale_fontstyle {
	font-size: 10pt;
	padding: 1px;
	line-height: 150%;
	font-weight: normal;
	color: #666666; /* グレー */
}
/* ●販売期間一覧背景 */
#big1000 table.list_sale_fontstyle {
	/* background-color: #FFA0FF; */
	background-color: #ffebc3;
}

/*----------*
 * 販売状況 *
 *----------*/
/* ●販売状況タイトル */
#big1000 td.list_title_sale {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #F87CBC; /* dark pink */
	color: #000000;/* 黒 */
}
/* 販売状況値 */
#big1000 td.list_disp_sale {
	font-size: 14px;
	font-weight: bold;
}

/*----------*
 * くじ結果 *
 *----------*/

/* くじ結果 */
#big1000 td.result {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #F87CBC; /* dark pink */
	color: #FFFFFF; /* white */
}
/* 1等〜4等 */
#big1000 td.prize {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #F87CBC; /* dark pink */
	color: #FFFFFF; /* white */
}
/* 売上結果、払戻日 */
#big1000 td.title_dark_gray2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #616161; /* dark gray */
	color: #FFFFFF; /* white */
}
/* 試合情報：くじ結果 */
#big1000 td.title_dark_gray {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #616161; /* dark gray */
	color: #FFFFFF; /* white */
}
/* 試合No */
#big1000 td.title_gray {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #a3a3a3; /* gray */
	color: #FFFFFF; /* white */
}
/*  */
#big1000 td.title_light_gray {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #dbdbdb; 
	color: #8c8c8c; 
}
/* 当せん条件 */
#big1000 td.prize_info {
	font-size: 9px;
	/* background-color: #FFCC99;	/* orange */
	/* background-color: #CCFFFF;	/* cyan */
    background-color: #ccecff;		/* blue */
    /* background-color: #e6e6fa;		/* lavender */
    /* background-color: #ffe6ff;		/* pink */
    /* background-color: #ffffcc;		/* ivory */
    
	color: #474747; 
}

