
/************* シリーズ **************/

/* テーブル */
.section_table {
   margin:15px 0px 0px 0px;
   border:2px solid #270053; 　　   /* テーブルボーダー */
}

/* th全体 */
.section_table th {
   padding:3px;
   text-align:center;
   font-size:10pt;
   font-weight:bold;
   border:1px solid #270053;  　　  /* テーブルボーダー */
   letter-spacing:0.1em;
}



/* シリーズ名  */
.section_table th.series{
   color:#fff;
   background-color:#0042a3;
}

/* カードの種類 『EX種牡馬カード』『繁殖牝馬カード』 */
.section_table th.card_type{
   color:#000;
   background-color:#fff;
}

/* カード馬名 */
.section_table th.card_name{
   color:#000;
   background-color:#f3f8ff;
}

/* シリーズ中身 */
.section_table td {
   padding:7px;
   font-size:10pt;
   border:1px solid #270053;
}

.section_table ol 
{
margin-top: 0px;
margin-left: 20px;
}


/************* ロト **************/

.loto{
background:#222222;
}

.loto th{
background:#444444;
color:#FFFFFF;
font-weight:bold;
padding:2px 5px;
text-align:center;
}

.loto th.lotosub{
background:#dddd99;
color:#222222;
font-weight:bold;
padding:2px 5px;
text-align:center;
}

.loto td{
padding:5px;
background:#ffffee;
vertical-align:text-top;
