﻿/*バドミントンサークル用*/
a {
  text-decoration: none;
  color: #555555;
}

  a:hover {
    text-decoration: underline;
    color: #000000;
  }

.bad_header {
  background-image: none;
  width: 100% !important;
}

  .bad_header h1 {
    text-align: left;
    margin: 0;
    padding: 2px;
    border-bottom: #eeeeee double 3px;
  }

    .bad_header h1 a {
      text-decoration: none;
      color: #333;
    }

    .bad_header h1 input {
      vertical-align: bottom;
    }

.spn_adult {
  color: #167617;
  font-size: 1.5em;
}

.spn_child {
  color: #ff6a00;
  font-size: 1.5em;
}


#badom h2 {
  height: 14px;
  padding: 5px 10px 5px 35px;
  height: 21px;
  background: url(../images/h2_back.png) no-repeat 0 0;
  font-size: 1.2em;
  color: #352609;
}

#badom th {
  background-color: #daf4f9;
  min-width: 80px;
}

.tbl_battle {
  font-family: "メイリオ",Arial,Verdana,sans-serif;
}

.lbl_battle tbody tr th {
  padding: 4px 8px;
  font-weight: normal;
  text-align: center;
  background-color: #ffffff !important;
  min-width: 10px !important;
}

.td_coat {
  font-size: 12px;
}

.lbl_battle tbody tr td {
  padding: 4px 8px;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
  #badom h2 {
    padding: 2px 10px 8px 35px;
    font-size: 1em;
    font-weight: bold;
  }
}

@media only screen and (max-width: 480px) {
  #badom h2 {
    padding: 2px 10px 8px 35px;
    font-size: 1em;
    font-weight: bold;
  }
}
