@charset "UTF-8";
.icon-sprite, .icon-icon_ball, .icon-icon_bat, .icon-icon_note, .icon-icon_person, .icon-icon_ranking {
  background-image: url('../images/icon-s3559bdc6bc.png');
  background-repeat: no-repeat;
}

.icon_ball_inline .icon_ball {
    display:inline-block;
}

.icon-icon_ball {
  background-position: 0 0;
  height: 23px;
  width: 23px;
}

.icon-icon_bat {
  background-position: 0 -33px;
  height: 26px;
  width: 26px;
}

.icon-icon_note {
  background-position: 0 -69px;
  height: 26px;
  width: 26px;
}

.icon-icon_person {
  background-position: 0 -105px;
  height: 26px;
  width: 26px;
}

.icon-icon_ranking {
  background-position: 0 -141px;
  height: 26px;
  width: 26px;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  margin-bottom: 5em;
}

footer {
  bottom: 0;
  height: 5em;
  position: absolute;
  text-align: right;
  background: #000;
  padding: 5px;
  margin-top: 50px;
  width: 100%;
}

.body {
  /*font-family: Meiryo;*/
  font-family: 'Noto Sans Japanese', serif;
}

.header-ribbon {
  padding-left: 15px;
  position: fixed;
  padding: 20px 30px 10px 28px;
}

.top {
  width: 100%;
  max-width: 1600px;
  z-index: -10;
  position: fixed;
  height: 65px;
  top: 0;
  background-color: #ffffff;
  padding-left: 15px;
  font-family: Lato, sans-serif !important;
  padding: 20px 30px 10px 28px;
}

.top img {
  float: left;
  vertical-align: bottom;
}

.top div {
  float: right;
  padding-top: 14px;
  letter-spacing: 4px;
}

.topScroll {
  background-color: transparent;
  display: none;
}

.topnavContainer {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: #5f5f5f;
  opacity: 0.98;
  height: 40px;
}

.topnavContainerScroll {
  position: fixed;
  top: 0;
}

.topnavContainerOperaMini {
  top: 0;
}

.topnav a {
  padding: 12px 18px;
  color: #f5f5f5;
}

.topnav a:hover, .topnav a:active, .topnav a:focus {
  background-color: #000000 !important;
  text-decoration: none;
  color: #ffffff !important;
}

@media screen and (max-width: 580px) {
  .top {
    text-align: center;
    height: 65px;
  }

  #toptext {
    display: none;
  }

  .top div {
    display: none;
  }

  .master {
    margin-top: 65px;
  }
}
.nav-pills {
  padding: 10px;
}
.nav-pills li a {
  border-radius: 0;
}

.nav .open a:focus {
  background-color: #000000;
}

p.ball-stack {
  line-height: 0.7;
}

table.stat-table {
  font-size: 12px;
}

td.td-selected {
  font-weight: bold;
}

.header {
  height: 40px;
  background-color: #cccccc;
  font-weight: bold;
}

.menu {
  height: 40px;
  background-color: #eeeeee;
}

.menu-item {
  float: left;
  display: inline;
  padding: 6px;
}

.stadium-view {
  vertical-align: bottom;
  text-align: center;
  font-size: 5px;
  border-left: 1px dotted;
  border-right: 1px dotted;
  line-height: 0.9;
}

.pitch-zone-grid {
  height: 28px;
  width: 28px;
  font-size: 5px;
  text-align: center;
}

.pitch-zone-grid-9grid {
  height: 60px;
  width: 20%;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  color: black !important;
}

.pitch-zone-grid-tiny {
  height: 35px;
  width: 25px;
  font-size: 2px;
  text-align: center;
}

.entire-pitch-zone {
  border: medium solid;
  padding: px;
}

.pitch-zone-table {
  border-spacing: 1px 1px;
}

.top-strike-zone {
  border-top: 3px solid #333333 !important;
}

.bottom-strike-zone {
  border-bottom: 3px solid #333333 !important;
}

.left-strike-zone {
  border-left: 3px solid #333333 !important;
}

.right-strike-zone {
  border-right: 3px solid #333333 !important;
}

.gradient-0 {
  background-color: #789BF7;
}

.gradient-1 {
  background-color: #789BF7;
}

.gradient-2 {
  background-color: #789BF7;
}

.gradient-3 {
  background-color: #789BF7;
}

.gradient-4 {
  background-color: #CDDAEE;
}

.gradient-5 {
  background-color: #CDDAEE;
}

.gradient-6 {
  background-color: #CDDAEE;
}

.gradient-7 {
  background-color: #CDDAEE;
}

.gradient-8 {
  background-color: #ffffff;
}

.gradient-9 {
  background-color: #ffffff;
}

.gradient-10 {
  background-color: #ffffff;
}

.gradient-11 {
  background-color: #ffffff;
}

.gradient-12 {
  background-color: #F2CCB8;
}

.gradient-13 {
  background-color: #F2CCB8;
}

.gradient-14 {
  background-color: #F2CCB8;
}

.gradient-15 {
  background-color: #F2CCB8;
}

.gradient-16 {
  background-color: #F08B6C;
}

.gradient-17 {
  background-color: #F08B6C;
}

.gradient-18 {
  background-color: #F08B6C;
}

.gradient-19 {
  background-color: #F08B6C;
}

.gradient-20 {
  background-color: #F08B6C;
}

.gradient-none {
  background-color: #D3D3D3;
}

.form-signin {
  max-width: 440px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin label {
  float: left;
  text-align: right;
  padding-right: 20px;
  width: 150px;
  padding-top: 12px;
  color: #bebebe;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
  float: right;
  width: 250px;
  background-color: #3c3a3c;
  border: 1px solid #3c3a3c;
  color: #fff;
}

.form-signin .login_button {
  width: 200px !important;
  margin: 30px auto 0;
  background: #b74545;
  border: 1px solid #b74545;
  font-weight: bold;
  border-radius: 4px;
  height: 50px;
}
.form-signin .login_button:hover {
  background: #EB7979;
  border: 1px solid #EB7979;
  color: #fff;
  transition: all  0.5s ease;
}

.login-title {
  margin: 100px 0 30px;
}

@media only screen and (min-width: 1200px) {
  .login_bg_img {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .login_bg {
    background: none;
  }
}
@media only screen and (max-width: 2000px) {
  .login_bg {
    background-image: url(/static/images/login_bg.png);
    background-size: cover;
    height: 100%;
  }
}

.account-wall {
  margin-top: 20px;
  padding: 40px 0px 20px 0px;
  background-color: rgba(255, 255, 255, 0.1);
  /*
      background-color: #f7f7f7;
      -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  */
}

.alert-info {
  background-color: rgba(217, 237, 247, 0.6) !important;
}

.alert-danger {
  background-color: rgba(235, 204, 209, 0.6) !important;
}

.player-panel {
  border: 1px solid #e1e8ed;
  background: #e1e8ed;
  border-radius: 6px;
  background-size: 100%;
  border-bottom: 1px solid #e1e8ed;
  height: 40px;
  border-radius: 4px 4px 0 0;
  background-position: 0 50%;
  width: 100%;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: 5px;
}

.player-panel-bar {
  height: 4px;
  width: 100%;
}

.player-nav ul {
  list-style: none;
  background-color: #444;
  padding: 2;
  margin: 0;
}

.player-nav li {
  line-height: 32px;
  height: 32px;
  border-bottom: 1px solid #888;
  display: inline-block;
  margin-left: 8px;
}

.player-nav ul li ul {
  list-style: none;
  background-color: #444;
  padding: 2;
  margin: 0;
}

.player-nav ul li ul li a {
  color: #fff;
}

.player-nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}

.player-nav a:hover {
  background-color: #aaa;
}

.player-nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}

.team-panel {
  border: 1px solid #b3cccc;
  background: #b3cccc;
  border-radius: 6px;
  background-size: 100%;
  border-bottom: 1px solid #b3cccc;
  height: 40px;
  border-radius: 4px 4px 0 0;
  background-position: 0 50%;
  width: 100%;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: 5px;
}

.team-7911 {
  background-color: #FF8000;
}

.team-7912 {
  background-color: #00FF00;
}

.team-7913 {
  background-color: #0101DF;
}

.team-7914 {
  background-color: #2E2EFE;
}

.team-7915 {
  background-color: #FFFF00;
}

.team-7916 {
  background-color: #FF0000;
}

.team-7917 {
  background-color: #A4A4A4;
}

.team-7918 {
  background-color: #DF0101;
}

.team-7919 {
  background-color: #0080FF;
}

.team-7920 {
  background-color: #D8D8D8;
}

.team-7921 {
  background-color: #0101DF;
}

.team-7922 {
  background-color: #F7FE2E;
}

.DashboardProfileCard {
  border: 1px solid #e1e8ed;
  background: #FFF;
  border-radius: 6px;
}

.DashboardProfileCard--withoutStats {
  padding-bottom: 10px;
}

.DashboardProfileCard-bg {
  background-size: 100%;
  border-bottom: 1px solid #e1e8ed;
  height: 95px;
  border-radius: 4px 4px 0 0;
  background-position: 0 50%;
  width: 100%;
  padding: 0 1px;
  margin-left: -1px;
  margin-top: -1px;
}

.DashboardProfileCard-avatarContainer {
  width: 72px;
}

.DashboardProfileCard-avatarContainer .dropdown.center {
  float: none;
  right: auto;
}

.DashboardProfileCard-avatarContainer .dropdown.center .dropdown-menu {
  position: absolute;
  right: -100%;
}

.DashboardProfileCard-avatarImage .Icon {
  margin: 15px 0 0 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
}

.DashboardProfileCard-avatarContainer .dropdown-menu {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  min-width: 220px;
  padding: 7px 0 6px 0;
}

.DashboardProfileCard-avatarContainer .dropdown-link {
  font-size: 14px;
  line-height: 26px;
  color: #8799a5;
}

.DashboardProfileCard-avatarContainer .dropdown-divider {
  border-bottom-color: #e1e8ed;
  margin-bottom: 5px;
}

.DashboardProfileCard-avatarLink {
  background-color: #fff;
  border-radius: 6px;
  margin: -30px 0 0 8px;
  padding: 1px;
  vertical-align: bottom;
}

.DashboardProfileCard-avatarImage {
  border-radius: 7px;
  height: 72px;
  width: 72px;
  border: 2px solid #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.DashboardProfileCard-userFields {
  position: absolute;
  top: 103px;
  left: 90px;
  width: 185px;
}

.DashboardProfileCard-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}

.DashboardProfileCard-screennameLink {
  font-size: 12px;
  padding-right: 5px;
  color: #66757f;
}

.DashboardProfileCard-stats {
  margin-left: 11px;
  padding: 10px 0;
}

.DashboardProfileCard-stat {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  transition: all .15s ease-in-out;
  overflow: hidden;
}

.DashboardProfileCard-stat:lang(ar),
.DashboardProfileCard-stat:lang(fa),
.DashboardProfileCard-stat:lang(ur) {
  line-height: 1.4;
}

.DashboardProfileCard .DashboardProfileCard-stat {
  vertical-align: bottom;
}

.DashboardProfileCard-statLabel {
  color: #8c9ca9;
  font-size: 10px;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: color .15s ease-in-out;
  overflow: hidden;
}

.DashboardProfileCard-statValue {
  display: block;
  font-size: 18px;
  padding-top: 3px;
  font-weight: 500;
  transition: color 0.15s ease-in-out;
}

.comment {
  padding-top: 10px;
}

.comment .panel-body {
  padding: 0;
}

.comment .list-group {
  padding-top: 0;
  margin-bottom: 0;
}

.comment .panel-title {
  display: inline;
}

.comment .label-info {
  float: right;
}

.comment li.list-group-item {
  overflow: hidden;
  padding: 20px;
  border: 0;
}

.comment li.list-group-item:hover {
  background-color: rgba(86, 61, 124, 0.1);
}

.comment .mic-info {
  color: #666666;
  font-size: 11px;
}

.comment .action {
  margin: 10px;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.image-bg-fluid-height {
  padding: 100px 0;
}

.image-bg-fixed-height {
  height: 450px;
}

.img-center {
  margin: 0 0;
  z-index: -1;
  position: absolute;
}

.panel-landing-page {
  opacity: 0.9;
}

.table-landing-page {
  opacity: 0.9;
}

.heatmap-panel {
  margin-bottom: 20px;
}

.heatmap-panel td{
  color : white;
}

.heatmap-panel-header {
  width: 100%;
  background-color: #2D4053;
  text-align: center;
  font-weight: bold;
  table-layout: fixed;
  padding: 5px;
}

.heatmap-panel-header td{
  background-color: #2D4053;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.heatmap-panel table{
  text-align: center;
  width: 100%;
}

.heatmap-panel table tr:nth-child(-n+5){
  background-color: #616E7A;
}

.heatmap-panel table tr:nth-child(6){
  background-color: white !important;
}

.heatmap-panel-info-table td {
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  background-color: #3A4652;
}

.heatmap-panel-info-table {
  table-layout: fixed;
  width: 100%;
}

.heatmap-panel-info-table td:nth-child(2) {
  width: 0%;
}

.heatmap-panel-info-table td:nth-child(4) {
  width: 0%;
}

.heatmap-panel-info-table tr:nth-child(odd) td{
  background-color: #3A4652;
}

.heatmap-panel-info-table tr:nth-child(even) td{
  background-color: #47525D;
}

.table-player-list {
  margin: 5px 0 20px;
  text-align: center;
}
.table-player-list thead td.td_number {
  width: 15%;
}
.table-player-list thead td.td_player_name {
  width: 35%;
  text-align: center;
}
.table-player-list thead td.td_sock {
  width: 25%;
}
.table-player-list thead td.td_birth {
  width: 25%;
}
.table-player-list td.td_player_name {
  text-align: left;
}

.td_player_name
{
  width: 35%;
}

.td_text_left {
  text-align: left !important;
}


.tr_link {
  cursor: pointer !important;
}
.tr_link:hover {
  transition: all  0.5s ease !important;
  background-color: #999 !important;
}

.table-player-list-position-header {
  background-color: #2C333A;
  padding: 7px 13px;
  font-size: 16px;
  font-weight: normal;
}

.table-player-list-header {
  background-color: #2D4053;
}

.team-nav {
  -webkit-column-gap: 1px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 1px;
  /* Firefox */
  column-gap: 1px;
}

.team-nav-box {
  position: relative;
  display: block;
  text-align: left;
  padding: 13px 3px;
  color: #b4b4b4;
  background: #383838;
  margin-bottom: 10px;
  font-size: 16px;
}
.team-nav-box .team_icon_text {
  position: absolute;
  background: #4E4E4E;
  font-size: 30px;
  color: #A5A5A5;
  margin-right: 5px;
  top: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 1px;
  font-family: 'Rokkitt', serif;
}
.team-nav-box:hover {
  background: #666;
  transition: all  0.5s ease;
}
.team-nav-box:hover .non_selected_7911, .team-nav-box:hover .non_selected_7912, .team-nav-box:hover .non_selected_7913, .team-nav-box:hover .non_selected_7914, .team-nav-box:hover .non_selected_7915, .team-nav-box:hover .non_selected_7916, .team-nav-box:hover .non_selected_7917, .team-nav-box:hover .non_selected_7918, .team-nav-box:hover .non_selected_7919, .team-nav-box:hover .non_selected_7920, .team-nav-box:hover .non_selected_7921, .team-nav-box:hover .non_selected_7922 {
  transition: all  0.5s ease;
}
.team-nav-box:hover .non_selected_7911 {
  background: #F27900;
  color: #000;
}
.team-nav-box:hover .non_selected_7912 {
  background: #2980B9;
  color: #fff;
}
.team-nav-box:hover .non_selected_7913 {
  background: #3498DB;
  color: #fff;
}
.team-nav-box:hover .non_selected_7914 {
  background: #1A2888;
  color: #fff;
}
.team-nav-box:hover .non_selected_7915 {
  background: #F1C40F;
  color: #000;
}
.team-nav-box:hover .non_selected_7916 {
  background: #E74C3C;
  color: #fff;
}
.team-nav-box:hover .non_selected_7917 {
  background: #B89115;
  color: #000;
}
.team-nav-box:hover .non_selected_7918 {
  background: #931432;
  color: #fff;
}
.team-nav-box:hover .non_selected_7919 {
  background: #01183F;
  color: #fff;
}
.team-nav-box:hover .non_selected_7920 {
  background: #000;
  color: #fff;
}
.team-nav-box:hover .non_selected_7921 {
  background: #000;
  color: #CCBF8B;
}
.team-nav-box:hover .non_selected_7922 {
  background: #EFC138;
  color: #000;
}
.team-nav-box span {
  padding-left: 45px;
  font-size: 14px;
}

.team-nav-box-selected {
  color: #fff;
}

.team_icon_text.team-color-7911 {
  background: #F27900;
  color: #000;
}
.team_icon_text.team-color-7912 {
  background: #2980B9;
  color: #fff;
}
.team_icon_text.team-color-7913 {
  background: #3498DB;
  color: #fff;
}
.team_icon_text.team-color-7914 {
  background: #1A2888;
  color: #fff;
}
.team_icon_text.team-color-7915 {
  background: #F1C40F;
  color: #000;
}
.team_icon_text.team-color-7916 {
  background: #E74C3C;
  color: #fff;
}
.team_icon_text.team-color-7917 {
  background: #B89115;
  color: #000;
}
.team_icon_text.team-color-7918 {
  background: #931432;
  color: #fff;
}
.team_icon_text.team-color-7919 {
  background: #01183F;
  color: #fff;
}
.team_icon_text.team-color-7920 {
  background: #000;
  color: #fff;
}
.team_icon_text.team-color-7921 {
  background: #000;
  color: #CCBF8B;
}
.team_icon_text.team-color-7922 {
  background: #EFC138;
  color: #000;
}
.team_icon_text span {
  color: #000;
}

.team-nav .col-lg-1, .team-nav .col-md-2, .team-nav .col-sm-3, .team-nav .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.team_common_menu li {
  list-style-type: none;
  cursor: pointer;
  background-color: #47525D;
}
.team_common_menu li a {
  display: block;
  background-color: #47525D;
  padding: 13px;
  border-bottom: 1px solid #35404B;
}
.team_common_menu li a.sub {
  padding-left: 28px;
  background-color: #3A4652;
}
.team_common_menu li a.on {
  background-color: #B74545;
  color: #fff;
  border-bottom: 1px solid #B74545;
}
.team_common_menu li a:hover {
  background-color: #bbb;
  color: #333;
  border-bottom: 1px solid #bbb;
  text-decoration: none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background-color: rgba(102, 102, 102, 0.7);
  text-decoration: none;
  color: #fff;
  width: 64px;
  padding: 24px 0;
  text-align: center;
  display: block;
  border-radius: 50px;
}

#page-top a:hover {
  text-decoration: none;
  background-color: rgba(153, 153, 153, 0.7);
}

.menu_padding {
  padding-right: 20px !important;
}
@media only screen and (max-width: 768px) {
  .menu_padding {
    padding-right: 0px !important;
  }
}

.form_box, .placeholder_box {
  background-color: #3A4652;
  padding: 10px;
  margin: 10px 0;
}

.team-nav_title {
  background-color: #2c333a;
  font-size: 22px;
  padding: 10px;
  margin: 0 0 15px;
}

.index_update {
  font-size: 14px;
  list-style-type: none;
}
.index_update li {
  padding: 10px;
}
.index_update li:nth-child(odd) {
  background-color: #47525D;
}
.index_update li:nth-child(even) {
  background-color: #3A4652;
}

.sideMenuContent_padding {
  padding: 10px;
}

.heatmap_index {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.heatmap_index td {
  vertical-align: middle;
  height: 40px;
}
.heatmap_index .average_low {
  background: #789BF7;
}
.heatmap_index .average_high {
  background: #F08B6C;
}
.heatmap_index .arrow_left, .heatmap_index .arrow_right {
  width: 1%;
}
.heatmap_index .arrow_left div {
  height: 0px;
  width: 0px;
  border-top: 20px solid transparent;
  border-left: 0px solid transparent;
  border-right: #789BF7 10px solid;
  border-bottom: 20px solid transparent;
}
.heatmap_index .arrow_right div {
  height: 0px;
  width: 0px;
  border-top: 20px solid transparent;
  border-right: 0px solid transparent;
  border-left: #F08B6C 10px solid;
  border-bottom: 20px solid transparent;
}

.inning_info {
  background: #2c333a;
  color: #fff;
  margin: 10px 0;
}
.inning_info .inning_info_inning {
  background-color: #47525d;
  text-align: center;
  padding: 10px;
}
.inning_info .inning_info_out_runner {
  padding: 10px;
}

.icon_ball_none {
  width: 23px;
  height: 23px;
}

.icon_ball {
  background-image: url(/static/images/icon_ball.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

.stadium_homerun_box {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.stadium_homerun_area {
  display: inline-block;
}
.stadium_homerun_area .icon_ball {
  margin-bottom: 2px;
}
.stadium_homerun_area li {
  vertical-align: bottom;
  list-style-type: none;
  text-align: center;
  padding-left: 2.3px;
  padding-right: 2.3px;
}
.stadium_homerun_area li.stadium_position_D {
  margin-bottom: 35px;
}
.stadium_homerun_area li.stadium_position_E {
  margin-bottom: 53px;
}
.stadium_homerun_area li.stadium_position_F {
  margin-bottom: 70px;
}
.stadium_homerun_area li.stadium_position_G {
  margin-bottom: 81px;
}
.stadium_homerun_area li.stadium_position_H {
  margin-bottom: 91px;
}
.stadium_homerun_area li.stadium_position_I {
  margin-bottom: 98px;
}
.stadium_homerun_area li.stadium_position_J {
  margin-bottom: 102px;
}
.stadium_homerun_area li.stadium_position_K {
  margin-bottom: 105px;
}
.stadium_homerun_area li.stadium_position_L {
  margin-bottom: 107px;
}
.stadium_homerun_area li.stadium_position_M {
  margin-bottom: 108px;
}
.stadium_homerun_area li.stadium_position_N {
  margin-bottom: 107px;
}
.stadium_homerun_area li.stadium_position_O {
  margin-bottom: 105px;
}
.stadium_homerun_area li.stadium_position_P {
  margin-bottom: 102px;
}
.stadium_homerun_area li.stadium_position_Q {
  margin-bottom: 100px;
}
.stadium_homerun_area li.stadium_position_R {
  margin-bottom: 95px;
}
.stadium_homerun_area li.stadium_position_S {
  margin-bottom: 87px;
}
.stadium_homerun_area li.stadium_position_T {
  margin-bottom: 80px;
}
.stadium_homerun_area li.stadium_position_U {
  margin-bottom: 68px;
}
.stadium_homerun_area li.stadium_position_V {
  margin-bottom: 54px;
}
.stadium_homerun_area li.stadium_position_W {
  margin-bottom: 34px;
}
.stadium_homerun_area li.stadium_position_none {
  width: 25px;
}

.stadium_image_bg {
  background-image: url(/static/images/stadium_image.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 384px;
  margin-top: -106px;
  background-size: 670px 384px;
}

.grid_small_area .col-xs-6, .grid_small_area .col-sm-3, .grid_small_area .col-md-2, .grid_small_area .col-lg-2 {
  padding-right: 0px;
}

/*共通で使う系（の予定）*/
.common_title {
  background-color: #2D4053;
}
.common_title a {
  color: #DE8383;
}
.common_title span.icon-sprite, .common_title span.icon-icon_ball, .common_title span.icon-icon_bat, .common_title span.icon-icon_note, .common_title span.icon-icon_person, .common_title span.icon-icon_ranking {
  padding-left: 30px;
}

h2.common_title, h3.common_title, h4.common_title, h5.common_title {
  font-size: 16px;
  padding: 13px;
}

h2.common_title {
  margin-bottom: 15px;
}

h4.common_title {
  padding-left: 13px;
}

.commonBox_bg {
  background-color: #3a4652;
  padding: 10px;
}

.sub_title {
  background-color: #47525D;
  font-size: 16px;
  padding: 13px;
}
.sub_title a {
  color: #DE8383;
}

.sub_title2 {
  background-color: #2c333a;
  font-size: 16px;
  padding: 13px;
}

.font_small {
  font-size: 90%;
}

.font_xsmall {
  font-size: 80%;
}

.font_xxsmall {
  font-size: 70%;
}

.margin_bottom_common {
  margin-bottom: 15px;
}

.margin_bottom_5 {
  margin-bottom: 5px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_15 {
  margin-bottom: 15px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.margin_bottom_common {
  margin-bottom: 15px;
}

.margin_top_5 {
  margin-top: 5px;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_top_15 {
  margin-top: 15px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_top_50 {
  margin-top: 50px;
}

.margin_top_common {
  margin-top: 15px;
}

table.table-headerfixed {
  /*    width: 100%;*/
}

table.table-headerfixed thead,
table.table-headerfixed tbody,
table.table-headerfixed tr,
table.table-headerfixed td,
table.table-headerfixed th {
  display: block;
}

table.table-headerfixed tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

table.table-headerfixed tbody {
  height: 190px;
  overflow-y: scroll;
}

table.table-headerfixed thead {
  /* fallback */
  width: 97%;
  /* minus scroll bar width */
  width: calc(100% - 17px);
}

table.table-headerfixed tbody td,
table.table-headerfixed thead th {
  float: left;
  height: 38px;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs li {
  background-color: #383838;
  margin-right: 10px;
}

.nav-tabs > li > a {
  border: 0px solid transparent;
  border-radius: 0;
  color: #b4b4b4;
}

.nav-tabs > li > a:hover {
  border-color: none;
  background-color: #3a4652;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #3a4652;
  border: none;
  cursor: default;
}

.team_check {
  background-color: #B74545;
  width: 110px;
  padding: 10px 3px 10px 4px;
  text-align: left;
  margin-right: 10px;
  border-radius: 4px;
}

.select_team_list {
  float: left;
}

.select_team_list input[type=radio],
.select_team_list input[type=checkbox],
.select_team_list_noblock input[type=radio],
.select_team_list_noblock input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

.select_team_list input[type=radio] + label,
.select_team_list input[type=checkbox] + label,
.select_team_list_noblock input[type=radio] + label,
.select_team_list_noblock input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.select_team_list input[type=radio] + label,
.select_team_list input[type=checkbox] + label {
  margin-right: 10px;
}

.select_team_list input[type=radio] + label,
.select_team_list input[type=checkbox] + label {
  background: #383838;
  color: #b4b4b4;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.select_team_list input[type=checkbox]:checked + label {
  background: #B74545;
  color: #fff;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

@media (min-width: 1px) {
  .select_team_list input[type=radio],
  .select_team_list input[type=checkbox],
  .select_team_list_noblock input[type=radio],
  .select_team_list_noblock input[type=checkbox] {
    display: none;
    margin: 0;
  }

  .select_team_list input[type=radio] + label,
  .select_team_list input[type=checkbox] + label {
    padding: 10px 10px 10px 35px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .select_team_list_noblock input[type=radio] + label,
  .select_team_list_noblock input[type=checkbox] + label {
    padding: 15px 0px 0px 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .select_team_list input[type=radio] + label::before,
  .select_team_list input[type=checkbox] + label::before,
  .select_team_list_noblock input[type=radio] + label::before,
  .select_team_list_noblock input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
  }

  .select_team_list input[type=radio] + label::before,
  .select_team_list input[type=checkbox] + label::before {
    margin-top: -9px;
    margin-left: 10px;
  }

  .select_team_list input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }

  .select_team_list input[type=checkbox] + label::before,
  .select_team_list_noblock input[type=checkbox] + label::before {
    border: 2px solid #fff;
    border-radius: 3px;
  }

  .select_team_list input[type=checkbox]:checked + label::before,
  .select_team_list_noblock input[type=checkbox]:checked + label::before {
    background: #2b98ff;
    border: 2px solid #2b98ff;
  }

  .select_team_list input[type=radio]:checked + label::after,
  .select_team_list input[type=checkbox]:checked + label::after,
  .select_team_list_noblock input[type=radio]:checked + label::after,
  .select_team_list_noblock input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .select_team_list input[type=radio]:checked + label::after {
    left: 13px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #E71063;
    border-radius: 8px;
  }

  .select_team_list input[type=checkbox]:checked + label::after,
  .select_team_list_noblock input[type=checkbox]:checked + label::after {
    width: 12px;
    height: 8px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .select_team_list input[type=checkbox]:checked + label::after {
    left: 13px;
    margin-top: -6px;
  }

  .select_team_list_noblock input[type=checkbox]:checked + label::after {
    left: 3px;
    margin-top: 3px;
  }
}
.spray_chart_area {
  margin: 10px 0 30px;
  background-color: #3a4652;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
.spray_chart_area .stadium_image {
  width: 727px;
  height: 686px;
  margin: 0 auto;
  background-image: url("/static/images/baseball_fieldv.png");
  background-size: 689px auto;
  background-position: 50% 38px;
  background-repeat: no-repeat;
  /*transform: rotate(-45deg);*/
}
.spray_chart_area .checkbox_list {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #4d5d6d;
  padding: 0px 40px 20px 20px;
}

.label_and_link label {
  float: left;
  width: 100px;
}
.label_and_link p {
  float: right;
  text-align: right;
  width: 85px;
}
.label_and_link p a {
  padding: 3px;
  text-align: center;
  margin: 6px 0 5px;
  background: #2C333A;
  border-radius: 2px;
}

.toglleMenu a {
  cursor: default;
}

.td_left {
  text-align: left !important;
}

.form-control[disabled], fieldset[disabled] .form-control {
  background: #bbb;
}

.sortable > thead > tr > th {
  background-image: url(/static/images/sort.gif);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  cursor: pointer;
}
.sortable > thead > tr > th:hover {
  transition: all  0.5s ease !important;
  border-bottom: 1px solid #47525D !important;
}
.sortable > thead > tr > th.sorttable_sorted {
  background-image: url(/static/images/sort_desc.gif);
  color: #DE8383;
}
.sortable > thead > tr > th.sorttable_sorted_reverse {
  background-image: url(/static/images/sort_asc.gif);
  color: #DE8383;
}

.fence {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #46412d;
  border-top-right-radius: 300px;
  border-top-left-radius: 300px;
}

.triangle_left {
  position: absolute;
  top: 200px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 62px;
  border-color: transparent transparent transparent #3a4652;
}

.triangle_right {
  position: absolute;
  top: 200px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 62px;
  border-color: transparent transparent #3a4652 transparent;
}

.field_image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

h2.deep-left_line-marker {
  position: absolute; 
   top: 140px; 
   left: -290px; 
   width: 100%; 
}

h2.deep-left-marker { 
   position: absolute; 
   top: 80px; 
   left: -200px; 
   width: 100%; 
}

h2.deep-left_center-marker { 
   position: absolute; 
   top: 50px; 
   left: -110px; 
   width: 100%; 
}

h2.deep-center-marker { 
   position: absolute; 
   top: 30px; 
   left: 0px; 
   width: 100%; 
}

h2.deep-right_center-marker { 
   position: absolute; 
   top: 50px; 
   left: 110px; 
   width: 100%; 
}

h2.deep-right-marker { 
   position: absolute; 
   top: 80px; 
   left: 200px; 
   width: 100%; 
}

h2.deep-right_line-marker {
  position: absolute; 
   top: 140px; 
   left: 290px; 
   width: 100%; 
}

h2.left_line-marker {
  position: absolute; 
   top: 190px; 
   left: -220px; 
   width: 100%; 
}

h2.left-marker { 
   position: absolute; 
   top: 140px; 
   left: -160px; 
   width: 100%; 
}

h2.left_center-marker { 
   position: absolute; 
   top: 110px; 
   left: -80px; 
   width: 100%; 
}

h2.center-marker { 
   position: absolute; 
   top: 90px; 
   left: 0px; 
   width: 100%; 
}

h2.right_center-marker { 
   position: absolute; 
   top: 110px; 
   left: 80px; 
   width: 100%; 
}

h2.right-marker { 
   position: absolute; 
   top: 140px; 
   left: 160px; 
   width: 100%; 
}

h2.right_line-marker {
  position: absolute; 
   top: 190px; 
   left: 220px; 
   width: 100%; 
}


h2.inf-center-marker { 
   position: absolute; 
   top: 170px; 
   left: 0px; 
   width: 100%; 
}

h2.inf-left_center-marker { 
   position: absolute; 
   top: 180px; 
   left: -50px; 
   width: 100%; 
}

h2.inf-left-marker { 
   position: absolute; 
   top: 195px; 
   left: -100px; 
   width: 100%; 
}

h2.inf-left_line-marker { 
   position: absolute; 
   top: 225px; 
   left: -140px; 
   width: 100%; 
}

h2.inf-right_center-marker { 
   position: absolute; 
   top: 180px; 
   left: 50px; 
   width: 100%; 
}

h2.inf-right-marker { 
   position: absolute; 
   top: 195px; 
   left: 100px; 
   width: 100%; 
}

h2.inf-right_line-marker { 
   position: absolute; 
   top: 225px; 
   left: 140px; 
   width: 100%; 
}

span.center-marker { 
   color: white; 
   font: bold 12px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
   border-radius: 10px;
}

span.direction-marker-0 { 
   color: white; 
   font: bold 10px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(255, 162, 122, 0.8);
   padding: 10px; 
   border-radius: 10px;
}

span.direction-marker-1 { 
   color: white; 
   font: bold 10px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(233, 150, 122, 0.8);
   padding: 10px; 
   border-radius: 10px;
}

span.direction-marker-2 { 
   color: white; 
   font: bold 11px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(250, 128, 114, 0.8);
   padding: 10px; 
   border-radius: 10px;
}

span.direction-marker-3 { 
   color: white; 
   font: bold 15px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(240, 128, 128, 0.8);
   padding: 10px; 
   border-radius: 10px;
}

span.direction-marker-4 { 
   color: white; 
   font: bold 18px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(205, 92, 92, 0.8);
   padding: 10px; 
   border-radius: 10px;
}

span.direction-marker-5 { 
   color: white; 
   font: bold 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(225, 45, 45, 0.8);
   padding: 10px; 
   border-radius: 10px;
}

.spray_chart_area_container {
  height: 600px;
  width: 600px;
  position: relative;
}

/* December Release additions*/

.detail-struck-out {
      position: relative;
  }

  .pickup-player {
      position: relative;
  }
  .pickup-player .nav-tabs {
      position: absolute;
      top:4px;
      right:2px;
  }
  .pickup-player .nav-tabs li:last-child {
      margin-right:0;
  }
  .pickup-player .nav-tabs > li.active > a {
      background-color: #aaa;
      border:1px solid #666;
      color:#333;
  }
  .pickup-player .nav > li > a {
      padding:4px 6px;
      border:1px solid #666;
      border-radius: 3px;
  }
  .pickup-player .nav > li > a:hover {
      border:1px solid #ccc;
  }

  .active {
      display: block;
  }
  .modal-content.kitei-daseki {
      background-color: #1d1d1d;
      border:1px solid #444;
  }
  .modal-content.kitei-daseki .modal-header {
      border-bottom:1px solid #333;
  }
  .modal-content.kitei-daseki .modal-footer {
      border-top:1px solid #333;
  }
  .modal-content.kitei-daseki .modal-footer span {
      cursor:pointer;
  }
  .modal-content.kitei-daseki .close {
      color:#ccc;
  }
  .modal-btn {
      font-size:12px;
      margin: 0 10px;
      background: #aaa;
      color: #333;
      border: 1px solid #ccc;
      padding: 0 10px;
      border-radius: 5px;
      cursor: pointer;
  }
  .modal-btn:hover {
      opacity: 0.8;
  }
  
  .navbar > .container .navbar-brand:hover, .navbar > .container-fluid .navbar-brand:hover {
    opacity: 0.7;
  }
  .sanshin_count span {
    font-family: 'Passion One', cursive;
    line-height: 0.8;
    letter-spacing: 3px;
  }
  .sanshin_count span.sanshin_5 {
    font-size:30px;
  }
  .sanshin_count span.sanshin_1 {
    font-size: 20px;
  }
  .sanshin_count span.sanshin_total {
    text-shadow:none;
    font-size:16px;
    padding-left: 10px;
  }
  .detail-struck-out .table-striped tr:hover {
    transition: all  0.5s ease;
  }
  .detail-struck-out .table-striped tr:hover .sanshin_count span {
    transition: all  0.5s ease;
    text-shadow: 2px 2px 0px #000;
  }
  .detail-struck-out .table-striped tr:hover .sanshin_count span.sanshin_total {
    color:#ddd;
  }
/* download page addition */
.dl-list i.fa {
    width: 30px;
  }
  .dl-list td:hover i.fa {
    color:#000;
    transition: all  0.5s ease;
    font-size:130%;
  }

/* spray_chart_free page */
#start_date_select {
  margin-left: 3px
}
#end_date_select {
  margin-left: 20px
}