@charset "utf-8";
.game_baseball .board {
  background: #161616;
  padding: 10px 0;
  margin: 20px 0;
}
.game_baseball .board:after {
  content: "";
  clear: both ;
  display: block ;
  height: 0 ;
}
.game_baseball .board .col {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  padding: 1%;
  float: left;
}
@media screen and (max-device-width: 420px) {
  .game_baseball .board .col {
    width: 100%;
  }
}
.game_baseball .board .col.col_main {
  width: 40%;
}
@media screen and (max-device-width: 420px) {
  .game_baseball .board .col.col_main {
    width: 100%;
  }
}
.game_baseball .board .col .players {
  min-height: 450px;
}
@media screen and (max-device-width: 420px) {
  .game_baseball .board .col .players {
    min-height: 100px;
  }
}
.game_baseball .board .col .players .name {
  text-align: left !important;
}
.game_baseball .board .col .players .name .small {
  font-size: 0.8em;
}
.game_baseball .board .col table {
  text-align: center;
  width: 100% !important;
  margin-bottom: 20px;
  background: black;
}
.game_baseball .board .col table .no1 {
  width: 10px;
}
.game_baseball .board .col table .no2 {
  width: 12px;
}
.game_baseball .board .col table .no3 {
  width: 41px;
}
.game_baseball .board .col table .big_text {
  font-size: 22px;
}
.game_baseball .board .col table tr.text-small th {
  font-size: 12px;
}
.game_baseball .board .col table th,
.game_baseball .board .col table td {
  background: black !important;
  border: 2px solid #161616 !important;
  padding: 5px !important;
  color: white !important;
}
.game_baseball .board .col table th {
  color: #FFA319 !important;
  font-weight: normal;
  text-align: center !important;
}
.game_baseball .board .col table.text-left {
  text-align: left;
}
.game_baseball .board .col table .score {
  width: 7%;
}
.game_baseball .board .col table .score2 {
  width: 40%;
  font-size: 100% !important;
}
.game_baseball .board .col table .no1 {
  padding: 2px !important;
}
.game_baseball .board .text {
  background: black;
  color: white;
  margin: 10px;
  padding: 20px;
}
.tab_button {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}
.tab_button .image-container {
  width: 79px;
  height: 40px;
  float: left;
  margin: 0 10px;
  cursor: pointer;
}
.tab_button button.tab_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  padding: 6px 24px;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 75%, #7a797a);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.75, #ebebeb), to(#7a797a));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #969196;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.tab_button button.tab_btn:hover,
.tab_button button.tab_btn_active {
  background: -moz-linear-gradient(top, #7a797a 0%, #e0e0e0 25%, #f2f2f2);
  background: -webkit-gradient(linear, left top, left bottom, from(#7a797a), color-stop(0.25, #e0e0e0), to(#f2f2f2));
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
span.img_contain {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
span.img {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#head {
  max-width: 1080px;
  min-height: 100px;
  margin: 0 auto 0 auto;
  background-image: url(/img/dot6.png);
  background-repeat: repeat;
  position: relative;
}
#head #name {
  max-width: 310px;
  margin-left: 10px;
  margin-top: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  float: left;
}
#head #name .name_title_main {
  font-weight: bold;
  margin-top: 30px;
  font-size: 16px;
}
#head #name.namebig .name_title_main {
  margin-top: 25px;
  margin-bottom: 7px;
}
#head #name a {
  text-decoration: none;
}
#head #name a:hover {
  text-decoration: none;
}
#head .linkbarbg {
  height: 20px;
  border-radius: 0px 0px 5px Infinitypx 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px Infinitypx 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px Infinitypx 0px 5px 5px;
  box-shadow: 0px 2px 2px #000;
  -moz-box-shadow: 0px 2px 2px #000;
  -webkit-box-shadow: 0px 2px 2px #000;
}
#head .infobar {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 700px;
}
#head .infobar #infobarbg {
  margin-left: 5px;
  float: right;
}
#logo,
#logo_right {
  margin-top: 10px;
  height: 80px;
  width: 100px;
  float: left;
}
#logo img,
#logo_right img {
  border: none !important;
}
.linkbar {
  height: 20px;
  float: right;
}
.head-link-item {
  margin-left: 13px;
  margin-right: 10px;
  float: left;
}
.head-link-item a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 9px;
  margin-left: 0px;
  margin-right: 5px;
}
.head-link-item-short {
  margin-left: 5px;
  margin-right: 5px;
}
#menu {
  position: relative;
  width: 100%;
  height: 40px;
}
#menu.top {
  position: fixed;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  z-index: 100000;
}
.head_space {
  width: 100%;
  height: 40px;
}
.grange {
  width: 100%;
  height: 40px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
#shine {
  width: 100%;
  height: 20px;
  background: #fff;
  opacity: 0.15;
  top: 0;
  left: 0;
  position: absolute;
  filter: alpha(opacity=15);
  -ms-filter: "alpha(opacity=15)";
}
.homeouter {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.home {
  height: 100%;
  width: 1080px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
}
.home a {
  color: #fff;
  text-decoration: none;
}
.home a:hover {
  color: #DC3C3C;
}
.menu-on {
  background-color: white;
}
.sidr p {
  margin: 5px 5px 0 5px;
}
.toggle_button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
}
.title_main {
  font-weight: bold;
  font-size: 15px;
  margin-top: 30px;
  text-align: left;
  float: left;
}
.sub-title {
  text-align: left;
  float: left;
}
.menu ul {
  margin: 0;
  padding: 0;
}
.menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  height: 40px;
  /*親メニューの高さ*/
  line-height: 40px;
  text-align: center;
}
.menu > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu ul li a {
  display: block;
  text-decoration: none;
}
.menu ul li ul {
  position: absolute;
  top: 40px;
  /*親メニューの高さと同じにする*/
  z-index: 100000;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  z-index: 100000;
}
.menu ul li:hover ul li,
.menu ul li a:hover ul li {
  visibility: visible;
  height: 40px;
  /*サブメニューの高さ*/
  z-index: 100000;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#footer {
  width: 100%;
  margin-top: 10px;
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1D1D1D));
  background: -moz-linear-gradient(top, #000, #1D1D1D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1D1D1D', GradientType=0);
  background: linear-gradient(to bottom, #000, #1d1d1d);
  border-top: solid 1px #333;
}
.footlinks {
  max-width: 1080px;
  margin: 0 auto;
}
.footcontents a:link {
  color: white;
}
.footcontents a:visited {
  color: white;
}
.footcontents a:hover {
  color: white;
}
.footerarea1 {
  max-width: 180px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
}
.footertext {
  height: 20px;
  margin-left: 20px;
  margin-top: 25px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
  line-height: 23px;
}
.footertext a {
  margin-right: 20px;
  color: #FFF;
}
.footborder {
  width: 160px;
  border: dotted 1px #FFF;
  float: left;
  margin-left: 20px;
  opacity: 0.4;
}
.footerteam {
  width: 700px;
  height: 20px;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
  line-height: 23px;
}
.footerteam a {
  margin-right: 20px;
  color: #FFF;
}
#copyright {
  min-width: 1280px;
  width: 100%;
  height: 30px;
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1D1D1D));
  background: -moz-linear-gradient(top, #000, #1D1D1D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1D1D1D', GradientType=0);
  background: linear-gradient(to bottom, #000, #1d1d1d);
  border-top: solid 1px #333;
}
.copyrightarea {
  text-align: center;
  margin-top: 10px;
  margin-right: 20px;
}
.copyrightfont {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  font-size: 12px;
}
body .centering {
  margin: 0 auto;
  height: 400px;
}
body #mainbanner {
  width: 100%;
  height: 400px;
}
body #resultbanner {
  width: 270px;
  height: 370px;
  background-image: url(/img/subtle_carbon2.png);
  border: solid 1px #999;
  margin-top: 15px;
  position: absolute;
}
body #resultbanner .m-title {
  color: #999;
  font-weight: bold;
  font-size: 13px;
}
body #resultbanner.left {
  left: 20px;
}
body #resultbanner.right {
  right: 20px;
}
body #resulttext {
  height: 370px;
  position: relative;
  margin-top: 0px;
}
body #resultcontents {
  float: left;
}
body .game {
  height: 205px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body .game#nextgame {
  width: 268px;
  height: 140px;
  float: left;
}
body .game#nextgame.gameresult .fontsmall {
  height: 25px;
}
body .game#nextgame.gameresult .fontsmall .score {
  margin-top: -10px;
}
body .game .to-detail {
  text-align: right;
  color: white;
  margin-right: 10px;
  margin-bottom: 3px;
}
body .game .to-detail a,
body .game .to-detail a:hover,
body .game .to-detail a:visited {
  text-decoration: none;
}
body .game .gamebg {
  height: 35px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
body .game .gamebg .gamebgshine {
  height: 17px;
  background: #fff;
  opacity: 0.3;
}
body .game .gamebg .resulttitle {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: -10px;
}
body .game .gamebg .fontsmall {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #FFF;
  line-height: 18px;
  text-align: center;
  height: 60px;
}
body .game .gamebg .result_score {
  font-size: 46px;
  color: #fff;
}
body .game .fontbig {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  color: #FFF;
  margin-top: 0px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  float: left;
  width: 100px;
  height: 100px;
}
body .game .fontmid {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  color: #FFF;
  margin-left: 0px;
  margin-top: 8px;
  font-weight: bold;
  text-align: center;
  height: 30px;
}
body .game .fontsmall {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #FFF;
  line-height: 18px;
  text-align: center;
  height: 45px;
}
body .game .fontbig-noscore {
  width: 270px;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 28px;
  color: white;
  overflow: scroll;
  line-height: 1.2em;
  text-align: left;
}
body .game .fontbig-noscore .result-rich-body {
  font-size: 14px;
  line-height: 1.2em;
  height: 48px;
  overflow: hidden;
}
body .game .fontbig-noscore .result-link {
  font-size: 14px;
  text-align: right;
  display: block;
}
body .game .fontbig-noscore p {
  margin: 0;
}
body .game .fontsmall-noscore {
  width: 240px;
  padding: 0 15px;
  font-size: 20px;
}
body .game .score {
  cursor: pointer;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
}
body .game .score:after {
  content: "";
  clear: both ;
  display: block ;
  height: 0 ;
}
body .game .score .img-bar {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 68px;
  float: left;
}
body .game .score .fontbig .result_score {
  font-size: 44px;
}
body .game .score:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
body .main-content {
  width: 750px;
  float: left;
}
body .main-content .pagephoto {
  width: 720px;
  height: 350px;
}
body .main-content #contents #contact .reqired {
  float: left;
}
body .side-content {
  width: 330px;
  float: left;
}
body .side-content .row .col-md-12 {
  margin-bottom: 26px;
}
body .side-content .googlead {
  margin-top: 20px;
}
body .side-content .sashiire {
  margin-top: 20px;
}
body .side-content .banner {
  width: 300px;
  height: 104px;
  margin: 0 auto;
  margin-bottom: 10px;
}
body .side-content .big-banner {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  margin-bottom: 10px;
}
body .side-content .categorytitle {
  color: white;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 25px;
  padding-top: 15px;
  text-align: left;
}
body .side-content .categorytitlebg {
  position: relative;
  height: 50px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  /* webkit系 */
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000000));
  /* Mozilla系 */
  background: -moz-linear-gradient(top, #666, #000000);
  /* InternetExplorer */
  margin-bottom: 0px;
  margin-top: 10px;
}
body .side-content .sideaccent1 {
  width: 5px;
  height: 90%;
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}
body .side-content .sideaccent2 {
  width: 5px;
  height: 60%;
  margin-top: 22px;
  background: #000;
  opacity: 0.2;
}
body .side-content .sideaccent2-long {
  margin-top: 32px;
}
body .side-content .photoglbanner {
  height: 40px;
  margin-top: 10px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  /* webkit系 */
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  /* Mozilla系 */
  background: -moz-linear-gradient(top, #666, #000);
  background: linear-gradient(to bottom, #666666, #000000);
  /* IE10+, W3C */
}
body .side-content .photoglaccent1 {
  width: 5px;
  height: 36px;
  float: left;
  background: #A00A0A;
  margin-left: 10px;
  margin-top: 2px;
}
body .side-content .photoglaccent2 {
  width: 5px;
  height: 18px;
  background: #000;
  margin-top: 18px;
  opacity: 0.2;
}
body .side-content .photogltitle {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #FFF;
  float: left;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 10px;
}
body .side-content.full {
  width: 100% !important;
  float: none;
}
body .side-content.full .col-md-12 {
  width: 33.3% !important;
}
body h3 {
  width: 100%;
  border-bottom: 1px solid #aaa;
}
body ._album .photo {
  float: left;
  width: 30%;
  height: 197px;
  margin: 0 1.6%;
  margin-top: 10px;
}
body ._album .photo .caption {
  width: 100%;
  height: 20px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body ._album .galleryarea {
  margin-top: 10px;
}
body ._album .galleryphoto {
  border: 2px solid #999;
  width: 100%;
  height: 177px;
  float: left;
}
body ._album .grade {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 2px;
}
body ._album .border {
  width: 10px;
  height: 30px;
  margin-left: 40px;
  margin-top: 0px;
  float: left;
  display: none;
}
body ._album .gradebg {
  margin-top: 30px;
  border-bottom: #FFFFFF 1px solid;
  padding-bottom: 10px;
}
body ._album .album-unit {
  position: relative;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  height: 240px;
}
body ._album .album-unit .mask {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  opacity: 0.15;
  z-index: 100;
}
body ._album .album-image {
  border: 1px solid #CCC;
  width: 90%;
  height: 157px;
  float: left;
  margin: 0 5%;
  margin-top: 10px;
  border-radius: 8px;
  z-index: 101;
}
body ._album .album-title {
  margin-top: 5px;
  text-align: center;
}
body ._album .album-bottom {
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
body ._album .album-date {
  float: left;
}
body ._album .album-photonum {
  float: right;
}
body ._album .tab,
body ._album .tab li,
body ._album .tab li a {
  float: left;
  padding: 3px;
  margin-right: 2px;
  color: black !important;
}
body ._album .tab {
  margin-top: 10px;
}
body ._album .tab li {
  width: 90px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  background-color: #eee;
}
body ._album .tab li a {
  width: 100%;
}
body ._album .content {
  clear: both;
  overflow: hidden;
  width: 100%;
  border: 1px solid #eee;
}
body ._album .area {
  display: none;
}
body ._album .tab li.active {
  background: #ddd;
}
body ._album .tab li.active a {
  color: red;
}
body ._album ul,
body ._album li {
  list-style: none;
}
body .pagenation ul {
  width: 300px;
  margin: 0 auto;
}
body .pagenation ul:after {
  content: "";
  clear: both ;
  display: block ;
  height: 0 ;
}
body .pagenation ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  text-align: center;
}
body .related-contents {
  background-color: #FFF;
  margin: 20px 0 0;
  padding: 20px;
}
body .related-contents h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 5px 0;
  border-bottom: solid 1px #CCC;
}
body .fr-view:after {
  content: "";
  clear: both ;
  display: block ;
  height: 0 ;
}
body .fr-view table {
  background-color: transparent;
}
body .news-banner {
  margin: 10px 0;
}
body .news-banner a {
  display: block;
}
body .news-banner a:hover {
  opacity: 0.7;
}
body .news-banner .banner-name {
  color: #999;
  font-size: 12px;
}
body .news-banner .banner-title {
  color: #000;
}
body .news-banner .banner-image {
  height: 90px;
}
.slide-wrapper {
  width: 100%;
  height: 400px;
  margin: 1px auto 0;
  padding-top: 9px;
  background-color: #01173d;
  overflow: hidden;
}
/* line 9, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.slide-wrapper li {
  width: 303px;
  height: 382px;
}
/* line 13, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.slide-wrapper .bx-wrapper {
  margin: auto;
}
/* line 16, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.slide-wrapper .bx-viewport {
  overflow: visible !important;
  width: 2181px !important;
}
/* line 20, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
#tab {
  width: 1097px;
  margin: 20px auto 0;
  *zoom: 1;
}
/* line 38, /Users/amagawawaw/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
#tab:after {
  content: "";
  display: table;
  clear: both;
}
/* line 26, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
#tab .tab_name {
  font-size: 11px;
  float: left;
  width: 136px;
  height: 30px;
  line-height: 33px;
  color: white;
  background-color: #007ccb;
  cursor: pointer;
  text-align: center;
}
/* line 36, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
#tab .tab_name + .tab_name {
  margin-left: 1px;
}
/* line 39, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
#tab .tab_name.active {
  background-color: #01173d;
}
/* line 42, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
#tab_contents {
  overflow: hidden;
  margin: auto;
}
/* line 46, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
#tab_contents .tab_content {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 51, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
#tab_contents .tab_content.active {
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 56, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games {
  overflow: hidden;
  height: 170px;
  width: 1097px;
  padding: 10px 0;
  margin-bottom: 30px;
  background-color: #01173d;
}
/* line 64, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .team {
  width: 1097px;
}
/* line 67, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .control_left,
.recent_games .control_right {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 60px;
  cursor: pointer;
}
/* line 75, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .control_left {
  left: -15px;
  background: transparent url("/assets/images/index/bx-pager-left.gif") 0 0 no-repeat;
}
/* line 79, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .control_right {
  right: -15px;
  background: transparent url("/assets/images/index/bx-pager-right.gif") 0 0 no-repeat;
}
/* line 83, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .bx-viewport {
  background-color: #01173d;
}
/* line 86, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game {
  float: left;
  width: 250px;
  height: 150px;
  margin: 0 10px;
  background-color: white;
}
/* line 92, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game .date {
  position: relative;
  height: 30px;
  margin-bottom: 10px;
  padding-top: 1px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px #01173d solid;
}
/* line 101, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game .match {
  display: table-cell;
  height: 53px;
  width: 250px;
  vertical-align: middle;
  text-align: center;
}
/* line 108, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game .teamname {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: bottom;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 60px;
  margin: 0 5px;
  font-size: 10px;
  line-height: 18px;
}
/* line 120, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game .score {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 40px;
  line-height: 40px;
}
/* line 130, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game .score .winner {
  color: #ee404f;
}
/* line 133, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game .score .center {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
  font-size: 20px;
  vertical-align: bottom;
}
/* line 144, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game .match_name {
  text-align: center;
}
/* line 147, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game .match_place {
  font-size: 12px;
  text-align: center;
}
/* line 151, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game.schedule .teamname {
  width: 78px;
  font-size: 12px;
}
/* line 155, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game.schedule .center {
  font-size: 28px;
}
/* line 158, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game.new_result .date {
  border-left: 5px solid #ee404f;
}
/* line 161, /Users/amagawawaw/dev/toin-sports/source/assets/stylesheets/pages/_index.sass */
.recent_games .game.new_result .date span {
  left: 10px;
  color: #ee404f;
  font-size: 14px;
}
.recent_games .control_left,
.recent_games .control_right {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 60px;
  cursor: pointer;
}
.slick-next:before,
.slick-prev:before {
  color: blue !important;
}
.recent_games .control_left {
  left: -15px;
  background: transparent url("/img/slider/bx-pager-left.gif") 0 0 no-repeat;
}
.recent_games .control_right {
  right: -15px;
  background: transparent url("/img/slider/bx-pager-right.gif") 0 0 no-repeat;
}
#tab_topgame .recent_games {
  color: black !important;
}
.tab_button button.tab_btn {
  width: 90px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 75%, #7a797a);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.75, #ebebeb), to(#7a797a));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
  display: block !important;
  padding: 5px !important;
  border: 1px solid black !important;
  background: none !important;
  border-radius: 0 !important;
  height: 48px;
  float: left;
  margin: 1px;
}
