@charset "utf-8";
/* ---- PC styles ---- */
ul.steps {
  display: block;
  width: 960px;
  margin: 40px auto 0 auto;
  overflow: hidden;
}
ul.steps li {
  display: inline-block;
  float: left;
}
ul.steps li a {
  display: block;
  text-indent: -1000%;
  height: 100px;
}
ul.steps li:nth-of-type(1) a {
  width: 330px;
  background: url("../flow/images/flow_step_1.png") 0 0 no-repeat;
}
ul.steps li:nth-of-type(1) a:hover {
  background: url("../flow/images/flow_step_1.png") 0 -100px no-repeat;
}
ul.steps li:nth-of-type(2) a {
  width: 320px;
  background: url("../flow/images/flow_step_2.png") 0 0 no-repeat;
}
ul.steps li:nth-of-type(2) a:hover {
  background: url("../flow/images/flow_step_2.png") 0 -100px no-repeat;
}
ul.steps li:nth-of-type(3) a {
  width: 310px;
  background: url("../flow/images/flow_step_3.png") 0 0 no-repeat;
}
ul.steps li:nth-of-type(3) a:hover {
  background: url("../flow/images/flow_step_3.png") 0 -100px no-repeat;
}
ul.steps li:nth-of-type(4) {
  clear: both;
  display: block;
  width: 320px;
  margin: -10px 0 0 330px;
}
ul.steps li:nth-of-type(4) a {
  height: 50px;
  background: url("../flow/images/btn_flow_options.png") 0 0 no-repeat;
}
ul.steps li:nth-of-type(4) a:hover {
  background: url("../flow/images/btn_flow_options.png") 0 -50px no-repeat;
}

@media screen and (max-width: 956px) {
  ul.steps {
    display: none;
  }
  ul.steps li {
    display: none;
  }
  ul.steps li a {
    display: none;
  }
}
p.intro, p.center {
  text-align: center;
}

@media screen and (max-width: 956px) {
  p.intro {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
#before {
  margin-bottom: 0;
  padding-top: 60px;
}
#before .box {
  background: url("../common/images/bg_lines.png");
  padding: 20px;
  margin-bottom: 30px;
}
#before .box .box_content {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
#before .box .box_content p:first-of-type {
  float: right;
  width: 380px;
  margin-left: 40px;
}
#before .box .box_content h3 {
  margin-top: 10px;
}
#before .box .box_content p:last-of-type {
  margin-top: 30px;
}
#before .box .box_content a.out_link {
  display: inline-block;
  background: url("../flow/images/link_out.png") 0 2px no-repeat;
  padding-left: 30px;
}
#before .box .box_content a.pdf {
  display: inline-block;
  background: url("../common/images/link_pdf.png") 0 2px no-repeat;
  background-size: 13px 16px;
  padding-left: 30px;
}

/* SP */
@media screen and (max-width: 956px) {
  #before {
    padding-top: 30px;
  }
  #before .box {
    margin-bottom: 15px;
  }
  #before .box .box_content {
    padding: 10px;
  }
  #before .box .box_content p:first-of-type {
    float: right;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
#arrival {
  padding-top: 60px;
}
#arrival h3.secondh {
  margin-top: 35px;
}
#arrival dl {
  background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
  padding: 60px 0 57px 0;
  overflow: hidden;
}
#arrival dl:first-of-type {
  background: none;
  padding-top: 0;
}
#arrival dl dt {
  display: block;
  float: right;
  width: 380px;
  margin-left: 40px;
}
#arrival dl dd table {
  margin-top: 25px;
  font-size: 13px;
  vertical-align: top;
  border-collapse: separate;
  border-spacing: 1px;
  width: 540px;
}
#arrival dl dd table th {
  background: #029ed1;
  color: #fff;
  text-align: left;
  padding: 10px;
  width: 110px;
}
#arrival dl dd table td {
  padding: 10px 15px;
  background: #f6f6f6;
}

/* SP */
@media screen and (max-width: 956px) {
  #arrival {
    padding-top: 30px;
  }
  #arrival a.btn img {
    max-width: 530px;
    margin-bottom: 20px;
  }
  #arrival dl {
    padding: 23px 0 20px 0;
  }
  #arrival dl:first-of-type {
    background: none;
    padding-top: 0;
  }
  #arrival dl dt {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #arrival dl dd table {
    width: 100%;
  }
  #arrival dl dd table th {
    width: auto;
    min-width: 60px;
  }
  #arrival dl dd table td {
    padding: 10px;
  }
}
#raceday {
  padding-top: 60px;
  overflow: hidden;
}
#raceday p {
  margin-bottom: 60px;
}
#raceday figure {
  float: right;
  clear: right;
  width: 380px;
  margin: 0 0 20px 40px;
}
#raceday .box {
  background: url("../flow/images/bg_lines_blue.jpg");
  display: block;
  box-sizing: border-box;
  width: 520px;
  padding: 10px;
}
#raceday .box .box_content {
  background: #fff;
  padding: 20px;
}
#raceday .box .box_content h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 5px;
}
#raceday .box .box_content ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
}

/* SP */
@media screen and (max-width: 956px) {
  #raceday {
    padding-top: 30px;
  }
  #raceday p {
    margin-bottom: 20px;
  }
  #raceday figure {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #raceday .box {
    width: 100%;
  }
  #raceday .box .box_content {
    padding: 10px;
  }
  #raceday .box .box_content h3 {
    text-align: center;
  }
}
#options {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
#options p {
  margin-bottom: 30px;
}

/* SP */
@media screen and (max-width: 956px) {
  #options {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #options p {
    margin-bottom: 4px;
  }
}
/* Resources  */
#resources {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  background: #fff url("../common/images/bg_lines.png") 0 -3px repeat-x;
}
#resources ul {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#resources ul li {
  width: 225px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
}
#resources ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* SP resources & sponsors */
@media screen and (max-width: 956px) {
  #resources {
    padding: 30px 0 20px 0;
  }
  #resources ul li {
    width: 44%;
    margin: 0 3% 20px 3%;
  }
  #resources ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* SUPPORTERS PAGE */
#supporters {
  width: 960px;
  margin: 0 auto;
}
#supporters article {
  padding: 60px 0;
  background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
}
#supporters article:first-of-type {
  background: none;
  padding: 0 0 60px 0;
}
#supporters article img {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
#supporters article .descr {
  float: left;
  margin-bottom: 15px;
}
#supporters article .descr h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#supporters article .descr h3 span {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 0 10px;
  line-height: 22px;
  vertical-align: middle;
  margin-left: 10px;
}
#supporters article .descr h3 span.sponsor {
  color: #fff;
  background: #029ed1;
}
#supporters article .descr h3 span.supp {
  color: #333;
  background: #ffff00;
}
#supporters article .descr ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}
#supporters article .pic {
  float: right;
  overflow: hidden;
  margin-bottom: 20px;
}
#supporters article .pic figure {
  float: left;
  margin-left: 20px;
}
#supporters article .pic figure figcaption {
  text-align: center;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1;
}
#supporters article p {
  clear: both;
}

/* SP */
@media screen and (max-width: 956px) {
  #supporters {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #supporters article {
    padding: 40px 0 30px 0;
  }
  #supporters article:first-of-type {
    padding: 10px 0 30px 0;
  }
  #supporters article .descr {
    float: none;
    margin-bottom: 15px;
  }
  #supporters article .descr > p {
    text-align: center;
  }
  #supporters article .descr h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #supporters article .pic {
    float: none;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #supporters article .pic figure {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
  #supporters article .pic figure figcaption {
    text-align: center;
    color: #999999;
    font-size: 1.2rem;
    line-height: 1;
  }
  .movie {
    width: 100%;
	margin-bottom: 15px;
  }
  .sp_width {
    width: 100%;
  }
}

/*# sourceMappingURL=flow.css.map */
