@charset "UTF-8";
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 22, ../sass/style.scss */
html {
  font-size: 62.5%;
  background-color: #2f2f2f;
}

/* line 28, ../sass/style.scss */
body {
  width: 700px;
  margin: 0 auto;
  font-size: 1.5rem;
  background-color: #333;
  color: #fff;
  line-break: strict;
  line-height: 160%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "Droid Sans", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", sans-serif;
}

@media (max-width: 415px) {
  /* line 43, ../sass/style.scss */
  body {
    width: 100%;
  }
}
/* line 48, ../sass/style.scss */
h2 {
  font-size: 1.7rem;
  color: #fff;
  line-height: 140%;
  font-weight: bold;
}

/* line 55, ../sass/style.scss */
h3 {
  font-size: 1.5rem;
  color: #ccc;
  margin-bottom: 13px;
  line-height: 150%;
  font-weight: bold;
  text-align: left;
  font-family: "Helvetica Neue", 'Roboto', Helvetica;
}

/* line 67, ../sass/style.scss */
p {
  color: #ccc;
  font-size: 1.3rem;
  text-align: justify;
  line-height: 180%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "Droid Sans", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", sans-serif;
}

/* line 75, ../sass/style.scss */
a {
  text-decoration: none;
  color: #ccc;
}

/* line 80, ../sass/style.scss */
strong {
  font-weight: bold;
  color: #29B4C6;
}

/* line 86, ../sass/style.scss */
header p {
  text-align: center;
}

/* line 93, ../sass/style.scss */
.main {
  padding-top: 80px;
  padding-bottom: 50px;
}
/* line 96, ../sass/style.scss */
.main h2 {
  margin-top: 20px;
}
/* line 99, ../sass/style.scss */
.main p {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 415px) {
  /* line 107, ../sass/style.scss */
  .main h1 img {
    width: 90%;
  }
  /* line 110, ../sass/style.scss */
  .main br {
    display: none;
  }
}
/* line 116, ../sass/style.scss */
.content {
  position: relative;
  border-top: 10px solid #2f2f2f;
  padding: 60px 80px 50px 80px;
}
/* line 120, ../sass/style.scss */
.content .fr {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media (max-width: 415px) {
  /* line 129, ../sass/style.scss */
  .content {
    padding: 30px 0;
  }
  /* line 131, ../sass/style.scss */
  .content .fr {
    float: none;
    margin: 10px 0;
  }
  /* line 135, ../sass/style.scss */
  .content h3 {
    text-align: center;
  }
}
/* line 141, ../sass/style.scss */
.right {
  padding-right: 0;
}

/* line 145, ../sass/style.scss */
.side_left {
  position: absolute;
  left: 80px;
}
/* line 148, ../sass/style.scss */
.side_left .text {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 157, ../sass/style.scss */
.side_right {
  position: absolute;
  right: 0;
}

/* line 162, ../sass/style.scss */
.sousa {
  height: 339px;
}
/* line 164, ../sass/style.scss */
.sousa .text {
  width: 400px;
}

/* line 169, ../sass/style.scss */
.view {
  height: 253px;
}
/* line 171, ../sass/style.scss */
.view .text {
  width: 340px;
}

@media (max-width: 415px) {
  /* line 177, ../sass/style.scss */
  .side_left {
    position: relative;
    left: auto;
  }

  /* line 182, ../sass/style.scss */
  .side_right {
    display: none;
  }

  /* line 186, ../sass/style.scss */
  .sousa, .view {
    width: 100%;
  }
  /* line 188, ../sass/style.scss */
  .sousa .text, .view .text {
    width: 100%;
  }
}
/* line 201, ../sass/style.scss */
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-top: 10px solid #2f2f2f;
}

/* line 207, ../sass/style.scss */
.logo_f {
  margin-top: 30px;
}

/* line 210, ../sass/style.scss */
.copy {
  font-size: 1.0rem;
  font-family: "Helvetica Neue", 'Roboto', Helvetica;
}

/* line 218, ../sass/style.scss */
.nav {
  position: absolute;
  width: 700px;
  margin-top: 0;
  height: 50px;
  z-index: 100;
}
/* line 224, ../sass/style.scss */
.nav .discovery {
  position: absolute;
  left: 30px;
  top: 12px;
}
/* line 228, ../sass/style.scss */
.nav .discovery a {
  display: block;
  width: 129px;
  height: 25px;
  background: url("../img/discovery_logo_w@2x.png") no-repeat;
  background-size: 129px 25px;
}
/* line 237, ../sass/style.scss */
.nav .menu {
  position: absolute;
  right: 20px;
  top: 2px;
}
/* line 241, ../sass/style.scss */
.nav .menu .link {
  font-size: 1.4rem;
  font-family: "Helvetica Neue", 'Roboto', Helvetica;
  margin-top: 5px;
}
/* line 242, ../sass/style.scss */
.nav .menu .link a {
  color: #fff;
}
/* line 248, ../sass/style.scss */
.nav .menu .link li {
  margin-right: 10px;
}
/* line 254, ../sass/style.scss */
.nav ul, .nav li {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 415px) {
  /* line 262, ../sass/style.scss */
  .nav {
    width: 100%;
  }
  /* line 264, ../sass/style.scss */
  .nav .discovery {
    left: 10px;
  }
  /* line 267, ../sass/style.scss */
  .nav .menu {
    right: 0;
  }
  /* line 269, ../sass/style.scss */
  .nav .menu .download {
    display: none;
  }
}
