@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
/* SP
--------------------------------------- */
@media only screen and (max-width: 736px) {
  body {
    line-height: 1;
    background: url("/home/champion_uniform_2026/img/bg_stripe.png");
  }
  #logo_cont {
    background: #ebdaa8;
    text-align: center;
    padding: 10px 0;
  }
  #logo_cont img {
    width: 30%;
    height: auto;
  }
  #head_wrap {
    background-image: url(../img/main_bg_sp.jpg);
    background-size: contain;
    padding-top: 20px;
  }
  #header h2 {
    height: 0;
    width: 100%;
    padding-top: 22%;
    background-size: contain;
    background-image: url(../img/logo_text_sp.png);
  }
  #head_wrap .uni_cont {
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    background: #000;
    color: #fff;
    margin: 10px 0;
  }
  #head_wrap .uni_cont dl {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 10px;
  }
  #head_wrap .uni_cont dt img {
    width: 85%;
    height: auto;
  }
  #head_wrap .uni_cont dt, #head_wrap .uni_cont dd {
    width: 50%;
  }
  #head_wrap .uni_cont dd p {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5em;
  }
  #head_wrap .uni_cont dd ul {
    margin-top: 0.5em;
  }
  #head_wrap .uni_cont dd ul li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.5em;
  }
  ul.disc {
    margin-left: 10px;
  }
  ul.disc li {
    list-style: disc;
    margin-left: 1em;
    line-height: 1.4;
  }
  .hide_sp {
    display: none;
  }
  .img_auto {
    text-align: center;
    width: 100%;
    height: auto;
  }
  .img_auto img {
    max-width: 100%;
    height: auto;
  }
  footer {
    display: table;
    position: relative;
    width: 100%;
    height: 100px;

  }
  footer p {
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #pNav {
    background: #000;
  }
  #pNav ul {
    width: 100%;
    letter-spacing: -0.5em;
    text-align: center;
    border-top: 1px solid #ebdaa8;
  }
  #pNav li {
    display: inline-block;
    background: #000;
    width: 50%;
    height: auto;
    letter-spacing: normal;
    border-bottom: 1px solid #ebdaa8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ebdaa8;
  }
  #pNav li.link-off span {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: rgba(119, 113, 104, 0.85);
  }
  #pNav li.mypage {
    width: 100%;
    border-bottom: none;
  }
  #pNav li.guide, #pNav li.bid {
    border-left: 1px solid #ebdaa8;
  }
  #pNav li a {
    display: block;
    padding: 10px 0;
    color: #ebdaa8;
    text-decoration: none;
  }
  #pNav li img {
    height: 16px;
    width: auto;
  }
  #pNav li.logo img {
    height: 40px;
    width: auto;
  }
  article .wrap {
    margin: 15px 10px 30px 10px;
    padding: 20px 12px;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 1.4;
	border: #ebdaa8 1px solid;

  }
  article h2.stl {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(180deg, rgba(197, 166, 85, 1) 0%, rgba(245, 232, 190, 1) 98%);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  article h2.stl img {
    height: 25px;
    width: auto;
    vertical-align: middle;
  }
  .btn_area {
    margin-top: 20px;
  }
  .btn_area p {
    margin-bottom: 10px;
    text-align: center;
  }
  .btn_area li {
    margin-top: 10px;
    text-align: center;
  }
  /*-----------------------------
	INTRO
------------------------------*/

  #intro .intro_cont dl {
    background: #000;
    padding: 10px 3% 30px;
  }
  #intro dt {
    margin: 20px 0;
    padding: 4px 3px;
    font-size: 20px;
  }
  #intro dd {
    font-size: 13px;
  }
  #intro dd.img_auto.detail img {
    max-width: 330px;
    width: 80%
  }
  /*-----------------------------
	OUTLINE
------------------------------*/
  #outline dl {
    margin-bottom: 15px;
    font-size: 13px;
  }
  #outline dl:last-child {
    margin-bottom: 0;
  }
  #outline dt {
    font-weight: bold;
  }
  /*-----------------------------
	PLAYERLIST
------------------------------*/
  #playerlist p.lead, #playerlist ul.indent {
    margin-bottom: 15px;
    font-size: 13px;
  }
  #playerlist .list_wrap h4 {
    padding: 5px 0;
    margin: 25px 0 13px;
    background: #d3d3d3;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
  }
  #playerlist .list_wrap.manager h4 {
    margin-top: 0;
  }
  #playerlist .list_wrap p {
    /*margin-bottom: 20px;*/
    font-size: 15px;
    text-align: center;
  }
  #playerlist .list_wrap {
    padding-top: 15px;
  }
  #playerlist .list_wrap.player ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #playerlist .list_wrap.player li {
    width: 50%;
    letter-spacing: normal;
    font-size: 14px;
    text-align: left;
    padding: 12px 5px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #playerlist input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
  }
  /*-----------------------------
	NOTES
------------------------------*/
  #notes li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #notes li:last-child {
    margin-bottom: 0;
  }
  /*-----------------------------
	GUIDE
------------------------------*/
  #guide p {
    margin-bottom: 10px;
  }
  #guide dt {
    margin: 10px 0 5px 0;
    font-weight: bold;
  }
  /*-----------------------------
	RULE
------------------------------*/
  #rule dl {
    padding-bottom: 10px;
  }
  #rule .wrap > p {
    padding-bottom: 10px;
  }
  #rule dt {
    font-weight: bold;
  }
  #rule dd {
    padding: 0 0 10px 10px;
  }
  #rule dd > ol {
    list-style-type: decimal;
    line-height: 2.0;
    margin-left: 10px;
  }
  /*-----------------------------
	REGIST
------------------------------*/
  #regist .bar {
    width: 100%;
    height: 0;
    background: url(../img/bar_regist_sp.gif) 0 0 no-repeat;
    text-indent: -9999px;
    padding: 25% 0 20px 0;
    background-size: contain;
  }
  #regist.interim .bar {
    width: 100%;
    height: 0;
    background: url(../img/bar_interimregist_sp.gif) 0 0 no-repeat;
    text-indent: -9999px;
    padding: 25% 0 20px 0;
    background-size: contain;
  }
  #regist p {
    font-size: 12px;
    line-height: 1.6;
  }
  #regist p a {
    color: #cc0000;
    word-break: break-all;
  }
  #regist p.links {
    padding: 15px 0;
  }
  #regist table.basic {
    margin: 15px 0 20px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #regist table.basic tr {
    display: block;
    margin-top: 10px;
  }
  #regist table.basic th {
    background: #fffad2;
    font-weight: normal;
    padding: 10px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
  }
  #regist table.basic td {
    background: #efefef;
    padding: 10px;
    display: block;
  }
  span.must {
    color: #cc0000;
  }
  select {
    padding: 5px;
    font-size: 16px;
  }
  input[type="text"], input[type="password"] {
    padding: 5px;
    font-size: 16px;
  }
  input[type="text"].w1 {
    width: 50px;
  }
  input[type="text"].w2 {
    width: 80px;
  }
  input[type="text"].w3 {
    width: 200px;
  }
  .btn_area.clearfix input {
    width: 100%;
    height: auto;
  }
  #sys-error {
    background: #FFEEEE;
    padding: 15px;
    margin-top: 20px;
  }
  #sys-error p {
    color: #cc0000;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #sys-error li {
    color: #cc0000;
    list-style-type: disc;
    margin-left: 2em;
    font-size: 12px;
  }
  /*-----------------------------
				radio_btn
	------------------------------*/
  label {
    -webkit-tap-highlight-color: transparent;
  }
  label.radio_text, label.check_text {
    font-size: 14px;
    min-height: 16px;
  }
  #itemlist .list_wrap h4 + p label.radio_text {
    font-size: 15px;
  }
  label.radio_text input[type="radio"] + span {
    padding-left: 20px;
  }
  label.radio_text input[type="radio"] + span::before {
    height: 15px;
    width: 15px;
    top: 0;
  }
  label.radio_text input[type="radio"]:checked + span::before {
    border-width: 5px;
  }
}