/* LESS */
a {
  cursor: pointer;
}
a:link {
  text-decoration: none;
  color: #FFF;
}
a:visited {
  text-decoration: none;
  color: #FFF;
}
a:active {
  border: none;
  text-decoration: none;
  color: #FFF;
}
a:hover {
  text-decoration: none;
  color: #FFF;
}
/* -------------------------------------
 *  scroll bar
 * ------------------------------------- */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
/* -------------------------------------
 *  animation
 * ------------------------------------- */
.animation-show-hide {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.animation-show-hide.ng-hide {
  opacity: 0;
}
.animation-item {
  transition-property: top, bottom, left, right, opacity, margin;
  transition-duration: 0.3s;
}
/* -------------------------------------
 *  basics
 * ------------------------------------- */
.tmpMenu {
  display: block;
  height: 30px;
  width: 114px;
  float: left;
  background: #242526;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a3b3c, endColorstr=#0d0e0f, GradientType=0);
  background: -moz-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -webkit-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -o-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: linear-gradient(to bottom, #3a3b3c, #0d0e0f);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a3b3c), to(#0d0e0f));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  text-indent: 12px;
  line-height: 30px;
  overflow: hidden;
}
.tmpMenu:hover {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
.tmpMenu:hover i {
  color: #000;
}
.tmpMenu.active {
  color: #000 !important;
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
html {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #101010;
}
body {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #101010;
  font-family: 'Noto Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #666666;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
#roomContainer {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#contents {
  background-color: #171f2a;
  position: relative;
}
/* -------------------------------------
 *  btn
 * ------------------------------------- */
.btn-primary {
  background: #005d87 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#006b99, endColorstr=#004e75, GradientType=0) !important;
  background: -moz-linear-gradient(top, #006b99, #004e75) !important;
  background: -webkit-linear-gradient(top, #006b99, #004e75) !important;
  background: -o-linear-gradient(top, #006b99, #004e75) !important;
  background: linear-gradient(to bottom, #006b99, #004e75) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#006b99), to(#004e75)) !important;
}
.btn-default {
  background: #505050 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#606060, endColorstr=#3f3f3f, GradientType=0) !important;
  background: -moz-linear-gradient(top, #606060, #3f3f3f) !important;
  background: -webkit-linear-gradient(top, #606060, #3f3f3f) !important;
  background: -o-linear-gradient(top, #606060, #3f3f3f) !important;
  background: linear-gradient(to bottom, #606060, #3f3f3f) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#3f3f3f)) !important;
}
/* -------------------------------------
 *  menu
 * ------------------------------------- */
.menu {
  width: 135px;
  color: #FFFFFF;
  display: block;
  height: 30px;
  width: 114px;
  float: left;
  background: #242526;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a3b3c, endColorstr=#0d0e0f, GradientType=0);
  background: -moz-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -webkit-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -o-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: linear-gradient(to bottom, #3a3b3c, #0d0e0f);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a3b3c), to(#0d0e0f));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  text-indent: 12px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  background-size: 90% auto;
}
.menu:hover {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
.menu:hover i {
  color: #000;
}
.menu.active {
  color: #000 !important;
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
.menu:link {
  color: #FFFFFF;
}
.menu:visited {
  color: #FFFFFF;
}
/* -------------------------------------
 *  savesCar css
 * ------------------------------------- */
#savedCarListContainer {
  font-size: 0.625em;
  width: 135px;
  height: 410px;
  left: 5px;
  top: 30px;
  z-index: 30010;
  background-color: rgba(28, 37, 46, 0.5);
  position: absolute;
}
#savedCarListContainer .savedCarListNaviBtn {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: #000;
  line-height: 20px;
  text-align: center;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  cursor: pointer;
  z-index: 30011;
}
#savedCarListContainer .savedCarListNaviBtn:hover {
  background-color: rgba(150, 150, 150, 0.8);
}
#savedCarListContainer #savedCarListNaviBtnUp {
  top: -5px;
  left: 55px;
}
#savedCarListContainer #savedCarListNaviBtnDown {
  bottom: 70px;
  left: 55px;
}
#savedCarListContainer #savedCarListWrapper {
  width: 125px;
  height: 400px;
  margin: 0 auto;
  background-color: rgba(28, 37, 46, 0.9);
  position: relative;
}
#savedCarListContainer #savedCarListWrapper #savedCarListCrop {
  width: 125px;
  height: 325px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 3px;
  position: relative;
}
#savedCarListContainer #savedCarListWrapper #savedCarListCrop .savedCarListScroller {
  top: 0;
  position: absolute;
  z-index: 30010;
}
#savedCarListContainer #savedCarListWrapper #savedCarListCrop .savedCarListScroller .savedCarList {
  margin: 3px 5px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0);
}
#savedCarListContainer #savedCarListWrapper #savedCarListCrop .savedCarListScroller .savedCarList:hover {
  border: 1px solid #0883b9;
}
#savedCarListContainer #savedCarListWrapper #savedCarListCrop .savedCarListScroller .savedCarList img {
  width: 115px;
}
#savedCarListContainer #savedCarListWrapper .menu {
  display: block;
  height: 30px;
  width: 114px;
  float: left;
  background: #242526;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a3b3c, endColorstr=#0d0e0f, GradientType=0);
  background: -moz-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -webkit-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -o-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: linear-gradient(to bottom, #3a3b3c, #0d0e0f);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a3b3c), to(#0d0e0f));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  text-indent: 12px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  margin-top: 3px;
}
#savedCarListContainer #savedCarListWrapper .menu:hover {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
#savedCarListContainer #savedCarListWrapper .menu:hover i {
  color: #000;
}
#savedCarListContainer #savedCarListWrapper .menu.active {
  color: #000 !important;
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
#savedCarListContainer #savedCarListWrapper .menu:link {
  color: #FFFFFF;
}
#savedCarListContainer #savedCarListWrapper .menu:visited {
  color: #FFFFFF;
}
#savedCarListContainer #savedCarListWrapper .menu:hover {
  opacity: 0.8;
}
#savedCarListContainer #savedCarListWrapper .menu.disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
#savedCarListContainer #savedCarListWrapper .menu.disabled:hover {
  opacity: 0.5;
}
/* -------------------------------------
 *  modal css
 * ------------------------------------- */
.modal {
  position: absolute;
  z-index: 30004;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
.modal .modalCloseBtn {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 20px;
  background: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333, endColorstr=#111, GradientType=0);
  background: -moz-linear-gradient(top, #333, #111);
  background: -webkit-linear-gradient(top, #333, #111);
  background: -o-linear-gradient(top, #333, #111);
  background: linear-gradient(to bottom, #333, #111);
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.modal .modalCloseBtn:hover {
  opacity: 0.8;
}
/* -------------------------------------
 *  selectCar css
 * ------------------------------------- */
#selectCar {
  height: 380px;
  width: 680px;
  top: 50px;
  left: 160px;
}
#selectCar #changeSelectCar {
  z-index: 3003;
}
#selectCar #changeSelectCar .wrap {
  display: block;
  width: 400px;
  text-align: center;
  color: #FFFFFF;
}
#selectCar #changeSelectCar .caption {
  margin: 0 0 24px 0;
}
#selectCar #changeSelectCar .btn {
  display: block;
  height: 60px;
  width: 400px;
  margin: 0 0 2px 0;
  background-color: #323232;
  line-height: 60px;
}
#selectCar #changeSelectCar .noSelect {
  opacity: 0.5;
}
#selectCar #changeSelectCar .mycarCaption {
  margin: 24px 0 0 0;
}
#selectCar #changeSelectCar .mycarCaption a:link,
#selectCar #changeSelectCar .mycarCaption a:visited,
#selectCar #changeSelectCar .mycarCaption a:hover,
#selectCar #changeSelectCar .mycarCaption a:active {
  color: #efab08;
}
#selectCar #mycarSelect {
  z-index: 3002;
}
#selectCar #normalSelect {
  z-index: 3001;
}
#selectCar #steps {
  height: 80px;
  margin: 0 0 0 28px;
  color: #999;
}
#selectCar #steps .step {
  display: block;
  height: 25px;
  width: 180px;
  float: left;
  margin: 0 0 0 -1px;
  background-color: #323232;
  font-size: 12px;
  line-height: 25px;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#selectCar #steps .step:hover {
  opacity: 0.8;
}
#selectCar #steps .step:first-child {
  margin: 0 0 0 0;
}
#selectCar #steps .focus {
  background: #005988;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00669b, endColorstr=#004b74, GradientType=0);
  background: -moz-linear-gradient(top, #00669b, #004b74);
  background: -webkit-linear-gradient(top, #00669b, #004b74);
  background: -o-linear-gradient(top, #00669b, #004b74);
  background: linear-gradient(to bottom, #00669b, #004b74);
  background: -webkit-gradient(linear, left top, left bottom, from(#00669b), to(#004b74));
  color: #FFFFFF;
}
#selectCar #steps .end {
  color: #FFFFFF;
}
#selectCar #steps .split {
  display: block;
  height: 25px;
  width: 22px;
  float: left;
  margin: 0 0 0 -1px;
  background-image: url(../img/popup/step_arrow.png);
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
}
#selectCar #steps .split00 {
  background-position: center top;
}
#selectCar #steps .split10 {
  background-position: center -25px;
}
#selectCar #steps .split01 {
  background-position: center -50px;
}
#selectCar #steps .split20 {
  background-position: center -75px !important;
}
#selectCar #steps .label {
  width: 180px;
  position: absolute;
  text-indent: 19px;
}
#selectCar #steps .selected {
  position: absolute;
  margin: 30px 0 0 0;
  line-height: 33px;
  text-indent: 19px;
}
#selectCar #stepwrapper {
  height: 272px;
  width: 630px;
  margin: 0 0 0 28px;
  position: relative;
  overflow: hidden;
}
#selectCar #stepwrapper #step1 {
  position: absolute;
  overflow: hidden;
}
#selectCar #stepwrapper #step1 #selectDivision {
  height: 42px;
  padding: 0 0 6px 0;
}
#selectCar #stepwrapper #step1 #selectDivision .selector {
  display: block;
  height: 42px;
  width: 140px;
  float: left;
  margin: 0 3px 0 0;
  background-color: transparent;
  background-image: url(../img/popup/step1_divisionBg.png);
  background-position: left -42px;
  background-repeat: no-repeat;
  line-height: 34px;
  text-indent: 19px;
  font-size: 12px;
  color: #FFFFFF;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#selectCar #stepwrapper #step1 #selectDivision .selector:hover {
  opacity: 0.8;
}
#selectCar #stepwrapper #step1 #selectDivision .selector span {
  padding: 0 0 0 19px;
  font-family: Helvetica, sans-serif;
  font-size: 0.75em;
  opacity: 0.6;
}
#selectCar #stepwrapper #step1 #selectDivision .focus {
  background-position: left top;
}
#selectCar #stepwrapper #step1 .wrap {
  height: 194px;
  width: 630px;
  position: relative;
  overflow: hidden;
}
#selectCar #stepwrapper #step1 .wrap #makerList {
  width: 630px;
  height: 194px;
  overflow-y: scroll;
  position: absolute;
}
#selectCar #stepwrapper #step1 .wrap #makerList .item {
  height: 35px;
  width: 305px;
  float: left;
  margin: 0 0 0 0;
  border-bottom: 1px solid #0a090f;
  border-right: 1px solid #0a090f;
  background-image: url(../img/popup/step1_makerArrow.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #333333;
  line-height: 35px;
  font-size: 12px;
  text-indent: 19px;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}
#selectCar #stepwrapper #step1 .wrap #makerList .item:last-child {
  border-right: 0 solid;
}
#selectCar #stepwrapper #step1 .wrap #makerList .item:hover {
  background-color: #555;
}
#selectCar #stepwrapper #step1 .wrap #makerList .item.focus {
  color: #fff;
  background-color: #0883b9;
}
#selectCar #stepwrapper #step1 .wrap #makerList a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}
#selectCar #stepwrapper #step1 .wrap #makerList a:hover.item,
#selectCar #stepwrapper #step1 .wrap #makerList a:active.item {
  text-decoration: none;
}
#selectCar #stepwrapper #step1 .wrap #makerList .focus {
  background: url(../img/popup/step1_makerArrow.png) no-repeat right top, -moz-linear-gradient(top, #00669b, #004b74);
  background: url(../img/popup/step1_makerArrow.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#00669b), to(#004b74));
  text-decoration: none;
}
#selectCar #stepwrapper #step2 {
  position: absolute;
  overflow: hidden;
}
#selectCar #stepwrapper #step2 #selectIndex {
  margin: 0 0 0 0;
}
#selectCar #stepwrapper #step2 #selectIndex .selector {
  height: 30px;
  float: left;
  margin: 0 0 0 0;
  padding: 0 20px 0 10px;
  border-bottom: 1px solid #0a090f;
  border-right: 1px solid #0a090f;
  background-image: url(../img/popup/step2_indexArrow.png?1);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #333333;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}
#selectCar #stepwrapper #step2 #selectIndex .selector:hover {
  opacity: 0.8;
}
#selectCar #stepwrapper #step2 #selectIndex .selector:last-child {
  border-right: 0 solid;
}
#selectCar #stepwrapper #step2 #selectIndex .selector_en {
  padding: 0 50px 0 29px;
}
#selectCar #stepwrapper #step2 #selectIndex .focus {
  background: url(../img/popup/step2_indexArrow.png) no-repeat right top, -moz-linear-gradient(top, #00669b, #004b74);
  background: url(../img/popup/step2_indexArrow.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#00669b), to(#004b74));
  text-decoration: none;
}
#selectCar #stepwrapper #step2 #selectIndex .unSelectable {
  opacity: 0.5;
}
#selectCar #stepwrapper #step2 .wrap {
  height: 200px;
  width: 630px;
  position: relative;
  overflow: hidden;
}
#selectCar #stepwrapper #step2 #carList {
  width: 630px;
  position: absolute;
  overflow-y: scroll;
  height: 200px;
}
#selectCar #stepwrapper #step2 #carList .caption {
  height: 28px;
  padding: 19px 0 8px 0;
  color: #FFFFFF;
  clear: both;
}
#selectCar #stepwrapper #step2 #carList .caption span {
  position: inherit;
}
#selectCar #stepwrapper #step2 #carList .item {
  height: 35px;
  width: 305px;
  float: left;
  margin: 0 0 0 0;
  border-bottom: 1px solid #0a090f;
  border-right: 1px solid #0a090f;
  background-image: url(../img/popup/step1_makerArrow.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #333333;
  line-height: 35px;
  font-size: 12px;
  text-indent: 19px;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}
#selectCar #stepwrapper #step2 #carList .item:hover {
  background-color: #555;
}
#selectCar #stepwrapper #step2 #carList .item.focus {
  color: #fff;
  background-color: #0883b9;
}
#selectCar #stepwrapper #step2 #carList .item:nth-child(1n) {
  border-right: 1px solid #0a090f;
}
#selectCar #stepwrapper #step2 #carList a:hover.item,
#selectCar #stepwrapper #step2 #carList a:active.item {
  text-decoration: none;
}
#selectCar #stepwrapper #step2 #carList .focus {
  background: url(../img/popup/step1_makerArrow.png) no-repeat right top, -moz-linear-gradient(top, #00669b, #004b74);
  background: url(../img/popup/step1_makerArrow.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#00669b), to(#004b74));
  text-decoration: none;
}
#selectCar #stepwrapper #step3 {
  position: absolute;
  overflow: hidden;
}
#selectCar #stepwrapper #step3 #refineCar {
  height: 30px;
  overflow: hidden;
}
#selectCar #stepwrapper #step3 #refineCar .refine {
  float: left;
  color: #FFFFFF;
  overflow: hidden;
}
#selectCar #stepwrapper #step3 #refineCar .selector {
  height: 30px;
  background-image: url(../img/popup/step3_refineArrow.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #333333;
  text-indent: 10px;
  line-height: 30px;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}
#selectCar #stepwrapper #step3 #refineCar select {
  height: 30px;
  border: none;
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  background: url(../img/popup/step3_refineArrow.png) no-repeat right top, -moz-linear-gradient(top, #333333, #333333);
  background: url(../img/popup/step3_refineArrow.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#333333), to(#333333));
  text-indent: 10px;
  color: #FFFFFF;
}
#selectCar #stepwrapper #step3 #refineCar .split {
  height: 30px;
  width: 28px;
  float: left;
  overflow: hidden;
}
#selectCar #stepwrapper #step3 #gradeListLabel {
  width: 605px;
  height: 30px;
  margin: 0 0 1px 0;
  background-color: #333333;
  text-indent: 10px;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.5;
}
#selectCar #stepwrapper #step3 #gradeListLabel #labelYear {
  width: 210px;
  border-right: 1px solid #0a090f;
  float: left;
}
#selectCar #stepwrapper #step3 #gradeListLabel #labelGrade {
  width: 220px;
  float: left;
}
#selectCar #stepwrapper #step3 #gradeListLabel #labelDecision {
  width: 160px;
  border-left: 1px solid #0a090f;
  float: right;
}
#selectCar #stepwrapper #step3 #gradeListLabel #labelYear span,
#selectCar #stepwrapper #step3 #gradeListLabel #labelGrade span,
#selectCar #stepwrapper #step3 #gradeListLabel #labelDecision span {
  position: relative;
}
#selectCar #stepwrapper #step3 .wrap {
  height: 194px;
  width: 623px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
#selectCar #stepwrapper #step3 .wrap #gradeList {
  position: absolute;
}
#selectCar #stepwrapper #step3 .wrap #gradeList .item {
  height: 30px;
  background-color: #333333;
  border-bottom: 1px solid #0a090f;
  text-indent: 19px;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  overflow: hidden;
}
#selectCar #stepwrapper #step3 .wrap #gradeList .unRefined {
  opacity: 0.5;
}
#selectCar #stepwrapper #step3 .wrap #gradeList .datYear {
  width: 210px;
  border-right: 1px solid #0a090f;
  float: left;
}
#selectCar #stepwrapper #step3 .wrap #gradeList .datGrade {
  width: 233px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#selectCar #stepwrapper #step3 .wrap #gradeList .datDicision {
  width: 160px;
  float: left;
  border-left: 1px solid #0a090f;
  background: #b4b4b4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cecece, endColorstr=#999999, GradientType=0);
  background: -moz-linear-gradient(top, #cecece, #999999);
  background: -webkit-linear-gradient(top, #cecece, #999999);
  background: -o-linear-gradient(top, #cecece, #999999);
  background: linear-gradient(to bottom, #cecece, #999999);
  background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#999999));
  color: #0a090f;
  cursor: pointer;
}
#selectCar #stepwrapper #step3 .wrap #gradeList .datDicision:hover {
  opacity: 0.8;
}
#selectCar #stepwrapper #step3 .wrap #gradeList .datDicision i {
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
  float: right;
}
/* -------------------------------------
 *  searchWheel css
 * ------------------------------------- */
#searchWheel {
  height: 350px;
  width: 680px;
  top: 50px;
  left: 160px;
  color: #fff;
  font-size: 12px;
}
#searchWheel .heading {
  font-size: 16px;
}
#searchWheel #searchBtnWrap {
  height: 40px;
  max-height: 999999px;
  text-align: center;
}
#searchWheel #searchBtn {
  display: block;
  height: 35px;
  max-height: 999999px;
  width: 221px;
  margin: 0 auto 0 auto;
  background-color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #0a090f;
  overflow: hidden;
}
#searchWheel .block:nth-child(1) {
  padding: 0 0 0 0;
}
#searchWheel #searchWheelLeft {
  width: 280px;
  padding: 10px 20px;
  float: left;
  position: relative;
}
#searchWheel #searchWheelRight {
  width: 280px;
  padding: 10px 20px;
  float: right;
  position: relative;
}
#searchWheel .label {
  display: block;
  margin: 0 0 6px 0;
  border-left: 4px solid #FFFFFF;
  white-space: nowrap;
  line-height: 1.1;
  font-size: 12px;
}
#searchWheel .label span {
  display: inline-block;
  width: 280px;
  padding: 0 0 0 7px;
  white-space: nowrap;
}
#searchWheel .radios,
#searchWheel .search {
  padding: 0 0 18px 0;
}
#searchWheel .radios select,
#searchWheel .search select,
#searchWheel .radios .radio,
#searchWheel .search .radio {
  cursor: pointer;
}
#searchWheel .radios select:hover,
#searchWheel .search select:hover,
#searchWheel .radios .radio:hover,
#searchWheel .search .radio:hover {
  opacity: 0.8;
}
#searchWheel .searchS select {
  cursor: pointer;
}
#searchWheel .searchS select:hover {
  opacity: 0.8;
}
#searchWheel .radios {
  height: 35px;
  overflow: hidden;
}
#searchWheel .radio {
  height: 35px;
  margin: 0 10px 0 5px;
  padding: 0 0 0 20px;
  float: left;
  background-image: url(../img/popup/wheel_radio.png);
  background-position: 0 -25px;
  background-repeat: no-repeat;
  line-height: 35px;
  font-size: 12px;
}
#searchWheel .radios .focus {
  background-position: 0 10px;
}
#searchWheel #searches .split {
  display: block;
  height: 35px;
  width: 30px;
  float: left;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
}
#searchWheel #searches .select {
  width: 270px;
}
#searchWheel #searches .selectS {
  width: 120px;
  float: left;
}
#searchWheel #searches select {
  height: 35px;
  border: none;
  z-index: 9999;
  width: 270px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: url(../img/popup/search_refineArrow.png) no-repeat right top, -moz-linear-gradient(top, #333333, #333333);
  background: url(../img/popup/search_refineArrow.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#333333), to(#333333));
  background: url(../img/popup/search_refineArrow.png) right 50% no-repeat, linear-gradient(to bottom, #333333 0%, #333333 100%);
  text-indent: 19px;
  color: #FFFFFF;
  background-size: 20px 100%;
}
#searchWheel #searches option {
  color: #000;
  background: url(../img/popup/search_refineArrow.png) no-repeat right top, -moz-linear-gradient(top, #333333, #333333);
  background: url(../img/popup/search_refineArrow.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#333333), to(#333333));
  background: url(../img/popup/search_refineArrow.png) right 50% no-repeat, linear-gradient(to bottom, #333333 0%, #333333 100%);
}
#searchWheel #searchBtnWrap {
  height: 90px;
  max-height: 999999px;
  text-align: center;
}
#searchWheel #searchBtn {
  display: block;
  height: 35px;
  max-height: 999999px;
  width: 221px;
  margin: 0 auto 0 auto;
  background-color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  color: #0a090f;
  overflow: hidden;
  cursor: pointer;
}
#searchWheel #searchBtn:hover {
  opacity: 0.8;
}
/* -------------------------------------
 *  searchMyWheel css
 * ------------------------------------- */
#searchMyWheel {
  height: 350px;
  width: 680px;
  top: 50px;
  left: 160px;
  color: #fff;
  font-size: 12px;
}
#searchMyWheel #searchBtnWrap {
  height: 40px;
  max-height: 999999px;
  text-align: center;
}
#searchMyWheel #searchBtn {
  display: block;
  height: 35px;
  max-height: 999999px;
  width: 221px;
  margin: 0 auto 0 auto;
  background-color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #0a090f;
  overflow: hidden;
}
#searchMyWheel .block:nth-child(1) {
  padding: 0 0 0 0;
}
#searchMyWheel #searchMyWheelLeft {
  width: 280px;
  padding: 10px 20px;
  float: left;
  position: relative;
}
#searchMyWheel #searchMyWheelRight {
  width: 280px;
  padding: 10px 20px;
  float: right;
  position: relative;
}
#searchMyWheel .label {
  display: block;
  margin: 0 0 6px 0;
  border-left: 4px solid #FFFFFF;
  white-space: nowrap;
  line-height: 1.1;
  font-size: 12px;
}
#searchMyWheel .label span {
  display: inline-block;
  width: 280px;
  padding: 0 0 0 7px;
  white-space: nowrap;
}
#searchMyWheel .radios,
#searchMyWheel .search {
  padding: 0 0 18px 0;
}
#searchMyWheel .radios select,
#searchMyWheel .search select,
#searchMyWheel .radios .radio,
#searchMyWheel .search .radio {
  cursor: pointer;
}
#searchMyWheel .radios select:hover,
#searchMyWheel .search select:hover,
#searchMyWheel .radios .radio:hover,
#searchMyWheel .search .radio:hover {
  opacity: 0.8;
}
#searchMyWheel .searchS select {
  cursor: pointer;
}
#searchMyWheel .searchS select:hover {
  opacity: 0.8;
}
#searchMyWheel .radios {
  height: 35px;
  overflow: hidden;
}
#searchMyWheel .radio {
  height: 35px;
  margin: 0 10px 0 5px;
  padding: 0 0 0 20px;
  float: left;
  background-image: url(../img/popup/wheel_radio.png);
  background-position: 0 -25px;
  background-repeat: no-repeat;
  line-height: 35px;
  font-size: 12px;
}
#searchMyWheel .radios .focus {
  background-position: 0 10px;
}
#searchMyWheel #searches .split {
  display: block;
  height: 35px;
  width: 30px;
  float: left;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
}
#searchMyWheel #searches .select {
  width: 270px;
}
#searchMyWheel #searches .selectS {
  width: 120px;
  float: left;
}
#searchMyWheel #searches select {
  height: 35px;
  border: none;
  z-index: 9999;
  width: 270px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: url(../img/popup/search_refineArrow.png) no-repeat right top, -moz-linear-gradient(top, #333333, #333333);
  background: url(../img/popup/search_refineArrow.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#333333), to(#333333));
  text-indent: 19px;
  color: #FFFFFF;
}
#searchMyWheel #searchBtnWrap {
  height: 90px;
  max-height: 999999px;
  text-align: center;
}
#searchMyWheel #searchBtn {
  display: block;
  height: 35px;
  max-height: 999999px;
  width: 221px;
  margin: 0 auto 0 auto;
  background-color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  color: #0a090f;
  overflow: hidden;
  cursor: pointer;
}
#searchMyWheel #searchBtn:hover {
  opacity: 0.8;
}
/* -------------------------------------
 *  myCarHelp css
 * ------------------------------------- */
#myCarHelp {
  height: 350px;
  width: 680px;
  top: 50px;
  left: 160px;
}
#myCarHelp .selectwrap {
  font-size: 12px;
  color: #fff;
  padding: 0 28px 0 28px;
}
#myCarHelp .selectwrap .adviceImg {
  border: 1px solid #fff;
}
#myCarHelp .selectwrap .label {
  display: block;
  margin: 0 0 6px 0;
  border-left: 4px solid #FFFFFF;
  white-space: nowrap;
  line-height: 1.1;
  font-size: 12px;
}
#myCarHelp .selectwrap .label span {
  display: inline-block;
  width: 280px;
  padding: 0 0 0 7px;
  white-space: nowrap;
}
#myCarHelp .selectwrap .adviceList {
  line-height: 1.5;
  list-style: disc;
  margin-bottom: 20px;
}
/* -------------------------------------
 *  myCar modalWrap
 * ------------------------------------- */
.modalWrap {
  font-size: 12px;
  padding: 10px 28px;
}
.modalWrap .btn {
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  cursor: pointer;
  background: #888888;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#777, GradientType=0);
  background: -moz-linear-gradient(top, #999, #777);
  background: -webkit-linear-gradient(top, #999, #777);
  background: -o-linear-gradient(top, #999, #777);
  background: linear-gradient(to bottom, #999, #777);
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
}
.modalWrap .btn:hover {
  background: #666666;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#777, endColorstr=#555, GradientType=0);
  background: -moz-linear-gradient(top, #777, #555);
  background: -webkit-linear-gradient(top, #777, #555);
  background: -o-linear-gradient(top, #777, #555);
  background: linear-gradient(to bottom, #777, #555);
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555));
}
.modalWrap .btn-left {
  background: #aaaaaa;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbb, endColorstr=#999, GradientType=0);
  background: -moz-linear-gradient(top, #bbb, #999);
  background: -webkit-linear-gradient(top, #bbb, #999);
  background: -o-linear-gradient(top, #bbb, #999);
  background: linear-gradient(to bottom, #bbb, #999);
  background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999));
}
.modalWrap .btn-left:hover {
  background: #aaaaaa;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#bbb, GradientType=0);
  background: -moz-linear-gradient(top, #999, #bbb);
  background: -webkit-linear-gradient(top, #999, #bbb);
  background: -o-linear-gradient(top, #999, #bbb);
  background: linear-gradient(to bottom, #999, #bbb);
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#bbb));
}
.modalWrap .btn-right {
  background: #aaaaaa;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bbb, endColorstr=#999, GradientType=0);
  background: -moz-linear-gradient(top, #bbb, #999);
  background: -webkit-linear-gradient(top, #bbb, #999);
  background: -o-linear-gradient(top, #bbb, #999);
  background: linear-gradient(to bottom, #bbb, #999);
  background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999));
  float: right;
}
.modalWrap .btn-right:hover {
  background: #aaaaaa;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999, endColorstr=#bbb, GradientType=0);
  background: -moz-linear-gradient(top, #999, #bbb);
  background: -webkit-linear-gradient(top, #999, #bbb);
  background: -o-linear-gradient(top, #999, #bbb);
  background: linear-gradient(to bottom, #999, #bbb);
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#bbb));
}
/* -------------------------------------
 *  myCarWheelF css
 * ------------------------------------- */
#myCarWheelF {
  top: 50px;
  left: 30px;
  width: 500px;
}
/* -------------------------------------
 *  myCarWheelR css
 * ------------------------------------- */
#myCarWheelR {
  top: 50px;
  left: 30px;
  width: 500px;
}
/* -------------------------------------
 *  myCarWheelK css
 * ------------------------------------- */
#myCarWheelK {
  top: 50px;
  left: 30px;
  width: 500px;
}
#myCarWheelK .editTireBtn {
  color: #000;
  font-weight: bold;
  height: 22px;
  padding: 0px 6px 0px 6px;
  margin-left: 2px;
  font-size: 10px;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #bbb, #888);
  background: linear-gradient(to bottom, #bbb, #888);
}
#myCarWheelK .editTireBtn:hover {
  background: -moz-linear-gradient(top, #a2a2a2, #6f6f6f);
  background: linear-gradient(to bottom, #a2a2a2, #6f6f6f);
}
#myCarWheelK .editTireBtn.focus {
  color: #fff;
  background: -moz-linear-gradient(top, #006b99, #004e75);
  background: -webkit-gradient(linear, center top, center bottom, from(#006b99), to(#004e75));
  background: linear-gradient(to bottom, #006b99, #004e75);
}
/* -------------------------------------
 *  myCarZoom css
 * ------------------------------------- */
#myCarZoom {
  top: 50px;
  left: 30px;
  width: 500px;
}
/* -------------------------------------
 *  wheelInfo css
 * ------------------------------------- */
#wheelInfo {
  right: -244px;
  top: 50px;
  font-size: 10px;
  color: #fff;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 29999;
}
#wheelInfo #wheelInfoButton {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: -32px;
  top: -2px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  cursor: pointer;
}
#wheelInfo #wheelInfoButton:hover {
  background-color: #646464;
}
#wheelInfo span {
  display: block;
  line-height: 20px;
}
#wheelInfo .wheelInfoTitle {
  font-size: 12px;
  color: #0883b9;
  font-weight: bold;
}
#wheelInfo .wheelInfoHeader {
  width: 68px;
  float: left;
}
#wheelInfo .wheelInfoText {
  width: 152px;
  margin-left: 68px;
}
#wheelInfo div.wheelInfoText {
  padding: 5px 0;
}
.nutInfo .wheelInfoText {
  width: 220px !important;
  margin-left: 0 !important;
}
#wheelInfo.nutInfo {
  top: 200px;
}
.wheelInfoOpen {
  right: 0 !important;
}
/* -------------------------------------
 *  tireInfo css
 *  202204 フィッティングルーム
 * ------------------------------------- */
 #tireInfo {
  right: -244px;
  top: 50px;
  font-size: 10px;
  color: #fff;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 29999;
}
#tireInfo #tireInfoButton {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: -32px;
  top: -2px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  cursor: pointer;
}
#tireInfo #tireInfoButton:hover {
  background-color: #646464;
}
#tireInfo span {
  display: block;
  line-height: 20px;
}
#tireInfo .tireInfoTitle {
  font-size: 12px;
  color: #0883b9;
  font-weight: bold;
}
#tireInfo .tireInfoHeader {
  width: 68px;
  float: left;
}
#tireInfo .tireInfoText {
  width: 152px;
  margin-left: 68px;
}
#tireInfo div.tireInfoText {
  padding: 5px 0;
}
.tireInfo .tireInfoText {
  width: 220px !important;
  margin-left: 0 !important;
}
#tireInfo.tireInfo {
  top: 285px;
}
.tireInfoOpen {
  right: 0 !important;
}
/* -------------------------------------
 *  editTire css
 * ------------------------------------- */
#editTire {
  position: absolute;
  top: 410px;
  left: 250px;
  z-index: 30003;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  height: 37px;
  line-height: 35px;
  color: #fff;
  padding: 0 15px;
  font-size: 10px;
}
#editTire span {
  font-size: 10px;
  margin-right: 5px;
  margin-left: 15px;
}
#editTire a,
#editTire span {
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
}
#editTire a img,
#editTire span img {
  height: 22px;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
}
#editTire .editTireBtn {
  color: #000;
  font-weight: bold;
  height: 23px;
  padding: 0px 6px 0px 6px;
  margin-left: 2px;
  font-size: 10px;
  line-height: 23px;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #bbb, #888);
  background: linear-gradient(to bottom, #bbb, #888);
}
#editTire .editTireBtn:hover {
  background: -moz-linear-gradient(top, #a2a2a2, #6f6f6f);
  background: linear-gradient(to bottom, #a2a2a2, #6f6f6f);
}
#editTire .editTireBtn.focus {
  color: #fff;
  background: -moz-linear-gradient(top, #006b99, #004e75);
  background: -webkit-gradient(linear, center top, center bottom, from(#006b99), to(#004e75));
  background: linear-gradient(to bottom, #006b99, #004e75);
}
#editTire .rotateNut:hover {
  opacity: 0.8;
}
/* -------------------------------------
 *  productImage css
 * ------------------------------------- */
#productImage {
  height: 494px;
  width: 410px;
  top: 50px;
  left: 300px;
  color: #fff;
  font-size: 12px;
}
#productImage .heading {
  font-size: 16px;
}
#productImage .border {
    height: 1px;
    width: 410px;
    background-color: #333c44;
    /*border-top: 28px solid #0a090f;
    border-bottom: 28px solid #0a090f;*/
    overflow: hidden;
    clear: both;
}
#productImage #productImageContaier {
  text-align: center;
  padding: 15px;
}
#productImage #productImageContaier .big {
  width: 360px;
  height: 360px;
}
#productImage #productImageContaier .small {
  width: 48px;
  border: 3px solid #0883b9;
  margin-top: 20px;
  display: inline-block;
}
#productImage #detailWheelThumbnails {
    height: 80px;
    white-space: nowrap;
    display: flex;
    display: -ms-flexbox;
    overflow-x: scroll;
    overflow-y: hidden;
}
#productImage #detailWheelThumbnails .thumbnail {
    margin: 0px 2px 0px 0px;
    padding: 3px 3px 3px 3px;
    border: 5px solid transparent;
    float: left;
    width: 48px;
    height: 48px;
}
#productImage #detailWheelThumbnails .focus {
    border: 5px solid #0070ac;
    float: left;
}
/* -------------------------------------
 *  productTireImage css
 *  202204 フィッティングルーム
 * ------------------------------------- */
 #productTireImage {
  height: 435px;
  width: 410px;
  top: 50px;
  left: 300px;
  color: #fff;
  font-size: 12px;
}
#productTireImage .heading {
  font-size: 16px;
}
#productTireImage .border {
    height: 1px;
    width: 410px;
    background-color: #333c44;
    /*border-top: 28px solid #0a090f;
    border-bottom: 28px solid #0a090f;*/
    overflow: hidden;
    clear: both;
}
#productTireImage #productTireImageContaier {
  text-align: center;
  padding: 15px;
}
#productTireImage #productTireImageContaier .big {
  width: 360px;
  height: 360px;
}
#productTireImage #productTireImageContaier .small {
  width: 48px;
  border: 3px solid #0883b9;
  margin-top: 20px;
  display: inline-block;
}
/* -------------------------------------
 *  selectBg css
 * ------------------------------------- */
#selectBg {
  height: 120px;
  width: 310px;
  top: 50px;
  left: 30px;
}
#selectBg #selectBgCrop {
  width: 300px;
  height: 68px;
  margin: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}
#selectBg #selectBgCrop #selectBgContainer {
  position: absolute;
}
#selectBg #selectBgCrop .selectBgImg {
  width: 80px;
  height: 60px;
  display: inline-block;
  margin-left: 5px;
}
#selectBg .selectBgCropOverlay {
  position: absolute;
  width: 30%;
  height: 100%;
}
#selectBg .selectBgCropOverlay.left {
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
#selectBg .selectBgCropOverlay.right {
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
#selectBg .selectBgCropOverlay.center {
  top: 35px;
  left: 105px;
  width: 92px;
  height: 66px;
  border: 4px solid #0883b9;
}
#selectBg .bgSelectBtn {
  top: 63px;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to top, #777, #bbb);
}
#selectBg .bgSelectBtn:hover {
  opacity: 0.8;
}
#selectBg #bgSelectBtnLeft {
  left: 5px;
  text-indent: -2px;
}
#selectBg #bgSelectBtnRight {
  right: 5px;
  text-indent: 1px;
}
/* -------------------------------------
 *  selectBodyColor css
 * ------------------------------------- */
#selectBodyColor {
  height: 138px;
  width: 274px;
  top: 50px;
  left: 30px;
}
#selectBodyColor #selectBodyColorContaier {
  padding: 10px;
}
#selectBodyColor #selectBodyColorContaier .bodyColor {
  width: 34px;
  height: 10px;
  margin-left: 2px;
  margin-bottom: 2px;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
}
#selectBodyColor #selectBodyColorContaier .bodyColor:hover {
  width: 48px;
  height: 20px;
  margin-left: -6px;
  margin-top: -6px;
  margin-right: -6px;
  z-index: 30000;
  margin-bottom: -6px;
  position: relative;
  box-shadow: 1px 1px 1px #000000;
  -moz-box-shadow: 1px 1px 1px #000000;
  -webkit-box-shadow: 1px 1px 1px #000000;
}
#selectBodyColor #selectBodyColorContaier .headOfPalet {
  clear: both;
}
/* -------------------------------------
 *  selectMyCar css
 * ------------------------------------- */
#selectMyCar {
  height: 380px;
  width: 800px;
  top: 50px;
  left: 100px;
}
#selectMyCar #changeSelectCar {
  z-index: 3003;
}
#selectMyCar #changeSelectCar .wrap {
  display: block;
  width: 400px;
  text-align: center;
  color: #FFFFFF;
}
#selectMyCar #changeSelectCar .caption {
  margin: 0 0 24px 0;
}
#selectMyCar #changeSelectCar .btn {
  display: block;
  height: 60px;
  width: 400px;
  margin: 0 0 2px 0;
  background-color: #323232;
  line-height: 60px;
}
#selectMyCar #changeSelectCar .noSelect {
  opacity: 0.5;
}
#selectMyCar #changeSelectCar .mycarCaption {
  margin: 24px 0 0 0;
}
#selectMyCar #changeSelectCar .mycarCaption a:link,
#selectMyCar #changeSelectCar .mycarCaption a:visited,
#selectMyCar #changeSelectCar .mycarCaption a:hover,
#selectMyCar #changeSelectCar .mycarCaption a:active {
  color: #efab08;
}
#selectMyCar #mycarSelect {
  z-index: 3002;
}
#selectMyCar #normalSelect {
  z-index: 3001;
}
#selectMyCar #myCarCaption {
  padding: 20px 20px 0 28px;
  font-size: 12px;
  color: #fff;
}
#selectMyCar #steps {
  height: 25px;
  margin: 0 0 0 28px;
  color: #999;
}
#selectMyCar #steps .step {
  display: block;
  height: 25px;
  width: 364px;
  float: left;
  margin: 0 0 0 -1px;
  background-color: #323232;
  font-size: 12px;
  line-height: 25px;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#selectMyCar #steps .step:hover {
  opacity: 0.8;
}
#selectMyCar #steps .step:first-child {
  margin: 0 0 0 0;
}
#selectMyCar #steps .focus {
  background: -webkit-gradient(linear, center top, center bottom, from(#00669b), to(#004b74));
  background: #005988;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00669b, endColorstr=#004b74, GradientType=0);
  background: -moz-linear-gradient(top, #00669b, #004b74);
  background: -webkit-linear-gradient(top, #00669b, #004b74);
  background: -o-linear-gradient(top, #00669b, #004b74);
  background: linear-gradient(to bottom, #00669b, #004b74);
  background: -webkit-gradient(linear, left top, left bottom, from(#00669b), to(#004b74));
  color: #FFFFFF;
}
#selectMyCar #steps .end {
  color: #FFFFFF;
}
#selectMyCar #steps .split {
  display: block;
  height: 25px;
  width: 22px;
  float: left;
  margin: 0 0 0 -1px;
  background-image: url(../img/popup/step_arrow.png);
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
}
#selectMyCar #steps .split00 {
  background-position: center top;
}
#selectMyCar #steps .split10 {
  background-position: center -25px;
}
#selectMyCar #steps .split01 {
  background-position: center -50px;
}
#selectMyCar #steps .split20 {
  background-position: center -75px !important;
}
#selectMyCar #steps .label {
  width: 360px;
  position: absolute;
  text-indent: 19px;
}
#selectMyCar #steps .selected {
  position: absolute;
  margin: 30px 0 0 0;
  line-height: 33px;
  text-indent: 19px;
}
#selectMyCar #stepwrapper {
  height: 272px;
  width: 750px;
  margin: 20px 0 0 28px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
}
#selectMyCar #stepwrapper #step1 {
  position: absolute;
  overflow: hidden;
}
#selectMyCar #stepwrapper #step1 .myCarListWrap .myCarList {
  height: 240px;
  width: 230px;
  margin-right: 28px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}
#selectMyCar #stepwrapper #step1 .myCarListWrap .myCarList:nth-child(3n) {
  margin-right: 0;
}
#selectMyCar #stepwrapper #step1 .myCarListWrap .myCarList .myCarImg {
  height: 170px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 2px;
}
#selectMyCar #stepwrapper #step1 .myCarListWrap .myCarList .myCarImg:hover {
  border: 1px solid #0883b9;
}
#selectMyCar #stepwrapper #step1 .myCarListWrap .myCarList .myCarImg img {
  width: 100%;
}
#selectMyCar #stepwrapper #step1 .myCarListWrap .myCarList .myCarText {
  margin-top: 15px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}
#selectMyCar #stepwrapper #step1 .myCarListWrap .myCarListDisabled {
  cursor: no-drop;
}
#selectMyCar #stepwrapper #step1 .myCarListWrap .myCarListDisabled .myCarImg {
  height: 170px;
  width: 230px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 2px;
}
#selectMyCar #stepwrapper #step1 .myCarListWrap .myCarListDisabled .myCarImg:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
#selectMyCar #stepwrapper #step1 .myCarNotice {
  width: 750px;
  clear: both;
  text-align: right;
  font-size: 12px;
  color: #fff;
}
#selectMyCar #stepwrapper #step1 #selectDivision {
  height: 42px;
  padding: 0 0 6px 0;
}
#selectMyCar #stepwrapper #step1 #selectDivision .selector {
  display: block;
  height: 42px;
  width: 140px;
  float: left;
  margin: 0 3px 0 0;
  background-color: transparent;
  background-image: url(../img/popup/step1_divisionBg.png);
  background-position: left -42px;
  background-repeat: no-repeat;
  line-height: 34px;
  text-indent: 19px;
  font-size: 12px;
  color: #FFFFFF;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#selectMyCar #stepwrapper #step1 #selectDivision .selector:hover {
  opacity: 0.8;
}
#selectMyCar #stepwrapper #step1 #selectDivision .selector span {
  padding: 0 0 0 19px;
  font-family: Helvetica, sans-serif;
  font-size: 0.75em;
  opacity: 0.6;
}
#selectMyCar #stepwrapper #step1 #selectDivision .focus {
  background-position: left top;
}
#selectMyCar #stepwrapper #step1 .wrap {
  height: 194px;
  width: 630px;
  position: relative;
  overflow: hidden;
}
#selectMyCar #stepwrapper #step1 .wrap #makerList {
  width: 630px;
  height: 194px;
  overflow-y: scroll;
  position: absolute;
}
#selectMyCar #stepwrapper #step1 .wrap #makerList .item {
  height: 35px;
  width: 305px;
  float: left;
  margin: 0 0 0 0;
  border-bottom: 1px solid #0a090f;
  border-right: 1px solid #0a090f;
  background-image: url(../img/popup/step1_makerArrow.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #333333;
  line-height: 35px;
  font-size: 12px;
  text-indent: 19px;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}
#selectMyCar #stepwrapper #step1 .wrap #makerList .item:hover {
  opacity: 0.8;
}
#selectMyCar #stepwrapper #step1 .wrap #makerList .item:last-child {
  border-right: 0 solid;
}
#selectMyCar #stepwrapper #step1 .wrap #makerList a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}
#selectMyCar #stepwrapper #step1 .wrap #makerList a:hover.item,
#selectMyCar #stepwrapper #step1 .wrap #makerList a:active.item {
  text-decoration: none;
}
#selectMyCar #stepwrapper #step1 .wrap #makerList .focus {
  background: url(../img/popup/step1_makerArrow.png) no-repeat right top, -moz-linear-gradient(top, #00669b, #004b74);
  background: url(../img/popup/step1_makerArrow.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#00669b), to(#004b74));
  text-decoration: none;
}
#selectMyCar #stepwrapper #step2 {
  position: absolute;
  overflow: hidden;
}
#selectMyCar #stepwrapper #step2 #refineCar {
  height: 30px;
  overflow: hidden;
}
#selectMyCar #stepwrapper #step2 #refineCar .refine {
  float: left;
  color: #FFFFFF;
  overflow: hidden;
}
#selectMyCar #stepwrapper #step2 #refineCar .selector {
  height: 30px;
  background-image: url(../img/popup/step3_refineArrow.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #333333;
  text-indent: 10px;
  line-height: 30px;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}
#selectMyCar #stepwrapper #step2 #refineCar select {
  height: 30px;
  border: none;
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  background: url(../img/popup/step3_refineArrow.png) no-repeat right top, -moz-linear-gradient(top, #333333, #333333);
  background: url(../img/popup/step3_refineArrow.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#333333), to(#333333));
  text-indent: 10px;
  color: #FFFFFF;
}
#selectMyCar #stepwrapper #step2 #refineCar .split {
  height: 30px;
  width: 28px;
  float: left;
  overflow: hidden;
}
#selectMyCar #stepwrapper #step2 #gradeListLabel {
  width: 717px;
  height: 30px;
  margin: 0 0 1px 0;
  background-color: #333333;
  text-indent: 10px;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  overflow: hidden;
  opacity: 0.5;
}
#selectMyCar #stepwrapper #step2 #gradeListLabel #labelYear {
  width: 210px;
  border-right: 1px solid #0a090f;
  float: left;
}
#selectMyCar #stepwrapper #step2 #gradeListLabel #labelGrade {
  width: 355px;
  float: left;
}
#selectMyCar #stepwrapper #step2 #gradeListLabel #labelDecision {
  width: 150px;
  border-left: 1px solid #0a090f;
  float: right;
}
#selectMyCar #stepwrapper #step2 #gradeListLabel #labelYear span,
#selectMyCar #stepwrapper #step2 #gradeListLabel #labelGrade span,
#selectMyCar #stepwrapper #step2 #gradeListLabel #labelDecision span {
  position: relative;
}
#selectMyCar #stepwrapper #step2 .wrap {
  height: 194px;
  width: 737px;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}
#selectMyCar #stepwrapper #step2 .wrap #gradeList {
  position: absolute;
}
#selectMyCar #stepwrapper #step2 .wrap #gradeList .item {
  height: 30px;
  background-color: #333333;
  border-bottom: 1px solid #0a090f;
  text-indent: 19px;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  overflow: hidden;
}
#selectMyCar #stepwrapper #step2 .wrap #gradeList .unRefined {
  opacity: 0.5;
}
#selectMyCar #stepwrapper #step2 .wrap #gradeList .datYear {
  width: 210px;
  border-right: 1px solid #0a090f;
  float: left;
}
#selectMyCar #stepwrapper #step2 .wrap #gradeList .datGrade {
  width: 355px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#selectMyCar #stepwrapper #step2 .wrap #gradeList .datDicision {
  width: 150px;
  float: left;
  border-left: 1px solid #0a090f;
  background: #b4b4b4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cecece, endColorstr=#999999, GradientType=0);
  background: -moz-linear-gradient(top, #cecece, #999999);
  background: -webkit-linear-gradient(top, #cecece, #999999);
  background: -o-linear-gradient(top, #cecece, #999999);
  background: linear-gradient(to bottom, #cecece, #999999);
  background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#999999));
  color: #0a090f;
  cursor: pointer;
}
#selectMyCar #stepwrapper #step2 .wrap #gradeList .datDicision:hover {
  opacity: 0.8;
}
#selectMyCar #stepwrapper #step2 .wrap #gradeList .datDicision i {
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
  float: right;
}
.heading {
  color: #fff;
  line-height: 30px;
  margin-left: 10px;
  margin-top: 5px;
}
#changeFitting .menu {
  display: block;
  height: 30px;
  width: 114px;
  float: left;
  background: #242526;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a3b3c, endColorstr=#0d0e0f, GradientType=0);
  background: -moz-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -webkit-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -o-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: linear-gradient(to bottom, #3a3b3c, #0d0e0f);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a3b3c), to(#0d0e0f));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  text-indent: 12px;
  line-height: 30px;
  overflow: hidden;
}
#changeFitting .menu:hover {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
#changeFitting .menu:hover i {
  color: #000;
}
#changeFitting .menu.active {
  color: #000 !important;
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
#return .menu {
  display: block;
  height: 30px;
  width: 114px;
  float: left;
  background: #242526;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a3b3c, endColorstr=#0d0e0f, GradientType=0);
  background: -moz-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -webkit-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -o-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: linear-gradient(to bottom, #3a3b3c, #0d0e0f);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a3b3c), to(#0d0e0f));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  text-indent: 12px;
  line-height: 30px;
  overflow: hidden;
}
#return .menu:hover {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
#return .menu:hover i {
  color: #000;
}
#return .menu.active {
  color: #000 !important;
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
#header {
  display: block;
  height: 32px;
  padding: 0px 0px 0px 3px;
  font-size: 0.625em;
  z-index: 30000;
  overflow: visible !important;
  position: absolute;
}
#header .menu {
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: -3px;
  margin-right: 3px;
  display: block;
  height: 30px;
  width: 114px;
  float: left;
  background: #242526;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a3b3c, endColorstr=#0d0e0f, GradientType=0);
  background: -moz-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -webkit-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -o-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: linear-gradient(to bottom, #3a3b3c, #0d0e0f);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a3b3c), to(#0d0e0f));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  text-indent: 12px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
}
#header .menu:hover {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
#header .menu:hover i {
  color: #000;
}
#header .menu.active {
  color: #000 !important;
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
#header .menu:link {
  color: #FFFFFF;
}
#header .menu:visited {
  color: #FFFFFF;
}
#header .menu:hover {
  color: #000 !important;
}
#header .menu:hover i {
  color: #000 !important;
}
#header .menu i {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 14px;
  opacity: 0.8;
}
#header .menu.disabled {
  opacity: 0.3;
}
#header .menu.disabled:hover {
  background: none;
  color: #fff !important;
}
#header .menu.disabled:hover i {
  color: #fff !important;
}
#header #forBackToNormal {
  position: absolute;
  left: -240px;
  width: 69px;
  background: #c8c20c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dcd518, endColorstr=#b4ae00, GradientType=0);
  background: -moz-linear-gradient(top, #dcd518, #b4ae00);
  background: -webkit-linear-gradient(top, #dcd518, #b4ae00);
  background: -o-linear-gradient(top, #dcd518, #b4ae00);
  background: linear-gradient(to bottom, #dcd518, #b4ae00);
  background: -webkit-gradient(linear, left top, left bottom, from(#dcd518), to(#b4ae00));
  color: #000;
}
#header #forLoadCar {
  position: absolute;
  left: -240px;
  width: 125px;
}
#header #forSearchWheel {
  margin-right: 20px;
}
#header #forMyCarHelp {
  margin-left: 10px;
  width: 225px;
}
#header #forMyCar {
  margin-left: 10px;
  width: 165px;
  background: #0f910f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15ac15, endColorstr=#097509, GradientType=0);
  background: -moz-linear-gradient(top, #15ac15, #097509);
  background: -webkit-linear-gradient(top, #15ac15, #097509);
  background: -o-linear-gradient(top, #15ac15, #097509);
  background: linear-gradient(to bottom, #15ac15, #097509);
  background: -webkit-gradient(linear, left top, left bottom, from(#15ac15), to(#097509));
  border: 2px solid rgba(255, 255, 255, 0.2);
}
#header #forFixMyCarImage {
  position: absolute;
  left: -240px;
  top: 53px;
  width: 175px;
  z-index: 30000;
}
#header #forFixMyCarWheel {
  position: absolute;
  left: -240px;
  top: 93px;
  width: 175px;
  z-index: 30000;
}
#posting .menu {
  display: block;
  height: 30px;
  width: 114px;
  float: left;
  background: #242526;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a3b3c, endColorstr=#0d0e0f, GradientType=0);
  background: -moz-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -webkit-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: -o-linear-gradient(top, #3a3b3c, #0d0e0f);
  background: linear-gradient(to bottom, #3a3b3c, #0d0e0f);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a3b3c), to(#0d0e0f));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  text-indent: 12px;
  line-height: 30px;
  overflow: hidden;
}
#posting .menu:hover {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
#posting .menu:hover i {
  color: #000;
}
#posting .menu.active {
  color: #000 !important;
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccc, endColorstr=#fff, GradientType=0);
  background: -moz-linear-gradient(top, #ccc, #fff);
  background: -webkit-linear-gradient(top, #ccc, #fff);
  background: -o-linear-gradient(top, #ccc, #fff);
  background: linear-gradient(to bottom, #ccc, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}
/* -------------------------------------
 *  container
 * ------------------------------------- */
#container {
  display: block;
  width: 1000px;
  position: absolute;
  z-index: 2001;
}
#container #item {
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
  background-color: #000000;
  text-align: center;
  line-height: 250px;
  overflow: hidden;
  color: #FFFFFF;
}
#container #carObject {
  display: block;
  height: 270px;
  width: 690px;
  position: absolute;
  transition-property: top, bottom, left, opacity;
  transition-duration: 0.3s;
}
#container #carObject img {
  display: block;
  position: absolute;
}
#container #carObject #carShadow {
  display: block;
  height: 50px;
  width: 690px;
  position: absolute;
  white-space: nowrap;
  top: 200px;
  overflow: hidden;
}
#container #carObject #carShadow img {
  position: relative;
  float: left;
}
#container #carObject .tire,
#container #carObject .brake,
#container #carObject .wheel,
#container #carObject .nut {
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -webkit-transition-duration: 0ms;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
}
#container #carObject #nut_f.hidden,
#container #carObject #nut_r.hidden {
  visibility: inherit;
}
#container #carObject #circuit {
  display: block;
  height: 1px;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
}
/* -------------------------------------
 *  bg css
 * ------------------------------------- */
#bg {
  display: block;
  height: 475px;
  width: 1000px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  background-color: #171f2a;
  overflow: hidden;
  z-index: 1001;
}
/* -------------------------------------
 *  menu css
 * ------------------------------------- */
#menu {
  display: block;
  bottom: 0;
  top: 443px;
  position: absolute;
  z-index: 30003;
  height: 32px;
}
#menu .menu {
  display: block;
  height: 32px;
  width: 100px;
  float: left;
  margin: 0 0 0 10px;
  background: #505050;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#606060, endColorstr=#3f3f3f, GradientType=0);
  background: -moz-linear-gradient(top, #606060, #3f3f3f);
  background: -webkit-linear-gradient(top, #606060, #3f3f3f);
  background: -o-linear-gradient(top, #606060, #3f3f3f);
  background: linear-gradient(to bottom, #606060, #3f3f3f);
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#3f3f3f));
  text-align: center;
  color: #fff;
  font-size: 0.675em;
  line-height: 32px;
  overflow: hidden;
}
#menu .menu span {
  color: #fff;
  display: block;
  height: 32px;
  width: 90px;
}
#menu .menu:hover {
  background: #696969;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7a7a7a, endColorstr=#595959, GradientType=0);
  background: -moz-linear-gradient(top, #7a7a7a, #595959);
  background: -webkit-linear-gradient(top, #7a7a7a, #595959);
  background: -o-linear-gradient(top, #7a7a7a, #595959);
  background: linear-gradient(to bottom, #7a7a7a, #595959);
  background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#595959));
}
#menu .menu:hover:after {
  border-top: 8px solid #595959 !important;
}
#menu .active {
  background: #005d87;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#006b99, endColorstr=#004e75, GradientType=0);
  background: -moz-linear-gradient(top, #006b99, #004e75);
  background: -webkit-linear-gradient(top, #006b99, #004e75);
  background: -o-linear-gradient(top, #006b99, #004e75);
  background: linear-gradient(to bottom, #006b99, #004e75);
  background: -webkit-gradient(linear, left top, left bottom, from(#006b99), to(#004e75));
}
#menu .active:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0 0 0 -8px;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid #004e75;
  border-right: 8px solid transparent;
}
#menu .disabled {
  cursor: not-allowed;
  background: #777 !important;
}
#menu .disabled:hover {
  background: #777 !important;
}
#menu .disabled span {
  color: #555 !important;
}
#subWheelListWrapper {
  position: absolute;
  z-index: 50000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#subWheelListWrapper #subWheelListBackdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#subWheelListWrapper #subWheelList {
  height: 100px;
  background: #000000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0.7), endColorstr=#000000, GradientType=0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), #000000);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), #000000);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), #000000);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), #000000);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(#000000));
  position: absolute;
  top: 390px;
  z-index: 50000;
  padding: 10px 25px 10px 10px;
  border: solid #999 3px;
}
#subWheelListWrapper #subWheelList:after,
#subWheelListWrapper #subWheelList:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 50000;
}
#subWheelListWrapper #subWheelList:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #000;
  border-width: 10px;
  margin-left: -10px;
}
#subWheelListWrapper #subWheelList:before {
  border-color: rgba(153, 153, 153, 0);
  border-top-color: #999;
  border-width: 17px;
  margin-left: -17px;
}
#subWheelListWrapper #subWheelList .baseItem {
  height: 100px;
  width: 100px;
  display: block;
  float: left;
  margin-right: -15px;
}
#subWheelListWrapper #subWheelList .baseItem .baseWheel {
  height: 100px;
  width: 100px;
  margin: 0 0 0 0;
  opacity: 0.7;
  cursor: pointer;
  position: absolute;
}
#subWheelListWrapper #subWheelList .baseItem .baseWheel.focus {
  z-index: 50000;
  opacity: 1;
}
#subWheelListWrapper #subWheelList .baseItem .baseWheel:hover {
  z-index: 50001;
  opacity: 1;
}
/* -------------------------------------
 *  footer > settings > forWheel css
 * ------------------------------------- */
#forWheel #selectWheel {
  height: 150px;
  background: #151515;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#292929, endColorstr=#000, GradientType=0);
  background: -moz-linear-gradient(top, #292929, #000);
  background: -webkit-linear-gradient(top, #292929, #000);
  background: -o-linear-gradient(top, #292929, #000);
  background: linear-gradient(to bottom, #292929, #000);
  background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#000));
  overflow: hidden;
}
#forWheel #resultCount {
  width: 768px;
  margin: 10px 0 0 0;
  top: 64px;
  position: absolute;
  white-space: nowrap;
  text-align: right;
  font-size: 0.75em;
  color: #ccc;
}
#forWheel .label {
  display: block;
  margin: 10px 0 0 10px;
  position: absolute;
  font-size: 0.75em;
  color: #ccc;
}
#forWheel .wheelSwitcher {
  display: block;
  height: 105px;
  width: 23px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#forWheel .wheelSwitcher:hover {
  opacity: 0.8;
}
#forWheel #wheelSwitcherR {
  margin: 32px 0 0 746px;
  background-image: url(../img/setting/btn_right.png);
}
#forWheel #wheelSwitcherL {
  margin: 32px 0 0 11px;
  background-image: url(../img/setting/btn_left.png);
}
#selectWheel #dragWheelCover {
  height: 130px;
  width: 680px;
  padding: 0 50px;
  margin-top: 20px;
  position: absolute;
  overflow: hidden;
}
#selectWheel #dragWheelCover #baseItem {
  height: 100px;
  width: 100px;
  display: block;
  float: left;
  margin-right: -35px;
}
#selectWheel #dragWheelCover #baseItem #baseWheel {
  height: 100px;
  width: 100px;
  margin: 43px 0 0 0;
  opacity: 0.7;
  cursor: pointer;
  position: absolute;
}
#selectWheel #dragWheelCover #baseItem #baseWheel.focus {
  margin-top: 25px;
  z-index: 40000;
  opacity: 1;
}
#selectWheel #dragWheelCover #baseItem #baseWheel:hover {
  margin-top: 25px;
  z-index: 40001;
  opacity: 1;
}
#selectWheel #dragWheel {
  width: 9999px;
  position: absolute;
}
#selectWheel .item {
  display: block;
  height: 255px;
  width: 100px;
  position: absolute;
  overflow: hidden;
}
#selectWheel .wheel {
  display: block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 73px;
  overflow: hidden;
}
#selectWheel .shadow {
  display: block;
  height: 26px;
  width: 100%;
  position: absolute;
  background: #000000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0), endColorstr=#000, GradientType=0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  top: 100px;
  left: 0;
  overflow: hidden;
}
/* -------------------------------------
 *  comment css
 * ------------------------------------- */
 #comment {
  position: absolute;
  z-index: 30000;
  top: 365px;
  left: 840px;
 }
/* -------------------------------------
 *  footer > settings > forTire css
 * ------------------------------------- */
#forTire {
  position: absolute !important;
  z-index: 50000 !important;
}
#forTire #selectTire {
  height: 210px;
  width: 780px;
  background: #151515;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#292929, endColorstr=#000, GradientType=0);
  background: -moz-linear-gradient(top, #292929, #000);
  background: -webkit-linear-gradient(top, #292929, #000);
  background: -o-linear-gradient(top, #292929, #000);
  background: linear-gradient(to bottom, #292929, #000);
  background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#000));
  overflow: hidden;
  float: left;
}
#forTire #priceTire {
  height: 210px;
  width: 220px;
  float: left;
  background-color: #1b252e;
  position: absolute;
  right: -220px;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
}
#forTire #priceTire .priceTireTitle {
  font-size: 14px;
  color: #0883b9;
}
#forTire #priceTire .priceTireText {
  width: 100%;
  height: 25px;
  line-height: 25px;
}
#forTire #priceTire .btn {
  display: block;
  height: 20px;
  width: 90px;
  position: absolute;
  margin: 38px 0px 0px 110px;
  border: 1px solid #525252;
  background-color: #3d3d3d;
  font-size: 0.75em;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
}
#forTire #priceTire #toCart {
  border: 1px solid #00587c;
  background: #005a88;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00669b, endColorstr=#004e75, GradientType=0);
  background: -moz-linear-gradient(top, #00669b, #004e75);
  background: -webkit-linear-gradient(top, #00669b, #004e75);
  background: -o-linear-gradient(top, #00669b, #004e75);
  background: linear-gradient(to bottom, #00669b, #004e75);
  background: -webkit-gradient(linear, left top, left bottom, from(#00669b), to(#004e75));
  -moz-box-shadow: 0px 1px 2px #153a4d;
  -webkit-box-shadow: 0px 1px 2px #153a4d;
  -ms-box-shadow: 0px 1px 2px #153a4d;
}
#forTire #priceTire #toCart:hover {
  border: 1px solid #444;
  background: #444444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333, endColorstr=#555, GradientType=0);
  background: -moz-linear-gradient(top, #333, #555);
  background: -webkit-linear-gradient(top, #333, #555);
  background: -o-linear-gradient(top, #333, #555);
  background: linear-gradient(to bottom, #333, #555);
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#555));
}
#forTire #resultCount {
  width: 768px;
  margin: 10px 0 0 0;
  top: 4px;
  position: absolute;
  white-space: nowrap;
  text-align: right;
  font-size: 0.75em;
  color: #ccc;
}
#forTire .label {
  display: block;
  margin: 10px 0 0 10px;
  position: absolute;
  font-size: 0.75em;
  color: #ccc;
}
#forTire .tireSwitcher {
  display: block;
  height: 105px;
  width: 23px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  top: 70px;
}
#forTire .tireSwitcher:hover {
  opacity: 0.8;
}
#forTire #tireSwitcherR {
  margin: 0 0 0 746px;
  background-image: url(../img/setting/btn_right.png);
}
#forTire #tireSwitcherL {
  margin: 0 0 0 11px;
  background-image: url(../img/setting/btn_left.png);
}
#selectTire #dragTire {
  width: 680px;
  padding: 0 50px;
  height: 125px;
  margin-top: 30px;
  position: absolute;
}
#selectTire #dragTire.moveR {
  -webkit-animation-name: 'dragWheel-moveR';
  -webkit-animation-duration: 0.3s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}
#selectTire #dragTire.moveL {
  -webkit-animation-name: 'dragWheel-moveL';
  -webkit-animation-duration: 0.3s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}
#selectTire #dragTire.view {
  left: 0;
  -webkit-animation-name: 'dragWheel-view';
  -webkit-animation-duration: 0.3s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}
#selectTire .item {
  font-size: 12px;
  display: block;
  height: 82px;
  width: 223px;
  margin-top: 3px;
  margin-left: 3px;
  background-color: #333333;
  overflow: hidden;
  float: left;
  cursor: pointer;
}
#selectTire .item:hover {
  opacity: 0.8;
}
#selectTire .focus {
  background: #005988;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00669b, endColorstr=#004b74, GradientType=0);
  background: -moz-linear-gradient(top, #00669b, #004b74);
  background: -webkit-linear-gradient(top, #00669b, #004b74);
  background: -o-linear-gradient(top, #00669b, #004b74);
  background: linear-gradient(to bottom, #00669b, #004b74);
  background: -webkit-gradient(linear, left top, left bottom, from(#00669b), to(#004b74));
}
#selectTire .tire {
  display: block;
  height: 71px;
  /* 15.3.30 modified */
  width: 71px;
  /* 15.3.30 modified */
  padding: 6px;
  overflow: hidden;
  float: left;
}
#selectTire .tireFitting {
  float: right;
}
#selectTire .tireTitle {
  width: 116px;
  margin: 13px 0 0 0;
  padding: 0 5px 0 5px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
}
#selectTire .tireName {
  width: 116px;
  margin: 0 0 0 0;
  padding: 0 5px 0 5px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
}
#selectTire .tirePrice {
  margin: 0 0 0 0;
  padding: 1px 5px 0 5px;
  /* 15.4.1 modified */
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
}
/* -------------------------------------
 *  footer > settings css
 * ------------------------------------- */
#footer {
  display: block;
  height: 150px;
  width: 1000px;
  margin: 415px 0px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 30002;
  padding-top: 60px;
}
#footer #settings {
  display: block;
  height: 210px;
  width: 780px;
}
#footer #settings .setting {
  display: block;
  height: 210px;
  width: 780px;
}
#footer #settings #forNut.setting {
  top: 210px;
  position: absolute;
  z-index: 41000;
}
.pagerNum {
  display: inline-block;
  text-align: center;
  width: 20px;
  margin-left: 3px;
  height: 20px;
  line-height: 20px;
  text-indent: 1px;
}
.pagerNum a {
  color: #ccc;
  text-align: center;
  text-decoration: underline;
}
.pagerNum a:hover {
  color: #fff;
}
.pagerNumActive {
  background: #0883b9;
  border-radius: 50%;
}
/* -------------------------------------
 *  footer > settings > forNut css
 * ------------------------------------- */
#forNut {
  z-index: 41000;
}
#forNut #selectNut {
  height: 150px;
  background: #151515;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#292929, endColorstr=#000, GradientType=0);
  background: -moz-linear-gradient(top, #292929, #000);
  background: -webkit-linear-gradient(top, #292929, #000);
  background: -o-linear-gradient(top, #292929, #000);
  background: linear-gradient(to bottom, #292929, #000);
  background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#000));
  overflow: hidden;
}
#forNut #resultNutCount {
  width: 768px;
  margin: 10px 0 0 0;
  position: absolute;
  white-space: nowrap;
  text-align: right;
  font-size: 0.75em;
  color: #FFFFFF;
}
#forNut .label {
  display: block;
  margin: 10px 0 0 10px;
  position: absolute;
  font-size: 0.75em;
  color: #FFFFFF;
}
#forNut .nutSwitcher {
  display: block;
  height: 105px;
  width: 23px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}
#forNut .nutSwitcher:hover {
  opacity: 0.8;
}
#forNut #nutSwitcherR {
  margin: 32px 0 0 746px;
  background-image: url(../img/setting/btn_right.png);
}
#forNut #nutSwitcherL {
  margin: 32px 0 0 11px;
  background-image: url(../img/setting/btn_left.png);
}
#selectNut #dragNut {
  width: 680px;
  padding: 0 50px;
  height: 125px;
  margin-top: 25px;
  position: absolute;
}
#selectNut #dragNut.moveR {
  -webkit-animation-name: 'dragWheel-moveR';
  -webkit-animation-duration: 0.3s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}
#selectNut #dragNut.moveL {
  -webkit-animation-name: 'dragWheel-moveL';
  -webkit-animation-duration: 0.3s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}
#selectNut #dragNut.view {
  left: 0;
  -webkit-animation-name: 'dragWheel-view';
  -webkit-animation-duration: 0.3s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}
#selectNut .item {
  font-size: 12px;
  display: block;
  height: 112px;
  width: 96px;
  margin-top: 5px;
  margin-left: 1px;
  background-color: #333333;
  overflow: hidden;
  float: left;
  cursor: pointer;
}
#selectNut .item:hover {
  opacity: 0.8;
}
#selectNut .activeNut {
  background: #0883b9;
}
#selectNut .focus {
  background: #005988;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00669b, endColorstr=#004b74, GradientType=0);
  background: -moz-linear-gradient(top, #00669b, #004b74);
  background: -webkit-linear-gradient(top, #00669b, #004b74);
  background: -o-linear-gradient(top, #00669b, #004b74);
  background: linear-gradient(to bottom, #00669b, #004b74);
  background: -webkit-gradient(linear, left top, left bottom, from(#00669b), to(#004b74));
}
#selectNut .nut {
  display: block;
  height: 75px;
  /* 15.3.30 modified */
  width: 80px;
  /* 15.3.30 modified */
  margin: 0 auto;
  /* 15.3.30 modified */
  padding: 6px;
  overflow: hidden;
}
#selectNut .nutName {
  width: 96px;
  margin: 0 0 0 0;
  padding: 0 5px 0 5px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
  display: none;
  /* 15.4.1 modified */
}
#selectNut .nutPrice {
  margin: 0 0 0 0;
  padding: 5px 5px 0 5px;
  /* 15.4.1 modified */
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
}
/* -------------------------------------
 *  footer > simulation css
 * ------------------------------------- */
#footer #simulation {
  display: block;
  height: 150px;
  width: 220px;
  position: absolute;
  margin: 0px 0px 0px 780px;
  background-color: #1b252e;
  overflow: hidden;
}
#footer #simulation .block {
  display: block;
  height: 74px;
  width: 220px;
}
#footer #simulation .block div {
  float: left;
}
#footer #simulation .label {
  display: block;
  position: absolute;
  margin: 10px 0px 0px 10px;
  text-shadow: 0px 1px 2px #000;
  font-size: 0.875em;
  color: #0883b9;
}
#footer #simulation .price {
  display: block;
  color: #cc3200;
  position: absolute;
  margin: 38px 0px 0px 12px;
  font-family: Helvetica, Arial, sans-serif;
}
#footer #simulation .campaign {
  display: block;
  color: #cc3200;
  margin: 38px 0px 0px 12px;
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}
#footer #simulation .btn {
  display: block;
  height: 20px;
  width: 90px;
  position: absolute;
  margin: 38px 0px 0px 120px;
  border: 1px solid #525252;
  background-color: #3d3d3d;
  font-size: 0.75em;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
}
#footer #simulation #toSelectTire {
  border: 1px solid #10a810;
  background: #0f910f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15ac15, endColorstr=#097509, GradientType=0);
  background: -moz-linear-gradient(top, #15ac15, #097509);
  background: -webkit-linear-gradient(top, #15ac15, #097509);
  background: -o-linear-gradient(top, #15ac15, #097509);
  background: linear-gradient(to bottom, #15ac15, #097509);
  background: -webkit-gradient(linear, left top, left bottom, from(#15ac15), to(#097509));
  -moz-box-shadow: 0px 1px 2px #153a4d;
  -webkit-box-shadow: 0px 1px 2px #153a4d;
  -ms-box-shadow: 0px 1px 2px #153a4d;
}
#footer #simulation #toSelectTire:hover {
  border: 1px solid #444;
  background: #444444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333, endColorstr=#555, GradientType=0);
  background: -moz-linear-gradient(top, #333, #555);
  background: -webkit-linear-gradient(top, #333, #555);
  background: -o-linear-gradient(top, #333, #555);
  background: linear-gradient(to bottom, #333, #555);
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#555));
}
#footer #simulation #toCart {
  border: 1px solid #00587c;
  background: #005a88;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00669b, endColorstr=#004e75, GradientType=0);
  background: -moz-linear-gradient(top, #00669b, #004e75);
  background: -webkit-linear-gradient(top, #00669b, #004e75);
  background: -o-linear-gradient(top, #00669b, #004e75);
  background: linear-gradient(to bottom, #00669b, #004e75);
  background: -webkit-gradient(linear, left top, left bottom, from(#00669b), to(#004e75));
  -moz-box-shadow: 0px 1px 2px #153a4d;
  -webkit-box-shadow: 0px 1px 2px #153a4d;
  -ms-box-shadow: 0px 1px 2px #153a4d;
}
#footer #simulation #toCart:hover {
  border: 1px solid #444;
  background: #444444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333, endColorstr=#555, GradientType=0);
  background: -moz-linear-gradient(top, #333, #555);
  background: -webkit-linear-gradient(top, #333, #555);
  background: -o-linear-gradient(top, #333, #555);
  background: linear-gradient(to bottom, #333, #555);
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#555));
}
#footer #simulation #toSelectTire.red,
#footer #simulation #toCart.red {
  border: 1px solid #660a06;
  background: #c33a35;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d16965, endColorstr=#b50a04, GradientType=0);
  background: -moz-linear-gradient(top, #d16965, #b50a04);
  background: -webkit-linear-gradient(top, #d16965, #b50a04);
  background: -o-linear-gradient(top, #d16965, #b50a04);
  background: linear-gradient(to bottom, #d16965, #b50a04);
  background: -webkit-gradient(linear, left top, left bottom, from(#d16965), to(#b50a04));
}
#footer #simulation .btn:link,
#footer #simulation .btn:visited {
  color: #FFFFFF;
}
#footer #simulation .btn:hover,
#footer #simulation .btn:active {
  background-color: #575757;
  text-decoration: none;
}
#footer #simulation .split {
  display: block;
  height: 2px;
  width: 200px;
  margin: 0px 10px 0px 10px;
  background-color: #343d44;
}
/* -------------------------------------
 *  canvasCtrl
 * ------------------------------------- */
#canvasCtrl {
  position: absolute;
  z-index: 10000;
}
.loading {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200000000;
}
.loading img {
  opacity: 1;
  position: absolute;
  top: 210px;
  left: 47.5%;
  width: 50px;
  height: 50px;
}
