@charset "utf-8";
/*
* {
	outline: 1px solid magenta;
}
*/

html {
  overflow-y:scroll;
}
body {
  margin:0;
  padding:0;
  font-size:15px;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  color:#000;
  background-color:#f6f8fc;
}
.justify {
  text-align:justify;
}
.bold {
  font-weight:bold;
}
.center {
  text-align:center;
}
.right {
  text-align:right;
}
.nostart {
  margin:0;
  padding:0;
  list-style-type:none;
}

.clear {
  clear:both;
}
br.clear {
  clear:both;
  margin-top:-15px;
}

a {
  outline:none;
  text-decoration:none;
  color:#0d47a1;
}
a:hover {
  text-decoration:underline;
  color:#dd2c00;
}

.floatl,
.imgl {
  float:left;
}
.floatr,
.imgr {
  float:right;
}

img {
  display:block;
  margin:0;
  padding:0;
  border:none;
}
.imgl,
.imgr {
  border:1px solid #0d47a1;
  padding:5px;
}
.imgl {
  margin:0 8px 8px 0;
  clear:left;
}
.imgr {
  margin:0 0 8px 8px;
  clear:right;
}

/*------------------------------
  Wrapper
  ------------------------------ */
.wrapper {
  display:block;
  width:100%;
  margin:0;
  text-align:left;
/*  border-bottom:1px solid #E3E3E3; */
}
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  margin:0 0 15px 0;
  padding:0;
  font-size:18px;
/*  font-weight:normal; */
  line-height:normal;
}
.toplineWarp {
  color:#666666;
  background-color:#efefef;
  border-bottom:1px solid #E3E3E3;
}
.toplineWarp a {
  color:#0d47a1;
  background-color:#efefef;
}
.topbarWarap {
  color:#000000;
  background-color:#0d47a1;
}
.subbarWarap {
  color:#000000;
  background-color:#e8eaf6;
  border-bottom:1px solid #c5cae9;
}
.headerWarap {
  background-color:#ffffff;
}

.wrapperShadow {
  border-radius: 5px;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
/*
  padding-top: 15px; padding-bottom:20px;
*/
}

#header,
#topline,
#topbar,
#subbar,
#breadcrumb,
.container,
#columblock,
#wideblock,
#resultList2tf,
#footer,
#copyright {
  display:block;
  position:relative;
  width:1150px;
  margin:0 auto;
}


/*------------------------------
  header
  ------------------------------ */
#header {
  background-color:#fff;

}
#header .logo {
  float: left;
}
#header .headContent {
  float: left;
  width: 520px;
  line-height: 1.8em;
  margin-top: 10px;
  margin-left: 70px;
}
#header .subTitle {
  float: right;
  margin-top: 30px;
}
/* ----------------------------------------------TopBar------------------------------------- */

#topline {
  padding:10px 0;
  background-color:#efefef;
}
#topline p {
  float:left;
  margin:0;
  padding:0;
}
#topline ul {
  float:right;
  margin:0;
  padding:0;
  list-style:none;
}
#topline li {
  display:inline;
  margin:0 8px 0 0;
  padding:0 10px 0 0;
  border-right:1px solid #999999;
}
#topline li.last {
  margin-right:0;
  padding-right:0;
  border:none;
}


/* ----------------------------------------------topnav------------------------------------- */
#topbar {
  background-color:#0d47a1;
}
#topMenu {
  display:block;
  float:left;
  margin:0;
  padding:0;
  font-size:16px;
  font-weight:normal;
  font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}
#topMenu ul,
#topMenu li {
  float:left;
  list-style:none;
  margin:0;
  padding:0;
}
#topMenu li p,
#topMenu li a:link,
#topMenu li a:visited,
#topMenu li a:hover {
  display:block;
  margin:0;
  padding:20px;
  color:#FFFFFF;
  background-color:#0d47a1;
  text-transform:uppercase;
  text-decoration:none;
}
#topMenu li a:hover,
#topMenu ul li.active a {
  color:#FFFFFF;
  background-color:#1976d2;
  text-decoration:none;
}
#topMenu li li a:link,
#topMenu li li a:visited {
  width:150px;
  float:none; margin:0;
  padding:7px 10px;
  font-size:14px;
  font-weight:normal;
  color:#FFFFFF;
  background-color:#1976d2;
  text-transform:none;
  text-decoration:none;
}
#topMenu li li a:hover {
  color:#FFFFFF;
  background-color:#0d47a1;
  text-transform:none;
  text-decoration:none;
}
#topMenu li ul {
  z-index:9999;
  position:absolute;
  left:-999em;
  height:auto;
  width:170px;
  border-left:1px solid #0d47a1;
  border-bottom:1px solid #0d47a1;
  text-decoration:none;
}
#topMenu .wideMenu {
  width:340px;
}
#topMenu li ul a {
  width:140px;
}
#topMenu li ul ul {
  margin:-32px 0 0 0;
}
#topMenu li:hover ul ul {
  left:-999em;
}
#topMenu li:hover ul,
#topMenu li li:hover ul {
  left:auto;
}
#topMenu li:hover {
  position:static;
}
#topMenu li.last {
  margin:0;
}

/* ----------------------------------------------subnav------------------------------------- */
#subbar {
  background-color:#e8eaf6;
}
#subMenu {
  display:block;
  float:left;
  margin:0;
  margin-left: 10px;
  font-size:15px;
  font-weight:normal;
  font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}
#subMenu ul,
#subMenu li {
  float:left;
  list-style:none;
  margin:0;
  padding:0;
}
#subMenu li a:link,
#subMenu li a:visited,
#subMenu li a:hover {
  display:block;
  margin:0;
  padding:13px;
  color:#0d47a1;
  text-transform:uppercase;
  text-decoration:none;
  font-weight: bold;
}
#subMenu li a:hover {
  color:#FFFFFF;
  background-color:#1976d2;
  text-decoration:none;
}

/* ----------------------------------------------sideContent------------------------------------- */
.sideContent .subnav {
  display:block;
  width:250px;
  padding:25px;
  background-color:#e3f2fd;
  margin-bottom:30px;
}
.sideContent .subnav h2 {
  font-weight: bold;
/*
  margin:0;
  padding:0;
  font-size:18px;
  font-weight:bold;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  color:#666666;
  background-color:#e3f2fd;
  line-height:normal;
/*  border-bottom:1px dotted #666666; */
}
.sideContent .subnav ul {
  margin:0;
  padding:0;
  list-style:none;
}
.sideContent .subnav li {
  margin:0 0 3px 0;
  padding:0;
}
.sideContent .subnav ul ul,
.sideContent .subnav ul ul ul,
.sideContent .subnav ul ul ul ul,
.sideContent .subnav ul ul ul ul ul {
  border-top:none;
  padding-top:0;
}
.sideContent .subnav a {
  display:block;
  margin:0;
  padding:5px 10px 5px 20px;
  color:#333333;
  background:url("img/blue_file.gif") no-repeat 10px center #e3f2fd;
  text-decoration:none;
  border-bottom:1px dotted #666666;
}
.sideContent .subnav a:hover {
  color:#059BD8;
  background-color:#e3f2fd;
}
.sideContent .subnav ul ul a,
.sideContent .subnav ul ul ul a,
.sideContent .subnav ul ul ul ul a,
.sideContent .subnav ul ul ul ul ul a {
  background:url("img/black_file.gif") no-repeat #e3f2fd;
}
.sideContent .subnav ul ul a {
  padding-left:40px;
  background-position:30px center;
}
.sideContent .subnav ul ul ul a {
  padding-left:50px;
  background-position:40px center;
}
.sideContent .subnav ul ul ul ul a {
  padding-left:60px;
  background-position:50px center;
}
.sideContent .subnav ul ul ul ul ul a {
  padding-left:70px;
  background-position:60px center;
}

.sideContent .subnavBoxW {
  display:block;
  width:270px;
  padding:15px;
  background-color:#fff;
  margin-bottom:10px;
}
.sideContent .subnavBoxW h2 {
  font-weight: bold;
}

.sideContent .mblist {
  border: 2px solid #aaa;
}
.sideContent .mblist td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}

.sideContent .snsBoxW {
  display:block;
  width:295px;
  padding:2px;
  background-color:#fff;
}


#header {
  padding:2px 0 20px 0;
}
#header .floatl {
  display:block;
  float:left;
  margin-top:7px;
  overflow:hidden;
}
#header .floatr {
  display:block;
  float:right;
  width:468px;
  height:60px;
  margin-top:21px;
  overflow:hidden;
}
#header h1,
#header p,
#header ul {
  margin:0;
  padding:0;
  list-style:none;
  line-height:normal;
}
#header h1 a {
  font-size:46px;
  color:#999999;
  background-color:#FFFFFF;
}
#header h1 strong {
  font-weight:normal;
  color:#059BD8;
  background-color:#FFFFFF;
}
#header .floatl p {
  text-align:right;
  margin-top:5px;
}

/*------------------------------
  パンくず
  ------------------------------ */
#breadcrumb {
  padding:15px 0;
  background-color: #f2f2f2;
}
.breadcrumbWarap {
  color:#333333;
  background-color:#f2f2f2;
  border-bottom: 2px solid #cccccc;
}
#breadcrumb ul {
  margin:0;
  padding:0;
  list-style:none;
}
#breadcrumb ul li {
  display:inline;
}
#breadcrumb ul li.current a {
  font-weight: bold;
  text-decoration:underline;
}
#breadcrumb ul li:first-child {
  margin-left: 20px;
}


/*------------------------------
  タイトル
  ------------------------------ */
.wrapper790c {
  width: 790px;
  margin: 0 auto !important;
}
.title_middle50 {
  display: flex;
  font-size: 26px;
  justify-content: left;
  align-items: center;
  text-align: left;
/*--- 真ん中
  justify-content: center;
  align-items: center;
  text-align: center;
*/
}
.title_middle50::before,
.title_middle50::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #0d47a1;
}
.title_middle50::before {
  margin-right: 20px;
}
.title_middle50::after {
  margin-left: 20px;
}


.title_middle100 {
  display: flex;
  font-size: 26px;
  justify-content: left;
  align-items: center;
  text-align: left;
}
.title_middle100::before,
.title_middle100::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #0d47a1;
}
.title_middle100::before {
  margin-right: 20px;
}
.title_middle100::after {
  margin-left: 20px;
}


.title_middle {
  margin-top: 50px;
  display: flex;
  font-size: 20px;
  align-items: center;
  font-weight: bold;
/*  justify-content: center; */
}
.title_middle::before,
.title_middle::after {
  content: '';
  flex-grow: 1;
  height: 5px;
  background: #0d47a1;
}
.title_middle::before {
  margin-right: 20px;
}
.title_middle::after {
  margin-left: 20px;
}


/*-----*/
.title_boxT1 {
  position: relative;
  padding: 0.5em 1em;
  background-color: #003F97;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
.title_boxT2 {
  position: relative;
  padding: 0.5em 1em;
  background-color: #e8eaf6;
  border-top: solid 3px #003F97;
  border-bottom: solid 1px #003F97;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
.title_boxT2s {
  position: relative;
  padding: 0.5em 1em;
  background-color: #e8eaf6;
  border-top: solid 3px #003F97;
  border-bottom: solid 1px #003F97;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.title_boxT2tb1 {
  position: relative;
  padding: 0.5em 1em;
  background-color: #e8eaf6;
  border-top: solid 1px #003F97;
  border-bottom: solid 1px #003F97;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
/*-----*/
.title_box {
  margin-top: 30px;
  position: relative;
  padding: 0.5em 1em;
  border-top: solid 2px #0d47a1;
  border-bottom: solid 2px #0d47a1;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.title_box:before, .title_box:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #0d47a1;
}
.title_box:before {
  left: 7px;
}
.title_box:after {
  right: 7px;
}

.descRace {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #dd2c00;
  font-weight: 500;
  text-align: center;
  border: 3px solid #0d47a1;
  background-color:#e3f2fd;
  padding: 20px 5px 20px 5px;
}
.descRace p {
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
}
.descRace_next {
  font-size: 16px;
  color: #000;
  margin: 10px 10px 5px 30px;
  padding: 10px 10px 10px 0;
}
.descRace_next_warap {
  width: 600px;
  margin: 0 auto;
}
.descRace_next_date {
  float: left;
  font-weight: bold;
  margin-left: 5px;
}
.descRace_next_grade {
  float: left;
  margin-left: 10px;
}
.descRace_next_racename {
  float: left;
  margin-left: 20px;
  font-size: 120%;
}

.descResultNon {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 36px;
  color: #dd2c00;
  font-weight: bold;
  text-align: center;
  border: 5px solid #dd2c00;
  background-color:#efebe9;
  padding: 80px 5px 80px 5px;
}
.descRace_kako {
  font-size: 16px;
  color: #000;
  margin: 35px 10px 5px 30px;
  padding: 20px 10px 10px 0;
  border-top: 1px solid #0d47a1;
}
.descRace_kako_warap {
  width: 600px;
  margin: 0 auto;
}
.descRace_kako_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.descRace_kako_date {
  float: left;
  font-weight: bold;
  margin-left: 5px;
}
.descRace_kako_grade {
  float: left;
  margin-left: 10px;
}
.descRace_kako_kname {
  float: left;
  font-weight: bold;
  margin-left: 10px;
}
.descRace_kako_racename {
  float: left;
  margin-left: 20px;
  font-size: 120%;
}


.descMain {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  padding: 0 5px 10px 5px;
}
.desc {
  font-size: 13px;
  color: #333;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}
.desc_bottom {
  border-bottom: 1px dotted #aaa;
}

.mt_0 {
  margin-top: 0px;
}
.mt_1 {
  margin-top: 10px;
}
.mt_2 {
  margin-top: 20px;
}
.mt_3 {
  margin-top: 30px;
}
.mt_4 {
  margin-top: 40px;
}
.mt_5 {
  margin-top: 50px;
}
.mb_0 {
  margin-bottom: 0px;
}
.mb_1 {
  margin-bottom: 10px;
}
.mb_2 {
  margin-bottom: 20px;
}
.mb_3 {
  margin-bottom: 30px;
}
.mb_4 {
  margin-bottom: 40px;
}
.mb_5 {
  margin-bottom: 50px;
}
.pt_0 {
  padding-top: 0px;
}
.pt_1 {
  padding-top: 10px;
}
.pt_2 {
  padding-top: 20px;
}
.pt_3 {
  padding-top: 30px;
}
.pb_0 {
  padding-bottom: 0px;
}
.pb_1 {
  padding-bottom: 10px;
}
.pb_2 {
  padding-bottom: 20px;
}
.pb_3 {
  padding-bottom: 30px;
}


/* ------------------------------
  メインコンテンツ
   ------------------------------ */
.container {
  padding:20px 0;
}
.content {
  display:block;
  float:left;
  width:820px;
}


/* ----------------------------------------------Column------------------------------------- */

.sideContent {
  display:block;
  float:right;
  width:300px;
}
.sideContent .holder,
.sideContent #featured {
  display:block;
  width:300px;
  margin-bottom:20px;
}
/*
.sideContent .holder h2.title {
  display:block;
  width:100%;
  height:65px;
  margin:0;
  padding:15px 0 0 0;
  font-size:20px;
  line-height:normal;
  border-bottom:1px dotted #999999;
}
.sideContent .holder h2.title img {
  float:left;
  margin:-15px 8px 0 0;
  padding:5px;
  border:1px solid #0d47a1;
}
*/
.sideContent div.imgholder {
  display:block;
  width:290px;
  margin:0 0 10px 0;
  padding:4px;
  border:1px solid #0d47a1;
}
.sideContent .holder p.readmore {
  display:block;
  width:100%;
  font-weight:bold;
  text-align:right;
  line-height:normal;
}

/* Featured Block */

.sideContent #featured ul,
.sideContent #featured h2,
.sideContent #featured p {
  margin:0;
  padding:0;
  list-style:none;
  color:#666666;
  background-color:#F9F9F9;
}
.sideContent #featured a {
  color:#059BD8;
  background-color:#F9F9F9;
}
.sideContent #featured li {
  display:block;
  width:250px;
  margin:0;
  padding:20px 25px;
  color:#666666;
  background-color:#F9F9F9;
}
.sideContent #featured li p.imgholder {
  display:block;
  width:240px;
  height:90px;
  margin:20px 0 15px 0;
  padding:4px;
  border:1px solid #0d47a1;
}
.sideContent #featured li h2 {
  margin:0;
  padding:0 0 8px 0;
  font-weight:normal;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  line-height:normal;
  border-bottom:1px dotted #999999;
}
.sideContent #featured p.readmore {
  display:block;
  width:100%;
  margin-top:15px;
  font-weight:bold;
  text-align:right;
  line-height:normal;
}

.sideContent .latestnews {
  display:block;
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
}
.sideContent .latestnews li {
  display:block;
  width:100%;
  height:99px;
  margin:0 0 11px 0;
  padding:0 0 21px 0;
  border-bottom:1px dotted #C7C5C8;
  overflow:hidden;
}
.sideContent .latestnews li.last {
  margin-bottom:0;
}
.sideContent .latestnews p {
  display:inline;
}
.sideContent .latestnews img {
  float:left;
  margin:0 10px 0 0;
  padding:4px;
  border:1px solid #0d47a1;
  clear:left;
}

/* ----------------------------------------------Homepage Specific------------------------------------- */

#wideblock {
  padding:20px 0;
}

#columblock {
  padding:0 0 5px 0;
}
#columblock .floatl,
#columblock .floatr {
  display:block;
  width:550px;
  margin-bottom:15px;
}
#columblock .floatl img,
#columblock .floatr img {
  float:left;
  margin:0 10px 0 0;
  padding:4px;
  border:1px solid #0d47a1;
  clear:left;
}
#columblock h2 {
  display:block;
  width:100%;
  margin:0 0 15px 0;
  padding:5px 0 5px 10px;
  color:#666666;
  background-color:#EFEFEF;
  text-align:left;
  font-size:13px;
}
#columblock h2 a {
  margin:0 5px 0 0;
  color:#059BD8;
  background-color:#EFEFEF;
  font-weight:bold;
  text-transform:uppercase;
}
#columblock p {
  margin:0 0 8px 0;
  padding:0;
}

#mainblock {
  display:block;
  width:100%;
}
/*
#mainblock h2 {
  margin:0 0 15px 0;
  padding:0 0 8px 0;
  border-bottom:2px solid #E3E3E3;
}
#mainblock ul {
  margin:0; padding:0;
  list-style:none;
  display:inline;
}
#mainblock li {
  display:block;
  float:left;
  width:250px;
  margin:0 15px 0 0;
  padding:0;
}
#mainblock li.last {
  margin-right:0;
}
#mainblock img {
  margin:0;
  padding:4px;
  border:1px solid #0d47a1;
}
#mainblock .readmore {
  font-weight:bold;
  text-align:right;
}
*/

#stdmInfo {
  width: 790px;
  border: 2px solid #0d47a1;
  margin: 0 auto;
  background-color: #e3f2fd; /* #efebe9; */
}
#stdmInfo table {
  margin-bottom: 0;
}
#stdmInfo table td.logo {
  width: 180px;
}
#stdmInfo .logoImg {
  padding: 10px;
  margin-top: 5px;
}
#stdmInfo .snsBox {
  float: right;
  margin-right: 15px;
}
#stdmInfo .snsItem {
  margin-left: 15px;
}

table {
  width:100%;
  border-collapse:collapse;
  table-layout:auto;
  vertical-align:top;
  margin-bottom:15px;
  border:1px solid #CCCCCC;
}
table thead th {
  color:#FFFFFF;
  background-color:#666666;
  border:1px solid #CCCCCC;
  border-collapse:collapse;
  text-align:center;
  table-layout:auto;
  vertical-align:middle;
}
table tbody td {
  vertical-align:top;
  border-collapse:collapse;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
}
table thead th,
table tbody td {
  padding:5px;
  border-collapse:collapse;
}
table tbody tr.light {
  color:#666666;
  background-color:#F7F7F7;
}
table tbody tr.dark {
  color:#666666;
  background-color:#E8E8E8;
}

/* ------------------------------
  レース一覧
   ------------------------------ */
  #raceList table {
  width:100%;
  border-collapse:collapse;
  table-layout:auto;
  vertical-align:top;
  margin-top:20px;
  margin-bottom:30px;
  border: none;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
}
#raceList table thead th {
  color:#000000;
  background-color:#f5f5f5;
/*  border:1px solid #e65100; */
  border-collapse:collapse;
  text-align:center;
  table-layout:auto;
  vertical-align:middle;
  border: none;
  border-bottom:1px solid #999999;
}
#raceList table thead th.rinfo {
  text-align: left;
}
#raceList table tbody td {
  vertical-align:top;
  border-collapse:collapse;
  border-left: none;
  border-right: none;
  border-bottom:1px solid #cccccc;
}
#raceList table thead th,
#raceList table tbody td {
  padding:5px;
  border-collapse:collapse;
}
#raceList table tbody tr.light {
  color:#000000;
  background-color: #fffde7; /* #efebe9; */
}
#raceList table tbody tr.dark {
  color:#000000;
  background-color:#fff9c4; /*#d7ccc8; */
}
#raceList table tbody td.kname {
  width: 100px;
  font-weight: bold;;
}
#raceList table tbody td.weather {
  width: 30px;
  text-align: center;
}
#raceList table tbody td.rank,
#raceList table tbody td.grade {
    width:30px;
}
#raceList table tbody td.days {
  width:40px;
  font-size: 90%;
  text-align: center;
}
#raceList table tbody td.rname {
  width:600px;
}
#raceList table tbody tr.none {
  color:#333;
  background-color:#eeeeee;
}
#raceList .gradeGuide {
  font-size: 90%;
  text-align: right;
}
/* ------------------------------
  年間レース一覧
   ------------------------------ */
#yearList {
  width: 790px;
  margin: 0 auto;
}
#yearList table {
  width:100%;
  border-collapse:collapse;
  table-layout:auto;
  vertical-align:top;
  margin-top:20px;
  margin-bottom:30px;
  border: none;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
}
#yearList table thead th {
  color:#000000;
  background-color:#f5f5f5;
/*  border:1px solid #e65100; */
  border-collapse:collapse;
  text-align:center;
  table-layout:auto;
  vertical-align:middle;
  border: none;
  border-bottom:1px solid #999999;
}
#yearList table thead th.rinfo {
  text-align: left;
}
#yearList table tbody td {
  vertical-align:top;
  border-collapse:collapse;
  border-left: none;
  border-right: none;
  border-bottom:1px solid #cccccc;
}
#yearList table thead th,
#yearList table tbody td {
  padding:5px;
  border-collapse:collapse;
}
#yearList table tbody tr.light {
  color:#000000;
  background-color: #fffde7; /* #efebe9; */
}
#yearList table tbody tr.dark {
  color:#000000;
  background-color:#fff9c4; /*#d7ccc8; */
}
#yearList table tbody td.st {
  width: 50px;
  text-align: center;
}
#yearList table tbody td.ymds {
  width: 100px;
  text-align: center;
}
#yearList table tbody td.grade {
    width: 35px;
}
#yearList table tbody td.rname {
  width:550px;
}
#yearList table tbody tr.plan {
  color:#333;
  background-color:#e1f5fe;
}
#yearList table tbody tr.now {
  color:#333;
  background-color:#ffebee;
}
#yearList table tbody tr.end {
  color:#333;
  background-color:#eeeeee;
}
#yearList .descMain {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  padding: 0 5px 10px 5px;
}
#yearList .st0 {
  padding: 2px;
  font-size: 95%;
  text-align: center;
  background-color: #039be5;
  color: #ffffff;
}
#yearList .st1 {
  padding: 2px;
  font-size: 95%;
  text-align: center;
  background-color: #e57373;
  color: #ffffff;
}
#yearList .st9 {
  padding: 2px;
  font-size: 95%;
  text-align: center;
  background-color: #999999;
  color: #ffffff;
}

#yearList .pageDateWarp {
  width: 100%;
  /*margin-top: 20px; */
}
#yearList .pageDateWarp .dateb {
  float: left;
  width: 290px;
}
#yearList .pageDateWarp .datet {
  float: left;
  width: 280px;
}
#yearList .pageDateWarp .daten {
  float: right;
}
#yearList .btn {
  width: 160px;
  margin: 5px 5px 5px 0;
}

#yearList .gradeGuide {
  font-size: 90%;
  text-align: right;
}

#ymList .pageDateWarp {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}
#ymList .pageDateWarp .dateb {
  float: left;
  width: 270px;
}
#ymList .pageDateWarp .datet {
  float: left;
  width: 280px;
}
#ymList .pageDateWarp .daten {
  float: right;
}
#ymList .btn {
  width: 200px;
  margin: 5px 5px 5px 0;
}

#yearList .pageControlWarp {
  width: 100%;
}
#yearList .pageControlWarp .curNo {
  float: left;
  width: 250px;
  font-weight: bold;
  font-size: 20px;
}
#yearList .pageControlWarp .curYear {
  float: left;
  width: 200px;
}

/* ------------------------------
  レース結果
   ------------------------------ */
/*
#raceResult {
  width: 790px;
  margin: 0 auto;
}
*/
#raceResult table {
/* width:100%; */
  border-collapse:collapse;
  table-layout:auto;
  vertical-align:top;
  margin-top:5px;
  margin-bottom:30px;
  border: none;
  background-color: #ffffff;
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
/*
  font-family: 'Arial', 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
*/
  font-family: 'Arial';
}
#raceResult table thead th {
  color:#000000;
  background-color:#f5f5f5;
/*  border:1px solid #e65100; */
  border-collapse:collapse;
  text-align:center;
  table-layout:auto;
  vertical-align:middle;
  border: none;
  border-bottom: 2px solid #999999;
}
#raceResult table thead th.lbl_non {
  background-color: #e3f2fd;
  text-align: left;
}
#raceResult table thead th.lbl_txt {
  background-color: #e3f2fd;
  text-align: left;
}
#raceResult table thead th .lbl_grade {
  float: left;
  margin-left: 10px;
  font-size: 18px;
}
#raceResult table thead th .lbl_date {
  float: left;
  margin-left: 20px;
  font-size: 18px;
}
#raceResult table thead th .lbl_days {
  float: left;
  margin-left: 20px;
  font-size: 18px;
}
#raceResult table thead th .lbl_name {
  float: left;
  margin-left: 20px;
  font-size: 17px;
  font-weight: 100;
}
#raceResult table thead th.rinfo {
  text-align: left;
}
#raceResult table tbody td {
  vertical-align:top;
  border-collapse:collapse;
  border-left: none;
  border-right: none;
  border-bottom:1px solid #cccccc;
}
#raceResult table thead th,
#raceResult table tbody td {
  padding:5px;
  border-collapse:collapse;
}
#raceResult table tbody tr.light {
  color:#000000;
  background-color: #fffde7; /* #efebe9; */
}
#raceResult table tbody tr.dark {
  color:#000000;
  background-color:#fff9c4; /*#d7ccc8; */
}
#raceResult table tbody td.kname {
  width: 100px;
  font-weight: bold;;
}
#raceResult table tbody td.weather {
  width: 30px;
  text-align: center;
}
#raceResult table tbody td.rank,
#raceResult table tbody td.grade {
    width:30px;
}
#raceResult table tbody td.days {
  width:40px;
  font-size: 90%;
  text-align: center;
}
#raceResult table tbody td.rname {
  width:600px;
}
#raceResult table tbody tr.none {
  color:#333;
  background-color:#eeeeee;
}
#raceResult .gradeGuide {
  font-size: 90%;
  text-align: right;
}
#raceResult table thead th.title {
  text-align: left;
  font-size: 18px;
  padding: 5px;
  background-color: #e8eaf6;
}
#raceResult table thead .days {
  float: left;
  margin-left: 15px;
}
#raceResult table thead .racename {
  float: left;
  margin-left: 15px;
}
#raceResult table tbody td.col31 {
  width: 205px;
}
#raceResult table tbody td.col32 {
  width: 205px;
}
#raceResult table tbody td.col21 {
  width: 175px;
}
#raceResult table tbody td.col22 {
  width: 175px;
}
#raceResult table tbody td.rno {
  width: 25x;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
#raceResult table tbody td.deme3 {
  width: 65px;
  text-align: center;
  padding-top: 7px;
}
#raceResult table tbody td.money3 {
  width: 110px;
  text-align: right;
  padding-top: 9px;
  font-size: 18px;
}
#raceResult table tbody td.ninki3 {
  width: 35px;
  text-align: right;
  font-size: 95%;
  padding-top: 9px;
}
#raceResult table tbody td.deme2 {
  width: 45px;
  text-align: center;
  padding-top: 7px;
}
#raceResult table tbody td.money2 {
  width: 110px;
  text-align: right;
  padding-top: 9px;
  font-size: 18px;
}
#raceResult table tbody td.ninki2 {
  width: 20px;
  text-align: right;
  font-size: 95%;
  padding-top: 9px;
}
#raceResult table tbody td.info {
  width: 15px;
  text-align: center;
  padding-top: 12px;
}

#raceResult table .bl1 {
  border-left: 1px solid #999;
}
#raceResult table .bl2 {
  border-left: 1px solid #ddd;
}

#raceResult table .colF {
  background-color: #ffffff;
}
#raceResult table .colF1 {
  background-color: #ffd54f;
}
#raceResult table .colM0 {
  background-color: #ffffff;
}
#raceResult table .colM1 {
  background-color: #f8bbd0;
}

#raceResult table tbody td.time {
  text-align: center;
  font-weight: bold;
}
#raceResult table tbody td.live,
#raceResult table tbody td.odds,
#raceResult table tbody td.rlist,
#raceResult table tbody td.yoso {
  text-align: center;
  font-size: 16px;
}
#raceResult table tbody td.live {
  padding-top: 10px;
}
#raceResult table tbody td.stop {
  text-align: center;
  color: #333;
}
#raceResult table tbody td.non {
  text-align: center;
  color: #333;
}
#raceResult table tbody td.un {
  background-color: #eee; /* #fafafa; */
}

#racePlan {
  float: left;
  width: 49%;
}
#raceKako {
  float: right;
  width: 49%;
}


/* ------------------------------
  ボタン
   ------------------------------ */
.btn_margin_5x0 {
  margin: 5px 0 5px 0;
}
.btn_200 {
  width: 200px;
  margin: 5px 5px 5px 0;
}
.btn_210 {
  width: 210px;
  margin: 5px 5px 5px 0;
}
.btn_240 {
  width: 240px;
  margin: 5px 5px 5px 0;
}
.btn_300 {
  width: 300px;
  margin: 5px 5px 5px 0;
}
.btn_350 {
  width: 350px;
  margin: 5px 5px 5px 0;
}

.button1a a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  color: #bf360c;
  font-size: 16px;
  font-weight: 800;
  border: 2px solid #e65100;
  background-color: #fff8e1;
}
.button1a a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #e65100;
  border-right: 3px solid #e65100;
  transform: rotate(45deg);
}
.button1a a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #e65100;
}
.button1a a:hover::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.button1b a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  border: 2px solid #e65100;
  background-color: #e65100;
}
.button1b a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}
.button1b a:hover {
  color: #bf360c;
  text-decoration: none;
  background-color: #fff8e1;
}
.button1b a:hover::after {
  border-top: 3px solid #bf360c;
  border-right: 3px solid #bf360c;
}

.button2a a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  color: #1a237e;
  font-size: 16px;
  font-weight: 800;
  border: 2px solid #0d47a1;
  background-color: #e8eaf6;
}
.button2a a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #0d47a1;
  border-right: 3px solid #0d47a1;
  transform: rotate(45deg);
}
.button2a a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d47a1;
}
.button2a a:hover::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.button2b a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  border: 2px solid #0d47a1;
  background-color: #0d47a1;
}
.button2b a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}
.button2b a:hover {
  color: #1a237e;
  text-decoration: none;
  background-color: #e8eaf6;
}
.button2b a:hover::after {
  border-top: 3px solid #1a237e;
  border-right: 3px solid #1a237e;
}

.button2c a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  border: 2px solid #0d47a1;
  background-color: #0d47a1;
}
.button2c a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(225deg);
}
.button2c a:hover {
  color: #1a237e;
  text-decoration: none;
  background-color: #e8eaf6;
}
.button2c a:hover::before,
.button2c a:hover::after {
    border-top: 3px solid #1a237e;
  border-right: 3px solid #1a237e;
}


.button3a a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  color: #1b5e20;
  font-size: 16px;
  font-weight: 800;
  border: 2px solid #2e7d32;
  background-color: #e8f5e9;
}
.button3a a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2e7d32;
  border-right: 3px solid #2e7d32;
  transform: rotate(45deg);
}
.button3a a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #2e7d32;
}
.button3a a:hover::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.button3b a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  border: 2px solid #2e7d32;
  background-color: #2e7d32;
}
.button3b a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}
.button3b a:hover {
  color: #1b5e20;
  text-decoration: none;
  background-color: #e8f5e9;
}
.button3b a:hover::after {
  border-top: 3px solid #1b5e20;
  border-right: 3px solid #1b5e20;
}

.pageDateWarp {
  width: 100%;
  /*margin-top: 20px; */
}
.pageDateWarp .dateb {
  float: left;
  width: 290px;
}
.pageDateWarp .datet {
  float: left;
  width: 280px;
}
.pageDateWarp .daten {
  float: right;
}

/* ------------------------------
  集計
   ------------------------------ */
#top {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #efebe9;
}
#top .sumHeader {
  line-height: 2em;
  text-align: center;
  background-color: #eeeeee;
  border-bottom: 1px solid #36C;
}
#top .sumTani {
  font-size: 80%;
  color: #444;
  font-weight: normal;
  padding-top: 3px;
}
#top .sumBoxInit {
  padding: 5px;
  font-weight: bold;
  color: #900;
  text-align: center;
}

#top .sumBox1 {
  float: left;
  margin-left: 10px;
}
#top .sumTotalBox {
  width: 180px;
  margin-left: 0px;
  border: 2px solid #36C;
  background-color: #fff;
}
#top .sumTotalBox td {
  border-bottom: 1px dotted #999;
}
#top .sumTotalBox_lbl {
  width: 55px;
  font-size: 85%;
  background-color: #f2f2f2;
}
#top .sumTotalBox_txt_c {
  text-align: center;
}
#top .sumTotalBox_txt_r {
  text-align: right;
}
#top .float_l {
  float: left;
}

#top .sumShipBox {
  width: 180px;
  margin-top: 10px;
  border: 2px solid #36C;
  background-color: #fff;
}
#top .sumShipBox td {
  border-bottom: 1px dotted #999;
}
#top .sumShipBox_lbl {
  width: 45px;
  font-size: 85%;
  background-color: #f2f2f2;
}
#top .sumShipBox_txt_c {
  text-align: center;
}
#top .sumShipBox_txt_r {
  text-align: right;
}

#top .sumHaitouBox {
  float: left;
  width: 180px;
  margin-left: 15px;
  border: 2px solid #36C;
  background-color: #fff;
}
#top .sumHaitouLine {
  border-top: 1px dotted #999;
  padding: 2px;
}
#top .sumHaitouLine1 {
  width: 100%;
  text-align: left;
  padding-left: 5px;
  padding-top: 2px;
  font-size: 100%;
  color: #333;
  font-weight: bold;
}
#top .sumHaitouLine2 {
  padding-left: 5px;
  margin-top: 4px;
}
#top .sumHaitouRank {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
#top .sumHaitouMoney {
  float: left;
}
#top .sumHaitouTani {
  float: left;
  font-size: 80%;
  color: #777;
  font-weight: normal;
  padding-top: 3px;
}
#top .sumHaitouNinki {
  float: right;
  font-size: 90%;
  font-weight: normal;
  margin-right: 10px;
}
#top .sumHaitouKaijyo {
  float: left;
  font-size: 95%;
}
#top .sumHaitou3tan {
  float: right;
  padding-right: 3px;
  padding-bottom: 5px;
}

#top .sumNinkiBox {
  float: left;
  width: 180px;
  margin-left: 15px;
  border: 2px solid #36C;
  background-color: #fff;
}
#top .sumNinkiLine {
  border-top: 1px dotted #999;
  padding: 2px;
}
#top .sumNinkiLine1 {
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 2px;
  float: left;
  font-weight: bold;
}
#top .sumNinkiLine2 {
  float: right;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 100%;
  color: #333;
}
#top .sumNinkiRank {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
#top .sumNinkiNo {
  float: left;
}
#top .sumNinkiTani {
  font-size: 80%;
  color: #777;
  font-weight: normal;
  padding-top: 3px;
}

#top .sumDemeBox {
  float: left;
  width: 180px;
  margin-left: 15px;
  border: 2px solid #36C;
  background-color: #fff;
}
#top .sumDemeLine {
  border-top: 1px dotted #999;
  padding: 2px;
}
#top .sumDemeLine1 {
  padding-left: 5px;
  margin-bottom: 1px;
}
#top .sumDemeRank {
  float: left;
  margin-top:8px;
  margin-right: 5px;
}
#top .sumDeme3atn {
  padding-top: 5px;
}
#top .sumDeme3atnNG {
  float: left;
}
#top .sumDemeNinki {
  float: left;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
#top .sumDemeMoney {
  float: right;
  padding-right: 5px;
  font-size: 100%;
  padding-top: 5px;
  color: #333;
}
#top .sumDemeTani {
  font-size: 80%;
  color: #777;
  font-weight: normal;
  padding-top: 3px;
}



/* ------------------------------
  レース集計
   ------------------------------ */
#resultList {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #efebe9;
}
#resultList .sumHeader,
#resultListSide .sumHeader {
  line-height: 2em;
  text-align: center;
  background-color: #eeeeee;
  border-bottom: 1px solid #36C;
}
#resultList .sumTani,
#resultListSide .sumTani {
    font-size: 80%;
  color: #444;
  font-weight: normal;
  padding-top: 3px;
}
#resultList .sumBoxInit,
#resultListSide .sumBoxInit {
    padding: 5px;
  font-weight: bold;
  color: #900;
  text-align: center;
}

#resultList .sumTotalBox {
  float: left;
  width: 210px;
  margin-left: 15px;
  border: 2px solid #36C;
  background-color: #fff;
}
#resultList .sumTotalBox td {
  border-bottom: 1px dotted #999;
}
#resultList .sumTotalBox_lbl {
  width: 70px;
  font-size: 95%;
  text-align: center;
  background-color: #f2f2f2;
}
#resultList .sumTotalBox_txt_c {
  text-align: center;
}
#resultList .sumTotalBox_txt_r {
  text-align: right;
}
#resultList .float_l {
  float: left;
}

#resultList .sumShipBox {
  width: 535px;
  float: left;
  margin-top: 0px;
  margin-left: 15px;
  border: 2px solid #36C;
  background-color: #fff;
}
#resultList table .bl1 {
  border-left: 1px solid #999;
}
#resultList .sumShipBox td {
  border-bottom: 1px dotted #999;
}
#resultList .sumShipBox_lbl {
  width: 60px;
  text-align: center;
  font-size: 95%;
  background-color: #f2f2f2;
  border-right: 1px solid #999;
}
#resultList .sumShipBox_txt_c {
  width: 60px;
  text-align: center;
}
#resultList .sumShipBox_txt_r {
  width: 90px;
  text-align: right;
  border-right: 1px solid #999;
}


#resultListSide .sumHaitouBox {
  width: 300px;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 2px solid #36C;
  background-color: #fff;
}
#resultListSide .sumHaitouLine {
  border-top: 1px dotted #999;
  padding: 2px;
}
#resultListSide .sumHaitouLine1 {
  width: 100%;
  text-align: left;
  padding-left: 5px;
  padding-top: 2px;
  font-size: 100%;
  color: #333;
  font-weight: bold;
}
#resultListSide .sumHaitouLine2 {
  padding-left: 5px;
  margin-top: 4px;
}
#resultListSide .sumHaitouRank {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
#resultListSide .sumHaitouMoney {
  float: left;
  margin-left: 10px;
}
#resultListSide .sumHaitouTani {
  float: left;
  font-size: 80%;
  color: #777;
  font-weight: normal;
  padding-top: 3px;
}
#resultListSide .sumHaitouNinki {
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
#resultListSide .sumHaitouRace {
  float: left;
  margin-left: 50px;
}
#resultListSide .sumHaitou3tan {
  float: right;
  padding-right: 3px;
  padding-bottom: 5px;
}

#resultListSide .sumNinkiBox {
  width: 300px;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 2px solid #36C;
  background-color: #fff;
}
#resultListSide .sumNinkiLine {
  border-top: 1px dotted #999;
  padding: 2px;
}
#resultListSide .sumNinkiLine1 {
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 2px;
  float: left;
  font-weight: bold;
}
#resultListSide .sumNinkiLine2 {
  float: right;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 100%;
  color: #333;
  font-weight: bold;
}
#resultListSide .sumNinkiRank {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
#resultListSide .sumNinkiNo {
  float: left;
  margin-left: 10px;
  width: 100px;
}
#resultListSide .sumNinki {
  float: left;
}
#resultListSide .sumNinkiTani {
  font-size: 80%;
  color: #777;
  font-weight: normal;
  padding-top: 3px;
}

#resultListSide .sumDemeBox {
  width: 300px;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 2px solid #36C;
  background-color: #fff;
}
#resultListSide .sumDemeLine {
  border-top: 1px dotted #999;
  padding: 2px;
}
#resultListSide .sumDemeLine1 {
  padding-left: 5px;
  margin-bottom: 1px;
}
#resultListSide .sumDemeRank {
  float: left;
  margin-top:10px;
  margin-right: 5px;
}
#resultListSide .sumDeme3atn {
  padding-top: 7px;
}
#resultListSide .sumDeme3atnNG {
  float: left;
  margin-left: 10px;
}
#resultListSide .sumDemeNinki {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}
#resultListSide .sumDemeMoney {
  float: right;
  padding-right: 5px;
  font-size: 100%;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 5px;
  color: #333;
}
#resultListSide .sumDemeTani {
  font-size: 80%;
  color: #777;
  font-weight: normal;
  padding-top: 3px;
}


.resultList2tf1 {
  float: left;
  width: 530px;
  padding: 15px 10px 0 10px;
  margin-bottom: 20px;
  background-color: #efebe9;
}
.resultList2tf2 {
  float: right;
  width: 530px;
  padding: 15px 10px 0 10px;
  margin-bottom: 20px;
  background-color: #efebe9;
}
#resultList2tf .sumHeader {
  line-height: 2em;
  text-align: center;
  background-color: #eeeeee;
  border-bottom: 1px solid #36C;
}
#resultList2tf .sumTani {
  font-size: 80%;
  color: #444;
  font-weight: normal;
  padding-top: 3px;
}
#resultList2tf .sumBoxInit {
    padding: 5px;
  font-weight: bold;
  color: #900;
  text-align: center;
}
#resultList2tf .sumHaitouBox {
  float: left;
  width: 190px;
  margin-left: 10px;
  border: 2px solid #36C;
  background-color: #fff;
}
#resultList2tf .sumHaitouLine {
  border-top: 1px dotted #999;
  padding: 2px;
}
#resultList2tf .sumHaitouLine1 {
  width: 100%;
  text-align: left;
  padding-left: 5px;
  padding-top: 2px;
  font-size: 100%;
  color: #333;
  font-weight: bold;
}
#resultList2tf .sumHaitouLine2 {
  padding-left: 5px;
  margin-top: 4px;
}
#resultList2tf .sumHaitouRank {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
#resultList2tf .sumHaitouMoney {
  float: left;
}
#resultList2tf .sumHaitouTani {
  float: left;
  font-size: 80%;
  color: #777;
  font-weight: normal;
  padding-top: 3px;
}
#resultList2tf .sumHaitouNinki {
  float: right;
  font-size: 90%;
  font-weight: bold;
  margin-right: 10px;
}
#resultList2tf .sumHaitouRace {
  float: left;
  font-size: 90%;
}
#resultList2tf .sumHaitou3tan {
  float: right;
  padding-right: 3px;
  padding-bottom: 5px;
}

#resultList2tf .sumNinkiBox {
  float: left;
  width: 160px;
  margin-left: 10px;
  border: 2px solid #36C;
  background-color: #fff;
}
#resultList2tf .sumNinkiLine {
  border-top: 1px dotted #999;
  padding: 2px;
}
#resultList2tf .sumNinkiLine1 {
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 2px;
  float: left;
  font-weight: bold;
}
#resultList2tf .sumNinkiLine2 {
  float: right;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 100%;
  color: #000;
  font-weight: bold;
}
#resultList2tf .sumNinkiRank {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
#resultList2tf .sumNinkiNo {
  float: left;
}
#resultList2tf .sumNinkiTani {
  font-size: 80%;
  color: #777;
  font-weight: normal;
  padding-top: 3px;
}

#resultList2tf .sumDemeBox {
  float: left;
  width: 160px;
  border: 2px solid #36C;
  background-color: #fff;
}
#resultList2tf .sumDemeLine {
  border-top: 1px dotted #999;
  padding: 2px;
}
#resultList2tf .sumDemeLine1 {
  padding-left: 5px;
  margin-bottom: 1px;
}
#resultList2tf .sumDemeRank {
  float: left;
  margin-top:8px;
  margin-right: 5px;
}
#resultList2tf .sumDeme3atn {
  padding-top: 5px;
}
#resultList2tf .sumDeme3atnNG {
  float: left;
}
#resultList2tf .sumDemeNinki {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}
#resultList2tf .sumDemeMoney {
  float: right;
  padding-right: 5px;
  font-size: 100%;
  padding-top: 5px;
  color: #000;
  font-weight: bold;
}
#resultList2tf .sumDemeTani {
  font-size: 80%;
  color: #777;
  font-weight: normal;
  padding-top: 3px;
}


/* ----------------------------------------------form------------------------------------- */
form,
fieldset,
legend {
  margin:0;
  padding:0;
  border:none;
}
legend {
  display:none;
}
input,
textarea,
select {
  font-size:12px;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}

#yearList select {
  margin-left: 50px;
  font-size:20px;
  font-weight: bold;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}
#yearList .pageControlWarp select {
  margin-left: 10px;
  font-size:20px;
  font-weight: bold;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}

#ymList select {
  margin-left: 50px;
  font-size:20px;
  font-weight: bold;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}

#sortList select {
  margin-left: 10px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: normal;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}

.container #respond {
  display:block;
  width:100%;
}
.container #respond input {
  width:170px;
  padding:2px;
  border:1px solid #CCCCCC;
  margin:5px 5px 0 0;
}
.container #respond textarea {
  width:98%;
  border:1px solid #CCCCCC;
  padding:2px;
  overflow:auto;
}
.container #respond p {
  margin:5px 0;
}
.container #respond #submit,
.container #respond #reset {
  margin:0;
  padding:5px;
  color:#666666;
  background-color:#F7F7F7;
  border:1px solid #CCCCCC;
  cursor:pointer;
}

#socialise form {
  display:block;
  width:300px;
  margin:0;
  padding:10px 0 0 0;
  border:none;
}
#socialise input {
  display:block;
  width:218px;
  margin:0 0 10px 0;
  padding:5px; color:#FFFFFF;
  background-color:#2684B7;
  border:1px solid #1C5E82;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  font-size:12px;
}
#socialise input#newsletter_go {
  width:58px;
  height:62px;
  margin:0;
  padding:0;
  font-weight:bold;
  text-transform:uppercase;
  font-family:'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  font-size:60px;
  cursor:pointer;
}


/* ----------------------------------------------Footer------------------------------------- */

#footer {
  padding:20px 0;
  background-color:#eceff1;
}
.footerWrap {
  background-color:#eceff1;
}
#footer h2,
#footer p,
#footer ul,
#footer a {
  margin:0;
  padding:0;
  font-weight:normal;
  list-style:none;
  line-height:normal;
}
#footer h2 {
  color:#666666;
  font-size:16px;
  font-weight:bold;
  margin-bottom:10px;
  padding-bottom:8px;
  border-bottom:1px dotted #999999;
}
#footer li {
  margin-bottom:5px;
}
#footer .footbox {
  display:block;
  float:left;
  width:205px;
  margin:0 15px 0 0;
  padding:0;
}
#footer .last {
  margin:0;
}


.copyrightWarap {
  border:none;
  color:#666666;
  background-color:#e0e0e0;
}
#copyright {
  padding:15px 0;
  text-align: center;
  background-color:#e0e0e0;
}

/* ------------------------------
  AD
   ------------------------------ */
.ad_0x10 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.ad_0x20 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.ad_0x30 {
  margin-top: 0px;
  margin-bottom: 30px;
}
.ad_10x20 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.ad_20x10 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ad_10x10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ad_20x20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ad_20x30 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.ad_30x30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.adTitle {
  text-align: center;
  margin-bottom: 5px;
  font-size: 90%;
  color: #333;
}

.raceListWarp {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 15px;
/*  background-color: #efebe9; */
  background-color: #eceff1;
}
.raceListBox {
  width: 95%;
  margin: 0 auto;
}

/* ------------------------------
  レース予定
   ------------------------------ */
.plan {
  margin: 5px 0 5px 0;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
  background-color: #e1f5fe;

}
.plan_date {
  float: left;
  font-weight: bold;
  margin-left: 5px;
}
.plan_grade {
  float: left;
  margin-left: 10px;
}
.plan_kname {
  float: left;
  font-weight: bold;
  margin-left: 10px;
}
.plan_racename {
  margin: 3px 5px 3px 15px;
  padding-top: 5px;
}
  
/* ------------------------------
  レース過去
   ------------------------------ */
.kako {
  margin: 5px 0 5px 0;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
  background-color: #fff8e1;

}
.kako_date {
  float: left;
  font-weight: bold;
  margin-left: 5px;
}
.kako_grade {
  float: left;
  margin-left: 10px;
}
.kako_kname {
  float: left;
  font-weight: bold;
  margin-left: 10px;
}
.kako_racename {
  margin: 3px 5px 3px 15px;
  padding-top: 5px;
}

.guideWarp {
  float: left;
}
.guideText {
  float: right;
  padding-right: 5px;
  font-size: 90%;
  color: #c62828;
}
/* ------------------------------
  モーター・ボート ランキングリスト
   ------------------------------ */
#mbRankList table {
  border-collapse: collapse;
  table-layout: auto;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #0d47a1;
}
#mbRankList table thead th {
  border-right:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-bottom: 1px solid #0d47a1;
  background-color: #eeeeee;
  text-align: center;
  color: #333333;
}
#mbRankList table tbody td {
  border-right:1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
#mbRankList table tbody td.rank {
  width: 30px;
  text-align: right;
  vertical-align: middle;
  background-color: #fafafa;
  font-weight: bold;
}
#mbRankList table tbody td.no {
  width: 50px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  background-color: #e1f5fe;
}
#mbRankList table tbody td.no a {
  text-decoration: underline;
}
#mbRankList table tbody td.cnt {
  width: 40px;
  text-align: right;
  vertical-align: middle;
  padding-right: 10px;
  font-weight: bold;
}
#mbRankList table tbody td.r3 {
  width: 55px;
  font-weight: bold;
}
#mbRankList table tbody td.r2 {
  width: 55px;
  font-weight: bold;
}
#mbRankList table tbody .tani {
  font-size: 75%;
  color: #999;
  font-weight: normal;
}
#mbRankList table tbody td.jyuni {
  width: 25px;
  text-align: right;
  font-weight: bold;
}
#mbRankList table tbody td.jyuni2 {
  width: 15px;
  text-align: center;
  font-weight: bold;
}
#mbRankList table tbody td.jyuni3 {
  width: 35px;
  text-align: center;
  font-weight: bold;
}
#mbRankList table tbody .jyuni4 {
  font-size: 90%;
  color: #666;
  font-weight: normal;
}
#mbRankList table .line {
  border-right: 1px solid #0d47a1;
}
#mbRankList table .sortTd {
  background-color: #fff8e1 !important;
}
#mbRankList table tbody .rankText {
  margin-top: 5px;
  padding-top: 3px;
  border-top: 1px solid #ddd;
  color: #999;
  font-size: 90%;
  font-weight: normal;
}
#mbRankList table .sortTOP {
  background-color: #fbe9e7;
  font-weight: bold;
}


/* ------------------------------
  モーター・ボート 結果リスト
   ------------------------------ */
#mbResultList table {
  border-collapse: collapse;
  table-layout: auto;
  vertical-align: top;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 30px;
  border: none;
  border: 2px solid #0d47a1;
}
#mbResultList table thead tr th {
  border-right:1px solid #cccccc;
  border-bottom: 1px solid #0d47a1;
  background-color: #eeeeee;
  text-align: center;
  color: #333333;
}
#mbResultList table tbody td {
  font-weight: normal;
  border-right:1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  color: #000000;
}
#mbResultList table tbody td.ymd {
  width: 90px;
  text-align: center;
}
#mbResultList table tbody td.racer {
  width: 150px;
  text-align: left;
}
#mbResultList table tbody td.rno {
  width: 25px;
  text-align: center;
}
#mbResultList table tbody td.tei {
  width: 60px;
}
#mbResultList table tbody td.jyuni1 {
  width: 20px;
  text-align: center;
}
#mbResultList table tbody td.jyuni2 {
  width: 20px;
  text-align: center;
}
#mbResultList table tbody td.jyuni3 {
  width: 20px;
  text-align: center;
}
#mbResultList table tbody td.tan3 {
  width: 60px;
}
#mbResultList table tbody td.tan3m {
  width: 95px;
  text-align: right;
}
#mbResultList table tbody td.tan2 {
  width: 40px;
}
#mbResultList table tbody td.tan2m {
  width: 95px;
  text-align: right;
}
#mbResultList table .line {
  border-right: 1px solid #0d47a1;
}
#mbResultList table .line-top {
  border-top: 2px solid #0d47a1;
}
#mbResultList table .colJyuni0 {
  background-color: #f5f5f5;
}
#mbResultList table .colJyuni1 {
  background-color: #e3f2fd;
}
#mbResultList table .colJyuni2 {
  background-color: #ffffff;
}
#mbResultList table .colJyuniF {
  background-color: #ffd54f;
}
#mbResultList table .colM0 {
  background-color: #ffffff;
}
#mbResultList table .colM1 {
  background-color: #f8bbd0;
}
  

/* ------------------------------
  モーター・ボート 結果集計
   ------------------------------ */
#mbResultSum table {
  border-collapse: collapse;
  table-layout: auto;
  vertical-align: top;
  margin-top: 15px;
  margin-bottom: 10px;
  border: none;
  border: 2px solid #0d47a1;
}
#mbResultSum table th {
  padding:8px;
  font-size: 18px;
  border-right:1px solid #cccccc;
  border-bottom: 1px solid #0d47a1;
  background-color: #eeeeee;
  text-align: center;
  color: #333333;
}
#mbResultSum table tr td {
  padding:8px;
  font-size: 18px;
  font-weight: bold;
  border-right:1px solid #cccccc;
  text-align: center;
  color: #000000;
}
#mbResultSum table .line2 {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #666666;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
#mbResultSum table .tani {
  font-size: 12px;
  color: #444444;
}
#mbResultSum table .kname {
  border-top: 1px solid #0d47a1;
  border-bottom: 1px solid #666666;
  background-color: #fff9c4;
  text-align: left;
}

/* ------------------------------
  グレード
   ------------------------------ */
.gradeBox {
  float: left;
/*  width: 30px; /*/
  font-size: 85%;
  margin-top: 1px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0px;
}
.gradeBox_fb {
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
}
.gradeText {
  padding-left: 0px;
  font-weight: bold;
  text-align: center;
}
.gradeText_f01d1d,
.gradeText_ff3333 {
  padding: 1px 5px;
  background-color: #ff3333;
  color: #fff;
}
.gradeText_ff9900 {
  padding: 1px 5px;
  background-color: #ff9900;
  color: #fff;
}
.gradeText_89b406 {
  padding: 1px 5px;
  background-color: #89b406;
  color: #fff;
}
.gradeText_1cacd9 {
  padding: 1px 5px;
  background-color: #1cacd9;
  color: #fff;
}
.gradeText_fd71ac {
  padding: 1px 5px;
  background-color: #fd71ac;
  color: #fff;
}
.gradeText_fc56d0,
.gradeText_ff66ff {
  padding: 1px 5px;
  background-color: #fc56d0;
  color: #fff;
}
.gradeText_7bfeff {
  padding: 1px 5px;
  background-color: #7bfeff;
  color: #666;
}
.gradeText_3ba26f {
  padding: 1px 5px;
  background-color: #3ba26f;
  color: #fff;
}
.gradeText_dddddd {
  padding: 1px 5px;
  background-color: #777777;
  color: #eee;
}

  
.wrapperTitle {
  width: 790px;
  margin: 0 auto;
}
.raceInfo .menuDesc {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 90%;
  line-height: 1.8em;
}
.raceInfo .menuBoxW {
  width: 760px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 15px 15px 0 15px;
  background-color: #eceff1;
}
.raceInfo .menuBox1_2 {
  float: left;
  width: 48%;
  margin-right: 10px;
}
.raceInfo .menuBox2_2 {
  float: right;
  width: 48%;
}
.raceInfo .menuBoxW50 {
  float: left;
  width: 48%;
}
.raceInfo .menuBox1_3 {
  float: left;
  width: 240px;
  margin-right: 15px;
  margin-left: 5px;
}
.raceInfo .menuBox2_3 {
  float: left;
  width: 240px;
  margin-right: 15px;
}
.raceInfo .menuBox3_3 {
  float: left;
  width: 240px;
}
.raceInfo .menuBoxWbtn {
  float: left;
  width: 240px;
  margin-right: 10px;
}
.raceInfo .menuBoxWbtnLast {
  float: left;
  width: 240px;
}


/* ------------------------------
  facebook
   ------------------------------ */
#fbBox {
  margin: 5px 0 10px 0;
/*  border: 2px solid #999; */
}


/* ------------------------------
  twitter
   ------------------------------ */
#twBox {
  margin: 5px 0 10px 0;
/*  border: 2px solid #999; */
}
  
/* ------------------------------
  YouTube
   ------------------------------ */
#youtubeBox iframe {
  border: 2px solid #999;
}   
.ytTitle {
  margin: 10px 0 5px 0;
  font-size: 95%;
}
.ytDesc {
  font-size: 12px;
  color: #666;
  padding: 0px 5px 5px 15px;
  word-break: break-all;
}
.ytURL {
  margin: 0 0 10px 0;
  font-size: 95%;
  font-weight: bold;
  text-align: center;
}

#youtubeBoxW {
  margin: 10px 0 10px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eceff1;
}
#youtubeBoxW iframe {
  width: 455px;
  float: left;
  border: 2px solid #999;
  margin-left: 10px;
}   
.ytTitle {
  width: 290px;
  float: right;
  margin: 0 10px 10px 0;
  padding-right: 5px;
}
.ytDesc {
  width: 290px;
  float: right;
  font-size: 13px;
  color: #333;
  margin-right: 10px;
  padding: 0 5px 0 10px;
}
