@charset "UTF-8";

/* タイトル */
.mainCut {
  overflow: hidden;
  margin: 8px 0 0;
  padding: 0;
}

.mainCut img {
  width:640px;
  height:400px;
}


/* ナビゲーション */

.nikkanNavi {
  height: 35px;
  padding: 0;
  background: #9fafbc;
}

.nikkanNavi li {
  float: left;
  width: 160px;
  height: 35px;
  margin: 0;
  border-right: 1px solid #fde307;
  color: #ffffff;
  font-size: 90%;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
}

.nikkanNavi li#nikkanNaviSecou {
	display:none;
}

.nikkanNavi li#nikkanNaviTouhyou { 
  width: 160px;
  border-right: 0 none;
}

.nikkanNavi li a {
  display: block;
  color: #ffffff;
  background: #000;
  text-decoration: none;
}

.nikkanNavi li a:link {
  text-decoration: none;
}

.nikkanNavi li a:visited {
  text-decoration: none;
}

.nikkanNavi li a:hover {
  background: #ed0015;
  color: #ffffff;
  text-decoration: none;
  -moz-transition: ease-out .2s;
  -o-transition: ease-out .2s;
  -webkit-transition: ease-out .2s;
  transition: ease-out .2s; 
}

.nikkanNavi li a:active {
  text-decoration: none;
}

body.theme-top li#nikkanNaviTop a,
body.theme-news li#nikkanNaviBacknumber a,
body.theme-Racer li#nikkanNaviRacer a,
body.theme-Vision li#nikkanNaviVision a,
body.theme-Yosou li#nikkanNaviYosou a,
body.theme-Touhyou li#nikkanNaviTouhyou a,
body.theme-Column li#nikkanNaviColumn a,
body.theme-Result li#nikkanNaviResult a,
body.theme-Photo li#nikkanNaviPhoto a,
body.theme-Event li#nikkanNaviEvent a { 
  background: #ed0015;
  color: #ffffff; 
  font-weight: bold;
}



/* 画像リンクなし：リサイズ用 ＤＮＡ設定 */

/*#photo dt, #photo dt, #photo dt img {
  display: block;
  overflow: hidden;
  width: 220px;
}

#photo {
  float: left;
  overflow: hidden;
  margin: 0 9px 5px 0;
  padding-right: 10px;
  max-width: 222px;
  border-right: 1px solid #d9d9d9;
}*/


/* 共通 */

#pu_special{
  margin-bottom: 20px;
}

.PageTitle {
  display: block;
  height: 26px;
  padding-top: 2px;
  background: url(/public_race/keirin/nikkan/2026/img/pagetitlehead.jpg) no-repeat left top #ffffff;
  text-align: left;
}

.PageTitle h2 {
  float: left;
  padding: 2px 0 0 21px;
  font-size: 120%;
}

.PageTitle a {
  color: #424242;
}

.nikkanTxt p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}


/* 見出し */

.suBtit {
  display: block;
  clear: both;
  margin: 9px 0 17px;
  border-left: 7px solid #ed0015;
  background: #000;
  color: #ffffff;
  letter-spacing: 1px;
}

.sub {
  padding: 2px 5px 0 9px;
  font-size: 110%;
  line-height: 1.6;
}


/* バナーリンク */

body.nikkan #topNews {
  text-align: left;
}

.bannarLink {
  height: 40px;
}

.bannarLink img {
  float: right;
  margin-top: 8px;
}

.bannarLink a:hover img {
  /* IE */
  filter: alpha(opacity=70);
  /* Safari Opera */
  opacity: 0.7;
  /* Firefox Netscape */
  -moz-opacity: 0.7;
}


/* 注目選手 */

#racerList {
  clear: both;
  height: 28px;
  margin-bottom: 0;
  vertical-align: middle;
}

#racerList li {
  float: left;
  width: 159px;
  height: 28px;
  margin-right: 2px;
  border-radius: .2em .2em 0 0;
  -moz-border-radius: .2em .2em 0 0;
  background: #353535;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}

#racerList li a {
  display: block;
  border-radius: .2em .2em 0 0;
  -moz-border-radius: .2em .2em 0 0;
  background: #731f1d;
  color: #d3bcbc;
  text-decoration: none;
}

#racerList li a:link {
  text-decoration: none;
}

#racerList li a:visited {
  text-decoration: none;
}

#racerList li a:hover {
  background: #d67d7c;
  color: #ffd9d9;
  text-decoration: none;
}

.bOX {
  display:block;
  overflow:hidden;
  clear:both;
  height:1%;
  margin: 0 0 10px;
  padding:7px;
  border:1px solid #e5e4cf;
  background:#f3f3f3;
}

.RACERbOX {
  display: block;
  overflow: hidden;
  height: 1%;
  margin: 0;
  padding: 7px;
  border: 1px solid #e5e4cf;
  background: #ffffff;
}

.RACERPHOTO {
  float: left;
  width: 103px;
  height: 130px;
  margin-right: 7px;
}

.RACERPHOTO img {
  width: 100px;
  height: 130px;
}

.RACERtextarea {
  display: block;
  overflow: hidden;
  height: 1%;
  padding: 0 0 4px;
  background: #ffffff;
}

.RACERtextarea h4 { 
  padding: 2px 5px 0 9px;
  background: #000;
  border-left: 5px solid #ed0015;
  color: #ffffff;
  font-size: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
}

.RACERtextarea dt {
  padding: 15px 0 3px 16px;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}

.RACERtextarea dd {
  padding: 5px 3px 2px 6px;
  font-size: 95%;
  line-height: 1.5;
}

.Box {
  display: block;
  overflow: hidden;
  height: 1%;
  margin: 0 0 15px;
  padding: 7px;
  border: 1px solid #cfcfcf;
  background: #f4f4f4;
}

.racersBox {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 155px;
  min-height: 155px;
  margin: 0;
  padding: 7px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
}

.racersBox dt {
  display: inline-block;
  overflow: hidden;
  height: 42px;
  margin: 0 0 3px 112px;
  border-bottom: 2px solid #e0d600;
  line-height: 1.26;
}

.racersBox dt span.Bigtit {
  float: left;
  width: 350px;
  padding: 1px 0 2px 3px;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
}

.racersBox dt span.Racername {
  float: left;
  color: #ffffff;
  font-size: 80%;
  text-align: left;
  width: 351px;
  padding: 3px 0 3px 5px;
  background: #000;
}

.racersBox dt span.Kingaku {
  float: right;
  padding-right: 10px;
  font-size: 90%;
  font-weight: normal;
}

.racersBox .racerPhoto {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 102px;
  height: 152px;
  border: 1px solid #b2b2b2;
}

.racersBox .racerPhoto img {
  border: 1px solid #ffffff;
}

.racersBox .racerTxt p span {
  padding: 3px 4px 2px;
  border-left: 3px solid #11b5f0;
  background: #333e43;
  color: #ffffff;
  font-size: 100%;
}

p.memo {
  padding-bottom: 35px;
  font-size: 90%;
  line-height: 1.6;
}

h2.racer_title {
  display: block;
  clear: both;
  margin: 9px 0 17px;
  border-left: 7px solid #ed0015;
  background: #000;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 2px 5px 0 9px;
  font-size: 110%;
  line-height: 1.6;
}

h2.racer_title2 {
  display: block;
  clear: both;
  margin: 30px 0 17px;
  border-left: 7px solid #ed0015;
  background: #000;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 2px 5px 0 9px;
  font-size: 110%;
  line-height: 1.6;
}

/* 予想 */
.Yosousuarea {
  display: block;
  overflow: hidden;
  clear: both;
  height: 1%;
  padding: 15px 0 0;
}

.YosousuBtit {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
  border-bottom: 2px solid #990000;
  background: #ca2c17;
}

.Yosousub {
  float: left;
  margin: 2px 0 0 9px;
  color: #ffffff;
  font-size: 110%;
  line-height: 27px;
}

.YosousuBtit .subTXT {
  float: right;
  margin: 4px 4px 3px 0;
  border-radius: 2px;
  background: #ffffff;
  font-size: 80%;
}

.YosousuBtit .subTXT p {
  padding: 5px 8px 5px 21px;
  background: url(/public_race/keirin/nikkan/2026/img/reload.png) no-repeat;
  background-position: 7px center;
}

.YosousuBtit .subTXT span {
  color: #e94630;
}

.YosousuBtit .subTXT a:link {
  color: #333333;
  text-decoration: none;
}

.YosousuBtit .subTXT a:active,
.YosousuBtit .subTXT a:focus,
.YosousuBtit .subTXT a:hover,
.YosousuBtit .subTXT a:visited {
  color: #333333;
  text-decoration: underline;
}

.Yosou {
  display: block;
  overflow: hidden;
  height: 1%;
  margin-bottom: 13px;
  text-align: left;
}

.Yosou_Comment {
  padding: 9px 4px 8px;
  font-size: 95%;
  line-height: 1.5;
}


/* 展望 */

.vision-top-title {
  margin: 9px 0 10px;
}

.vision-sub-title {
  margin-top: 3px;
}

/* 予想 修正 */
.yosou-content {
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e1e1e1;
}

.yosou-content-r {
  display: table-cell;
  width: 58px;
  height: 100%;
  padding: 2px 3px;
  background: #f6f6f6;
  vertical-align: middle;
}

.yosou-content-r p {
  display: table-cell;
  height: 100%;
  padding: 5px 8px;
  background: #ad1400;
  color: #ffffff;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.yosou-content-txt {
  display: table-cell;
  padding: 4px 10px 3px 0;
  background: #f6f6f6;
  font-size: 95%;
  font-weight: bold;
  line-height: 1.3em;
  vertical-align: middle;
}

.yosou-content-hit {
  display: table-cell;
  width: 58px;
  padding: 4px 0 3px 0;
  background: #f6f6f6;
  font-size: 95%;
  font-weight: bold;
  line-height: 1.3em;
  vertical-align: middle;
}

.yosou-content-hit span {
  display: inline-block;
  padding: 0 0 0 5px;
  border: 1px solid #e00505;
  border-radius: 4px;
  background: #ffffff;
  color: #e00505;
}

/* ソーシャルボタン調整 */

.social-list {
  margin-bottom: 20px;
}

/* ナビゲーション調整 */
.nikkan-nav-wrap {
  margin: 0 0 20px;
  border-top: 1px solid #fde307;
}

/* 展望調整 */
.nikkanTxt p.nikkan-east {
  margin-bottom: .7em;
  color: #3576bf;
  font-weight: bold;
}

.nikkanTxt p.nikkan-west {
  margin-bottom: .7em;
  color: #bb2b2b;
  font-weight: bold;
}

.nikkanTxt p.vision_midashi {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 0.4em;
}

.nikkanTxt p.vision_midashi:before {content:"■";}

/* TOPニュース一覧リンク */
#topNewsArea .linklist {
  clear:both;
}
