@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
/* ----- reset ----- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* ----- tag ----- */
body {
  background: #ffffff;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

th, td {
  vertical-align: top;
}

body {
  font-size: 20px;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  color: #1a1a1a;
}

table, textarea, select {
  font-size: inherit;
  font: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #1a1a1a;
}

p, li, td, th, dt, dd {
  font-size: 100%;
  line-height: 1;
  color: #1a1a1a;
}

input, textarea, option {
  font-size: 100%;
  line-height: 1.5;
  color: #1a1a1a;
}

a {
  color: #0077bf;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}

a:hover {
  color: #0027bb;
  text-decoration: underline;
}

.clear {
  clear: both;
}

/* ----- clearfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

article, figure, section, nav, header, footer {
  margin: 0;
  padding: 0;
  display: block;
}

p {
  line-height: 1.5;
}

#page {
  padding-top: 110px;
  overflow: hidden;
  min-width: 980px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
  width: 960px;
}

.wrapper:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  min-width: 980px;
  height: 110px;
  background: #2c2c2c;
}

#jvc {
  padding-top: 16px;
  height: 54px;
  background: #000;
}

#anchor {
  height: 40px;
  font-family: oswald,sans-serif;
}
#anchor .wrapper {
  position: relative;
}
#anchor p {
  font-weight: 700;
}
#anchor p, #anchor li {
  float: left;
  line-height: 40px;
  margin-right: 25px;
  font-size: 16px;
}
#anchor a:hover {
  text-decoration: none;
}
#anchor p a {
  color: #fff;
}
#anchor li a {
  color: #808080;
  display: block;
}
#anchor li a.on, #anchor li a:hover {
  color: #f00;
}
#anchor ul {
  float: left;
}
#anchor .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1px;
  line-height: 2px;
  height: 2px;
  width: 0;
  background-color: #fff;
}
#anchor .index {
  position: absolute;
  right: 0;
  top: -24px;
  width: 180px;
  height: 24px;
  background: url(../img/lineup_bg.png) no-repeat;
}
#anchor .index a {
  display: block;
  width: 180px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #c0ff00;
  font-size: 14px;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
#anchor .index a:hover {
  opacity: 0.7;
}

#lineup-btn {
  position: absolute;
  right: 0;
  top: 0;
}
#lineup-btn a {
  display: block;
  padding-left: 56px;
  width: 86px;
  line-height: 40px;
  font-size: 16px;
  color: #c0ff00;
  background: url(../img/lineup_btn.png) no-repeat 30px 14px;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
#lineup-btn a:hover {
  opacity: 0.7;
}

#lineup {
  position: absolute;
  left: 0;
  top: 110px;
  display: none;
  width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  font-family: oswald,sans-serif;
}
#lineup li {
  margin-left: 6px;
  display: inline-block;
  width: 132px;
}
#lineup li:first-child {
  margin-left: 0;
}
#lineup img {
  position: relative;
  top: 10px;
  width: 100%;
  transition-property: top;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
#lineup a {
  color: #2c2c2c;
}
#lineup a:hover {
  color: #999;
  text-decoration: none;
}
#lineup a:hover img {
  top: 0;
}
#lineup span {
  position: relative;
  border-top: 1px solid #e5e5e5;
  display: block;
  line-height: 32px;
  font-size: 14px;
  background: #fff;
}
#lineup li.other span {
  font-size: 12px;
}

#footer {
  padding: 10px 0;
  background: #070707;
  text-align: center;
}
#footer p {
  font-size: 12px;
  color: #fff;
}

.col2-1 {
  margin-left: 100px;
  float: left;
  width: 430px;
}
.col2-1:first-child {
  margin-left: 0;
}

section.visual h1 {
  margin-bottom: 20px;
}
section.visual img {
  width: 100%;
}
section.visual p {
  margin-bottom: 20px;
  font-family: oswald,sans-serif;
}
section.visual .btn {
  padding: 5px 30px;
  display: inline-block;
  color: #fff;
  background: #85bf3f;
  font-family: oswald,sans-serif;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
section.visual .btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

#index {
  background: #070707;
}
#index section.index-visual img {
  width: 100%;
}
#index nav.index-lineup {
  margin-bottom: 4px;
}
#index nav.index-lineup li {
  float: left;
  width: 237px;
  margin-bottom: 4px;
  margin-left: 4px;
  background: #fff;
}
#index nav.index-lineup li:first-child, #index nav.index-lineup li:nth-child(4n+1) {
  margin-left: 0;
}
#index nav.index-lineup img {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
#index nav.index-lineup img:hover {
  cursor: pointer;
  opacity: 0.7;
}

#other {
  background: #070707;
}
#other #lineup .other span {
  padding-bottom: 1px;
  border-top: 2px solid #333;
  line-height: 30px;
}
#other section.other {
  margin-bottom: 20px;
}
#other section.other section {
  margin-left: 30px;
  float: left;
  width: 300px;
}
#other section.other section:first-child {
  margin-left: 0;
}
#other section.other .image {
  position: relative;
}
#other section.other .image li {
  position: absolute;
  left: 0;
  top: 0;
}
#other section.other .image li:first-child {
  position: static;
}
#other section.other .image img {
  width: 100%;
}
#other section.other .name {
  padding: 5px 0 0;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  *padding-bottom: 5px;
}
#other section.other h2 {
  margin-bottom: 5px;
  margin-right: 10px;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
#other section.other .chip {
  float: left;
}
#other section.other .chip li {
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
  cursor: pointer;
  background: #fff;
  height: 20px;
}
#other section.other .chip img {
  vertical-align: top;
}
#other section.other .chip img {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
#other section.other .chip img:hover {
  cursor: pointer;
  opacity: 0.7;
}
#other section.other .feature {
  padding-top: 5px;
}
#other section.other .feature li {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

section.feature {
  width: 100%;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  position: relative;
}
section.feature.even .col2-1 {
  float: right;
  margin-right: 100px;
  margin-left: 0;
}
section.feature.even .col2-1:first-child {
  margin-right: 0;
}
section.feature .text {
  padding: 90px 0 0;
  position: relative;
  z-index: 1;
}
section.feature .text h2 {
  margin-bottom: 20px;
  padding: 15px 0;
  border-style: solid;
  border-width: 2px 0;
  border-color: #1a1a1a;
}
section.feature .text p {
  margin-bottom: 20px;
  font-size: 16px;
}
section.feature .text .clearfix p {
  margin-bottom: 40px;
}
section.feature .text .clearfix figure {
  margin-bottom: 20px;
  margin-left: 10px;
  float: right;
  max-width: 50%;
}
section.feature .color {
  position: relative;
}
section.feature .color .water {
  position: absolute;
  left: -150px;
  top: 0;
}
section.feature .color .image {
  position: relative;
}
section.feature .color .image li {
  position: absolute;
  left: 0;
  top: 0;
}
section.feature .color .image li:first-child {
  position: static;
}
section.feature .color .controller {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 100%;
  text-align: center;
}
section.feature .color p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
section.feature .color .chip {
  padding: 5px 0;
  height: 40px;
}
section.feature .color .chip li {
  background: url(../img/chip_bg.png) no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
section.feature .color .chip img {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
section.feature .color .chip img:hover {
  cursor: pointer;
  opacity: 0.7;
}

#etr40 #lineup .etr40 span {
  padding-bottom: 1px;
  border-top: 2px solid #333;
  line-height: 30px;
}
#etr40 #visual h1 {
  padding-top: 100px;
}
#etr40 #washable {
  height: 1095px;
  background-image: url(../img/40/washable_bg.jpg);
  background-color: #fff;
}
#etr40 #washable .text {
  padding-top: 0;
}
#etr40 #washable h2 {
  margin-bottom: 5px;
}
#etr40 #washable figure {
  padding-top: 5px;
}
#etr40 #washable .col2-1 {
    width: 480px;
}

#etr40 #pivot-motion-fit {
  height: 820px;
  background-image: url(../img/40/pivot_bg.jpg);
  background-color: #000000;
}
#etr40 #pivot-motion-fit h2, #etr40 #pivot-motion-fit h3, #etr40 #pivot-motion-fit p {
  color: #fff;
}
#etr40 #pivot-motion-fit h2 {
  border-color: #d3d3d3;
}
#etr40 #remote-and-mic {
  height: 710px;
  background-image: url(../img/40/remote_bg.jpg);
  background-color: #fff;
}
#etr40 #remote-and-mic h2 {
  padding-top: 10px;
}

#etx30 #lineup .etx30 span {
  padding-bottom: 1px;
  border-top: 2px solid #333;
  line-height: 30px;
}
#etx30 #visual h1 {
  padding-top: 157px;
}
#etx30 #washable {
  height: 1050px;
  background-image: url(../img/30/washable_bg.jpg);
  background-color: #eeeeee;
}
#etx30 #washable .text {
  padding-top: 0;
}
#etx30 #washable figure {
  margin-left: 5px;
}
#etx30 #pivot-motion-fit {
  height: 820px;
  background-image: url(../img/30/pivot_bg.jpg);
  background-color: #ffffff;
}
#etx30 #vivid-4-color-selections {
  height: 710px;
  background-image: url(../img/30/vivid_bg.jpg);
  background-color: #fff;
}

#enr15 #lineup .enr15 span {
  padding-bottom: 1px;
  border-top: 2px solid #333;
  line-height: 30px;
}
#enr15 #visual h1 {
  padding-top: 115px;
}
#enr15 section.feature h2, #enr15 section.feature h3, #enr15 section.feature p {
  color: #fff;
}
#enr15 section.feature h2 {
  border-color: #d3d3d3;
}
#enr15 #sweat-proof {
  height: 830px;
  background-image: url(../img/15/sweat_bg.jpg);
  background-color: #4f646c;
}
#enr15 #sweat-proof h2 {
  margin-bottom: 10px;
}
#enr15 #sweat-proof p {
  font-size: 20px;
}
#enr15 #sweat-proof .color .controller {
  bottom: 45px;
}
#enr15 #sweat-proof .color p {
  font-size: 22px;
}
#enr15 #nozzle-fit-earpiece {
  height: 820px;
  background-image: url(../img/15/nozzle_bg.jpg);
  background-color: #354c48;
}
#enr15 #remote-and-mic {
  height: 610px;
  background-image: url(../img/15/remote_bg.jpg);
  background-color: #1a1a18;
}
#enr15 #remote-and-mic .text {
  padding-top: 60px;
}
#enr15 #remote-and-mic .text p {
  margin-bottom: 10px;
}
#enr15 #remote-and-mic h2 {
  padding-top: 10px;
}

#ecx20 #lineup .ecx20 span {
  padding-bottom: 1px;
  border-top: 2px solid #333;
  line-height: 30px;
}
#ecx20 #visual h1 {
  padding-top: 90px;
}
#ecx20 #sweat-proof {
  height: 950px;
  background-image: url(../img/20/sweat_bg.jpg);
  background-color: #e4ecef;
}
#ecx20 #sweat-proof .text {
  padding-top: 140px;
}
#ecx20 #sweat-proof h2 {
  margin-bottom: 10px;
}
#ecx20 #sweat-proof p {
  margin-bottom: 112px;
}
#ecx20 #sweat-proof .color .controller {
  bottom: 45px;
}
#ecx20 #sweat-proof .color p {
  margin-bottom: 0;
  font-size: 22px;
}
#ecx20 #pivot-motion-fit {
  height: 670px;
  background-image: url(../img/20/pivot_bg.jpg);
  background-color: #fff;
}
#ecx20 #pivot-motion-fit .text {
  padding-top: 150px;
}
#ecx20 #u-type-cord {
  height: 700px;
  background-image: url(../img/20/utype_bg.jpg);
  background-color: #23170f;
}
#ecx20 #u-type-cord h2, #ecx20 #u-type-cord h3, #ecx20 #u-type-cord p {
  color: #fff;
}
#ecx20 #u-type-cord h2 {
  border-color: #d3d3d3;
}
#ecx20 #u-type-cord .text {
  padding-top: 150px;
}

#ebr25 #lineup .ebr25 span {
  padding-bottom: 1px;
  border-top: 2px solid #333;
  line-height: 30px;
}
#ebr25 #visual h1 {
  padding-top: 90px;
}
#ebr25 #sweat-proof {
  height: 950px;
  background-image: url(../img/25/sweat_bg.jpg);
  background-color: #b5945f;
}
#ebr25 #sweat-proof .text {
  padding-top: 140px;
}
#ebr25 #sweat-proof h2, #ebr25 #sweat-proof h3, #ebr25 #sweat-proof p {
  color: #fff;
}
#ebr25 #sweat-proof h2 {
  border-color: #d3d3d3;
}
#ebr25 #sweat-proof p {
  margin-bottom: 108px;
}
#ebr25 #sweat-proof .color .controller {
  bottom: 45px;
}
#ebr25 #sweat-proof .color p {
  margin-bottom: 0;
  font-size: 22px;
}
#ebr25 #adjustable-clip {
  height: 730px;
  background-image: url(../img/25/adjustable_bg.jpg);
  background-color: #e2f3fb;
}
#ebr25 #adjustable-clip .text {
  padding-top: 140px;
}
#ebr25 #remote-and-mic {
  height: 610px;
  background-image: url(../img/25/remote_bg.jpg);
  background-color: #c9dff6;
}
#ebr25 #remote-and-mic .text {
  padding-top: 60px;
}
#ebr25 #remote-and-mic .text p {
  margin-bottom: 10px;
}
#ebr25 #remote-and-mic h2 {
  padding-top: 10px;
}

#ebt5 #lineup .ebt5 span {
  padding-bottom: 1px;
  border-top: 2px solid #333;
  line-height: 30px;
}
#ebt5 #visual h1 {
  padding-top: 100px;
}
#ebt5 #wireless {
  height: 950px;
  background-image: url(../img/5/wireless_bg.jpg);
  background-color: #f7f6d9;
}
#ebt5 #wireless .text {
  padding-top: 130px;
}
#ebt5 #wireless p {
  margin-bottom: 36px;
}
#ebt5 #wireless .color p {
  margin-bottom: 0;
}
#ebt5 #pivot-motion-fit {
  height: 930px;
  background-image: url(../img/5/pivot_bg.jpg);
  background-color: #fff;
}
#ebt5 #remote-and-mic {
  height: 710px;
  background-image: url(../img/5/remote_bg.jpg);
  background-color: #2f3301;
}
#ebt5 #remote-and-mic h2, #ebt5 #remote-and-mic p {
  color: #fff;
}
#ebt5 #remote-and-mic h2 {
  border-color: #d3d3d3;
}
#ebt5 #remote-and-mic p {
  margin-bottom: 64px;
}

#specs {
  padding: 80px 0;
  background: url("../img/specs_bg.png") repeat #2a2a2a;
}
#specs h2 {
  margin-bottom: 50px;
  color: #85bf3f;
  font-size: 50px;
  text-align: center;
}
#specs table {
  margin: 0 auto;
  max-width: 960px;
  border-collapse: separate;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #4a4a4a;
}
#specs th, #specs td {
  padding: 15px 15px;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #262626;
  color: #dedede;
  font-size: 16px;
  line-height: 1.25;
}
#specs th {
  width: 50%;
  font-weight: 700;
  vertical-align: middle;
}
#specs td {
  width: 50%;
}
#specs thead td {
  font-weight: 700;
}

#enr15 #specs th {
  width: 33.33333%;
}
#enr15 #specs td {
  width: 33.33333%;
}

@media only screen and (max-width: 768px) {
  #page {
    min-width: 0;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .wrapper {
    padding: 0;
    width: 100%;
  }

  #header {
    min-width: 0;
  }

  #jvc img {
    margin: 0 10px;
  }

  #anchor {
    margin: 0 10px;
  }
  #anchor ul {
    display: none;
  }

  #lineup li {
    margin-left: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  section.visual .col2-1 {
    margin-left: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  section.visual h1, section.visual figure {
    text-align: center;
  }
  section.visual h1 {
    padding: 30px 30px 0 !important;
  }
  section.visual p {
    padding: 0 30px;
  }
  section.visual figure {
    padding: 0 10px;
  }
  section.visual figure img {
    margin: 0 auto;
    max-width: 430px;
  }
  section.visual .btn {
    margin-left: 30px;
  }

  #index section.index-visual img {
    width: 100%;
  }
  #index nav.index-lineup li {
    width: 50%;
    margin-left: 0;
    background: 0;
  }
  #index nav.index-lineup a {
    margin-bottom: 1%;
    margin-left: 0.5%;
    display: block;
  }
  #index nav.index-lineup li:nth-child(2n-1) a {
    margin-left: 0;
    margin-right: 0.5%;
  }
  #index nav.index-lineup img {
    width: 100%;
  }

  #other section.other section {
    margin-left: 0;
    padding: 0 15px;
    box-sizing: border-box;
    width: 50%;
  }
  #other section.other h2 {
    float: none;
  }

  section.feature .sp img {
    width: 100%;
  }
  section.feature .col2-1 {
    margin-left: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  section.feature .col2-1 img {
    width: 100%;
    max-width: 430px;
  }
  section.feature.even .col2-1 {
    margin-right: 0;
    float: none;
  }
  section.feature .text {
    padding: 30px 30px 0;
  }
  section.feature .text figure {
    text-align: center;
  }
  section.feature .color .water {
    width: 170%;
    left: -35%;
  }
  section.feature .color .water img {
    margin: 0 auto;
    display: block;
    max-width: 730px;
  }
  section.feature .color .image li {
    width: 100%;
    text-align: center;
  }

  #etr40 #washable {
    height: auto;
    background-image: none;
  }
  #etr40 #pivot-motion-fit {
    height: auto;
    background-image: none;
  }
  #etr40 #remote-and-mic {
    height: auto;
    background-image: none;
  }
  #etr40 #washable .col2-1 {
    width: 100%;
  }

  #etx30 #washable {
    height: auto;
    background-image: none;
  }
  #etx30 #pivot-motion-fit {
    height: auto;
    background-image: none;
  }
  #etx30 #vivid-4-color-selections {
    height: auto;
    background-image: none;
  }

  #enr15 #sweat-proof {
    height: auto;
    background-image: none;
  }
  #enr15 #nozzle-fit-earpiece {
    height: auto;
    background-image: none;
  }
  #enr15 #remote-and-mic {
    height: auto;
    background-image: none;
  }
  #enr15 #remote-and-mic .text {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #enr15 #remote-and-mic .text p {
    margin-bottom: 10px;
  }

  #ecx20 #sweat-proof {
    height: auto;
    background-image: none;
  }
  #ecx20 #sweat-proof .text {
    padding-top: 30px;
  }
  #ecx20 #sweat-proof .text p {
    margin-bottom: 20px;
  }
  #ecx20 #sweat-proof .text .color p {
    margin-bottom: 0;
  }
  #ecx20 #pivot-motion-fit {
    height: auto;
    background-image: none;
  }
  #ecx20 #pivot-motion-fit .text {
    padding-top: 30px;
  }
  #ecx20 #u-type-cord {
    height: auto;
    background-image: none;
  }
  #ecx20 #u-type-cord .text {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #ecx20 #u-type-cord .text p {
    margin-bottom: 10px;
  }

  #ebr25 #sweat-proof {
    height: auto;
    background-image: none;
  }
  #ebr25 #sweat-proof .text {
    padding-top: 30px;
  }
  #ebr25 #sweat-proof .text p {
    margin-bottom: 20px;
  }
  #ebr25 #sweat-proof .text .color p {
    margin-bottom: 0;
  }
  #ebr25 #adjustable-clip {
    height: auto;
    background-image: none;
  }
  #ebr25 #adjustable-clip .text {
    padding-top: 30px;
  }
  #ebr25 #remote-and-mic {
    height: auto;
    background-image: none;
  }
  #ebr25 #remote-and-mic .text {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #ebr25 #remote-and-mic .text p {
    margin-bottom: 10px;
  }

  #ebt5 #wireless {
    height: auto;
    background-image: none;
  }
  #ebt5 #wireless .text {
    padding-top: 30px;
  }
  #ebt5 #pivot-motion-fit {
    height: auto;
    background-image: none;
  }
  #ebt5 #remote-and-mic {
    border-top: 1px solid #2f3301;
    height: auto;
    background-image: none;
  }
  #ebt5 #remote-and-mic .text {
    padding-top: 30px;
  }
  #ebt5 #remote-and-mic .text p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  section.visual h1 {
    padding: 15px 15px 0 !important;
  }
  section.visual p {
    padding: 0 15px;
  }
  section.visual .btn {
    margin-left: 10px;
  }

  #lineup li {
    padding: 0 0;
  }
  #lineup span {
    line-height: 30px !important;
    font-size: 14px;
  }

  section.feature .text {
    padding: 15px 15px 0;
  }

  #specs {
    padding: 15px;
  }
  #specs h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }
  #specs th, #specs td {
    padding: 7px 5px;
    font-size: 12px;
  }

  #other section.other section {
    margin: 0 auto 20px;
    float: none;
    padding: 0;
    width: 300px;
  }
  #other section.other section:first-child {
    margin: 0 auto 20px;
  }
  #other section.other h2 {
    float: left;
  }
}
