﻿@charset "UTF-8";
/* css description  *************************************

# NAME: font.css
# LAST MODIFIED: 2016-01-06
# DESCRIPTION:文字サイズ、文字色等 Font指定用CSS
----------------------------------------------------------
目次
000. font size
100. font color
200. font etc
101. 略名  font
----------------------------------------------------------
// css description ************************************* */

/* 000. font size
********************************************************* */
.tx-xsmall { font-size: 78%; }
.tx-small { font-size: 86%; }
.tx-over { font-size: 118%; }
.tx-mid { font-size: 120%; }
.tx-large { font-size: 140%; }
.tx-xlarge { font-size: 160%; }
/* 絶対指定 */
.tx-9px { font-size: 9px; }
.tx-10px { font-size: 10px; }
.tx-11px { font-size: 11px; }
.tx-12px { font-size: 12px; }
.tx-14px { font-size: 14px; }
.tx-16px { font-size: 16px; }

/* 100. font color
********************************************************* */
.tx-blue01 { color:#036; }
.tx-blue02 { color:#06c; }
.tx-blue03 { color:#0000ff; }
.tx-red01 { color:#f00; }
.tx-red02 { color:#903; }
.tx-orange01 { color:#f60; }
.tx-orange02 { color:#f90; }
.tx-green01 { color:#390; }
.tx-green02 { color:#4ea735; }
.tx-green03 { color:#060; }
.tx-gray01 { color:#666; }
.tx-gray02 { color:#999; }
.tx-gray03 { color:#ccc; }
.tx-black, .tx-000 { color:#000; }
.tx-white, .tx-fff { color:#fff; }

/* 200. font etc
********************************************************* */
.tx-bold { font-weight:bold; }
.tx-normal { font-weight:normal; }
.tx-tohaba { font-family:"ＭＳ ゴシック", "Osaka－等幅", monospace; }
.tx-sat { color:#09c; }
.tx-sun { color:#f66; }
.tx-num { font-size:84%; text-align:right; font-family:"ＭＳ ゴシック", "Courier New", Courier, mono; vertical-align:middle;} /* 出走表詳細数字 */
.tx-wide {letter-spacing: 0.3em;}
.tx-low {line-height: 1.3 }
/* IE6のみ印刷時に表示　*/
.assist-ie6 { display:none;}
* html .assist-ie6 { display:inline; margin:3px 0 0 0; }

/* 101. 略名  Font
********************************************************* */
/* 簡易出走表 */
DIV.fameName { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; word-break: keep-all; width:10em; }
DIV.z5racename { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; word-break: keep-all; width:13em; }
DIV.z5tateracename { white-space:nowrap; overflow:hidden; word-break: keep-all; width:6em; padding-top: 2px; }
* html DIV.z5tateracename { line-height: 1em; padding-top: 1px}
/* レースネーム履歴 */
DIV.rirekiRacename { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; word-break: keep-all; width:13em; }
/* 着順速報父馬名 */
DIV.tyakutitiname { display:inline; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; word-break: keep-all; width:14em; }
/* レースネーム履歴馬体重分析用 */
DIV.rirekiRaceNameUmaWeightBunseki { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; word-break: keep-all; width:16em; }
/* 省略表示（13文字超過）2013.12.12 softem.cssから移動 */
DIV.tx-overflow{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; word-break: keep-all; width:13em;}

/* 300.折り返し制御

/*折り返し禁止*/
.w_nowrap { white-space:nowrap;}
/*折り返し許可*/
.w_break {word-wrap:break-word; word-break:break-all;}

/* ソート */
.tx_sort{ cursor:pointer; }
