@charset "utf-8";

.titleMain {
  padding: 15px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff));
  color: #308ad2;
  font-weight: bold;
}

.breadcrumbs {
  margin-top: 15px;
  text-align: center;
}

.step {
  margin-top: 15px;
  border: 2px solid #ababab;
  
}

.step ul {
  
}

.step ul li {
  border-top: 2px solid #ABABAB;
  list-style: none;
}

.step ul li:first-child {
  border-top: none;
}

.step ul li.title {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  color: #308ad2;
  font-weight: bold;
}

.step ul li.subtitle {
  font-size: 24px;
  background-color: #308ad2;
  /*border: 2px solid #ababab;*/
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  color: #fff;
  /*font-weight: bold;*/
}

.step ul li.subtitle2 {
  font-size: 24px;
  background-color: #cae9fa;
  /*border: 2px solid #ababab;*/
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #308ad2;
  /*font-weight: bold;*/
}

.step ul li.subtitle3 {
  font-size: 24px;
  background-color: #fc7d8e;
  /*border: 2px solid #ababab;*/
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fff;
  /*font-weight: bold;*/
}

.step ul li.info {
  font-size: 24px;
  padding: 15px 10px;
}

.step ul li.tblForms > table {
  /*margin-top: -37px;*/
  font-size: 24px;
}

.step ul li.tblForms > table > tbody > tr > td:first-child {
  width: 25%;
}

.step ul li.tblForms > table > tbody > tr > td {
  padding: 10px 10px;
}

.step ul li.tblYoyakuNaiyou > table {
  /*margin-top: -37px;*/
  font-size: 24px;
}

.step ul li.tblYoyakuNaiyou > table > tbody > tr > td:first-child {
  width: 15%;
  vertical-align: top;
}

.step ul li.tblYoyakuNaiyou > table > tbody > tr > td > .btnAboutIcon {
  padding: 10px 0;
  vertical-align: middle;
  float: right;
}

.step ul li.tblYoyakuNaiyou > table > tbody > tr > td.icons img {
  margin-right: -5px;
}

.step ul li.tblYoyakuNaiyou > table > tbody > tr > td.icons a {
  text-decoration: underline;
  color: #000;
  /*font-size: 20px!important;*/
}

.step ul li.tblPlayers > table {
  font-size: 24px;
}

.step ul li.tblPlayers > table {
  /*margin-top: -37px;*/
}

.step ul li.tblPlayers > table > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}

.step ul li.tblPlayers > table > tbody > tr > td:first-child {
  width: 26%;
  /*vertical-align: top;*/
}

.step ul li.tblPlayers > table > tbody > tr > td:nth-child(2) {
  width: 30%;
  /*vertical-align: top;*/
}

.step ul li.tblPlayers > table > tbody > tr > td > .btnAboutIcon {
  padding: 30px 0;
  vertical-align: middle;
  float: right;
}

.step ul li.tblPlayers > table > tbody > tr > td.icons img {
  margin-right: -5px;
}

.step ul li.tblPlayers > table > tbody > tr > td.icons a {
  text-decoration: underline;
  color: #000;
  /*font-size: 20px!important;*/
}


.step ul li.players > table > tbody > tr > td:first-child {
  width: 44%;
}

.notice {
  color: #f00;
  font-size: 24px;
  padding: 10px 10px;
}

.request {
  margin-top: 15px;
  border: 2px solid #ababab;
  font-size: 24px;
  overflow: hidden;
}

.request > .title {
  border: 2px solid #ababab;
  background-color: #156215;
  color: #fff;
  padding: 10px 10px;
}

.request > .info {
  padding: 10px 10px;
  overflow: hidden;
}

.request .btnRequestBottom {
  overflow: hidden;
  padding: 10px 10px;
}

.checkCancel {
  margin-top: 10px;
  padding-bottom: 10px;
}

.thankyou {
  margin-top: 20px;
}

.thankyou .lead {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #308ad2;
}

.thankyou .message {
  font-size: 24px;
  margin-top: 20px;
}

/**
 * 各種ボタン
 */

.btnRequest {
  border: 2px solid #156215;
  background: -webkit-gradient(linear, left top, left bottom, from(#1f961f), to(#156215));
  /*margin-top: 10px;*/
  /*margin-left: 10px;*/
  width: 300px;
  float: left;
}

.btnRequest a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  /*background: url(../img/icon_bookmark.jpg) transparent no-repeat 22% 50% ;*/
  text-align: center;
  position: relative;
  font-size: 24px;
}


.btnAboutRequest {
  float: right;
  width: 220px;
  line-height: 80px;
}

.btnAboutRequest a {
  text-align: left;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  text-decoration: underline;
  color: #000;
}

.btnAboutRequest a:after {
  content: "";
  position: absolute;
  right: 4%;
  top: 55%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-top: solid 7px #4eb8f4;
  border-right: solid 7px #308ad2;
  -webkit-transform: rotate(45deg);
}


.btnNext {
  border: 2px solid #308ad2;
  background: -webkit-gradient(linear, left top, left bottom, from(#4eb8f4), to(#308ad2));
  margin-top: 20px;
}

.btnNext a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  /*background: url(../img/icon_bookmark.jpg) transparent no-repeat 22% 50% ;*/
  text-align: center;
  position: relative;
}

.btnNext a:after {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-top: solid 7px #fff;
  border-right: solid 7px #fff;
  -webkit-transform: rotate(45deg);
}

.btnReserve {
  border: 2px solid #c40202;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc7d8e), to(#f73d52));
  margin-top: 20px;
}

.btnReserve a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  /*background: url(../img/icon_reserve.jpg) transparent no-repeat 18% 50% ;*/
  text-align: center;
}

.btnBackToTop {
  border: 2px solid #308ad2;
  -webkit-border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4eb8f4), to(#308ad2));
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.btnBackToTop a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  /*background: url(../img/icon_reserve.jpg) transparent no-repeat 18% 50% ;*/
  text-align: center;
}

input[type=text], input[type=tel], input[type=email] {
  width: 100%;
}

textarea {
  width: 100%;
}