
/* --------------------------------------------------

	電話・インターネット投票　ニュース 追加用

-------------------------------------------------- */


/* - 色付きテーブル
---------------------------- */

/* 白色 */
table th.bg_white1 { background-color: #fff; }			/* 調教後馬体重1枠の背景色と同色 */
table td.bg_white1 { background-color: #fff; }			/* 調教後馬体重1枠の背景色と同色 */

/* 黒色 */
table th.bg_black1 { background-color: #000; color: #fff; }	/* 調教後馬体重2枠の背景色と同色(文字は白) */
table td.bg_black1 { background-color: #000; color: #fff; }	/* 調教後馬体重2枠の背景色と同色(文字は白) */

/* 赤色 */
table th.bg_red1 { background-color: #fe0000; color: #fff; }	/* 調教後馬体重3枠の背景色と同色(文字は白) */
table th.bg_red2 { background-color: #f7caac; }			/* 淡い赤 */
table th.bg_red3 { background-color: #f5e0e0; }			/* さらに淡い赤 */
table td.bg_red1 { background-color: #fe0000; color: #fff; }	/* 調教後馬体重3枠の背景色と同色(文字は白) */
table td.bg_red2 { background-color: #f7caac; }			/* 淡い赤 */
table td.bg_red3 { background-color: #f5e0e0; }			/* さらに淡い赤 */

/* 青色 */
table th.bg_blue1 { background-color: #0000fe; color: #fff; }	/* 調教後馬体重4枠の背景色と同色(文字は白) */
table th.bg_blue2 { background-color: #bdd6ee; }		/* 淡い青 */
table th.bg_blue3 { background-color: #d7ecf6; }		/* さらに淡い青 */
table td.bg_blue1 { background-color: #0000fe; color: #fff; }	/* 調教後馬体重4枠の背景色と同色(文字は白) */
table td.bg_blue2 { background-color: #bdd6ee; }		/* 淡い青 */
table td.bg_blue3 { background-color: #d7ecf6; }		/* さらに淡い青 */

/* 黄色 */
table th.bg_yellow1 { background-color: #ffff00; }		/* 調教後馬体重5枠の背景色と同色 */
/* 「bg_yellow2」は設定していません */
table th.bg_yellow3 { background-color: #f9f5de; }		/* さらに淡い黄色 */
table td.bg_yellow1 { background-color: #ffff00; }		/* 調教後馬体重5枠の背景色と同色 */
/* 「bg_yellow2」は設定していません */
table td.bg_yellow3 { background-color: #f9f5de; }		/* さらに淡い黄色 */

/* 緑色 */
table th.bg_green1 { background-color: #008001; color: #fff; }	/* 調教後馬体重6枠の背景色と同色(文字は白) */
table th.bg_green2 { background-color: #c5e0b3; }		/* 淡い緑 */
table th.bg_green3 { background-color: #dcf0d4; }		/* さらに淡い緑 */
table td.bg_green1 { background-color: #008001; color: #fff; }	/* 調教後馬体重6枠の背景色と同色(文字は白) */
table td.bg_green2 { background-color: #c5e0b3; }		/* 淡い緑 */
table td.bg_green3 { background-color: #dcf0d4; }		/* さらに淡い緑 */

/* 橙色 */
table th.bg_orange1 { background-color: #ffa500; }		/* 調教後馬体重7枠の背景色と同色 */
table td.bg_orange1 { background-color: #ffa500; }		/* 調教後馬体重7枠の背景色と同色 */

/* 桃色 */
table th.bg_pink1 { background-color: #ffc0cb; }		/* 調教後馬体重8枠の背景色と同色 */
table td.bg_pink1 { background-color: #ffc0cb; }		/* 調教後馬体重8枠の背景色と同色 */


/* ノーマル2 th背景色打ち消し 枠線を黒に変更 */
table.normal2 th.left { text-align: left; }
table.normal2 th,table.normal2 td { vertical-align: middle; border: 1px solid #000000; }
table.normal2 td.vtop,table.normal2 th.vtop { vertical-align: top; }


/* スマホから閲覧で改行を追加する */
br.sp { display: none; }/* 通常は改行を無効 */

/* 横幅479px以下の時に改行する */
@media screen and ( max-width : 479px ) {
br.sp { display: block; }
}
