CINXE.COM

南関東地方競馬チャンネル

<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8" /> <title>南関東地方競馬チャンネル</title> <meta name="keywords" content="競馬, 地方競馬, 競走馬, 競馬場, TV中継, 公営競技, 南関, 南関四場, 大井, トゥインクル, トウィンクル, TCK, 東京シティ競馬, スカパー, スカイパーフェクTV! ,ケーブルテレビ,スカパープレミアムサービス, スカパープレミアムサービス光, 南関4場, 生中継, スカパーオンデマンド, 大井, 川崎, 船橋, 浦和, PC, スマホ, モバイル, タブレット, 予想, パドック" /> <meta name="description" content="南関東地方競馬の浦和・船橋・大井・川崎の4競馬場で開催される全レースを生中継でお届け。原則、月~金曜までのウィークデーの開催に合わせ、260日以上放送する。大井、川崎、船橋ではナイター競馬を開催。" /> <meta property="og:title" content="南関東地方競馬チャンネル"> <meta property="og:type" content="website"> <meta property="og:description" content="南関東地方競馬の浦和・船橋・大井・川崎の4競馬場で開催される全レースを生中継でお届け。原則、月~金曜までのウィークデーの開催に合わせ、260日以上放送する。大井、川崎、船橋ではナイター競馬を開催。"> <meta property="og:url" content="https://www.nankan-tv.com"> <meta property="og:image" content="https://www.nankan-tv.com/img/fb.jpg"> <meta property="og:site_name" content="南関東地方競馬チャンネル"> <meta property="og:locale" content="ja_JP"> <meta name="format-detection" content="telephone=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <link rel="stylesheet" href="/_common/css/style.css?170925"> <!--[if lt IE 9]><script type="text/javascript" src="/_common/js/ie/html5shiv.js"></script><script type="text/javascript" src="/_common/js/ie/respond.min.js"></script><![endif]--> <script type="text/javascript" src="/_common/js/underscore-min.js"></script> <script type="text/javascript" src="/_common/js/common-lib.min.js"></script> <script type="text/javascript" src="/_common/js/common.js"></script> <script type="text/javascript" src="/_common/js/html5media.js"></script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T6BP3VZ');</script> <!-- End Google Tag Manager --> </head> <body> <header id="header" class="navbar-fixed-top"> <nav id="header-global" class="navbar" role="navigation"> <div class="container"> <div class="navbar-header"> <div class="navbar-brand"><a href="/">南関東地方競馬チャンネル</a></div> </div> <!-- /.navbar-header --> </div> <!-- /.container --> <div class="header-text"> <img src="/img/text-header.png" alt="南関東地方競馬(浦和・船橋・大井・川崎)全レースを生中継!"> </div> </nav> <!-- /.navbar --> <nav id="header-site" class="navbar" role="navigation"> <div class="container"> <ul class="nav navbar-nav"> <li><a href="/">番組情報</a></li> <li><a href="/schedule/"><span class="hidden-xs">放送スケジュール</span><span class="visible-xs">スケジュール</span></a></li> <li><a href="/howto/">視聴方法</a></li> <li><a href="/mc/">MC紹介</a></li> <!-- <li><a href="/information/mpeg2/"><span class="hidden-xs"><span class="strong">重要なお知らせ</span></span><span class="visible-xs"><span class="strong">重要</span></span></a></li> --> </ul> </div> <!-- /.container --> </nav> <!-- /.navbar --> </header> <!-- /#header --> <div id="hero"> <div class="hidden-xs"><img src="img/main.jpg" alt=""></div> <div class="visible-xs"><img src="img/main1.jpg" alt=""><br /><img src="img/main2.jpg" alt=""></div> </div> <!-- /#hero --> <div id="main"> <div class="container"> <div class="row"> <div class="col-sm-7"> <header> <script type="text/javascript"> jQuery(function($){ $('#calendar-today').text(Main.formatDate(now).mdw + 'の放送'); $.ajax({ cache: false, dataType: 'json', url: '/list.json' }).done(function(d){ var today = Main.formatDate(now).ymd; var items = {items:_.filter(d, function(item){ return (today == item.day); })}; var compiled = _.template($('#table-template-today').html()); $('#table-today').html(compiled(items)); if(items.items.length<1){ $('#table-today').append('<tr><td colspan="5" class="text-center">本日は放送がありません。</td></tr>'); } }); }); </script> <script type="text/template" id="table-template-today"> <tr class="table-head"> <th></th> <th colspan="2">開催回</th> <th>放送時間</th> <th class="race_name">重賞/ダートグレードレース</th> </tr> <% _.each(items, function(item,i){ %> <tr class="<%= item.nosk %>"> <td class="onair text-danger"><%= Main.nowOnAir(item.day,item.start,item.end) %></td> <td class="<%= item.class %>" <% if(!item.racename2){ %>colspan="2"<% } %>><span class="label label-<%= item.class %>"><% if(item.cancel){ %><s><% } %><%= item.racename %><% if(item.cancel){ %></s><% } %></span></td> <% if(item.racename2){ %><td class="<%= item.class2 %>"><span class="label label-<%= item.class2 %>"><%= item.racename2 %></span></td><% } %> <td class="time"><% if(item.cancel){ %><s><% } %><%= Main.formatHS(item.start) %>~<%= Main.formatHS(item.end) %><% if(item.cancel){ %></s><% } %></td> <td class="race_name"><% if(item.cancel){ %><s><% } %><% if(item.pagelink){ %> <a href="/#<%= item.pagelink %>"><% } %><%= item.remarks %><% if(item.pagelink){ %> </a><% } %><% if(item.cancel){ %></s><% } %></td> </tr> <% }); %> </script> <h2 class="mb0"><i class="icon-calendar"></i> <strong id="calendar-today"></strong></h2> <!-- <p class="text-gray mb0"><small>(スカパー!プレミアムサービス、スカパー!プレミアムサービス光:678ch、スカパー!オンデマンド)</small></p> --> </header> <!-- 6/18用告知 --> <!-- <p class="mt10 text-danger">本日は船橋競馬場で『2019ヤングジョッキーズシリーズ トライアルラウンド』が行われます!</p> --> <!-- 6/18用告知 END --> <p><small>※ 天候悪化等の理由により、レースの開催は変更もしくは中止となる可能性がございます。予めご了承の程、よろしくお願い致します。</small></p> <div id="schedule" class="table-responsive"> <table class="table table-condensed table-striped" id="table-today"> </table> </div> <div class="text-right"> <p><a href="/schedule/"><i class="icon-circle-arrow-right"></i> その他、今月の放送スケジュールはこちら</a></p> <p><a href="#recommend" class="scroll"><i class="icon-circle-arrow-down"></i> オススメ番組情報はこちら</a></p> </div> <div class="visible-xs"> <!-- <div id="#ai-movie" class="youtube-container mb30"> <iframe src="https://www.youtube.com/embed/tebJTeeEYjU?loop=1&playlist=tebJTeeEYjU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> --> <div class="text-center"> <figure> <a href="/howto/ondemand/" id="sp-click-ondemand2110" class="trigger-banner-home"><img src="/img/bnr-top-ondemand-2110.png" alt="PC・スマホ・タブレットでみる"></a> </figure> <figure> <a href="/howto/tv/" id="sp-click-tv2110" class="trigger-banner-home"><img src="/img/bnr-top-tv-2110.png" alt="テレビでみる"></a> </figure> <figure> <a href="https://www.skyperfectv.co.jp/premium/guide/support/hajimeru/?argument=sfDJpELg&dmai=a623c7ac8ad431" id="click-sp-premium0yen-2204" class="trigger-banner-home" target="_blank"><img src="/img/bnr_premium0yen_2204.png" alt=""></a> </figure> <figure> <a href="https://www.skyperfectv.co.jp/service/portal/#tag2" id="click-sp-hikkosi-2206" class="trigger-banner-home" target="_blank"><img src="/img/bnr_support_hikkosi_2206.jpg" alt=""></a> </figure> <figure> <a href="https://www.skyperfectv.co.jp/service/portal/moving/" id="click-sp-hikkosi-2408" class="trigger-banner-home" target="_blank"><img src="/img/img_hikkosi.jpg" alt="引越しサポート"></a> </figure> <figure> <a href="https://www.skyperfectv.co.jp/service/portal/trouble/" target="_blank" id="sp-click-shichou-2408" class="trigger-banner-home"><img src="/img/img_shichou.jpg" alt="視聴トラブルサポート"></a> </figure> </div> <div id="#ai-movie" class="youtube-container mb30"> <iframe src="https://www.youtube.com/embed/9kZJPMqvg6g?loop=1&playlist=9kZJPMqvg6g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <div id="#ai-movie" class="youtube-container mb30"> <iframe src="https://www.youtube.com/embed/2yESNSJH-A4?loop=1&playlist=2yESNSJH-A4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <div class="news-list"> <header> <h2><i class="icon-comment"></i> お知らせ</h2> </header> <!-- <dl> <dt>2月8日更新</dt> <dd><a href="/schedule/">2月5日(月)に降雪に伴い取り止めとした第11回開催第1日目第3競走以降の競走を2月10日(土)に放送いたします。</a></span> </dd> </dl> <dl> <dt>8月27日更新</dt> <dd>第6回船橋競馬(8月31日~9月4日)の5日間はすべて開催を取り止めることとしました。<span class="label label-danger">NEW</span><br /> <a href="http://blog.f-keiba.com/info/2020/08/post-94f2.html" target="_blank">http://blog.f-keiba.com/info/2020/08/post-94f2.html</a></dd> </dl> <dl> <dt>8月25日更新</dt> <dd>8月26日の川崎競馬は開催取り止めとなりました。<br /> <a href="https://www.kawasaki-keiba.jp/news/post-24687/" target="_blank">https://www.kawasaki-keiba.jp/news/post-24687/</a></dd> </dl> <dl> <dt>10月1日更新</dt> <dd style="overflow-wrap:break-word;"><b>【重要】スカパー!オンデマンドが10月1日リニューアルされました。詳しくは以下をご確認下さい。</b><br /> 【スカパー!番組配信】<br /><a href="https://streaming.skyperfectv.co.jp/" target="_blank">https://streaming.skyperfectv.co.jp/</a><br /> 【SPOOX】<br /><a href="https://spoox.skyperfectv.co.jp/" target="_blank">https://spoox.skyperfectv.co.jp/</a><br /> <br /> また、ひかりTVでもご覧頂けます。<br /> 【ひかりTV】<br /><a href="https://www.hikaritv.net/support/" target="_blank">https://www.hikaritv.net/support/</a> </dd> </dl> --> <!-- <dl> <dt>8月25日更新</dt> <dd style="overflow-wrap:break-word;"><b>【重要】スカパー!オンデマンドが10月1日リニューアルされます。詳しくは以下をご確認下さい。</b><br /> <a href="https://promo.skyperfectv.co.jp/vod_renewal2021/index.html" target="_blank">https://promo.skyperfectv.co.jp/vod_renewal2021/index.html</a><br /> <a href="https://vod.skyperfectv.co.jp/informations/tv_renewal2021.html" target="_blank">https://vod.skyperfectv.co.jp/informations/tv_renewal2021.html</a> </dd> </dl> --> <dl> <dt>1月27日更新</dt> <dd><a href="/schedule/">2月10日(月)は無料放送です。この機会にぜひご覧ください。</a><br />※スカパー!プレミアムサービス・プレミアムサービス光のみ <span class="label label-danger">NEW</span></dd> </dl> <!-- <dl> <dt>4月25日更新</dt> <dd><a href="/mc/">MC紹介ページを更新しました。</a> <span class="label label-danger">NEW</span></dd> </dl> <dl> <dt>3月26日更新</dt> <dd><a href="/schedule/">4月13日(土)、14日(日)、29日(月)、30日(火)の放送開始時間に変更がございます。</a> </dd> </dl> <dl> <dt>12月6日更新</dt> <dd><a href="/schedule/">12月5日(火)の大井競馬第2日目は開催取り止めとなりました。</a> <span class="label label-danger">NEW</span></dd> </dl> <dl> <dt>8月24日更新</dt> <dd>8月25日の川崎競馬は開催取り止めとなりました。<br /> <a href="https://www.kawasaki-keiba.jp/news/post-24506/" target="_blank">https://www.kawasaki-keiba.jp/news/post-24506/</a></dd> </dl> <dl> <dt>2月21日更新</dt> <dd><a href="https://twitter.com/nankan_ch678" target="_blank">南関東地方競馬チャンネルのツイッターがスタートいたしました。</a></dd> </dl> <dl> <dt>4月8日更新</dt> <dd><a href="/information/20190408/">当ホームページのセキュリティ強化に関するお知らせ</a> </dd> </dl> <dl> <dt>10月5日更新</dt> <dd><a href="#event" class="scroll">10月11日(木)のイベント情報掲載しました。</a></dd> </dl> <dl> <dt>2月2日更新</dt> <dd><a href="/event/">12月29日、1月17日に行われたイベントレポート掲載しました。</a></dd> </dl> <dl> <dt>9月5日更新</dt> <dd><a href="#event" class="scroll">10月5日(木)大井競馬場でオートレーサー森且行選手によるトークイベントが開催決定!</a> </dd> </dl> --> <!-- <dl> <dt>11月10日更新</dt> <dd><a href="/howto/#ondemand">南関東地方競馬チャンネルがスカパー!オンデマンドで生中継が見られようになりました。パソコン、タブレット、スマートフォンでもレース中継をお楽しみ頂けます。</a></dd> </dl> --> <!-- <dl> <dt>2014年9月更新</dt> <dd>9月25日から南関東地方競馬チャンネル(ch678)がハイビジョン放送になりました。<br /> 引き続き高画質な映像で、南関東地方競馬をお楽しみ下さい。 </dd> </dl> --> <!-- <dt>2月10日更新</dt> <dd>本日、2月10日(月)の第11回船橋開催は、2月8日の降雪の影響により競馬開催が中止となりました。<br /> 皆様にはご迷惑をおかけいたしますが、ご了承いただけますようお願い申し上げます。<br /> <br /> 詳しくは<a href="http://www.f-keiba.com/news/detail.php?id=2609" target="_blank">コチラ</a>をご確認ください。</dd> </dl> --> <!-- <dl> <dt>重要なお知らせ</dt> <dd><a href="/information/mpeg2/">ch120放送終了に関するお知らせ(2014年5月31日)</a></dd> </dl> --> <!-- /.news-list --></div> <!-- <aside class="text-center hidden-xs mb10"><a href="http://www.skyperfectv.co.jp/premium/campaign/kanyuryozero/" target="blank"><img src="/img/bnr_skyp_0yen1506_225x50.jpg" alt=""></a></aside> <aside class="text-center hidden-xs"><a href="http://www.skyperfectv.co.jp/premium/campaign/antenna.html" target="blank"><img src="/img/bnr_skyp1410.gif" alt=""></a></aside> --> <!-- <div id="daishouten2024" class="thumbnail alert-success"> <div class="caption p10"> <h3 class="mt0 text-success"><span class="label label-default">東京大賞典特別番組</span><br />東京大賞典2024 直前予想スペシャル</h3> <p class="mb20">2024年ダート競馬総決算、東京大賞典を徹底解剖。競馬好きな多彩な出演者が様々な角度から予想を披露、予習するなら情報満載の1時間。</p> <div> <dl> <dt><i class="icon-user"></i> 出演</dt> <dd>ヒデ、神部美咲<br />須田鷹雄(競馬評論家)、水元尚(競馬ブック)</dd> <dt><i class="icon-user"></i> 司会</dt> <dd>福原直英、山田かれん</dd> <dt class="mt20"><i class="icon-time"></i> 放送スケジュール</dt> <dd>12月27日(金)21:30~22:30</dd> </dl> </div> </div> </div> --> <!-- /.thumbnail" --> <!-- <aside class="text-center"> <a href="//www.skyperfectv.co.jp/premium/guide/" target="blank"><img src="/img/bnr_skyp_antena_608-304.jpg" alt="" class="m5"></a> </aside> --> <!--<div id="twitter"> <div class="well"> <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/nankan_ch678" data-widget-id="342564400135282688">@nankan678 からのツイート</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> </div>--> <div id="event"> <header> <h2><i class="icon-hand-right"></i> イベント</h2> </header> <!-- <div class="well"> 次回のイベントが決まり次第、こちらで告知させて頂きます。お楽しみに! <br /> </div> <div class="well"> <h3>★2018年10月11日(木) <br class="visible-xs" />大井競馬場</h3> <figure class="photo pull-right ml10"> <img src="/img/event_1810_mori.jpg" alt="森且行選手"> </figure> --> <!-- <ul class="list-unstyled mb20"> <li>10/5(木)大井競馬場では、オートレーサー森且行選手によるトークイベントが開催されます。<br /> その日開催される重賞「レディスプレリュード」(JpnII)の予想などスペシャルトークショーを開催。<br /> また、<strong>当日のCh.678「南関東地方競馬チャンネル」にも森且行選手の生出演が決定!</strong></li> </ul> --> <!-- <h4 class="mb5">【番組出演】</h4> <p>10/11(木)Ch.678「南関東地方競馬チャンネル」にオートレーサーの森且行選手が20:00頃出演します。メインレース「レディスプレリュード」予想やオートレースなどたっぷりとお話しして頂きます。当日は無料放送ですので、スカパー!プレミアムサービスにご加入であればどなたでもご覧頂けます。必見です。</p> <h4 class="mb5">【イベント】</h4> <p>10/11(木)大井競馬場で「スカパー!スペシャルステージ」としてオートレーサーの森且行選手のトークショーを実施致します。第9レース確定後(19:00頃)大井競馬場内トゥインクルステージでメインレース予想など南関競馬に詳しい森選手のトークは必聴モノです!</p> </div> --> <!-- /.thumbnail" --> <!-- <div class="well"> <h3>★2017年12月29日(金)<br class="visible-xs" />オフトひたちなか<br />競馬アイドル瀬戸サオリさん「東京大賞典」トークイベント</h3> <ul class="list-unstyled mb20"> <li>南関競馬、年末の大一番「東京大賞典」当日、オフトひたちなかで、瀬戸サオリさんが徹底予想します。<br /> あっと驚く伏兵馬は見つけ出し高額配当を狙うのか?はたまた固い決着を予想するのか必聴モノです。<br /> ぜひオフトひたちなかへご来場をお願いします。</li> </ul> <figure class="photo ml10"> <img src="/img/event_1712_seto.jpg" alt="瀬戸サオリ"> <img src="/img/event_1712_tanaka.jpg" alt="田中歩"> </figure> <h4 class="mb5">【イベント】</h4> <dl class="list-news mt0"> <dt>時間 :</dt> <dd>15:05ごろ〜(第8レース払戻金確定後)</dd> <dt>場所 :</dt> <dd>オフトひたちなか館内</dd> <dt>出演者:</dt> <dd>瀬戸サオリさん(競馬アイドル)、田中歩さん(南関Chキャスター)</dd> </dl> </div> --> <!-- /.thumbnail" --> <div class="text-right"> <p><a href="/event/"><i class="icon-circle-arrow-right"></i> 過去のイベントレポートはこちら</a></p> </div> </div> </div> <div id="recommend"> <header> <h2><i class="icon-hand-right"></i> 今月のおすすめ</h2> </header> <div class="thumbnail thumbnail-recommend"> <div class="photo"> <img src="/photo/2502_1.jpg" alt="クイーン賞"> <header> <h3>クイーン賞(船橋競馬場 JpnIII)</h3> <p>放送日:2月11日(火・祝)</p> </header> </div> <div class="caption"> <p>船橋競馬場で開催される牝馬限定のハンデキャップレース。2023年まで年明けに行われていた大井・TCK女王盃が園田に移設(兵庫女王盃)され時期変更となった。2024年からは全日本的なダート競走の体系整備により本競走開催時期が2月へ変更され、新年最初の牝馬限定ダートグレード競走となる。1着の地方馬にはエンプレス杯の優先出走権が付与される。</p> </div> </div><!-- /.thumbnail" --> <div class="thumbnail thumbnail-recommend"> <div class="photo"> <img src="/photo/2502_2.jpg" alt="雲取賞"> <header> <h3>雲取賞(大井競馬場 JpnIII)</h3> <p>放送日:2月19日(水)</p> </header> </div> <div class="caption"> <p>「3歳ダート三冠競走」の初戦「羽田盃」の前哨戦(トライアルレース)に位置付けられる本レースは、本番と同舞台・同距離(1,800m)で行われるダートグレード競走として、冬を超えた各馬の力量比較やJRA所属馬のコース適性を測る意味でも重要な一戦となります。上位2頭(地方所属馬に限る)に羽田盃の優先出走権が付与される。</p> </div> </div><!-- /.thumbnail" --> </div><!-- /#recommend" --> <div id="program"> </div> <div id="hikaritv-bangumihyo"> <figure> <a href="https://www.hikaritv.net/ch_lp/774/?utm_source=hktpartner&utm_medium=other&utm_campaign=hkt_202304_acst-nankan-tv" target="_blank"><img src="/img/bnr_hikaritv_bangumihyo.jpg" alt="ひかりTV番組表はこちら" /></a> </figure> </div> </div> <!-- /.col --> <div class="col-sm-5"> <div class="hidden-xs"> <div class="news-list"> <header> <h2><i class="icon-comment"></i> お知らせ</h2> </header> <!-- <dl> <dt>2月8日更新</dt> <dd><a href="/schedule/">2月5日(月)に降雪に伴い取り止めとした第11回開催第1日目第3競走以降の競走を2月10日(土)に放送いたします。</a></span> </dd> </dl> <dl> <dt>8月27日更新</dt> <dd>第6回船橋競馬(8月31日~9月4日)の5日間はすべて開催を取り止めることとしました。<span class="label label-danger">NEW</span><br /> <a href="http://blog.f-keiba.com/info/2020/08/post-94f2.html" target="_blank">http://blog.f-keiba.com/info/2020/08/post-94f2.html</a></dd> </dl> <dl> <dt>8月25日更新</dt> <dd>8月26日の川崎競馬は開催取り止めとなりました。<br /> <a href="https://www.kawasaki-keiba.jp/news/post-24687/" target="_blank">https://www.kawasaki-keiba.jp/news/post-24687/</a></dd> </dl> <dl> <dt>10月1日更新</dt> <dd style="overflow-wrap:break-word;"><b>【重要】スカパー!オンデマンドが10月1日リニューアルされました。詳しくは以下をご確認下さい。</b><br /> 【スカパー!番組配信】<br /><a href="https://streaming.skyperfectv.co.jp/" target="_blank">https://streaming.skyperfectv.co.jp/</a><br /> 【SPOOX】<br /><a href="https://spoox.skyperfectv.co.jp/" target="_blank">https://spoox.skyperfectv.co.jp/</a><br /> <br /> また、ひかりTVでもご覧頂けます。<br /> 【ひかりTV】<br /><a href="https://www.hikaritv.net/support/" target="_blank">https://www.hikaritv.net/support/</a> </dd> </dl> --> <!-- <dl> <dt>8月25日更新</dt> <dd style="overflow-wrap:break-word;"><b>【重要】スカパー!オンデマンドが10月1日リニューアルされます。詳しくは以下をご確認下さい。</b><br /> <a href="https://promo.skyperfectv.co.jp/vod_renewal2021/index.html" target="_blank">https://promo.skyperfectv.co.jp/vod_renewal2021/index.html</a><br /> <a href="https://vod.skyperfectv.co.jp/informations/tv_renewal2021.html" target="_blank">https://vod.skyperfectv.co.jp/informations/tv_renewal2021.html</a> </dd> </dl> --> <dl> <dt>1月27日更新</dt> <dd><a href="/schedule/">2月10日(月)は無料放送です。この機会にぜひご覧ください。</a><br />※スカパー!プレミアムサービス・プレミアムサービス光のみ <span class="label label-danger">NEW</span></dd> </dl> <!-- <dl> <dt>4月25日更新</dt> <dd><a href="/mc/">MC紹介ページを更新しました。</a> <span class="label label-danger">NEW</span></dd> </dl> <dl> <dt>3月26日更新</dt> <dd><a href="/schedule/">4月13日(土)、14日(日)、29日(月)、30日(火)の放送開始時間に変更がございます。</a> </dd> </dl> <dl> <dt>12月6日更新</dt> <dd><a href="/schedule/">12月5日(火)の大井競馬第2日目は開催取り止めとなりました。</a> <span class="label label-danger">NEW</span></dd> </dl> <dl> <dt>8月24日更新</dt> <dd>8月25日の川崎競馬は開催取り止めとなりました。<br /> <a href="https://www.kawasaki-keiba.jp/news/post-24506/" target="_blank">https://www.kawasaki-keiba.jp/news/post-24506/</a></dd> </dl> <dl> <dt>2月21日更新</dt> <dd><a href="https://twitter.com/nankan_ch678" target="_blank">南関東地方競馬チャンネルのツイッターがスタートいたしました。</a></dd> </dl> <dl> <dt>4月8日更新</dt> <dd><a href="/information/20190408/">当ホームページのセキュリティ強化に関するお知らせ</a> </dd> </dl> <dl> <dt>10月5日更新</dt> <dd><a href="#event" class="scroll">10月11日(木)のイベント情報掲載しました。</a></dd> </dl> <dl> <dt>2月2日更新</dt> <dd><a href="/event/">12月29日、1月17日に行われたイベントレポート掲載しました。</a></dd> </dl> <dl> <dt>9月5日更新</dt> <dd><a href="#event" class="scroll">10月5日(木)大井競馬場でオートレーサー森且行選手によるトークイベントが開催決定!</a> </dd> </dl> --> <!-- <dl> <dt>11月10日更新</dt> <dd><a href="/howto/#ondemand">南関東地方競馬チャンネルがスカパー!オンデマンドで生中継が見られようになりました。パソコン、タブレット、スマートフォンでもレース中継をお楽しみ頂けます。</a></dd> </dl> --> <!-- <dl> <dt>2014年9月更新</dt> <dd>9月25日から南関東地方競馬チャンネル(ch678)がハイビジョン放送になりました。<br /> 引き続き高画質な映像で、南関東地方競馬をお楽しみ下さい。 </dd> </dl> --> <!-- <dt>2月10日更新</dt> <dd>本日、2月10日(月)の第11回船橋開催は、2月8日の降雪の影響により競馬開催が中止となりました。<br /> 皆様にはご迷惑をおかけいたしますが、ご了承いただけますようお願い申し上げます。<br /> <br /> 詳しくは<a href="http://www.f-keiba.com/news/detail.php?id=2609" target="_blank">コチラ</a>をご確認ください。</dd> </dl> --> <!-- <dl> <dt>重要なお知らせ</dt> <dd><a href="/information/mpeg2/">ch120放送終了に関するお知らせ(2014年5月31日)</a></dd> </dl> --> <!-- /.news-list --></div> <!-- <aside class="text-center hidden-xs mb10"><a href="http://www.skyperfectv.co.jp/premium/campaign/kanyuryozero/" target="blank"><img src="/img/bnr_skyp_0yen1506_225x50.jpg" alt=""></a></aside> <aside class="text-center hidden-xs"><a href="http://www.skyperfectv.co.jp/premium/campaign/antenna.html" target="blank"><img src="/img/bnr_skyp1410.gif" alt=""></a></aside> --> <!-- <div id="daishouten2024" class="thumbnail alert-success"> <div class="caption p10"> <h3 class="mt0 text-success"><span class="label label-default">東京大賞典特別番組</span><br />東京大賞典2024 直前予想スペシャル</h3> <p class="mb20">2024年ダート競馬総決算、東京大賞典を徹底解剖。競馬好きな多彩な出演者が様々な角度から予想を披露、予習するなら情報満載の1時間。</p> <div> <dl> <dt><i class="icon-user"></i> 出演</dt> <dd>ヒデ、神部美咲<br />須田鷹雄(競馬評論家)、水元尚(競馬ブック)</dd> <dt><i class="icon-user"></i> 司会</dt> <dd>福原直英、山田かれん</dd> <dt class="mt20"><i class="icon-time"></i> 放送スケジュール</dt> <dd>12月27日(金)21:30~22:30</dd> </dl> </div> </div> </div> --> <!-- /.thumbnail" --> <!-- <aside class="text-center"> <a href="//www.skyperfectv.co.jp/premium/guide/" target="blank"><img src="/img/bnr_skyp_antena_608-304.jpg" alt="" class="m5"></a> </aside> --> <!-- <div id="ai-movie" class="youtube-container mb30"> <iframe src="https://www.youtube.com/embed/tebJTeeEYjU?loop=1&playlist=tebJTeeEYjU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> --> <div id="#ai-movie" class="youtube-container mb30"> <iframe src="https://www.youtube.com/embed/9kZJPMqvg6g?loop=1&playlist=9kZJPMqvg6g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <div id="#ai-movie" class="youtube-container mb30"> <iframe src="https://www.youtube.com/embed/2yESNSJH-A4?loop=1&playlist=2yESNSJH-A4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <div class="text-center"> <figure> <a href="/howto/ondemand/" id="pc-click-ondemand2110" class="trigger-banner-home"><img src="/img/bnr-top-ondemand-2110.png" alt="PC・スマホ・タブレットでみる"></a> </figure> <figure> <a href="/howto/tv/" id="pc-click-tv2110" class="trigger-banner-home"><img src="/img/bnr-top-tv-2110.png" alt="テレビでみる"></a> </figure> <figure> <a href="https://www.skyperfectv.co.jp/premium/guide/support/hajimeru/?argument=sfDJpELg&dmai=a623c7ac8ad431" id="click-pc-premium0yen-2204" class="trigger-banner-home" target="_blank"><img src="/img/bnr_premium0yen_2204.png" alt=""></a> </figure> <figure> <a href="https://www.skyperfectv.co.jp/service/portal/#tag2" id="click-pc-hikkosi-2206" class="trigger-banner-home" target="_blank"><img src="/img/bnr_support_hikkosi_2206.jpg" alt=""></a> </figure> <figure class="col-sm-6"> <a href="https://www.skyperfectv.co.jp/service/portal/moving/" id="click-pc-hikkosi-2408" class="trigger-banner-home" target="_blank"><img src="/img/img_hikkosi.jpg" alt="引越しサポート"></a> </figure> <figure class="col-sm-6"> <a href="https://www.skyperfectv.co.jp/service/portal/trouble/" target="_blank" id="pc-click-shichou-2408" class="trigger-banner-home"><img src="/img/img_shichou.jpg" alt="視聴トラブルサポート"></a> </figure> </div> <!--<div id="twitter"> <div class="well"> <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/nankan_ch678" data-widget-id="342564400135282688">@nankan678 からのツイート</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> </div>--> <div id="event"> <header> <h2><i class="icon-hand-right"></i> イベント</h2> </header> <!-- <div class="well"> 次回のイベントが決まり次第、こちらで告知させて頂きます。お楽しみに! <br /> </div> <div class="well"> <h3>★2018年10月11日(木) <br class="visible-xs" />大井競馬場</h3> <figure class="photo pull-right ml10"> <img src="/img/event_1810_mori.jpg" alt="森且行選手"> </figure> --> <!-- <ul class="list-unstyled mb20"> <li>10/5(木)大井競馬場では、オートレーサー森且行選手によるトークイベントが開催されます。<br /> その日開催される重賞「レディスプレリュード」(JpnII)の予想などスペシャルトークショーを開催。<br /> また、<strong>当日のCh.678「南関東地方競馬チャンネル」にも森且行選手の生出演が決定!</strong></li> </ul> --> <!-- <h4 class="mb5">【番組出演】</h4> <p>10/11(木)Ch.678「南関東地方競馬チャンネル」にオートレーサーの森且行選手が20:00頃出演します。メインレース「レディスプレリュード」予想やオートレースなどたっぷりとお話しして頂きます。当日は無料放送ですので、スカパー!プレミアムサービスにご加入であればどなたでもご覧頂けます。必見です。</p> <h4 class="mb5">【イベント】</h4> <p>10/11(木)大井競馬場で「スカパー!スペシャルステージ」としてオートレーサーの森且行選手のトークショーを実施致します。第9レース確定後(19:00頃)大井競馬場内トゥインクルステージでメインレース予想など南関競馬に詳しい森選手のトークは必聴モノです!</p> </div> --> <!-- /.thumbnail" --> <!-- <div class="well"> <h3>★2017年12月29日(金)<br class="visible-xs" />オフトひたちなか<br />競馬アイドル瀬戸サオリさん「東京大賞典」トークイベント</h3> <ul class="list-unstyled mb20"> <li>南関競馬、年末の大一番「東京大賞典」当日、オフトひたちなかで、瀬戸サオリさんが徹底予想します。<br /> あっと驚く伏兵馬は見つけ出し高額配当を狙うのか?はたまた固い決着を予想するのか必聴モノです。<br /> ぜひオフトひたちなかへご来場をお願いします。</li> </ul> <figure class="photo ml10"> <img src="/img/event_1712_seto.jpg" alt="瀬戸サオリ"> <img src="/img/event_1712_tanaka.jpg" alt="田中歩"> </figure> <h4 class="mb5">【イベント】</h4> <dl class="list-news mt0"> <dt>時間 :</dt> <dd>15:05ごろ〜(第8レース払戻金確定後)</dd> <dt>場所 :</dt> <dd>オフトひたちなか館内</dd> <dt>出演者:</dt> <dd>瀬戸サオリさん(競馬アイドル)、田中歩さん(南関Chキャスター)</dd> </dl> </div> --> <!-- /.thumbnail" --> <div class="text-right"> <p><a href="/event/"><i class="icon-circle-arrow-right"></i> 過去のイベントレポートはこちら</a></p> </div> </div> </div> <!-- <p class="text-center"><a href="http://www.eiseihoso.org/pr/injustice.html" target="_blank"><img src="/img/bnr_bcas_238x78.jpg" alt=""></a></p> --> </div> <!-- /.col --> </div> <!-- /.row --> </div> <!-- /.container --> </div> <!-- /#main --> <footer id="footer"> <nav id="link-4jou" class="navbar navbar-keiba" role="navigation"> <div class="container"> <ul class="nav nav-pills"> <li class="navbar-text"><img src="/img/link_title.png" alt=""></li> <li><a href="http://www.nankankeiba.com/" target="_blank"><img src="/img/link_nankankeiba.png" alt=""></img></a></li> <li><a href="http://www.urawa-keiba.jp/" target="_blank"><img src="/img/link_urawa.png" alt=""></img></a></li> <li><a href="http://www.f-keiba.com" target="_blank"><img src="/img/link_funabashi.png" alt=""></img></a></li> <li><a href="http://www.tokyocitykeiba.com/" target="_blank"><img src="/img/link_ooi.png" alt=""></img></a></li> <li><a href="http://www.kawasaki-keiba.jp/" target="_blank"><img src="/img/link_kawasaki.png" alt=""></img></a></li> </ul> </div> <!-- .container --> </nav> <!-- /.navbar --> <nav id="footer-site" class="navbar navbar-invert" role="navigation"> <div class="container"> <ul class="nav nav-pills"> <li><a href="https://www.sptvbroadcast.com/information/siteinfo/">このサイトについて</a></li> <li><a href="https://www.sptvbroadcast.com/aboutus/profile/">会社案内</a></li> <li><a href="https://www.sptvbroadcast.com/information/security/">セキュリティポリシー</a></li> <li><a href="https://www.sptvbroadcast.com/information/privacy/">プライバシーポリシー</a></li> <li><a href="https://www.sptvbroadcast.com/information/sns/">ソーシャルメディアポリシー</a></li> </ul> <address>Copyright &copy; 2013 SKY Perfect Broadcasting Corporation., All Rights Reserved</address> </div> <!-- .container --> </nav> <!-- /.navbar --> <!-- <nav id="footer-group" class="navbar navbar-default" role="navigation"> <div class="container"> <ul class="nav nav-pills"> <li><a href="http://www.sukachan.com/"><i class="sprite-brand-sukachan">スカチャン</i></a></li> <li><a href="http://www.samurai-tv.com/"><i class="sprite-brand-samurai">FIGHTING TV サムライ</i></a></li> <li><a href="http://www.e-tenki.net/"><i class="sprite-brand-e-tenki">e-天気.net</i></a></li> <li><a href="http://www.sora-otenkich.com/"><i class="sprite-brand-sora">SORA -お天気チャンネル-</i></a></li> <li><a href="http://www.nankan-tv.com/"><i class="sprite-brand-nankan">南関東地方競馬チャンネル</i></a></li> <li><a href="http://www.sptvbroadcast.com/"><i class="sprite-brand-spbc">スカパー・ブロードキャスティング</i></a></li> </ul> </div> </nav> --> <!-- /.navbar --> </footer> <!-- /#footer --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10