@charset "Shift_JIS";


/* ロト6 ペア数字ページ用テーブル ここから */
.table_loto_2combi {
    width: 300px;
    margin: 30px auto;
    border-collapse: collapse;
}

.table_loto_2combi th {
    padding: 12px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    width: 40%;
}

.table_loto_2combi td {
    padding: 20px 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 6px;
    width: 30%;
}
/* ロト6 ペア数字ページ用テーブル ここまで */

/* ロト6 ランキングテーブル（odd-even用）ここから */

.table_loto_ranking
{
	border-collapse: collapse;
	width: 80%;
	padding: 0;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	margin-top: 20px;
	margin-bottom: 10px;
}

.table_loto_ranking th
{
	color: #000000;
	font-size: 16px;
	padding: 5px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align:center;
	background: #EFF3F6;
}

.table_loto_ranking th.ranking
{
	width: 25%;
}

.table_loto_ranking th.oddeven
{
	width: 50%;
}

.table_loto_ranking th.times
{
	width: 25%;
}

.table_loto_ranking td
{
	color: #000000;
	font-size: 16px;
	padding: 5px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align:center;
}

.table_loto_ranking td.ranking
{
	width: 25%;
}

.table_loto_ranking td.oddeven
{
	width: 50%;
}

.table_loto_ranking td.times
{
	width: 25%;
}

.table_loto_ranking tr:nth-child(even) td {
	background-color: #f5faff; /* 薄い青 */
}

/* ロト6 ランキングテーブル（odd-even用）ここまで */

/* ロト6 リストテーブル（sum・odd-even用）ここから */

.table_loto_list
{
	border-collapse: collapse;
	width: 90%;
	padding: 0;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	margin-top: 20px;
	margin-bottom: 10px;
}

.table_loto_list th
{
	color: #000000;
	font-size: 16px;
	padding: 5px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align:center;
	background: #EFF3F6;
}

.table_loto_list th.lot
{
	width: 20%;
}

.table_loto_list th.date
{
	width: 25%;
}

.table_loto_list th.number
{
	width: 35%;
}

.table_loto_list th.oddeven
{
	width: 20%;
}

.table_loto_list td
{
	color: #000000;
	font-size: 16px;
	padding: 5px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align:center;
}

.table_loto_list td.lot
{
	width: 20%;
}

.table_loto_list td.date
{
	width: 25%;
}

.table_loto_list td.number
{
	width: 35%;
}

.table_loto_list td.oddeven
{
	width: 20%;
}

.table_loto_list tr:nth-child(even) td {
	background-color: #f5faff; /* 薄い青 */
}

/* ロト6 リストテーブル（sum・odd-even用）ここまで */