@charset "UTF-8";



/* ----------------------------
  Line
---------------------------- */
.line {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  text-align: center;
}


/* Line Logo
---------------------------- */
/*.line:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 159px;
  height: 64px;
  background: url(../img/common/logo-piaget-black.svg) no-repeat top center;
  background-size: contain;
}*/
.line .logo{
  width: 159px;
  margin: 0 auto;
}

/* Line Head
---------------------------- */
.line-head {
  margin-top: 36px;
  line-height: 1;
  font-size: 20px;
  color: #8d7b39;
}


/* Line Lead
---------------------------- */
.line-lead {
  margin-top: 12px;
  letter-spacing: 0.05em;
  line-height: 1.466666667;
  font-size: 15px;
}


/* Line Code
---------------------------- */
.line-code {
  margin-top: 16px;
}
.line-code a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.line-code a:hover {
  opacity: 0.8;
}


/* Line Installed
---------------------------- */
.line-installed {
  margin-top: 32px;
}
.line-installed a {
  display: block;
  padding: 12px 10px;
  border: 1px solid #8d7b39;
  letter-spacing: 0.05em;
  font-size: 15px;
  color: #8d7b39;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.line-installed a:hover {
  background: #8d7b39;
  color: #fff;
}


/* Line Buttons
---------------------------- */
.line-buttons {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  margin-top: 32px;
}
.line-buttons li {
  width: 225px;
}
.line-buttons a {
  display: block;
  padding: 8px 0 6px;
  background: #000;
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.line-buttons a:hover {
  opacity: 0.8;
}
