@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 100%/1.7 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #252525;
  -webkit-text-size-adjust: 100%;
}
.tabnone {
  display: none;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.red{
	color: red!important;
}
.b{
	font-weight: bold!important;
}
.center{
	text-align: center;
}
/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #624e24;
}
a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  color: #927a49;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
  margin: 0 auto;
  width: 1000px;
}
#header {
  overflow: hidden;
  margin-bottom: 30px;
}
#content {
  width: 95%;
  padding: 30px 0;
  margin: 0 auto;
}
.content {
  width: 95%;
  padding: 0px 0 60px;
  margin: 0 auto;
}
/* ヘッダー
*****************************************************/
/* サイト説明文
----------------------------------*/
#header h1 {
  padding: 10px 0 0 3px;
  color: #3c2f13;
  font-size: 90%;
  font-weight: normal;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
  clear: both;
  float: left;
  padding-top: 20px;
  color: #3c2f13;
  font-size: 160%;
  font-weight: bold;
}
/* コンタクトインフォメーション
----------------------------------*/
#headerInfo {
  float: right;
  text-align: left;
}
#headerInfo p {
  padding: 2px 0 2px 80px;
  color: #3c2f13;
  font-size: 12px;
  font-weight: bold;
  background: url(images/openTime.png) no-repeat 0 2px;
}
#headerInfo p.tel {
  background: url(images/tel.png) no-repeat 0 4px;
  font-size: 16px;
}
#headerInfo p.address {
  background-image: url(images/address.png);
}
/* メイン画像
----------------------------------*/
#mainImg {
  line-height: 0;
  text-align: center;
  background: #eff1f0;
  z-index: 0;
}
/* タイポグラフィ
*****************************************************/
h2.title {
  font-weight: bold;
  margin: 30px 0 20px;
  padding: 5px 0px 5px 10px;
  font-size: 130%;
  color: #ffffff;
background-color: #00124b;
}
h2.first {
  margin-top: 0;
}
h3 {
  margin: 0px 0 10px 20px;
  font-weight: bold;
	  font-size: 130%;
}
.titlehead {
   background-color: #121212;
   font-weight:bold; 
	margin-bottom: 20px;
	height: auto;
	margin-top:30px;
}
.titlehead h3.subject {
   text-align: left; 
	font-weight: bold;
  font-size: 20px;
	color:#ffffff;
padding:4px 0 2px;
	line-height:normal;
}
h3.mail {
  margin: 0px 0 20px;
  font-weight: bold;
	  font-size: 130%;
	border:2px solid #333;
	display: inline-block;
padding:10px 50px;
}
.post p {
  padding-bottom: 15px;
}
.post ul {
  margin: 0 0 10px 10px;
}
.post ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(images/bullet.png) no-repeat 0 8px;
}
.post ol {
  margin: 0 0 10px 30px;
}
.post ol li {
  list-style: decimal;
}
.post h1 {
  margin: 20px 0;
  padding: 5px 0;
  font-size: 150%;
  color: #252525;
  border-bottom: 3px solid #3c2f13;
}
.post h2 {
  margin: 10px 0;
  padding-bottom: 2px;
  font-size: 130%;
  font-weight: normal;
  color: #252525;
  border-bottom: 2px solid #3c2f13;
}
.post h3 {
  margin: 10px 0;
  font-size: 120%;
  font-weight: normal;
  color: #2e2c2c;
  border-bottom: 1px solid #3c2f13;
}
.post blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 25px 30px;
  border-left: 5px solid #ccc;
}
.post blockquote p {
  padding: 5px 0;
}
.post table {
  border: 1px #2e2c2c solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px;
}
.post table th {
  padding: 7px 10px 7px 5px;
  border: #2e2c2c solid;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  background: #eff1f0;
}
.post table td {
  padding: 7px 5px;
  border: 1px #2e2c2c solid;
  border-width: 0 0 1px 1px;
  background: #fff;
}
.post dt {
  font-weight: bold;
}
.post dd {
  padding-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.b {
  font-weight: bold;
}
/* フッター
*****************************************************/
#footer {
  width: 100%;
  border-top: 1px solid #ccc;
  background-color: #00124b;
}
#footer .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-around;
}
#footer .inner p {
  width: 70%;
  padding: 20px 10px 5px;
}
#footer .inner ul.qr {
  width: 30%;
  display: table;
  background-color: #FFFFFF;
  margin: 15px 10px 0 0px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  height: 90px;
}
ul.qr li {
  vertical-align: top;
  padding: 10px;
  display: table-cell;
}
ul.qr li.smart {
  padding: 10px 10px 0 0;
  font-size: 85%;
}
#copyright {
  padding: 5px;
  text-align: center;
  font-style: italic;
  font-size: 85%;
  zoom: 1;
  color: #ffffff;
}
/* 着実投資
------------------------------------------------------------*/
.thumb {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.thumb li {
  width: 270px;
  margin: 0;
  padding: 20px 0px 0px 0px;
  background: none;
}
.thumb li:first-child {
  padding-top: 0;
  width: 730px;
}
.thumb li:last-child {
text-align: center;
}
.thumb li:last-child img{
max-width: 270px;
}
.thumb li p {
  padding-top: 10px;
  font-size: 120%;
}
/* 的中実績 */
.small {
  font-size: 18px;
}
.middle {
  font-size: 35px;
	text-align: center;
}
.big {
  font-size: 40px;
	color:#00124b;
   font-weight:bold; 
	text-align: center;
}
ul.multi-box2 {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 30px;
flex-direction: column;
	border-bottom: 1px solid #cccccc;
}

.horse-table{
	margin: 0 auto 10px;
	width:85%;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	font-size:100%;
	line-height: normal;
}
.rebox2{
margin-bottom: 30px;
}

.horse-table th{
	padding: 5px 10px 5px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
		text-align: left;
	background-color: #e6ebfa;
}
.horse-table th:nth-child(1),.horse-table th:nth-child(2),.horse-table th:nth-child(3){
width:4em;
}
.horse-table td{
	padding: 3px 10px 3px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align: center;

}
.horse-table td.umaname,.horse-table th.umaname{
	text-align: left;
}

.multi-outcome{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 30px;
justify-content: space-around;
	border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}

.haraimodoshi{
	margin: 0 auto 10px;
	width:45%;
	border-left:1px solid #c0ab74;
	border-top:1px solid #c0ab74;
	font-size:100%;
	line-height: normal;
}
.haraimodoshi th{
	padding: 5px 10px 5px;
	border-bottom:1px solid #c0ab74;
	border-right:1px solid #c0ab74;
	text-align: center;
	table-layout: fixed;
}

.haraimodoshi td{
	padding: 3px 10px 3px;
	border-right:1px solid #c0ab74;
	border-bottom:1px solid #c0ab74;
		text-align: center;
}
.haraimodoshi td.atari{
	background-color: #ff0000;
	color:#ffff65;
	font-weight:bold;
	font-size:90%;
}
.tab-wrap {
	width:100%;
	  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
	margin: 0 0 30px ;
}
.tab-label {
    color: White;
    background: #cccccc;
    margin-right: 5px;
    padding: 5px 12px 3px;
    order: -1;
	border-radius: 5px;
		font-size:80%;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #21d820;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}
/* LINEリンク */
ul.multi {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 20px;
}
ul.multi li {
	width:48%;	
  padding: 6px 10px 0;
  font-size: 180%;
  color: #333;
  font-weight: bold;
  align-self: center;
}
ul.multi li:first-child {
	width:28%;
	text-align: center
}
ul.multi li:last-child {
	width:24%;
	align-self: flex-end;
}
ul.multi li span {
  padding: 0px;
  font-size: 120%;
  color: #00a621;
  font-weight: bold;
}
ul.multi li p {
  padding-top: 10px;
  font-size: 70%;
	  text-align: left;
}

/* 免責リンク */
.thumbWrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.thumbWrap p {
  padding: 0 10px 20px;
  font-size: 85%;
  line-height: 1.5;
}
.thumbWrap p span {
  padding: 0 0px 5px;
  display: inline-block;
  margin-bottom: 0;
}
/* メールフォーム */
.formbox {
  border: 5px solid #00124b;
  background-color: #dfdfdf;
  border-radius: 10px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.titlebox {
  border: 3px solid #00124b;
  background-color: #00124b;
  border-radius: 5px 5px 0 0;
  margin-bottom: 40px;
  padding: 0 5px;
}
.formbox p {
  margin: 0 auto 0;
  text-align: center;
  padding: 5px 0;
}
.titlebox p {
  color: #ffffff;
  font-size: 170%;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
}
input[type="text"] {
  vertical-align: middle;
  width: 80%;
  line-height: 50px;
  height: 50px;
  padding: 1px 1px 0px 15px;
  border: 2px solid #aaa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 130%;
  color: #555;
  background: #fcfcfc;
  margin-bottom: 30px;
}
input[type="tel"] {
  vertical-align: middle;
  width: 80%;
  line-height: 50px;
  height: 50px;
  padding: 1px 1px 0px 15px;
  border: 2px solid #aaa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 130%;
  color: #555;
  background: #fcfcfc;
  margin-bottom: 10px;
}
/*--focus--*/
input[type="text"]:focus, input[type="tel"]:focus {
  background-color: #fdf9db;
}
button {
  width: 100%;
  max-width: 618px;
}
button.input {
  background: url("images/button.png") no-repeat scroll center top;
  border: 0 none;
  cursor: pointer;
  background-size: contain;
  padding-top: 20%;
}
button.input:hover {
  opacity: 0.8;
}
/*--レース予想--*/
.yosou {
  padding: 10px;
  background-color: #2b2d34;
	margin-bottom: 30px;
}
p.yosou-title {
  padding: 0 10px 10px 15px;
  font-weight: bold;
  color: #fff;
  font-size: 180%;
}
.yosou-box {
  margin: 0 auto 20px auto;
  padding: 15px 10px 10px 15px;
  color: #fff;
  border: 2px solid #fff;
  width: 95%;
  font-weight: bold;
}
p.race-yosou {
  font-size: 120%;
	margin-bottom: 10px;
}
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
  #wrapper, .inner {
    margin: 0 auto;
    width: 100%;
  }
}
/* 959px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	.clear{
		display: none;
	}	
  .tabnone {
    display: block;
  }
  body {
    font: 90%/1.7 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    color: #252525;
  }
  /* 着実投資
------------------------------------------------------------*/
  .thumb {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
  }
  .thumb li {
    margin: 0;
    padding: 20px 0px 0px 10px;align-self: flex-end;
  }
  .thumb li p {
    padding-top: 15px;
    font-size: 125%;
  }
/* 的中実績 */
.rebox{
	border:3px solid #cc0000;
	position: relative;
}	
.small {
  font-size: 13px;
}
.middle {
  font-size: 20px;
}
.big {
  font-size: 33px;
	color:#00124b;
   font-weight:bold; 
	text-align: center;
	letter-spacing: -1px;
}
.abimg img{
	position: absolute;
	width:140px;
	height:70px;
   top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.horse-table{
	margin: 0 auto 10px;
	width:100%;
	font-size:100%;
	line-height: normal;
}
	
}
/* 幅600px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .tabnone {
    display: none;
  }
  /* 着実投資
------------------------------------------------------------*/
  .thumb {
    width: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
  }
  .thumb li {
    width: 0%;
    margin: 0;
    padding: 20px 0px 0px 10px;
  }
  .thumb li:first-child {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
  }
  .thumb li p {
    padding-top: 15px;
    font-size: 120%;
  }
  /* 情報公開日リンク */

h3.mail {
  margin: 0px 10px 20px;
  font-weight: bold;
	  font-size: 130%;
	border:2px solid #333;
	display: inline-block;
padding:10px 50px;
}
/* LINEリンク */
  ul.multi {
    width: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    background: #fffacd;
    border: 1px solid #bcbcbc;
    flex-direction: column;
	  margin: 0 auto 20px;
  }

ul.multi li {
	width:100%;	
  padding: 10px 10px 0;
  font-size: 180%;
  color: #333;
  font-weight: bold;
  align-self: center;
}
ul.multi li:first-child {
	width:80%;
	text-align: center
}
ul.multi li:last-child {
	width:80%;
	align-self: flex-end;
}

	
  /* フッター */
  #footer .inner p {
    width: 100%;
    padding: 20px 10px 5px;
  }
  #footer .inner ul.qr {
    display: none;
  }
  #qrcode {
    display: none;
  }
/* 的中実績 */
/*ul.multi-box {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 30px;
	justify-content: flex-start;flex-wrap: wrap;
}
ul.multi-box li {
	width:49%;	
  padding: 6px 1% 0;
  color: #333;
  font-weight: bold;
  align-self: center;
}
.subject {
   text-align: left; 
   float: left;
	font-weight: bold;
  font-size: 20px;
}
.race {
   text-align: right;
  font-size: 15px;
	padding-top:8px;
}
.titlebar {
   background-color: #cc0000;
   color:white;
   font-weight:bold; 
padding:3px 5px 10px 10px;
	margin-bottom: 20px;
}

.inter{
	padding:0 10px 5px;
	clear: both;
}
.small {
  font-size: 14px;
}
.middle {
  font-size: 21px;
	text-align: center;
}
.big {
  font-size: 38px;
	color:#00124b;
   font-weight:bold; 
	text-align: center;
	letter-spacing: -1px;
}*/
.horse-table{
	margin: 0 auto 10px;
	width:100%;
	font-size:100%;
	line-height: normal;
}

/* メールフォーム */	
.titlebox p {
  color: #ffffff;
  font-size: 130%;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
}	
}
/* 幅480px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .tabnone {
    display: block;
  }
  /* 着実投資
------------------------------------------------------------*/
  .thumb {
    width: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    margin: 0px auto 0;
    flex-direction: column;
  }
  .thumb li {
    width: 80%;
    margin: 0 auto 0;
    padding: 20px 0px 0px 0px;
  }
  .thumb li:first-child {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
    text-align: left;
  }
  .thumb li p {
    padding-top: 15px;
    font-size: 120%;
  }
  /* 情報公開日リンク */
  ul.multi {
    padding: 1px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    background: #fffacd;
    border: 1px solid #bcbcbc;
    flex-direction: column;
  }
  ul.multi li {
    width: 95%;
    padding: 6px 10px 0;
    font-size: 160%;
    align-self: center;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  /* 免責リンク */
  .thumbWrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .thumbWrap p:last-child {
    display: none;
  }
  /* フッター
*****************************************************/
  #footer {
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #00124b;
  }
  #footer .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  #footer .inner p {
    width: 80%;
    padding: 20px 10px 5px;
    margin: 0 auto;
  }
  #footer .inner p:first-child {
    width: 95%;
    padding-bottom: 0px;
    margin: 0 auto;
  }
  #footer .inner p:last-child {
    padding-top: 10px;
  }
  /* メールフォーム */
  input[type="text"], input[type="tel"] {
    vertical-align: middle;
    width: 92%;
    line-height: 50px;
    height: 50px;
    padding: 1px 1px 0px 5px;
    border: 2px solid #aaa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 110%;
    color: #555;
    background: #fcfcfc;
    margin-bottom: 10px;
  }
/*--レース予想--*/
p.yosou-title {
  padding: 0 0px 10px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 140%;
}
/* 的中実績 */	
/*ul.multi-box li {
	width:99%;	
  padding: 6px 1% 10px;
  font-size: 180%;
  color: #333;
  font-weight: bold;
  align-self: center;
}
.small {
  font-size: 15px;
}
.middle {
  font-size: 25px;
	text-align: center;
}
.big {
  font-size: 45px;
	color:#00124b;
   font-weight:bold; 
	text-align: center;
	letter-spacing: 0;
}*/
.horse-table{
	margin: 0 auto 10px;
	width:100%;
	font-size:100%;
	line-height: normal;
}
.horse-table th{
	padding: 5px 1px 5px 5px;
	text-align: left;
	background-color: #dfdfdf;
}
.horse-table th:nth-child(1),.horse-table th:nth-child(2),.horse-table th:nth-child(3){
width:2.5em;
}
.horse-table td{
	padding: 3px 3px 3px;
	text-align: center;

}
.horse-table td.umaname,.horse-table th.umaname{
	text-align: left;
}
.horse-table td.atari{
	background-color: #ff0000;
	color:#ffff62;
	font-size: 80%;
	font-weight:bold;
	width:3.5em;
}
}