﻿body {
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
h2 {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  margin: 20px 0 20px 0;
}
@media (max-width: 991px) {
  .btn-lg {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 22px !important;
  }
  .btn-lg {
    font-size: 20px !important;
  }
}
.navbar {
  background-image: url(../images/back_header.jpg);
  background-repeat: repeat-x;
}
.navbar-nav {
  padding: 10px 0;
}
.navbar-nav li {
  padding: 7px 7px;
}
.navbar-nav li a {
  font-size: 1.2rem;
  color: #fff;
}
#slider {
  line-height: 1rem;
  background-color: #ddd;
}
#slider img {
  max-height: 120px;
}
.shohinno {
  position: relative;
  top: -28px;
  margin-bottom: -28px;
  padding: 2px 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.list-group a {
  color: #000;
  text-decoration: none;
}
.list .wheelname {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 4px 20px;
}
.list table th {
  background-color: #eee;
  white-space: nowrap;
  padding: 2px 20px;
}
.list table td {
  width: 100%;
  padding: 2px 15px;
}
.list .tire {
  font-size: 0.8rem;
  height: 180px;
}
.list .tire img {
  z-index: 0;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 180px;
  margin: 0 auto;
}
.list .tire .front {
  z-index: 1;
  position: relative;
  top: -170px;
  text-align: center;
  line-height: 1rem;
}
.list .tire .rear {
  z-index: 1;
  position: relative;
  top: -140px;
  text-align: center;
  line-height: 1rem;
}
.view table th {
  background-color: #eee;
  padding-left: 20px;
  white-space: nowrap;
}
.view table td {
  width: 100%;
}
.view .tire {
  height: 220px;
}
.view .tire img {
  z-index: 0;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 200px;
  margin: 10px auto;
}
.view .tire .front {
  z-index: 1;
  position: relative;
  top: -200px;
  text-align: center;
  line-height: 1.1rem;
}
.view .tire .rear {
  z-index: 1;
  position: relative;
  top: -165px;
  text-align: center;
  line-height: 1.1rem;
}
.order img {
  max-width: 200px;
}
#map {
  height: 300px;
  margin-bottom: 20px;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
  color: #ff6a00;
}