@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

select {
  margin-right: 0;
  margin-left: 0;
}

input, textarea, button {
  font-size: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

fieldset {
  border-width: 0;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

hr {
  display: none;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

s {
  text-decoration: line-through;
}

abbr {
  border-width: 0;
}

small {
  font-size: 100%;
}

img {
  vertical-align: middle;
}
img[usemap] {
  border-width: 0;
}
a img {
  border-width: 0;
  text-decoration: none;
}

* {
  word-wrap: break-word;
}

body {
  color: #181818;
  background-color: #fff;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

input, textarea, button {
  margin: 0;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

a:link {
  text-decoration: underline;
  color: #0066cc;
}
a:visited {
  color: #0066cc;
}
a:hover, a:focus {
  text-decoration: none;
}

.header {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 104px;
  min-width: 940px;
  background: url(/company/action/sports/baseball/common/img/header_bg.png) no-repeat top center;
}
.header__inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

.site-logo {
  position: absolute;
  top: 30px;
}

.global-nav {
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 16px;
}
.global-nav li {
  float: left;
  margin-left: 1.5em;
  padding-left: 1.5em;
}
.global-nav li + li {
  border-left: 1px solid #fff;
}
.global-nav li a {
  color: #fff;
  text-decoration: none;
}
.global-nav li a:hover, .global-nav li a:focus, .global-nav li a.current {
  color: #6d99f2;
}

.main.top {
  position: relative;
  z-index: 1;
  top: -21px;
  min-width: 940px;
  margin-bottom: -21px;
  padding-top: 60px;
  background: url(/company/action/sports/baseball/img/main_bg.jpg) center top no-repeat;
}
.main.top + .footer {
  margin-top: 30px;
}
.main__image {
  width: 100%;
  position: relative;
  top: -21px;
  min-width: 940px;
  margin-bottom: -21px;
  padding-top: 250px;
  background-position: center top;
  background-repeat: no-repeat;
}
.main__image.member {
  background-image: url(/company/action/sports/baseball/member/img/main_bg.jpg);
}
.main__image.schedule {
  background-image: url(/company/action/sports/baseball/schedule/img/main_bg.jpg);
}
.main__image.access {
  background-image: url(/company/action/sports/baseball/access/img/main_bg.jpg);
}
.main__image.report {
  background-image: url(/company/action/sports/baseball/report/img/main_bg.jpg);
}
.main__inner {
  width: 940px;
  margin: 0 auto;
}

.footer {
  width: 100%;
  margin-top: 50px;
  background-color: #f5f5f5;
}
.footer__inner {
  width: 940px;
  margin: 0 auto;
}

.footer-nav {
  display: table;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.footer-nav__logo, .footer-nav__list {
  display: table-cell;
  vertical-align: middle;
}
.footer-nav__logo {
  width: 222px;
}
.footer-nav__list {
  overflow: hidden;
}
.footer-nav__list li {
  float: left;
  margin-left: 1em;
  padding-left: 1em;
}
.footer-nav__list li + li {
  border-left: 1px solid #181818;
}

.footer-copy {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}
.footer-copy__text, .footer-copy__bnr {
  display: table-cell;
  font-size: 11px;
}
.footer-copy__text {
  width: 750px;
}
.footer-copy__bnr {
  width: 190px;
  text-align: right;
}

.lv2-heading {
  position: relative;
  width: 940px;
  height: 61px;
  margin: 0 auto 30px;
  color: #282e73;
  font-size: 30px;
  line-height: 1;
}
.lv2-heading span {
  position: absolute;
  bottom: 0;
  width: 300px;
  font-weight: bold;
}

.lv3-heading {
  margin-bottom: 30px;
  background-color: #282e73;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.lv3-heading span {
  display: block;
  margin-left: 10px;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #fff;
}

.lv4-heading {
  margin-bottom: 25px;
  padding-bottom: 7px;
  border-bottom: 3px solid #dcdcdc;
  font-size: 16px;
}
.lv4-heading span {
  display: block;
  padding: 3px 0 3px 15px;
  border-left: 3px solid #282e73;
}

.lv5-heading{
  color: #282e73;
  padding-bottom: 15px;
  padding-left: 8px;
  border-bottom: 1px solid #e5e5e5;
  margin: 40px 0 0;
}

.lv3-section {
  margin-bottom: 50px;
}

.lv4-section {
  margin-bottom: 50px;
}

.basic-table,
.schedule-table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  table-layout: fixed;
}
.basic-table th, .basic-table td,
.schedule-table th,
.schedule-table td {
  padding: 15px;
  border: 1px solid #dcdcdc;
  text-align: left;
}
.basic-table th,
.schedule-table th {
  background-color: #f5f5f5;
}

.schedule-table {
  border-top: 2px solid #282e73;
}
.schedule-table th, .schedule-table td {
  vertical-align: middle;
}
.schedule-table td em {
  color: #b31212;
  font-weight: bold;
}

.topic-path {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 12px;
}
.topic-path li {
  float: left;
}
.topic-path li + li:before {
  content: ">";
  margin: 0 1em;
}

.pagetop {
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
}
.pagetop a {
  display: inline-block;
  width: 110px;
  background-color: #f3f3f3;
  background-image: linear-gradient(to bottom, #e5e5e5, #f3f3f3);
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  color: #181818;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
}
.pagetop a:hover, .pagetop a:focus {
  background-color: #e5e5e5;
  background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
  color: #b31212;
}
.pagetop a span {
  padding-left: 15px;
  background: url(/company/action/sports/baseball/common/img/arw_top.png) left center no-repeat;
}

/* --- lists --- */

/* - 注釈リスト - */
.note-list {
  margin-bottom: 15px;
}
.note-list li {
  display: table;
  margin-bottom: 3px;
}
.note-list li span {
  display: table-cell;
}

/* - ●つきリスト - */
.mark-list {
  display: table;
  margin-left: 12px;
}
.mark-list li:not(:last-child) {
  margin-bottom: 20px;
}
.mark-list li span {
  display: table-cell;
  font-size: 16px;
  line-height: 1.5;
}

.mark-list .mark-text {
  width: 228px;
}
.mark-list .mark-text:before {
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #282E73;
  vertical-align: middle;
}

/* --- links --- */
.blank-link:after {
  content: url("/company/action/sports/baseball/common/img/icon_blank.png");
  margin-left: 5px;
}

.pdf-link:after {
  content: url("/company/action/sports/baseball/common/img/icon_pdf.png");
  margin-left: 5px;
}


.main-slider {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 10px;
  /** RESET AND LAYOUT
  ===================================*/
  /** THEME
  ===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
}
.main-slider .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.main-slider .bx-wrapper img {
  max-width: 100%;
  display: block;
}
.main-slider .bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}
.main-slider .bx-wrapper .bx-pager {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.main-slider .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/company/action/sports/baseball/img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.main-slider .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.main-slider .bx-wrapper .bx-pager .bx-pager-item,
.main-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #282e73;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-slider .bx-wrapper .bx-pager.bx-default-pager a:focus,
.main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b31212;
}
.main-slider .bx-wrapper .bx-prev {
  display: none;
}
.main-slider .bx-wrapper .bx-next {
  display: none;
}
.main-slider .bx-wrapper .bx-controls-direction a {
  display: none;
}
.main-slider .bx-wrapper .bx-controls-auto {
  text-align: center;
}
.main-slider .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.main-slider .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.main-slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.content-container {
  overflow: hidden;
  margin-bottom: 30px;
}

.content-index {
	float: left;
	width: 636px;
}
.content-index li {
  font-size: 16px;
  font-weight: bold;
}
.content-index li + li {
  margin-top: 20px;
}
.content-index li span {
  display: block;
  width: 230px;
  text-align: center;
}
.content-index li a {
  display: block;
  line-height: 140px;
  color: #fff;
  text-decoration: none;
}
.content-index li a:hover, .content-index li a:focus {
  background-position: left -140px;
}
.content-index__member {
  background: url(/company/action/sports/baseball/img/content_index_member.jpg) left top no-repeat;
}
.content-index__schedule {
  background: url(/company/action/sports/baseball/img/content_index_schedule.jpg) left top no-repeat;
}
.content-index__access {
  background: url(/company/action/sports/baseball/img/content_index_access.jpg) left top no-repeat;
}
.content-container .leftBlock {
	float: left;
	width: 636px;
}


.news__inner {
	position: relative;
	height: 273px;
	border: 2px solid #282e73;
	box-sizing: border-box;
	width: 636px;
	margin-bottom: 20px;
	background: #fff url(../../img/h2_bg.gif) repeat-x top;
	float: left;
}
.news__heading {
	width: auto;
	background-color: #282e73;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	line-height: 44px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
.news__inner .news {
	height: 214px;
	overflow: auto;
	width: auto;
	margin: 0px;
	padding: 10px 0px 0px;
}
.news .newsList .clearfix.btLine {
	border-bottom: 1px solid #CCC;
}
.news__inner .news .newsList li {
	margin: 15px 0px 10px;
	padding: 0px 0px 10px;
	font-size: 12px;
	display: block;
}
.news__inner .news .newsList li .leftArea {
	width: 125px;
	float: left;
	background: #759DE1;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
}
.news__inner .news .newsList li .rightArea {
	width: 460px;
	float: right;
	padding-top: 5px;
	margin-right: 10px;
}
.news__inner .news .newsList li .rightArea .date {
	float: left;
}
.news__inner .news .newsList li .rightArea .txt {
	float: right;
	width: 340px;
}



.twitter-widget {
  float: right;
  width: 264px;
}
.twitter-widget__inner {
	position: relative;
	height: 753px;
	border: 2px solid #282e73;
	box-sizing: border-box;
	background-color: #fff;
}
.twitter-widget__heading {
  width: 100%;
  background-color: #282e73;
  padding-left: 12px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
}
.twitter-widget__button {
	position: absolute;
	top: 12px;
	right: 8px;
}
.twitter-widget .note-list {
  margin: 10px 0 0 0;
  font-size: 12px;
}

.twitter-widget .banner-list li{
  margin-bottom: 20px;
}
.twitter-widget .banner-list li:hover{
opacity: .8;
}



.data-explanation {
  overflow: hidden;
  margin-bottom: 30px;
}
.data-explanation__heading, .data-explanation__name, .data-explanation__item {
  float: left;
  line-height: 16px;
}
.data-explanation__name {
  margin-left: 10px;
}
.data-explanation__item {
  overflow: hidden;
  margin-left: 10px;
}
.data-explanation__item dt, .data-explanation__item dd {
  float: left;
}
.data-explanation__item dt {
  width: 16px;
  background-color: #282e73;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.data-explanation__item dd {
  margin: 0 1em 0 0.5em;
}

.flagment-link {
  margin-bottom: 40px;
  padding-top: 25px;
  border-top: 1px solid #dcdcdc;
}
.flagment-link__list {
  overflow: hidden;
  margin: 0 auto;
  width: 840px;
}
.flagment-link__list li {
  float: left;
}
.flagment-link__list li + li {
  margin-left: 10px;
}

.flagment-link__list li a,
.flagment-link__list li .current {
  display: inline-block;
  width: 160px;
  height: 55px;
  padding: 4px;
  background-color: #f3f3f3;
  background-image: linear-gradient(to bottom, #e5e5e5, #f3f3f3);
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  color: #181818;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
}
.flagment-link__list li a:hover, .flagment-link__list li a:focus {
  background-color: #e5e5e5;
  background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
  color: #b31212;
}
.flagment-link__list li a span {
  display: block;
  background: url(/company/action/sports/baseball/common/img/arw_bottom.png) right bottom no-repeat;

}

.flagment-link__list li .current ,.flagment-link__list__type-blue li a:hover, .flagment-link__list__type-blue li a:focus {
  background:#6d99f2;
  color:#fff;
}
.flagment-link__list__type-blue li a:hover span, .flagment-link__list__type-blue li a:focus span {
  background:none;
}


.member-col {
  overflow: hidden;
  margin-bottom: 30px;
}
.member-col + .member-col {
  margin-top: 50px;
}
.member-col > div {
  float: left;
}

.member-profile {
  width: 220px;
  position: relative;
}
.member-profile + .member-profile {
  margin-left: 20px;
}
.member-profile__photo {
  margin-bottom: 10px;
}
.member-profile__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  background-position: left top;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
}
.member-profile__label.captain {
  padding-left: 13px;
  background-image: url(/company/action/sports/baseball/member/img/label_captain_bg.png);
}
.member-profile__label.vice_captain {
  padding-left: 9px;
  background-image: url(/company/action/sports/baseball/member/img/label_vice_captain_bg.png);
}
.member-profile__label.rookie {
  padding-left: 13px;
  background-image: url(/company/action/sports/baseball/member/img/label_rookie_bg.png);

}

.member-profile__label.transfer {

  padding-left: 13px;

  background-image: url(/company/action/sports/baseball/member/img/label_transfer_bg.png);

}
.member-profile__post {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px 10px;
  background-color: #282e73;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.member-profile__heading {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.member-profile__num {
  display: table-cell;
  width: 24px;
  padding-right: 10px;
}
.member-profile__num-frame {
  display: block;
  background-color: #282e73;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}
.member-profile__name {
  display: table-cell;
  color: #242459;
  font-weight: bold;
}
.member-profile__name-kana {
  font-size: 11px;
}
.member-profile__list li {
  margin-bottom: 3px;
}
.member-profile__list li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1.6;
  background-color: #282e73;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}

.acceess-map-box {
  overflow: hidden;
}
.acceess-map-box__col-l {
  width: 350px;
  float: left;
}
.acceess-map-box__col-l p {
  margin-top: 5px;
}
.acceess-map-box__col-r {
  float: right;
  width: 560px;
}

@media print {
  .header {
    width: 960px;
    margin: 0 auto;
  }
}
/*** clearfix ***/

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.clearfix-gap-ie7bug {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    line-height: 0;
}


/* report
================================================ */

/*** sideNavigation ***/
.sideNavigation{
  float: left;
  width: 264px;
}

.side-heading{
  color: #fff;
  background-color: #282e73;
  padding: 15px 13px;
}

.sideNavigation__topic-list li{
  padding: 15px 13px;
}
.sideNavigation__topic-list li:not(:last-child){
  border-bottom: 1px solid #dcdcdc;
}

.sideNavigation__topic-list li.active{
  background-color: #f5f5f5;
}
.sideNavigation__topic-list li.active a{
  color: #181818;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}


/*** side-container ***/
.side-content-container{
  width: 636px;
  float: right;
}


/*** match-container ***/
.match-container{
margin-bottom: 50px;
}
.match-container:last-of-type{

}


/*** scoreBoard ***/
.scoreBoard{
  color: #fff;
  margin: 30px 0 10px;
}

.scoreBoard .score-cell{
  float: left;
  margin-bottom: 10px;
}

.scoreBoard .team-name{
  display: block;
  text-align: center;
  white-space: nowrap;
  background-color: #444;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.scoreBoard .score{
  display: block;
  width: 34px;
  text-align: center;
  background-color: #444;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}


/*** member-list ***/
.member-list-container .member-list{
  float: left;
  width: 310px;
}
.member-list-container .member-list:not(:last-of-type){
  margin-right: 16px;
}

.member-list__heading{
  color: #fff;
  text-align: center;
  background-color: #777;
  padding: 15px 0;
}

.member-list__record{
  color: #fff;
  background-color: #444;
}

.member-list__record .position{
  width: 80px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.member-list__record .player{
  width: 230px;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
}


/*** highlight-container ***/
.highlight-container{
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.highlight-inner{
  padding: 20px;
}
.highlight-heading{
  color: #282e73;
  margin-bottom: 15px;
}


/*** summary-container ***/
.summary-container{
  margin-top: 30px;
}

.summary-inner{
  width: 560px;
  margin: 0 auto;
}

.summary-photo{
  margin-bottom: 20px;
}


/***image-box ***/
.image-box {
  width: 860px;
  margin: 0 auto 16px;
}

.image-box p {
  font-size: 16px;
  line-height: 1.5;
}
.image-box p:not(:last-of-type) {
  margin-bottom: 24px;
}

.image-box__text {
  width: 624px;
  margin-right: 70px;
}
.image-box__text.is-left {
  float: left;
}
.image-box__text.is-right {
  float: right;
}

.image-box__image.is-left {
  float: left;
}
.image-box__image.is-right {
  float: right;
}
