@charset "UTF-8";
/*
Template: baseball
Theme Name: baseball-abn-2023
Description: 高校野球 abn 2023 PCテーマ
Version: 1.0
Author: 株式会社テレビ朝日メディアプレックス
Author URI: http://www.mediaplex.co.jp/
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* http://meyerweb.com/eric/tools/css/pcreset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.is-hide {
  display: none; }

.is-block {
  display: block; }

/*fontsize
------------------------------------------ */
.c-font10 {
  font-size: 10px;
  font-size: 0.625rem; }

.c-font11 {
  font-size: 11px;
  font-size: 0.6875rem; }

.c-font12 {
  font-size: 12px;
  font-size: 0.75rem; }

.c-font13 {
  font-size: 13px;
  font-size: 0.8125rem; }

.c-font14 {
  font-size: 14px;
  font-size: 0.875rem; }

.c-font15 {
  font-size: 15px;
  font-size: 0.9375rem; }

.c-font16 {
  font-size: 16px;
  font-size: 1rem; }

.c-font17 {
  font-size: 17px;
  font-size: 1.0625rem; }

.c-font18 {
  font-size: 18px;
  font-size: 1.125rem; }

.c-font19 {
  font-size: 19px;
  font-size: 1.1875rem; }

.c-font20 {
  font-size: 20px;
  font-size: 1.25rem; }

/* align
------------------------------------------ */
.c-align-c {
  text-align: center; }

.c-align-r {
  text-align: right; }

.c-align-l {
  text-align: left; }

/* border
------------------------------------------ */
.c-border-none-top {
  border-top: none !important; }

.c-border-none-bottom {
  border-bottom: none !important; }

/* margin
------------------------------------------ */
/* m-all */
.m-all0 {
  margin: 0    !important; }

.m-all4 {
  margin: 4px  !important; }

.m-all8 {
  margin: 8px  !important; }

.m-all10 {
  margin: 10px  !important; }

.m-all16 {
  margin: 16px !important; }

.m-all20 {
  margin: 20px !important; }

/* End m-all */
/* mt */
.mt0 {
  margin-top: 0    !important; }

.mt4 {
  margin-top: 4px  !important; }

.mt8 {
  margin-top: 8px  !important; }

.mt10 {
  margin-top: 10px  !important; }

.mt16 {
  margin-top: 16px !important; }

.mt20 {
  margin-top: 20px !important; }

/* End mt */
/* mr */
.mr0 {
  margin-right: 0    !important; }

.mr4 {
  margin-right: 4px  !important; }

.mr8 {
  margin-right: 8px  !important; }

.mr10 {
  margin-right: 10px  !important; }

.mr16 {
  margin-right: 16px !important; }

.mr20 {
  margin-right: 20px !important; }

/* End mr */
/* mb */
.mb0 {
  margin-bottom: 0    !important; }

.mb4 {
  margin-bottom: 4px  !important; }

.mb8 {
  margin-bottom: 8px  !important; }

.mb10 {
  margin-bottom: 10px  !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb40 {
  margin-bottom: 40px !important; }

/* End mb */
/* ml */
.ml0 {
  margin-left: 0    !important; }

.ml4 {
  margin-left: 4px  !important; }

.ml8 {
  margin-left: 8px  !important; }

.ml10 {
  margin-left: 10px  !important; }

.ml16 {
  margin-left: 16px !important; }

.ml20 {
  margin-left: 20px !important; }

/* End ml */
/* mtb */
.mtb4 {
  margin: 4px 0  !important; }

.mtb8 {
  margin: 8px 0  !important; }

.mtb10 {
  margin: 10px 0 !important; }

.mtb16 {
  margin: 16px 0 !important; }

.mtb20 {
  margin: 20px 0 !important; }

.mtb80 {
  margin: 80px 0 !important; }

/* End mtb */
/* mrl */
.mrl4 {
  margin: 0 4px  !important; }

.mrl8 {
  margin: 0 8px  !important; }

.mrl10 {
  margin: 0 10px  !important; }

.mrl16 {
  margin: 0 16px !important; }

.mrl20 {
  margin: 0 20px !important; }

/* End mrl */
/* End m-all */
/* padding
------------------------------------------ */
/* p-all */
.p-all0 {
  padding: 0    !important; }

.p-all4 {
  padding: 4px  !important; }

.p-all5 {
  padding: 5px  !important; }

.p-all8 {
  padding: 8px  !important; }

.p-all16 {
  padding: 16px !important; }

.p-all20 {
  padding: 20px !important; }

/* End p-all */
/* pt */
.pt0 {
  padding-top: 0    !important; }

.pt4 {
  padding-top: 4px  !important; }

.pt5 {
  padding-top: 5px  !important; }

.pt8 {
  padding-top: 8px  !important; }

.pt16 {
  padding-top: 16px !important; }

.pt20 {
  padding-top: 20px !important; }

/* End pt */
/* pr */
.pr0 {
  padding-right: 0    !important; }

.pr4 {
  padding-right: 4px  !important; }

.pr5 {
  padding-right: 5px  !important; }

.pr8 {
  padding-right: 8px  !important; }

.pr16 {
  padding-right: 16px !important; }

.pr20 {
  padding-right: 20px !important; }

/* End pr */
/* pb */
.pb0 {
  padding-bottom: 0    !important; }

.pb4 {
  padding-bottom: 4px  !important; }

.pb5 {
  padding-bottom: 5px  !important; }

.pb8 {
  padding-bottom: 8px  !important; }

.pb16 {
  padding-bottom: 16px !important; }

.pb20 {
  padding-bottom: 20px !important; }

/* End pb */
/* pl */
.pl0 {
  padding-left: 0    !important; }

.pl4 {
  padding-left: 4px  !important; }

.pl5 {
  padding-left: 5px  !important; }

.pl8 {
  padding-left: 8px  !important; }

.pl16 {
  padding-left: 16px !important; }

.pl20 {
  padding-left: 20px !important; }

/* End pl */
/* ptb */
.ptb4 {
  padding: 4px 0  !important; }

.ptb5 {
  padding: 5px 0  !important; }

.ptb8 {
  padding: 8px 0  !important; }

.ptb16 {
  padding: 16px 0 !important; }

.ptb20 {
  padding: 20px 0 !important; }

/* End ptb */
/* prl */
.prl4 {
  padding: 0 4px  !important; }

.prl5 {
  padding: 0 5px  !important; }

.prl8 {
  padding: 0 8px  !important; }

.prl16 {
  padding: 0 16px !important; }

.prl20 {
  padding: 0 20px !important; }

/* End prl */
html {
  width: 100%; }

body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: normal;
  line-height: 1.4;
  background: url(img/bg_01.jpg) 50% 0 no-repeat; }

a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration: none; }

a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.ly-contents:after {
  clear: both;
  content: "";
  display: table; }

.home .ly-header {
  margin-bottom: 17px; }

.ly-main {
  position: relative;
  float: left;
  width: 715px; }

.ly-sub {
  float: right;
  width: 278px; }

.ly-column2:after {
  clear: both;
  content: "";
  display: table; }

.ly-column2 > ul > li {
  width: 50%;
  float: left; }

.ly-column3:after {
  clear: both;
  content: "";
  display: table; }

.ly-column3 > ul > li {
  width: 33.333333%;
  float: left; }

.c-border-dashed-top {
  border-top: 1px dashed #fff338; }

.c-border-dashed-bottom {
  border-bottom: 1px dashed #fff338; }

.c-bg-01 {
  background-color: #0e0e0e; }

.c-bg-02 {
  background-color: #323232; }

.c-bg-03 {
  background-color: #ffffff; }

/*=======================================
WordPress Native Styles
=======================================*/
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  line-height: 1.5;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 2em;
  -webkit-margin-end: 2em; }

/* img */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right;
  margin: 0 0 2em 2em; }

.alignleft {
  float: left;
  margin: 0 2em 2em 0; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.wysiwyg-contents {
  padding: 50px 30px;
  background: #fff;
  width: 1000px;
  margin: 0 auto; }

.wysiwyg-front h1, .editor-area h1 {
  font-size: 200%; }

.wysiwyg-front h2, .editor-area h2 {
  font-size: 180%; }

.wysiwyg-front h3, .editor-area h3 {
  font-size: 160%; }

.wysiwyg-front h4, .editor-area h4 {
  font-size: 140%; }

.wysiwyg-front h5, .editor-area h5 {
  font-size: 120%; }

.wysiwyg-front h6, .editor-area h6 {
  font-size: 100%; }

.wysiwyg-front h1, .wysiwyg-front h2, .wysiwyg-front h3, .editor-area h1, .editor-area h2, .editor-area h3 {
  letter-spacing: 1px; }

.wysiwyg-front p, .editor-area p {
  margin-bottom: 1em; }

.wysiwyg-front ul, .wysiwyg-front ol, .wysiwyg-front p, .editor-area ul, .editor-area ol, .editor-area p {
  line-height: 1.5; }

.wysiwyg-front ul, .wysiwyg-front ol, .editor-area ul, .editor-area ol {
  margin-bottom: 1.5em; }

.wysiwyg-front ul li, .wysiwyg-front ol li, .editor-area ul li, .editor-area ol li {
  margin-top: .5em; }

.wysiwyg-front ul li:first-child, .wysiwyg-front ol li:first-child, .editor-area ul li:first-child, .editor-area ol li:first-child {
  margin-top: 0; }

.wysiwyg-front ul, .editor-area ul {
  display: table; }

.wysiwyg-front ul li, .editor-area ul li {
  display: table-row; }

.wysiwyg-front ul li:after, .editor-area ul li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em; }

.wysiwyg-front ul li:before, .editor-area ul li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em; }

.wysiwyg-front ol li, .editor-area ol li {
  display: table-row;
  counter-increment: table-ol; }

.wysiwyg-front ol li:after, .editor-area ol li:after {
  content: "";
  display: block;
  margin-bottom: 5px; }

.wysiwyg-front ol li:before, .editor-area ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.5em;
  text-align: right; }

body.mceContentBody.editor-area {
  margin: 30px;
  background: none;
  font-size: 13px;
  font-size: 0.8125rem; }

.ly-wrapper {
  width: 990px;
  margin: 0 auto 40px; }

.ly-main {
  width: 710px; }

.ly-sub {
  width: 255px; }

.ly-header {
  position: relative; }

.ly-header .header-top {
  height: 137px;
  position: relative; }

.ly-header .header-top:after {
  clear: both;
  content: "";
  display: table; }

.ly-header .sitename a {
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(img/sprite.png);
  background-position: 0px -393px;
  width: 250px;
  height: 108px;
  background-image: url(img/h_logo.png);
  background-position: 0 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.ly-header .bnr {
  float: right;
  margin-top: 30px; }

.ly-header nav.menu {
  position: relative;
  width: 1190px;
  margin-top: 18px;
  margin: 18px 0 0 -100px; }

.ly-header nav.menu:after {
  clear: both;
  content: "";
  display: table; }

.ly-header nav.menu li {
  float: left; }

.ly-header nav.menu a {
  display: block;
  width: 200px;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.ly-header nav.menu .top a {
  background-image: url(img/sprite.png);
  background-position: 0px -695px;
  width: 200px;
  height: 80px; }

.ly-header nav.menu .movie a {
  background-image: url(img/sprite.png);
  background-position: -330px -775px;
  width: 140px;
  height: 80px; }

.ly-header nav.menu .game a {
  background-image: url(img/sprite.png);
  background-position: 0px -775px;
  width: 165px;
  height: 80px; }

.ly-header nav.menu .tournament a {
  background-image: url(img/sprite.png);
  background-position: -470px -775px;
  width: 140px;
  height: 80px; }

.ly-header nav.menu .school a {
  background-image: url(img/sprite.png);
  background-position: -610px -775px;
  width: 140px;
  height: 80px; }

.ly-header nav.menu .schedule a {
  background-image: url(img/sprite.png);
  background-position: -165px -775px;
  width: 165px;
  height: 80px; }

.ly-header nav.menu .topic a {
  background-image: url(img/sprite.png);
  background-position: 0px -545px;
  width: 240px;
  height: 80px; }

.ly-footer {
  width: 100%;
  min-width: 1190px;
  background-color: #232323;
  color: #979797;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem; }

.ly-footer .menu li {
  display: inline-block;
  margin: 16px 0;
  color: #ffffff; }

.ly-footer .menu li:first-child:before {
  display: none; }

.ly-footer .menu li:before {
  content: "/";
  margin: 0 14px;
  text-decoration: none; }

.ly-footer .menu a:link, .ly-footer .menu a:visited, .ly-footer .menu a:focus, .ly-footer .menu a:hover, .ly-footer .menu a:active {
  color: #ffffff; }

.ly-footer .middle-text {
  background-color: #2f2f2f; }

.ly-footer .middle-text p {
  width: 952px;
  margin: 0 auto;
  text-align: left;
  line-height: 2; }

.ly-footer .middle-text a:link, .ly-footer .middle-text a:visited, .ly-footer .middle-text a:focus, .ly-footer .middle-text a:hover, .ly-footer .middle-text a:active {
  color: #979797; }

.ly-footer .middle-text a:link, .ly-footer .middle-text a:visited, .ly-footer .middle-text a:focus, .ly-footer .middle-text a:hover, .ly-footer .middle-text a:active {
  text-decoration: underline; }

.ly-footer .bottom-text {
  padding: 22px 0; }

.ly-footer .copy {
  color: white;
  margin-bottom: 1em; }

.ly-column4:after {
  clear: both;
  content: "";
  display: table; }

.ly-column4 > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.ly-column4 > ul > li {
	margin-right: 20px;
  width: 162px;
}

.ly-column4 > ul > li * {
	vertical-align: bottom;
}

.ly-column4 > ul > li .jstream-eqPlayer,
.ly-column4 > ul > li .jstream-eqPlayer > div
{
	width: 162px!important;
	height: 93px!important;
}

.ly-column4 > ul > li:nth-child(4n+4) {
	margin-right: 0;
}

.m-ttl-01 {
  position: relative;
  margin-bottom: 20px; }

.m-ttl-01 .inner {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-01.ttl-live {
  background-image: url(img/sprite.png);
  background-position: 0px -108px;
  width: 710px;
  height: 50px;
  background: url(img/ttl_live_top.png) 0 0 no-repeat; }

.m-ttl-01.ttl-twitter {
  background-image: url(img/sprite.png);
  background-position: 0px -208px;
  width: 710px;
  height: 50px; }

.m-ttl-01.ttl-topics {
  background-image: url(img/sprite.png);
  background-position: 0px -158px;
  width: 710px;
  height: 50px; }

.m-ttl-01.ttl-schedule {
  background-image: url(img/sprite.png);
  background-position: 0px -625px;
  width: 255px;
  height: 70px; }

.m-ttl-01.ttl-koshien {
  background-image: url(img/ttl_koshien_top_pc.png);
  background-position: 0;
  width: 710px;
  height: 50px; }

.m-ttl-01.btn-01 .btn a {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  width: 120px;
  height: 30px;
  top: 10px;
  right: 20px;
  background: url(img/btn_more.png) 0 0 no-repeat; }

.m-ttl-02 {
  padding: 2px 10px 2px 10px;
  border-bottom: 2px solid #2b84ff;
  color: #2b84ff;
  font-weight: bold; }

.m-ttl-03 {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.m-ttl-03.ttl-movie {
  background-image: url(img/sprite.png);
  background-position: -255px -625px;
  width: 385px;
  height: 46px;
  margin: 2px 0 0 4px; }

.m-ttl-03.ttl-score {
  background-image: url(img/sprite.png);
  background-position: 0px -258px;
  width: 709px;
  height: 45px; }

.m-ttl-03.ttl-entry {
  background-image: url(img/sprite.png);
  background-position: -200px -695px;
  width: 350px;
  height: 45px; }

.m-ttl-03.ttl-schedule {
  background-image: url(img/sprite.png);
  background-position: 0px -348px;
  width: 639px;
  height: 45px; }

.m-ttl-03.ttl-topics {
  background-image: url(img/sprite.png);
  background-position: -240px -545px;
  width: 399px;
  height: 45px; }

.m-ttl-03.ttl-access {
  background-image: url(img/sprite.png);
  background-position: -250px -438px;
  width: 472px;
  height: 45px; }

.m-ttl-03.ttl-message {
  background-image: url(img/sprite.png);
  background-position: -250px -393px;
  width: 555px;
  height: 45px; }

.m-ttl-03.ttl-tournament {
  background-image: url(img/sprite.png);
  background-position: 0px -303px;
  width: 671px;
  height: 45px; }

.m-ttl-03.ttl-winner {
  background-image: url(img/sprite.png);
  background-position: 0px -501px;
  width: 465px;
  height: 44px; }

.m-ttl-03.ttl-koshien {
  background-image: url(img/ttl_koshien.png);
  background-position: 0;
  padding-right: no-repeat;
  width: 461px;
  height: 45px; }

.m-ttl-04 {
  display: inline-block; }

.m-ttl-04 h1 {
  display: inline-block;
  padding: 4px 16px 3px;
  border-radius: 80px;
  border: 2px solid #fff338;
  color: #fff338;
  font-size: 14px;
  font-size: 0.875rem; }

.m-ttl-04 h2 {
  display: inline-block;
  padding: 4px 16px 3px;
  border-radius: 80px;
  border: 2px solid #fff338;
  color: #fff338;
  font-size: 14px;
  font-size: 0.875rem; }

.m-ttl-04 h3 {
  display: inline-block;
  padding: 4px 16px 3px;
  border-radius: 80px;
  border: 2px solid #fff338;
  color: #fff338;
  font-size: 14px;
  font-size: 0.875rem; }

.m-ttl-04 h4 {
  display: inline-block;
  padding: 4px 16px 3px;
  border-radius: 80px;
  border: 2px solid #fff338;
  color: #fff338;
  font-size: 14px;
  font-size: 0.875rem; }

.m-ttl-04 h5 {
  display: inline-block;
  padding: 4px 16px 3px;
  border-radius: 80px;
  border: 2px solid #fff338;
  color: #fff338;
  font-size: 14px;
  font-size: 0.875rem; }

.m-ttl-04 h6 {
  display: inline-block;
  padding: 4px 16px 3px;
  border-radius: 80px;
  border: 2px solid #fff338;
  color: #fff338;
  font-size: 14px;
  font-size: 0.875rem; }

.m-ttl-05 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 18px;
  letter-spacing: 0.1em; }

.m-ttl-06, .p-message-ttl-01 {
  background-color: #146de1;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 18px;
  color: #ffffff;
  letter-spacing: 0.2em; }

.m-table-01 table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  background-color: #ffffff; }

.m-table-01 table th {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  background-color: #146de1; }

.m-table-01 table td {
  padding: 22px 20px; }

.m-message-01 {
  position: relative;
  margin-bottom: 17px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  border: 1px solid #2b84ff; }

.m-message-01:after {
  clear: both;
  content: "";
  display: table; }

.m-message-01:before {
  content: "\0020";
  display: block;
  background-image: url(img/sprite.png);
  background-position: -865px -108px;
  width: 37px;
  height: 28px;
  float: left;
  margin: -4px 12px 0 10px; }

.m-message-01 .inner {
  overflow: hidden;
  margin: 0 20px 0 60px; }

.m-message-01 p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 28px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: none; }

.m-block-01 {
  background-color: #ffffff;
  margin-bottom: 30px; }

.m-block-01 .no-game {
  padding-left: 20px;
  padding-bottom: 20px; }

.m-block-02, .p-access-block-01 {
  background-color: #1e1e1e;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem; }

.m-block-02 p, .p-access-block-01 p {
  line-height: 2; }

.m-block-03 {
  background-color: rgba(0, 0, 0, 0.9); }

.m-list-bnr-01 .priority {
  border: 6px solid #fff338; }

.m-list-bnr-01 a {
  display: block; }

.m-list-link-01 li {
  border-top: 1px solid #00cb00; }

.m-list-link-01 li:first-child {
  border-top: none; }

.m-list-link-01 a, .m-list-link-01 span {
  position: relative;
  display: block;
  padding: 22px 8px 22px 40px; }

.m-list-link-01 a:link, .m-list-link-01 a:visited, .m-list-link-01 a:focus, .m-list-link-01 a:hover, .m-list-link-01 a:active, .m-list-link-01 span:link, .m-list-link-01 span:visited, .m-list-link-01 span:focus, .m-list-link-01 span:hover, .m-list-link-01 span:active {
  color: #000000; }

.m-list-link-01 a:before, .m-list-link-01 span:before {
  content: "\0020";
  display: block;
  background-image: url(img/sprite.png);
  background-position: -936px -108px;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: -20px; }

.m-list-link-01 a {
  text-decoration: underline; }

.m-list-link-02 li:first-child a {
  border-top: none; }

.m-list-link-02 time {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  color: #00cb00;
  font-size: 12px;
  font-size: 0.75rem; }

.m-list-link-02 a {
  position: relative;
  display: block;
  padding: 14px 8px 16px 20px;
  font-weight: bold;
  border-top: 1px solid #00cb00;
  font-size: 13px;
  font-size: 0.8125rem; }

.m-list-link-02 a:link, .m-list-link-02 a:visited, .m-list-link-02 a:focus, .m-list-link-02 a:hover, .m-list-link-02 a:active {
  color: #323232; }

.m-list-link-02 a p {
  text-decoration: underline; }

.m-topicpath-01 {
  margin: 20px 0;
  padding: 6px 28px;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  border: 1px solid #2b84ff; }

.m-topicpath-01:after {
  clear: both;
  content: "";
  display: table; }

.m-topicpath-01 p a {
  color: #ffffff;
  float: left; }

.m-topicpath-01 p a:before {
  content: ">";
  color: #ffffff;
  margin: 0 10px; }

.m-topicpath-01 p a:first-child:before {
  content: "\0020";
  margin: 0; }

.m-topicpath-01 p a:link, .m-topicpath-01 p a:visited, .m-topicpath-01 p a:focus, .m-topicpath-01 p a:hover, .m-topicpath-01 p a:active {
  color: #ffffff; }

.m-topicpath-01 p a:link, .m-topicpath-01 p a:visited, .m-topicpath-01 p a:focus, .m-topicpath-01 p a:hover, .m-topicpath-01 p a:active {
  text-decoration: none; }

.m-pager-01, .pagination {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5); }

.m-pager-01:after, .pagination:after {
  clear: both;
  content: "";
  display: table; }

.m-pager-01 a, .pagination a,
.m-pager-01 span, .pagination span {
  float: left;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }

.m-pager-01 a:link, .pagination a:link, .m-pager-01 a:visited, .pagination a:visited, .m-pager-01 a:focus, .pagination a:focus, .m-pager-01 a:hover, .pagination a:hover, .m-pager-01 a:active, .pagination a:active,
.m-pager-01 span:link, .pagination span:link,
.m-pager-01 span:visited, .pagination span:visited,
.m-pager-01 span:focus, .pagination span:focus,
.m-pager-01 span:hover, .pagination span:hover,
.m-pager-01 span:active, .pagination span:active {
  color: #ffffff; }

.m-pager-01 a:link, .pagination a:link, .m-pager-01 a:visited, .pagination a:visited, .m-pager-01 a:focus, .pagination a:focus, .m-pager-01 a:hover, .pagination a:hover, .m-pager-01 a:active, .pagination a:active,
.m-pager-01 span:link, .pagination span:link,
.m-pager-01 span:visited, .pagination span:visited,
.m-pager-01 span:focus, .pagination span:focus,
.m-pager-01 span:hover, .pagination span:hover,
.m-pager-01 span:active, .pagination span:active {
  text-decoration: none; }

.m-pager-01 span.dots, .pagination span.dots {
  color: #fff; }

.m-pager-01:nth-child(2n), .pagination:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.1); }

.pagination {
  background-color: #146de1; }

.pagination .current {
  background-color: #d0e2f9 !important; }

.pagination span, .pagination a {
  font-weight: bold;
  color: #146de1; }

.pagination span:nth-child(2n), .pagination a:nth-child(2n) {
  background-color: #2075e3; }

.pagination .prev, .pagination .next {
  display: none; }

.m-btn-01 a,
.m-btn-01 button,
.m-btn-01 input[type=submit], .form-submit a,
.form-submit button,
.form-submit input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 18px 46px;
  border: 1px solid #146de1;
  text-align: center;
  letter-spacing: 0.7em;
  background-color: #ffffff;
  color: #146de1;
  font-size: 14px;
  font-size: 0.875rem; }

.m-btn-01 a:link, .m-btn-01 a:visited, .m-btn-01 a:focus, .m-btn-01 a:hover, .m-btn-01 a:active,
.m-btn-01 button:link,
.m-btn-01 button:visited,
.m-btn-01 button:focus,
.m-btn-01 button:hover,
.m-btn-01 button:active,
.m-btn-01 input[type=submit]:link,
.m-btn-01 input[type=submit]:visited,
.m-btn-01 input[type=submit]:focus,
.m-btn-01 input[type=submit]:hover,
.m-btn-01 input[type=submit]:active, .form-submit a:link, .form-submit a:visited, .form-submit a:focus, .form-submit a:hover, .form-submit a:active,
.form-submit button:link,
.form-submit button:visited,
.form-submit button:focus,
.form-submit button:hover,
.form-submit button:active,
.form-submit input[type=submit]:link,
.form-submit input[type=submit]:visited,
.form-submit input[type=submit]:focus,
.form-submit input[type=submit]:hover,
.form-submit input[type=submit]:active {
  color: #146de1; }

.m-btn-01 a:after,
.m-btn-01 button:after,
.m-btn-01 input[type=submit]:after, .form-submit a:after,
.form-submit button:after,
.form-submit input[type=submit]:after {
  content: "\0020";
  display: block;
  background-image: url(img/sprite.png);
  background-position: -922px -108px;
  width: 14px;
  height: 13px;
  display: inline-block;
  vertical-align: text-bottom; }

.m-btn-01.is-simple schools a:after,
.m-btn-01.is-simple schools button:after, .form-submit.is-simple schools a:after,
.form-submit.is-simple schools button:after {
  display: none; }

.post-type-archive-news .no-item,
.post-type-archive-movie .no-item,
.post-type-archive-stadium .no-item,
.post-type-archive-team .no-item,
.post-type-archive-schedule .no-item,
.post-type-archive-tournament .no-item,
.post-type-archive-winner .no-item {
  background-color: rgba(255, 255, 255, 0.8); }

.no-item {
  padding: 20px; }

.jstream-player {
  height: 0; }

.jstream-player iframe {
  top: 0; }

/* ────────────────────────────────────────────────────────────
  top
──────────────────────────────────────────────────────────── */
.p-top-main-movie {
  width: 750px;
  height: 422px;
  position: relative;
  margin: 0 auto 25px;
  text-align: center; }

.p-top-main-movie.movie-select iframe {
  position: static !important; }

.p-top-main-movie .jstream-eqPlayer {
  width: 750px !important;
  height: 422px !important; }

.p-top-main-movie .jstream-eqPlayer object, .p-top-main-movie .jstream-eqPlayer iframe {
  width: 100%;
  height: 100%; }

.asahi-live-area, .jst-live-area {
  width: 990px;
  min-height: 422px;
  position: relative;
  margin: 0 auto 45px; }

.asahi-live-area .bnr-left, .asahi-live-area .bnr-right, .jst-live-area .bnr-left, .jst-live-area .bnr-right {
  top: 0;
  width: 110px;
  position: absolute; }

.asahi-live-area .bnr-left, .jst-live-area .bnr-left {
  left: 0; }

.asahi-live-area .bnr-right, .jst-live-area .bnr-right {
  right: 0; }

.asahi-live-area .movie-frame {
  width: 750px;
  margin: 0 auto 10px; }

.asahi-live-area .live-menu .title {
  width: 280px;
  height: 23px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(img/asahi_live_menu_ttl.png) 0 0 no-repeat; }

.asahi-live-area .live-menu .nav-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff338;
  border-radius: 50px; }

.asahi-live-area .live-menu .nav-btns a, .asahi-live-area .live-menu .nav-btns .no-live {
  color: #fff;
  display: block;
  -webkit-box-flex: 4;
  -webkit-flex: 4 0 auto;
      -ms-flex: 4 0 auto;
          flex: 4 0 auto;
  padding: 18px 0;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center; }

.asahi-live-area .live-menu .nav-btns a span, .asahi-live-area .live-menu .nav-btns .no-live span {
  display: block;
  border-right: 1px solid #fff338; }

.asahi-live-area .live-menu .nav-btns a:last-child span, .asahi-live-area .live-menu .nav-btns .no-live:last-child span {
  border-right: none; }

.asahi-live-area .live-menu .nav-btns a {
  position: relative; }

.asahi-live-area .live-menu .nav-btns a.active {
  color: #fff338; }

.asahi-live-area .live-menu .nav-btns a.active:before {
  border-bottom: 3px solid #fff338; }

.asahi-live-area .live-menu .nav-btns a:before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 3px solid transparent;
  border-bottom: 3px solid #fff; }

.asahi-live-area .live-menu .nav-btns .no-live {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.p-ly-live-table {
  margin: 14px 20px 0 20px; }

.p-ly-live-table > ul > li {
  width: 325px; }

.p-ly-live-table > ul > li:nth-child(2n) {
  float: right; }

.p-live-table {
  display: block;
}

.p-live-table, .p-screen-result-table {
  color: #ffffff;
  margin-bottom: 10px; }

.p-live-table table, .p-screen-result-table table {
  table-layout: fixed;
  background-color: #323232; }

.p-live-table table th, .p-screen-result-table table th {
  background-image: url(img/sprite.png);
  background-position: -639px -348px;
  width: 325px;
  height: 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  position: relative;
  text-align: center; }

.p-live-table table td, .p-screen-result-table table td {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1rem;
  width: 114px;
  padding-top: 14px;
  text-align: center; }

.p-live-table table td.score, .p-screen-result-table table td.score, .p-live-table table td.unit, .p-screen-result-table table td.unit {
  padding-top: 12px;
  font-size: 23px;
  font-size: 1.4375rem;
  width: 43px; }

.p-live-table table td.unit, .p-screen-result-table table td.unit {
  width: 8px; }

.p-live-table table td.label01, .p-screen-result-table table td.label01 {
  padding: 0 0 10px; }

.p-live-table table td.label01 span, .p-screen-result-table table td.label01 span {
  display: block;
  margin: 0;
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #ef40ab; }

.p-live-table table td.label01.before span, .p-screen-result-table table td.label01.before span {
  color: #323232;
  background-color: #fff; }

.p-live-table table td.label01.now span, .p-screen-result-table table td.label01.now span {
  color: #323232;
  background-color: #fff338; }

.p-live-table table td.label02, .p-screen-result-table table td.label02 {
  padding: 0 0 10px; }

.p-live-table table td.label02 span, .p-screen-result-table table td.label02 span {
  display: block;
  margin: 0;
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #fff338;
  color: #323232; }

.p-live-table table td em, .p-screen-result-table table td em {
  font-style: normal;
  color: #ef40ab; }

.p-list-bnr li {
  margin-bottom: 10px; }

.p-list-bnr li:nth-child(2n):after {
  clear: both;
  content: "";
  display: table; }

.p-list-bnr li:nth-child(2n) a {
  float: right; }

.p-slider {
  position: relative;
  margin-bottom: 20px; }

.p-slider .bxslider {
  text-align: center;
  table-layout: fixed; }

.p-slider .bxslider li {
  position: relative;
  height: 400px; }

.p-slider .bxslider img {
  display: block;
  position: absolute;
  max-width: 990px;
  max-height: 400px;
  width: auto;
  height: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto; }

.p-slider .bx-pager {
  text-align: center;
  margin-top: 8px; }

.p-slider .bx-pager .bx-pager-item {
  display: inline-block; }

.p-slider .bx-pager .bx-pager-item a {
  display: block;
  width: 30px;
  height: 5px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 0 3px;
  background-color: #ffffff;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.p-slider .bx-pager .bx-pager-item a.active {
  background-color: #fff338;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.p-top-list-history {
  background-color: #323232;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-top-list-history .heading {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding: 10px 22px;
  color: #ffffff;
  background-color: #00cb00; }

.p-top-list-history .heading:after {
  content: "\0020";
  display: block;
  height: 0;
  width: 0;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #00cb00;
  border-top: 3px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -6px; }

.p-top-list-history ul {
  padding: 10px 10px 10px 0;
  display: inline-block; }

.p-top-list-history li {
  color: #ffffff;
  line-height: 1.4;
  display: inline-block; }

.p-top-list-history li:first-child:before {
  display: none; }

.p-top-list-history li:before {
  content: "/";
  margin: 0 14px;
  text-decoration: none; }

.p-top-list-history a:link, .p-top-list-history a:visited, .p-top-list-history a:focus, .p-top-list-history a:hover, .p-top-list-history a:active {
  color: #ffffff; }

.p-top-list-history a:link, .p-top-list-history a:visited, .p-top-list-history a:focus, .p-top-list-history a:hover, .p-top-list-history a:active {
  text-decoration: underline; }

.p-top-twitter-01 {
  overflow: hidden;
  height: 272px; }

.p-author .profile .p-name {
  color: #18b194; }

/* ────────────────────────────────────────────────────────────
  movie
──────────────────────────────────────────────────────────── */
.p-list-movie {
}

.p-list-movie a {
  margin-right: 10px; }

.p-card-movie {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-bottom: 44px;
  font-size: 10px;
  font-size: 0.625rem; }

.p-card-movie .text p {
  padding: 6px 0;
  background-color: #323232; }

.p-card-movie .heading {
  font-weight: bold;
  background-color: #0e0e0e;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 12px 0; }

.p-card-movie small {
  display: block;
  font-weight: bold;
  color: #323232;
  background-color: #fff338;
  padding: 2px 0; }

	.title-movie-single {
		color: #fff;
		font-weight: bold;
		font-size: 1.8rem;
	}

.single-movie .match-movie {
	margin: 0;
	height: 399px;
}

.single-movie .p-card-movie .text p {
	font-size: 1rem;
}

.single-movie .p-card-movie .text small {
	font-size: .8rem;
}

/* ────────────────────────────────────────────────────────────
  score
──────────────────────────────────────────────────────────── */
.p-score-table table {
  width: 100%; }
.p-score-table table:last-child {
  margin-bottom: 1px; }

.p-score-table table thead th {
  text-align: left;
  padding: 8px 20px;
  background-color: #0e0e0e; }

.p-score-table table thead th:after {
  clear: both;
  content: "";
  display: table; }

.p-score-table table thead th span {
  display: inline-block; }

.p-score-table table thead th .win {
  color: #ef40ab; }

.p-score-table table thead th .round {
  margin-right: 10px; }

.p-score-table table thead th .hyphen, .p-score-table table thead th .school {
  margin: 0 5px; }

.p-score-table table thead th .result {
  margin-left: 15px; }

.p-score-table table thead th .btn {
  float: right; }

.p-score-table table thead th .btn a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem; }

.p-score-table table thead th .btn a:after {
  clear: both;
  content: "";
  display: table; }

.p-score-table table thead th .btn a:link, .p-score-table table thead th .btn a:visited, .p-score-table table thead th .btn a:focus, .p-score-table table thead th .btn a:hover, .p-score-table table thead th .btn a:active {
  color: #fff338; }

.p-score-table table thead th .btn a:before {
  content: "\0020";
  display: block;
  background-image: url(img/sprite.png);
  background-position: -902px -108px;
  width: 20px;
  height: 20px;
  float: left;
  margin: -2px 4px 0 0; }

.p-score-table table tbody {
  text-align: center; }

.p-score-table table tbody th {
  color: #0e0e0e;
  background-color: #fff338;
  border: 1px solid #323232;
  padding: 8px 0; }

.p-score-table table tbody td {
  padding: 8px 0;
  border: 1px solid #434343;
  border-right: none;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 8%;
  background-color: #363636; }

.p-score-table table tbody td.win {
  color: #ef40ab; }

.p-score-table table tbody td:first-child {
  width: 18%;
  border-left: none; }

.p-score-table table tbody td.now-inning {
  color: #fff338;
  border-bottom: 2px solid #fff338; }

.p-score-table table tbody td a {
  color: #fff;
  text-decoration: underline; }

.p-score-table .hide, .p-score-table .modal-content {
  display: none; }

.p-score-list {
  padding: 20px; }

.p-score-list .list-item {
  color: #fff;
  display: block;
  padding: 12px 20px;
  background-color: #0e0e0e;
  border-top: 1px solid #323232; }

.p-score-list .list-item:first-child {
  border-top: none; }

.p-score-pager {
  background-color: #0e0e0e; }

.p-score-pager:after {
  clear: both;
  content: "";
  display: table; }

.p-score-pager li {
  display: inline-block; }

.p-score-pager .prev {
  float: left; }

.p-score-pager .prev a:before {
  content: "\0020";
  display: inline-block;
  margin: 0 32px 0 16px;
  height: 0;
  width: 0;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #fff338;
  border-top: 4px solid transparent; }

.p-score-pager .next {
  float: right; }

.p-score-pager .next a:after {
  content: "\0020";
  display: inline-block;
  margin: 0 16px 0 32px;
  height: 0;
  width: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff338;
  border-top: 4px solid transparent; }

.p-score-pager a {
  padding: 10px;
  display: inline-block; }

.p-score-pager a:link, .p-score-pager a:visited, .p-score-pager a:focus, .p-score-pager a:hover, .p-score-pager a:active {
  color: #ffffff; }

.p-score-list .scoreboard-item {
  margin-bottom: 25px; }

.p-score-list .scoreboard-item .detail {
  padding-top: 20px; }

.p-score-list .scoreboard-item.dispnone {
  margin-bottom: 0; }

.p-score-list .scoreboard-item.dispnone tbody {
  display: none; }

/* ────────────────────────────────────────────────────────────
  school
──────────────────────────────────────────────────────────── */
.school-detail {
  background-color: #fff; }

.school-detail .school-free-area {
  padding: 20px; }

.p-table-01 {
  color: #000000; }

.p-table-01 th:nth-child(1) {
  width: 20%;
  background-color: #146ee2; }

.p-table-01 th:nth-child(2) {
  width: 46%;
  background-color: #257ae8; }

.p-table-01 th:nth-child(3) {
  background-color: #408ef1; }

.p-table-01 tbody td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: middle;
  background-color: #fafafa; }

.p-table-01 tbody td a {
  color: #000;
  text-decoration: underline; }

.p-table-01 tbody td.area {
  font-weight: bold; }

.p-table-01 tbody td:last-child {
  background-color: #ffffff; }

.p-table-01 tbody td.comment {
  text-align: left; }

.p-table-01 tbody td.comment .remarks {
  margin-top: 5px; }

.p-table-01 tbody td.comment .remarks:first-child {
  margin: 0; }

.p-table-01 tbody:nth-child(2n) tr td {
  border-bottom: 1px solid #89b6f0; }

.p-table-01 tbody:nth-child(2n) tr td.area {
  background-color: #d0e2f9;
  color: #2b84ff;
  border-bottom: none; }

.p-table-01 tbody:nth-child(2n+1) tr td {
  border-bottom: 1px solid #89e689; }

.p-table-01 tbody:nth-child(2n+1) tr td.area {
  background-color: #bff3bf;
  color: #00cb00;
  border-bottom: none; }

.p-table-02 table {
  table-layout: fixed;
  width: 100%; }

.p-table-02 td {
  box-sizing: border-box;
  padding: 15px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #89b6f0;
  border-top: 1px solid #89b6f0;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 2.36; }

.p-table-02 td:first-child {
  border-top: 1px solid #89b6f0;
  background-color: #146de1;
  color: #ffffff;
  width: 200px;
  font-weight: bold; }

.p-school-list-01 {
  color: #ffffff; }

.p-school-list-01 li {
  padding: 10px 20px;
  border-top: 1px solid #323232;
  font-size: 12px;
  font-size: 0.75rem; }

.p-school-list-01 li a {
  color: #fff; }

.p-school-list-01 .location {
  display: inline-block;
  margin: 0 12px;
  padding: 4px 16px 3px;
  border-radius: 80px;
  border: 2px solid #fff338;
  color: #fff338;
  font-size: 14px;
  font-size: 0.875rem; }

.p-school-list-01 p {
  display: inline-block; }

.p-school-list-01 em {
  font-style: normal;
  color: #ef40ab; }

.school-details .school-detail {
  margin-top: 30px; }

.school-details .school-detail:first-child {
  margin-top: 0; }

.team-free-area {
  padding: 20px;
  background-color: #fff; }

.no-school-info {
  padding: 20px; }

.school-info-alert {
  padding: 20px;
  color: #fff;
  min-width: 990px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: .1em;
  background-color: #ef816b; }

/* ────────────────────────────────────────────────────────────
  schedule
──────────────────────────────────────────────────────────── */
.p-schedule-table-01 table tr {
  border-top: 1px solid #146de1; }

.p-schedule-table-01 table tr:nth-child(1), .p-schedule-table-01 table tr:nth-child(2) {
  border-top: none; }

.p-schedule-table-01 table th {
  width: 50%; }

.p-schedule-table-01 table th:nth-child(2n) {
  background-color: #00cb00; }

.p-schedule-table-01 table td {
  box-sizing: border-box;
  text-align: left; }

.p-schedule-table-01 table td.comment .info {
  margin-top: 10px; }

.p-schedule-table-01 table td.comment .info:first-child {
  margin-top: 0; }

.p-schedule-table-01 table td.comment .channel {
  font-weight: bold; }

.p-schedule-table-01 table td:nth-child(1) {
  width: 168px;
  background-color: #d0e2f9;
  color: #146de1;
  font-weight: bold; }

.p-schedule-table-01 table td:nth-child(2) {
  background-color: #fafafa; }

.broadcast-free-area {
  padding: 20px;
  background-color: #fff; }

/* ────────────────────────────────────────────────────────────
  topoic
──────────────────────────────────────────────────────────── */
.p-topic-list-link-01 li {
  background-color: #ffffff;
  border-top: 1px solid #146de1; }

.p-topic-list-link-01 li:first-child {
  border-top: none; }

.p-topic-list-link-01 li a {
  display: block;
  box-sizing: border-box; }

.p-topic-list-link-01 li a:after {
  clear: both;
  content: "";
  display: table; }

.p-topic-list-link-01 li a:link, .p-topic-list-link-01 li a:visited, .p-topic-list-link-01 li a:focus, .p-topic-list-link-01 li a:hover, .p-topic-list-link-01 li a:active {
  color: #ffffff; }

.p-topic-list-link-01 time {
  display: block;
  box-sizing: border-box;
  width: 172px;
  padding: 26px 20px;
  float: left;
  background-color: #d0e2f9;
  color: #146de1;
  font-weight: bold; }

.p-topic-list-link-01 p {
  margin-right: 20px;
  padding: 0 20px;
  line-height: 66px;
  color: #000000;
  display: inline-block;
  max-width: 67%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.p-topics-ttl-01 {
  background-color: #d0e2f9;
  padding: 28px 20px;
  letter-spacing: 0.1em;
  font-weight: bold; }

.p-topics-ttl-01 time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #146de1; }

.p-topics-ttl-01 h1 {
  font-size: 16px;
  font-size: 1rem; }

.p-topics-ttl-01 h2 {
  font-size: 16px;
  font-size: 1rem; }

.p-topics-ttl-01 h3 {
  font-size: 16px;
  font-size: 1rem; }

.p-topics-ttl-01 h4 {
  font-size: 16px;
  font-size: 1rem; }

.p-topics-ttl-01 h5 {
  font-size: 16px;
  font-size: 1rem; }

.p-topics-ttl-01 h6 {
  font-size: 16px;
  font-size: 1rem; }

.p-topics-block-01 {
  padding: 30px 20px;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 2.14; }

.p-topics-block-01 figure {
  margin-bottom: 32px; }

.p-topics-block-01 p {
  margin-bottom: 40px; }

.post-item-nav, .p-topics-pager {
  width: 100%; }

.post-item-nav:after, .p-topics-pager:after {
  clear: both;
  content: "";
  display: table; }

.post-item-nav a, .p-topics-pager a {
  float: left;
  display: block;
  background-color: #d0e2f9 !important;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }

.post-item-nav a:link, .post-item-nav a:visited, .post-item-nav a:focus, .post-item-nav a:hover, .post-item-nav a:active, .p-topics-pager a:link, .p-topics-pager a:visited, .p-topics-pager a:focus, .p-topics-pager a:hover, .p-topics-pager a:active {
  color: #146de1; }

.post-item-nav a.archive, .p-topics-pager a.archive {
  color: #ffffff;
  background-color: #146de1 !important;
  width: 630px;
  letter-spacing: 0.7em; }

.post-item-nav a[rel='prev'], .post-item-nav a[rel='next'], .p-topics-pager a[rel='prev'], .p-topics-pager a[rel='next'] {
  width: 40px;
  color: #146de1 !important;
  background-color: #d0e2f9 !important; }

.post-item-nav a[rel='prev'], .p-topics-pager a[rel='prev'] {
  float: left; }

.post-item-nav a[rel='next'], .p-topics-pager a[rel='next'] {
  float: right; }

/* ────────────────────────────────────────────────────────────
  access
──────────────────────────────────────────────────────────── */
.p-access-block-01 {
  background-color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000; }

/* ────────────────────────────────────────────────────────────
  message
──────────────────────────────────────────────────────────── */
.p-message-ttl-01 {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem; }

.p-message-form-01 .table {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 50px; }

.p-message-form-01 .tr {
  width: 100%;
  display: table; }

.p-message-form-01 .th, .p-message-form-01 .td {
  padding: 20px;
  display: table-cell;
  border-bottom: 1px solid #89b6f0; }

.p-message-form-01 .th {
  width: 34%;
  font-weight: bold;
  background-color: #d0e2f9; }

.p-message-form-01 .td {
  vertical-align: top;
  background-color: #ffffff; }

.p-message-form-01 input[type=text],
.p-message-form-01 textarea {
  width: 100%; }

.p-message-form-01 input,
.p-message-form-01 textarea {
  box-sizing: border-box;
  padding: 4px 8px;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #dcdcdc; }

.p-message-form-01 textarea {
  height: 170px; }

.p-message-form-01 .form-submit {
  margin-top: 50px;
  text-align: center; }

.p-message-form-01 .form-submit input {
  cursor: pointer; }

.p-message-form-01 .logged-in-as {
  padding: 20px;
  background-color: #23282d; }

.p-message-form-01 .logged-in-as a {
  color: #fff;
  text-decoration: underline; }

.p-message-list-01 li {
  border-top: 1px solid #89b6f0;
  padding: 22px 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.85;
  letter-spacing: 0.1em; }

.p-message-list-01 li .waiting {
  color: #f9150d; }

.p-message-list-01 li p {
  display: inline-block; }

/* ────────────────────────────────────────────────────────────
  winner
──────────────────────────────────────────────────────────── */
.p-winner-table-01 table {
  table-layout: auto; }

.p-winner-table-01 th:nth-child(2) {
  background-color: #257ae8; }

.p-winner-table-01 th:nth-child(3) {
  background-color: #408ef1; }

.p-winner-table-01 tr {
  border-top: 1px solid #89b6f0; }

.p-winner-table-01 tr:nth-child(1) {
  border-top: none; }

.p-winner-table-01 tr:nth-child(2) {
  border-top: none; }

.p-winner-table-01 td:nth-child(1) {
  width: 25%;
  background-color: #257ae8;
  color: #ffffff; }

.p-winner-table-01 td:nth-child(2) {
  width: 19%;
  background-color: #d0e2f9; }

.p-winner-table-01 a:link, .p-winner-table-01 a:visited, .p-winner-table-01 a:focus, .p-winner-table-01 a:hover, .p-winner-table-01 a:active {
  color: #257ae8; }

.p-winner-table-01 a:link, .p-winner-table-01 a:visited, .p-winner-table-01 a:focus, .p-winner-table-01 a:hover, .p-winner-table-01 a:active {
  text-decoration: underline; }

/* ────────────────────────────────────────────────────────────
  screnn display
──────────────────────────────────────────────────────────── */
.p-ly-screen, .p-ly-screen-score {
  box-sizing: border-box;
  width: 1920px;
  height: 1080px;
  padding: 40px;
  background: url(img/bg_screen.jpg) no-repeat; }

.p-ly-screen-score {
  padding: 90px 40px; }

.p-screen-result-list {
  background-color: rgba(0, 0, 0, 0.9); }

.p-screen-result-list li {
  box-sizing: border-box;
  border-right: 3px solid #ffffff;
  height: 169px; }

.p-screen-result-list li:nth-child(3n) {
  border-right: none; }

.p-screen-result-list li:nth-child(3n+1) {
  position: relative;
  z-index: 1; }

.p-screen-result-list li:nth-child(3n+1):before {
  z-index: 2;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 301.3%;
  background-color: #fff; }

.p-screen-result-table {
  margin-bottom: 0; }

.p-screen-result-table .heading {
  background: #146de1; }

.p-screen-result-table table {
  height: 166px;
  table-layout: fixed;
  background: transparent; }

.p-screen-result-table table .heading {
  font-size: 22px;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.4em; }

.p-screen-result-table table tr:nth-child(2) {
  height: 86px; }

.p-screen-result-table table td {
  font-size: 30px;
  width: 216px;
  padding-top: 0;
  line-height: 1.13; }

.p-screen-result-table table td:first-child {
  text-align: center;
  padding: 0 20px; }

.p-screen-result-table table td:last-child {
  text-align: center;
  padding: 0 20px; }

.p-screen-result-table table td.score {
  font-size: 44px;
  font-weight: 800;
  width: 74px; }

.p-screen-result-table table td.unit {
  width: 46px;
  font-size: 44px;
  font-weight: 800; }

.p-screen-result-table table td.label01, .p-screen-result-table table td.label02 {
  padding: 0 0 20px; }

.p-screen-result-table table td.label01 span, .p-screen-result-table table td.label02 span {
  display: block;
  font-size: 22px;
  color: #000000;
  height: 30px;
  line-height: 30px;
  font-weight: 700; }

.p-screen-result-table table td.label01 span {
  background-color: #ef40ab;
  color: #ffffff; }

.p-screen-result-table table td.label02 span {
  background-color: #fff338; }

.p-screen-result-table table td em {
  color: #ef40ab; }

.p-screen-result-table .win {
  color: #ef40ab; }

.p-screen-ttl-01, .p-screen-wrap1 .p-screen-ttl-02 {
  background: #ffffff;
  color: #2b84ff;
  font-weight: 800;
  font-size: 28px;
  height: 40px;
  line-height: 44px;
  padding-left: 40px; }

.p-screen-wrap2 {
  width: 50%; }

#score-board-wrapper .hide {
  display: none; }

#score-board-wrapper .win {
  color: #ef40ab; }

.p-screen-wrap1 .p-screen-ttl-02 {
  height: 88px;
  line-height: 88px;
  font-size: 44px;
  letter-spacing: 0.1em; }

.p-screen-wrap1 .p-screen-ttl-02 .inner {
  overflow: hidden; }

.p-screen-wrap1 .p-screen-ttl-02 h1 {
  float: left; }

.p-screen-wrap1 .p-screen-ttl-02 .game-status {
  color: #ef40ab;
  font-size: 30px;
  height: auto;
  margin-left: 40px;
  display: inline-block; }

.p-screen-wrap1 .p-score-table-screen {
  margin-bottom: 40px; }

.p-screen-wrap1 .p-score-table-screen table {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  text-align: center; }

.p-screen-wrap1 .p-score-table-screen tr:nth-child(1) {
  height: 64px;
  line-height: 64px;
  font-weight: 800;
  font-size: 36px;
  background-color: #1971e4; }

.p-screen-wrap1 .p-score-table-screen tr:nth-child(2) {
  border-bottom: 3px solid #ffffff; }

.p-screen-wrap1 .p-score-table-screen th {
  border-left: 3px solid #ffffff; }

.p-screen-wrap1 .p-score-table-screen th:nth-child(1) {
  border-left: none; }

.p-screen-wrap1 .p-score-table-screen td {
  font-weight: 700;
  font-size: 50px;
  vertical-align: middle;
  height: 140px;
  min-width: 90px;
  border-left: 3px solid #ffffff; }

.p-screen-wrap1 .p-score-table-screen td:nth-child(1) {
  width: 320px;
  font-size: 35px;
  border-left: none; }

.p-screen-wrap2 {
  float: left;
  width: 48.5%;
  margin-right: 3%; }

.p-screen-wrap2:nth-child(even) {
  margin-right: 0; }

.p-screen-wrap2 .p-screen-ttl-02 {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 64px;
  font-weight: 800;
  background-color: #fff;
  padding-left: 20px;
  color: #2b84ff; }

.p-screen-wrap2 .p-screen-ttl-02 .inner {
  overflow: hidden; }

.p-screen-wrap2 .p-screen-ttl-02 h1 {
  float: left; }

.p-screen-wrap2 .p-screen-ttl-02 .game-status {
  color: #ef40ab;
  font-size: 20px;
  height: auto;
  margin-left: 30px;
  display: inline-block; }

.p-screen-wrap2 .p-score-table-screen {
  margin-bottom: 40px; }

.p-screen-wrap2 .p-score-table-screen table {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  text-align: center; }

.p-screen-wrap2 .p-score-table-screen tr.th-tr {
  height: 64px;
  line-height: 64px;
  font-weight: 800;
  font-size: 20px;
  background-color: #1971e4; }

.p-screen-wrap2 .p-score-table-screen tr.tr-bdr {
  border-bottom: 3px solid #ffffff; }

.p-screen-wrap2 .p-score-table-screen th {
  border-left: 3px solid #ffffff; }

.p-screen-wrap2 .p-score-table-screen th:nth-child(1) {
  border-left: none; }

.p-screen-wrap2 .p-score-table-screen td {
  width: 7.8%;
  font-weight: 700;
  font-size: 24px;
  vertical-align: middle;
  height: 68px;
  border-left: 3px solid #ffffff; }

.p-screen-wrap2 .p-score-table-screen td:nth-child(1) {
  width: 22%;
  padding: 0 10px;
  font-size: 24px;
  border-left: none; }

/* ────────────────────────────────────────────────────────────
  tournament
──────────────────────────────────────────────────────────── */
.tournament-wrapper {
  padding: 20px; }

.tournament-contents {
  width: auto;
  position: relative;
  overflow-x: scroll; }

.tournament-contents .stadiums {
  right: 0;
  z-index: 3;
  color: #fff;
  padding: 20px;
  display: inline-block;
  border: 1px solid #323232;
  position: absolute; }

.tournament-contents .stadiums .stadium {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px; }

.tournament-contents .stadiums .stadium:last-child {
  margin-bottom: 0; }

.tournament-contents .tournament-contents-inner {
  overflow: hidden; }

.tournament-contents .tournament-contents-inner .schools-left, .tournament-contents .tournament-contents-inner .tournament-area {
  float: left; }

.tournament-contents .tournament-contents-inner .schools-right {
  float: right; }

.tournament-contents .tournament-contents-inner .schools .school {
  overflow: hidden; }

.tournament-contents .tournament-contents-inner .schools .school.dis-none {
  display: none; }

.tournament-contents .tournament-contents-inner .schools .school .school-num {
  width: 50px;
  height: 28px;
  text-align: center;
  border: 1px solid #ccc; }

.tournament-contents .tournament-contents-inner .schools .school .name {
  height: 80px;
  width: 110px;
  line-height: 1.2;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle; }

.tournament-contents .tournament-contents-inner .schools .school .name span {
  text-align: center;
  color: #666666;
  padding: 10px 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  background-color: #fff338; }

.tournament-contents .tournament-contents-inner .schools .school select, .tournament-contents .tournament-contents-inner .schools .school input {
  margin: 0;
  padding: 0;
  float: left; }

.tournament-contents .tournament-contents-inner .schools .school select:focus, .tournament-contents .tournament-contents-inner .schools .school span:focus, .tournament-contents .tournament-contents-inner .schools .school input:focus {
  outline: none;
  background: #dddddd; }

.tournament-contents .tournament-contents-inner .schools .school .select2, .tournament-contents .tournament-contents-inner .schools .school .select2-container {
  width: 150px;
  float: left; }

.tournament-contents .tournament-contents-inner .tournament-area {
  position: relative; }

.tournament-contents .tournament-contents-inner .tournament-area canvas, .tournament-contents .tournament-contents-inner .tournament-area .info-btns, .tournament-contents .tournament-contents-inner .tournament-area .info-btn, .tournament-contents .tournament-contents-inner .tournament-area .game-infos, .tournament-contents .tournament-contents-inner .tournament-area .game-info {
  position: absolute; }

.tournament-contents .tournament-contents-inner .tournament-area canvas {
  top: 0;
  left: 0;
  z-index: 1; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos {
  z-index: 3; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .game-info {
  color: #ffffff;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: nowrap; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .game-info a {
  color: #ffffff;
  text-decoration: underline; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .game-info .score-top, .tournament-contents .tournament-contents-inner .tournament-area .game-infos .game-info .score-bottom {
  color: #fff;
  position: absolute; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-a .score-top, .tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-b .score-top {
  top: -15px; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-a .score-bottom, .tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-b .score-bottom {
  bottom: -15px; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-a .score-top, .tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-a .score-bottom {
  right: -10px; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-b .score-top, .tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-b .score-bottom {
  left: -10px; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-c .score-top, .tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-c .score-bottom {
  top: -17px; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-c .score-top {
  left: 0; }

.tournament-contents .tournament-contents-inner .tournament-area .game-infos .block-c .score-bottom {
  right: 0; }

.tournament-contents .tournament-contents-inner .tournament-area .win-school {
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  direction: ltr;
  z-index: 5; }

.tournament-contents .tournament-contents-inner .tournament-area .win-school span {
  color: #fff;
  white-space: nowrap;
  position: relative;
  font-size: 22px;
  display: inline-block;
  letter-spacing: 2px; }

.tournament-contents .tournament-contents-inner .tournament-area .win-school span small {
  color: #fff338;
  display: inline-block;
  margin-bottom: 25px;
  padding-top: 43px;
  background: url(img/icon_trophy.png) 50% 0 no-repeat;
  background-size: 100% auto; }

/* ────────────────────────────────────────────────────────────
stadium
──────────────────────────────────────────────────────────── */
.stadium-gmap {
  width: 100%;
  height: 240px; }

.stadium-gmap iframe {
	width: 100%;
	height: 100%;
}

/* ────────────────────────────────────────────────────────────
koshien
──────────────────────────────────────────────────────────── */
.koshien-slider {
  margin-top: 20px; }

.koshien-slider .pager {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 84px;
  padding: 10px 0;
  bottom: 0;
  text-align: center;
  background-color: #000000; }

.koshien-slider .pager:after {
  clear: both;
  content: "";
  display: table; }

.koshien-slider .pager ul {
  display: inline-block; }

.koshien-slider .pager li {
  display: inline-block;
  margin-right: 4px; }

.koshien-slider .pager a {
  display: block;
  height: 65px;
  width: 114px;
  overflow: hidden;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.koshien-slider .pager a.bx-next, .koshien-slider .pager a.bx-prev {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 43px;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.koshien-slider .pager a.bx-prev {
  background-image: url(img/arrow_line_l.png); }

.koshien-slider .pager a.bx-next {
  left: auto;
  right: 8px;
  background-image: url(img/arrow_line_r.png); }

.koshien-slider .pager a img {
  margin: auto;
  max-width: 100%;
  max-height: 65px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

.match-movie {
  margin-top: 20px;
  height: 380px;
  text-align: left;
  margin-bottom: 30px;
  position: relative; }

body.live-asahi {
  background: none; }

body.live-asahi .page-live-asahi {
  width: 930px;
  height: 540px; }

/* ────────────────────────────────────────────────────────────
  JS
──────────────────────────────────────────────────────────── */
/* modal関連
-------------------- */
#modal-content,
.modal-content {
  /* 初期非表示、modal起動後に表示 */
  display: none; }

.modal-wrap {
  position: relative; }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.75); }

.modal-content-area {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  z-index: 9992;
  background-color: white;
  width: 50%;
  max-height: 80%;
  overflow-y: auto; }

.modal-content-area {
  width: 70%;
  max-width: 800px; }

.modal-content-area .modal-content {
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%; }

/* スクロール禁止 */
.kill-scroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

/* --------------------
	media query
-------------------- */
/* デバイス別 */
/* tablet */
@media screen and (max-width: 767px) {
  .modal-content-area {
    width: 80%; } }

/* sp */
@media screen and (max-width: 320px) {
  .modal-content-area {
    width: 94%; } }

/* スマホ 端末別 */
/* nexus6p */
/* iphone6p */
/* nexus5x */
/* iphone6 */
/* galaxys5 */
/* iphone5 */
