@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url(/common/css/format.css);
@import url(/common/css/layout.css);
@import url(/common/css/common.css);
img {
  -webkit-backface-visibility: hidden;
}

/* LAYOUT(HEADER/FOOTER)
--------------------------------------- */
@media screen and (max-width: 768px) {
  #header .wrap,
  #header .base_wrap,
  #footer .base_wrap {
    width: 100%;
    min-width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #header {
    height: auto;
  }
  #header .base_wrap {
    height: 64px;
    background-size: contain;
  }
  #header #gn,
  #header #hn,
  #header #searchBox,
  #header #btn,
  #header #joshin,
  #header #fcid {
    display: none;
  }
  #header h1 {
    padding: 10px 0 0 0;
    max-width: 100%;
  }
  #header h1 a {
    display: block;
  }
  #header h1 a img:first-child {
    width: 40px;
    height: auto;
  }
  #header h1 a img:last-child {
    width: 220px;
    height: auto;
  }
  #header #h_unit {
    height: 60px;
  }

  #footer {
    padding: 0;
  }
  #footer #f_u_1 {
    margin-right: 0;
  }
  #footer .base_wrap {
    display: block;
  }
  #footer .base_wrap .unit ul {
    display: none;
  }

  #fsponsor {
    display: none;
  }

  #fgn {
    padding-top: 20px;
  }

  p#copy {
    text-align: center;
    font-size: 12px;
    background: #000;
    padding: 20px 0;
    margin: 0;
    color: #FFF;
  }

  #container .wrap,
  #footer .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* PAGE LAYOUT
--------------------------------------- */
#ln {
  background: url(/tigersgirls/img/bg_ct.jpg) 0 0 no-repeat;
}

h2.ct {
  background: url(/tigersgirls/img/ct_entertainment.jpg) 0 0 no-repeat;
}

h3.pt.girls {
  background: #D4D4CD url(/tigersgirls/img/pt_girls.gif) 0 0 no-repeat;
}

h4.stl {
  background: transparent url(/tigersgirls/img/stl_tigersgirls.gif) 0 0 no-repeat;
  margin-bottom: 20px;
  height: 32px;
  text-indent: -9999px;
}

h4.st {
  margin: 30px 0;
  text-align: left;
  padding: 2px 10px;
  border: 1px solid #C4C4C4;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 19%, #f6f6f6 43%, #d4d4cd 53%, #f8f8f8 97%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 19%, #f6f6f6 43%, #d4d4cd 53%, #f8f8f8 97%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 19%, #f6f6f6 43%, #d4d4cd 53%, #f8f8f8 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
  font-size: 14px;
  font-weight: bold;
}
h4.st span {
  display: block;
  padding: 5px 130px 5px 15px;
  line-height: 1.3;
  background: url(/img/bg_h4st_pc.png) right center no-repeat;
  box-shadow: inset 4px 0 #000000, inset 8px 0 #FFCC00;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }

  #side {
    display: none;
  }

  #main {
    width: 100%;
    float: none;
  }

  #article {
    margin: 0;
    width: auto;
  }

  h2.ct {
    width: auto;
    height: 70px;
    background-size: auto 70px;
  }

  h3.pt.girls {
    width: 100%;
    overflow: hidden;
    text-indent: 0;
    line-height: 30px;
    padding-left: 10px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #d4d4cd;
    font-size: 15px;
  }

  h4.stl, h4.st {
    border-top: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-indent: 0;
    padding: 0 0 0 7px;
    border-top: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #d4d4d4), color-stop(0, #fff), color-stop(0, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 0%, #d4d4d4 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 0%, #d4d4d4 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 0%, #d4d4d4 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 0%, #d4d4d4 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 0%, #d4d4d4 100%);
    height: auto;
  }
  h4.stl span, h4.st span {
    border-left: 3px solid #ffe100;
    padding: 10px;
    display: block;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  h4.stl span::before, h4.st span::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #000000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  h4.st {
    margin: 20px 4%;
  }
  h4.st span {
    background-image: none;
  }
}
#container {
  min-height: calc(100vh - 130px);
}

header {
  background: #000;
  border-bottom: 5px solid #FFE100;
}
header h1 {
  width: 980px;
  margin: 0 auto;
}
header h1 a {
  padding: 15px 0;
  display: block;
}
header h1 a img {
  width: 210px;
  height: auto;
}

footer {
  background: #000;
  border-top: 5px solid #FFE100;
  text-align: center;
  color: #FFF;
}
footer p#copyrights {
  padding: 20px 0;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #container {
    min-height: auto;
  }

  header {
    border-bottom: 4px solid #FFE100;
  }
  header h1 {
    width: 100%;
    margin: 0 auto;
  }
  header h1 a {
    padding: 15px;
    display: block;
  }

  footer {
    border-top: 4px solid #FFE100;
  }
  footer p#copyrights {
    padding: 20px 0;
    font-size: 12px;
  }
}
#main.audition {
  width: 860px;
  margin: 0 auto;
  float: none;
}

p.txt {
  margin-bottom: 10px;
}

.required {
  color: #e60012;
  font-weight: bold;
}

.error-msg {
  margin: 20px 0;
  padding: 10px 15px;
  border: 2px solid #e60012;
  color: #e60012;
  font-size: 12px;
  background: #fff6f6;
}

.msg {
  padding: 20px;
  margin-bottom: 30px;
  background: #F4F4F4;
}
.msg p {
  font-size: 13px;
  text-align: center;
}

ul.indent li {
  margin: 5px 0 5px 1em;
  text-indent: -1em;
}

p.indent {
  margin-left: 1em;
  text-indent: -1em;
}

h5.lead {
  margin: 10px 0 20px 0;
  font-weight: bold;
  font-size: 13px;
  background: #000000;
  color: #FFF;
  padding: 5px 10px;
}

.terms {
  margin-top: 20px;
}
.terms .normal-box {
  background: #fffceb;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
}
.terms .normal-box ul li {
  line-height: 1.8;
  margin-bottom: 5px;
}
.terms p.agree span {
  background: #ddd;
  padding: 20px;
  width: 250px;
  margin: 20px auto 0 auto;
  text-align: center;
  display: block;
}
.terms p.agree input:checked + span {
  background: #339af2;
  color: #FFF;
}

.profile {
  margin: 30px 0;
}
.profile .bg-gray {
  background: #eeeeee;
  padding: 20px;
}
.profile.confirm dd {
  font-size: 13px;
  margin-top: 10px;
}
.profile dl {
  padding: 10px;
  border-bottom: 1px dotted #000000;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.profile dl.end {
  border-bottom: none;
}
.profile dl.disabled {
  color: #888;
}
.profile dl.disabled .btn-radio::before {
  background: #eee;
}
.profile dl.disabled .btn-check::before {
  background: #eee;
}
.profile dl.disabled input[type="text"] {
  background: #eee;
}
.profile dl dt {
  font-weight: bold;
  display: table-cell;
  width: 210px;
}
.profile dl dt span.size-m {
  display: inline-block;
  width: 115px;
}
.profile dl dd {
  padding: 0 0 0 28px;
  display: table-cell;
  vertical-align: center;
}
.profile dl dd p.note {
  font-size: 11px;
  margin-top: 5px;
}
.profile dl dd .parts {
  margin-bottom: 5px;
}
.profile dl dd .parts.hide {
  display: none;
}
.profile dl dd .parts .size-l {
  width: 300px;
}
.profile dl dd #eventName .size-l {
  width: 540px;
}
.profile dl dd #plusParts {
  background: #000;
  font-size: 20px;
  color: #FFF;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.upload {
  border-bottom: none;
}
.upload .notice {
  background: #fffceb;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}
.upload .notice p {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.upload .notice ul.indent li {
  color: #e60012;
}
.upload .flex-wp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.upload .flex-wp .file_upload {
  width: 475px;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 24px;
}
.upload .flex-wp .file_upload:nth-child(even) {
  margin-left: 30px;
}
.upload .flex-wp .file_upload h4 {
  padding: 10px;
  background: #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.upload .file_upload {
  background: #f7f7f7;
}
.upload .file_upload p.note {
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
  font-weight: bold;
}
.upload .file_upload p.note small {
  font-size: 12px;
}
.upload .file_upload .upload_input {
  margin: 24px 10px 0 10px;
  text-align: center;
}
.upload .file_upload .upload_input input[type="file"] {
  display: none;
}
.upload .file_upload .upload_input label {
  border: 1px solid #898989;
  padding: 5px 30px;
  display: inline-block;
  position: relative;
  margin-left: -220px;
  color: #000000;
  background: #f4f4f4;
  font-size: 14px;
  min-width: 2em;
  cursor: pointer;
}
.upload .file_upload .upload_input label::after {
  content: "ファイルが選択されていません";
  font-size: 14px;
  position: absolute;
  right: -220px;
  color: #999999;
}
.upload .file_upload .upload_input label.changed {
  margin-left: 0;
}
.upload .file_upload .upload_input label.changed::after {
  content: "";
}
.upload .file_upload .upload_input .filename {
  font-size: 14px;
  padding: 5px 20px;
  color: #333333;
  max-width: 400px;
  display: inline-block;
  word-break: break-all;
  box-sizing: border-box;
}
.upload .file_upload input[type="submit"] {
  margin: 20px auto;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  background: #000;
  color: #FFF;
}
.upload .file_upload input[type="submit"]:disabled {
  background: #999999;
  color: #FFFFFF;
  border: 1px solid #999999;
  cursor: default;
  opacity: 0.8;
}
.upload .file_upload .storage {
  font-size: 13px;
  margin: 24px 20px 0 20px;
  line-height: 1.2;
  text-align: center;
}
.upload .file_upload .storage .upload_progre {
  text-align: center;
}
.upload .file_upload .storage .upload_progre:empty {
  font-size: 0;
  margin: 0;
}
.upload .file_upload .storage .upload_progre span {
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
}
.upload .file_upload .storage .upload_progre span:empty {
  padding: 0;
  border: none;
  margin: 0;
}
.upload .file_upload .storage .upload_progre .error {
  color: #e60012;
  border: 1px solid #e60012;
}
.upload .file_upload .storage .upload_progre .successful {
  color: #2377bd;
  background: #ddeefd;
  border: 1px solid #2377bd;
  text-align: center;
}
.upload .file_upload .storage .upload_name {
  color: #0363b5;
  text-align: center;
  max-width: 400px;
  display: inline-block;
  word-break: break-all;
  box-sizing: border-box;
}
.upload .file_upload .storage .upload_name:empty {
  font-size: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #main.audition {
    width: auto;
    margin: 0 auto;
  }

  p.txt {
    margin: 10px 4%;
  }

  .error-msg {
    margin: 20px 4%;
  }

  .required {
    font-size: 15px;
  }

  .msg {
    margin: 10px 4% 20px 4%;
    padding: 20px;
    background: #F4F4F4;
  }
  .msg p {
    font-size: 13px;
    text-align: left;
  }

  .terms {
    margin: 20px 4%;
  }
  .terms .normal-box {
    padding: 15px;
  }
  .terms .normal-box ul li {
    font-size: 13px;
  }
  .terms p.agree span {
    font-size: 14px;
    width: 200px;
  }

  .profile {
    margin: 20px 4%;
  }
  .profile .bg-gray {
    padding: 10px;
  }
  .profile dl {
    padding: 10px 0;
    display: block;
  }
  .profile dl dt {
    font-size: 13px;
    display: block;
    width: auto;
  }
  .profile dl dt span.size-m {
    width: 110px;
  }
  .profile dl dd {
    padding: 5px 0 0 0;
    font-size: 14px;
    display: block;
  }
  .profile dl dd .parts {
    margin-bottom: 10px;
  }
  .profile dl dd .parts .size-l {
    width: 100%;
    margin-top: 5px;
  }
  .profile dl dd #eventName {
    margin: 5px 0 0 0;
    text-indent: 0;
  }
  .profile dl dd #eventName .size-l {
    width: 100%;
  }

  .upload {
    margin: 0 4%;
  }
  .upload .notice {
    padding: 15px;
    margin: 20px 0;
    text-align: center;
  }
  .upload .notice p {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .upload p.txt {
    margin: 10px 0;
  }
  .upload .flex-wp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .upload .flex-wp .file_upload {
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 24px;
    box-sizing: border-box;
  }
  .upload .flex-wp .file_upload:nth-child(even) {
    margin-left: 0;
  }
  .upload .file_upload p.note {
    padding: 15px 10px 0 10px;
  }
  .upload .file_upload .upload_input {
    margin: 24px 10px 0 10px;
    text-align: center;
  }
  .upload .file_upload .upload_input input[type="file"] {
    display: none;
  }
  .upload .file_upload .upload_input label {
    border: 1px solid #898989;
    padding: 5px 30px;
    display: inline-block;
    position: relative;
    margin-left: -180px;
    color: #000000;
    background: #f4f4f4;
    font-size: 14px;
    min-width: 2em;
    cursor: pointer;
  }
  .upload .file_upload .upload_input label::after {
    content: "ファイルが選択されていません";
    font-size: 12px;
    position: absolute;
    right: -180px;
    color: #999999;
  }
  .upload .file_upload .upload_input label.changed {
    margin-left: 0;
  }
  .upload .file_upload .upload_input label.changed::after {
    content: "";
  }
  .upload .file_upload .upload_input .filename {
    font-size: 13px;
    padding: 5px 20px;
    color: #333333;
    max-width: 100%;
  }
  .upload .file_upload .upload_name {
    max-width: 100%;
  }
}
form input[type="submit"],
form input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
form input[type="submit"]::-webkit-search-decoration,
form input[type="button"]::-webkit-search-decoration {
  display: none;
}
form input[type="submit"]::focus,
form input[type="button"]::focus {
  outline-offset: -2px;
}
form button,
form input,
form select,
form textarea {
  font-family: inherit;
  font-size: 100%;
}
form input[type=text],
form textarea {
  -webkit-appearance: none;
}
form input[type=text],
form select,
form textarea {
  padding: 5px;
  border: 1px solid #7A7A7A;
  background: #FFF;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
form input[type=text]:focus,
form select:focus,
form textarea:focus {
  outline: none;
}
form textarea {
  min-width: 448px;
  max-width: 448px;
}
form .size-l {
  width: 400px;
}
form .size-m {
  width: 200px;
}
form .size-s {
  width: 60px;
}
form ul.radio-list,
form ul.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form ul.radio-list li,
form ul.check-list li {
  margin: 5px 20px 5px 0;
}
form ul.radio-list li.disabled,
form ul.check-list li.disabled {
  color: #888;
}
form ul.radio-list li.disabled .btn-radio::before,
form ul.check-list li.disabled .btn-radio::before {
  background: #eee;
}
form ul.radio-list li.disabled .btn-check::before,
form ul.check-list li.disabled .btn-check::before {
  background: #eee;
}
form div.txt-input {
  margin-top: 10px;
}
form div.txt-input.disabled {
  color: #888;
}
form div.txt-input.disabled input[type="text"] {
  background: #eee;
}
form input[type=radio],
form input[type=checkbox] {
  display: none;
}
form label.btn-radio {
  padding-left: 18px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
form label.btn-radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #7A7A7A;
  background: #FFF;
  border-radius: 50%;
}
form input[type=radio]:checked + label.btn-radio::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #0363b5;
  border-radius: 50%;
}
form label.btn-check {
  padding-left: 18px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
form label.btn-check::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  margin: auto;
  left: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #7A7A7A;
  background: #FFF;
}
form input[type=checkbox]:checked + label.btn-check::after,
form input[type=checkbox]:checked + span label.btn-check::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 9px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #0363b5;
  border-right: 2px solid #0363b5;
}

.btn-area {
  text-align: center;
}
.btn-area input[type=submit],
.btn-area input[type=button],
.btn-area a {
  vertical-align: middle;
  padding: 10px;
  min-width: 200px;
  display: inline-block;
  font-size: 14px;
  border: none;
  text-decoration: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
}
.btn-area input[type=submit].send,
.btn-area input[type=button].send,
.btn-area a.send {
  background: #000000;
  color: #FFFFFF;
}
.btn-area input[type=submit].return,
.btn-area input[type=button].return,
.btn-area a.return {
  background: #cccccc;
  color: #000000;
  margin-right: 20px;
}
.btn-area input[type=submit]:hover,
.btn-area input[type=button]:hover,
.btn-area a:hover {
  background: #0363b5;
  color: #FFFFFF;
}
.btn-area a.return {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  form button,
  form input,
  form select,
  form textarea {
    font-family: inherit;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  form input[type=text],
  form select,
  form textarea {
    font-size: 16px;
  }
  form .size-l,
  form textarea {
    width: 100%;
  }
  form textarea {
    min-height: 150px;
    max-width: 100%;
    min-width: 100%;
  }
  form .size-m {
    width: 200px;
  }
  form .size-s {
    width: 60px;
  }
  form div.txt-input {
    margin-top: 5px;
  }
  form div.txt-input label + input[type="text"] {
    margin-top: 5px;
  }
  form ul.radio-list li,
  form ul.check-list li {
    margin: 5px 20px 5px 1.5em;
    text-indent: -1.5em;
  }
  form ul.radio-list li#eventName,
  form ul.check-list li#eventName {
    width: 100%;
  }

  .btn-area input[type=submit],
  .btn-area input[type=button],
  .btn-area a {
    min-width: 140px;
  }
  .btn-area input[type=submit].return,
  .btn-area input[type=button].return,
  .btn-area a.return {
    margin-right: 10px;
  }
  .btn-area a.return {
    margin-right: 0;
  }
}

/*# sourceMappingURL=form_audition.css.map */
