@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import "/common/css/format.css";
/* SP
--------------------------------------- */
@media only screen and (max-width: 767px) {
  /*-----------------------------
		LAYOUT
	------------------------------*/
  html {
    width: 100%;
    min-height: 100%;
  }
  body {
    width: 100%;
    min-width: 100%;
  }
  header {
    background: #9d9d9d url(/home/yoshida/img/mv_yoshida.jpg) no-repeat center center;
    background-size: cover;
    height: 260px;
  }
  header h1 {
    text-align: right;
    padding-top: 8px;
  }
  header h1 img {
    height: 26px;
    width: auto;
  }
  /*#pNav {
    background-color: #f3f3f3;
  }
  #pNav ul {
    width: 100%;
    letter-spacing: -0.5em;
    text-align: center;
    border-top: 1px solid #a0a0a0;
  }
  #pNav li {
    display: inline-block;
    width: 50%;
    height: auto;
    letter-spacing: normal;
    border-bottom: 1px solid #a0a0a0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #a0a0a0;
    padding: 10px 0;
  }
  #pNav li.link-off span {
    display: block;
    text-align: center;
    color: #9f9d9d;
  }
  #pNav li.mypage {
    width: 100%;
  }
  #pNav li.guide, #pNav li.bid {
    border-left: 1px solid #a0a0a0;
  }
  #pNav li a {
    display: block;
    color: #333;
    text-decoration: none;
  }*/
  #pNav {
    width: 100%;
    background-color: #f3f3f3;
    border-top: 1px solid #a0a0a0;
  }
  #pNav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
  }
  #pNav li {
    border-bottom: 1px solid #a0a0a0;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
  }
  #pNav li.guide, #pNav li.bid {
    border-left: 1px solid #a0a0a0;
  }
  #pNav li.home, #pNav li.guide, #pNav li.member, #pNav li.bid {
    flex: 1 1 50%;
  }
  #pNav li.mypage {
    flex: 1 1 100%;
  }
  #pNav li a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  #pNav li.link-off {
    display: block;
    color: #9f9d9d;
    background-color: #ccc;
  }
  #pNav li.link-off span {
    text-align: center;
  }
  footer {
    background: #eeeeee;
  }
  p.copy {
    color: #000;
    text-align: center;
    height: 80px;
    line-height: 80px;
  }
  section.unit {
    padding-bottom: 30px;
  }
  .inner {
    width: auto;
    margin: 0 10px;
    overflow: hidden;
  }
  section.bg-gray {
    background: #eeeeee;
  }
  p.red_attbox {
    color: #fff;
    background-color: #cc0000;
    margin: 20px 0 0 0;
    padding: 10px;
    font-weight: bold;
  }
  #introduction h2 {
    width: 80%;
    height: 0;
    padding-top: 50%;
    margin: 30px auto 20px auto;
    background: url(/home/yoshida/img/ttl_sp.gif) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
  }
  #introduction .column_l h3 {
    text-align: center;
  }
  #introduction .column_l h3 img {
    height: 30px;
    width: auto;
  }
  #introduction .column_l p.period {
    text-align: center;
    margin: 0 auto 20px auto;
  }
  #introduction .column_l p.period img {
    width: 60%;
    height: auto;
  }
  #introduction .column_l p.txt {
    line-height: 1.6;
    font-size: 14px;
    padding: 0 10px;
  }
  #introduction .column_r {
    text-align: center;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #introduction .column_r img {
    width: 90%;
    height: auto;
    margin-bottom: 5px;
  }
  #introduction .column_r p {
    text-align: center;
    margin-bottom: 20px;
  }
  div.stl {
    background: url(/home/yoshida/img/bg_stl.jpg) repeat-x center center;
    height: 70px;
    margin-bottom: 15px;
    background-size: contain;
  }
  div.stl h3 {
    text-align: center;
    height: 70px;
    line-height: 70px;
  }
  div.stl h3 img {
    vertical-align: middle;
    height: 28px;
    width: auto;
  }
  ul.indent li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .red {
    color: #C46B68;
  }
  .small_note {
    font-size: 12px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt30 {
    margin-top: 30px;
  }
  /*-----------------------------
		TOP
	------------------------------*/
  section.bg-gray .inner {
    padding: 15px;
    background: #FFF;
  }
  #overview h5 {
    font-weight: bold;
    font-size: 16px;
  }
  #overview p {
    font-size: 13px;
  }
  #overview p + h5 {
    padding-top: 20px;
  }
  #itemlist p {
    font-size: 14px;
  }
  #itemlist ul.indent li {
    font-size: 13px;
  }
  #itemlist .list_wrap {
    padding-top: 20px;
  }
  #itemlist .list_wrap h4 {
    background: #76817f;
    color: #FFF;
    line-height: 1;
    padding: 8px 0;
    font-size: 15px;
    text-align: center;
    margin: 20px 0 10px;
  }
  #itemlist .list_wrap h4 + p {
    text-align: center;
    font-size: 15px;
  }
  #itemlist .list_wrap.coach div {}
  #itemlist .list_wrap.player ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #itemlist .list_wrap.player li {
    width: 50%;
    letter-spacing: normal;
    font-size: 14px;
    text-align: left;
    padding: 10px 5px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #itemlist .list_wrap.player div {
    padding: 15px 0 20px 0;
  }
  #caution {
    padding-bottom: 0;
  }
  #caution ul.indent li {
    padding-bottom: 5px;
  }
  /*-----------------------------
		GUIDE / MEMBER
	------------------------------*/
  #guide, #member-rule {
    padding-bottom: 0;
  }
  #guide .inner h5, #member-rule .inner h5 {
    font-weight: normal;
    background: #76817f;
    color: #FFF;
    font-size: 14px;
    padding: 5px 10px;
  }
  #guide .inner p, #member-rule .inner p {
    padding: 10px 0 20px 0;
    font-size: 13px;
  }
  #member-rule ol {
    padding: 10px 0 20px 0;
  }
  #member-rule ol li {
    font-size: 13px;
    list-style-type: decimal;
    margin-left: 2em;
    padding-bottom: 5px;
  }
  #member-rule .inner p + ol {
    padding-top: 0;
  }
  .btn_area {
    padding: 10px 10px 20px 10px;
    text-align: center;
    margin: 10px 0 20px 0;
    background: #f1f1f1;
  }
  .btn_area p {
    text-align: center;
    font-size: 16px !important;
  }
  .btn_area .btn a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #000;
    background: #d5d9d8;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #76817f;
  }
  .btn_area ul {
    text-align: center;
  }
  .btn_area li {
    display: inline-block;
    margin: 0 5px;
    width: 44%;
  }
  .btn_area div.btn {
    text-align: center;
    margin: 10px auto 0 auto;
  }
  /*-----------------------------
		FORM
	------------------------------*/
  .registNav {
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .registNav li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 12px;
    background: #d5d9d8;
    color: #777;
    height: 40px;
    line-height: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
    padding-left: 10px;
  }
  .registNav li.current {
    background: #000;
    color: #FFF;
  }
  .registNav li.current::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #000;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    z-index: 1;
  }
  .registNav li.current::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #d5d9d8;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  #regist {
    padding-bottom: 0;
  }
  #regist p {
    font-size: 13px;
  }
  #regist p + ul.indent {
    padding-top: 5px;
    font-size: 13px;
  }
  table.form {
    margin: 20px 0;
    width: 100%;
  }
  table.form th, table.form td {
    display: block;
    font-weight: normal;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.form tr {
    display: block;
  }
  table.form th {
    background: #eee;
    font-size: 14px;
  }
  table.form td {
    padding-bottom: 20px;
  }
  table.form input[type="text"], table.form input[type="password"], table.form select {
    padding: 5px;
    font-size: 16px;
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  table.form input.w1 {
    width: 60px;
  }
  table.form input.w2 {
    width: 80px;
  }
  table.form input.w3 {
    width: 96%;
  }
  table.form th .must {
    color: #C46B68;
    font-size: 10px;
  }
  table.form td.result {
    color: #4D5460;
    font-size: 15px;
  }
  table.form li.btn {
    width: 44%;
    display: inline-block;
  }
  input[type="radio"] {
    vertical-align: middle;
    font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
    position: relative;
    border: none;
    top: -2px;
    top: 0\9;
    margin-right: 2px;
    margin-right: 0\9;
    height: 16px;
    line-height: 16px;
    border: 1px solid #bbb;
    s
  }
  .btn input[type="button"] {
    background: #d5d9d8;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #76817f;
    height: 50px;
    vertical-align: middle;
    margin-top: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .error {
    padding: 10px;
    border: double 4px #C46B68;
    margin-top: 20px;
  }
  .error p {
    color: #C46B68;
    font-size: 13px !important;
    padding-bottom: 10px;
  }
  .error ul li {
    list-style-type: disc;
    margin-left: 1.5em;
    color: #C46B68;
    font-size: 12px;
  }
  .message {
    border: #4D5460 4px double;
    padding: 15px;
    background: #E0E0E8;
    color: #4D5460;
  }
  .message p.normal {
    font-size: 13px !important;
    text-align: left;
    word-break: break-all;
  }
  .message p.normal span {
    font-size: 16px !important;
    text-align: center;
    display: block;
    padding-bottom: 10px;
  }
  .message + .btn_area {
    margin-top: 20px;
  }
}
/*-----------------------------
		MYPAGE
	------------------------------*/
#mypage div.inner {
  font-size: 14px;
}
#mypage div.inner h3 {
  font-weight: bold;
  font-size: 16px;
}
dl.data {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
dl.data dt, dl.data dd {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: dotted #ccc 1px;
}
dl.data dt {
  width: 30%;
}
dl.data dd {
  width: 70%;
}
.data_table {
  margin: 20px 0;
}
.data_table td {
  padding: 10px;
  border: 1px solid #D9D9D9;
}