@charset "UTF-8";
#stock .stockList .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }
  #stock .stockList .item * {
    box-sizing: border-box; }
  #stock .stockList .item img {
    margin: 0 !important;
    padding: 0 !important; }
  #stock .stockList .item .imgArea {
    width: 44%;
    max-width: 430px;
    position: relative; }
    #stock .stockList .item .imgArea img {
      width: 100%; }
    #stock .stockList .item .imgArea p {
      margin: 0; }
    #stock .stockList .item .imgArea .refNo {
      float: right;
      font-size: 8px; }
    #stock .stockList .item .imgArea .icon {
      float: left;
      font-size: 10px;
      padding: 0 0 0 5px;
      font-weight: bold;
      text-decoration: blink;
      -webkit-animation-name: blink;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
      -webkit-animation-duration: 1s; }
      #stock .stockList .item .imgArea .icon.update {
        color: #FF9900; }
      #stock .stockList .item .imgArea .icon.new {
        color: #F00; }
  #stock .stockList .item .txtArea {
    width: 56%;
    padding: 0 10px 45px 10px;
    position: relative; }
    #stock .stockList .item .txtArea h4 {
      width: 100%;
      font-size: 14px;
      margin: 0 0 10px;
      padding: 0 5px 0 0; }
    #stock .stockList .item .txtArea .price {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      padding: 0 0 5px 0; }
      #stock .stockList .item .txtArea .price p {
        margin: 0; }
      #stock .stockList .item .txtArea .price .down {
        font-size: 14px; }
        #stock .stockList .item .txtArea .price .down span:first-child {
          font-size: 12px;
          text-decoration: line-through;
          margin: 0 6px 0 0;
          text-shadow: none; }
        #stock .stockList .item .txtArea .price .down span:last-child {
          font-weight: bold;
          color: #e05457; }
      #stock .stockList .item .txtArea .price .minus {
        color: #e05457;
        font-size: 14px;
        margin: 0 0 0 6px;
        font-weight: bold; }
        #stock .stockList .item .txtArea .price .minus small {
          font-size: 10px; }
    #stock .stockList .item .txtArea .desc {
      text-align: left;
      margin: 5px 0 0 0;
      padding: 0;
      font-size: 0px; }
      #stock .stockList .item .txtArea .desc li {
        display: inline-block;
        border-right: 1px solid #ccc;
        font-size: 9px;
        padding: 0 4px 0 0; }
        #stock .stockList .item .txtArea .desc li:last-child {
          border: none; }
    #stock .stockList .item .txtArea .btnFavorite {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 0;
      right: 5px;
      z-index: 1;
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
      box-shadow: none; }
      #stock .stockList .item .txtArea .btnFavorite img {
        width: 100%; }
        #stock .stockList .item .txtArea .btnFavorite img:last-child {
          display: none; }
      #stock .stockList .item .txtArea .btnFavorite.on img:first-child {
        display: none; }
      #stock .stockList .item .txtArea .btnFavorite.on img:last-child {
        display: inline-block; }
    #stock .stockList .item .txtArea .btnArea {
      width: 100%;
      margin: 10px 0 0 0;
      position: absolute;
      bottom: 18px;
      left: 0; }
      #stock .stockList .item .txtArea .btnArea ul {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        display: flex;
        justify-content: space-around; }
        #stock .stockList .item .txtArea .btnArea ul li {
          width: 47%;
          font-size: 13px;
          text-align: center; }
          #stock .stockList .item .txtArea .btnArea ul li a {
            display: block;
            border-radius: 30px;
            padding: 1px 3px;
            text-decoration: none;
            box-shadow: 0 1px 0 #333; }
          #stock .stockList .item .txtArea .btnArea ul li.detail a {
            background: #ffe78f;
            color: #333; }
          #stock .stockList .item .txtArea .btnArea ul li.getQuote a {
            background: #ff5d1d;
            color: #fff;
            text-shadow: 0 1px 0 #333; }

.gellery {
  width: 100%;
  position: relative;
  background: #f5f4f0; }
  .gellery * {
    margin: 0;
    padding: 0; }
  .gellery button {
    padding: 0;
    box-shadow: none; }
    .gellery button:hover, .gellery button:focus {
      padding: 0;
      box-shadow: none !important;
      background: none !important; }
  .gellery #imgMain {
    width: 100%;
    position: relative;
    z-index: 0; }
    .gellery #imgMain img {
      width: 100%;
      cursor: pointer; }
  .gellery .btnZoom {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer; }
    .gellery .btnZoom button {
      background: none;
      border: none;
      padding: 0; }
    .gellery .btnZoom img {
      width: 100%; }
  .gellery .navMain {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
    .gellery .navMain li {
      width: 30px;
      position: absolute; }
      .gellery .navMain li.prev {
        left: 10px; }
      .gellery .navMain li.next {
        right: 10px; }
      .gellery .navMain li button {
        background: none;
        border: none;
        padding: none;
        cursor: pointer; }
        .gellery .navMain li button.disabled {
          opacity: 0.5;
          cursor: default; }
        .gellery .navMain li button img {
          width: 100%; }
  .gellery .btnArea {
    padding: 20px 30px;
    background: #fff; }
    .gellery .btnArea ul {
      display: flex;
      justify-content: space-between; }
      .gellery .btnArea ul li {
        width: 48%; }
        .gellery .btnArea ul li img {
          width: 100%; }
  .gellery .thumbnails {
    padding: 15px 35px;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .gellery .thumbnails .block {
      width: 100%;
      display: none; }
      .gellery .thumbnails .block.current {
        display: block; }
    .gellery .thumbnails ul {
      /*height: 65px;*/
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      align-content: flex-start; }
      .gellery .thumbnails ul li {
        width: 14.28%;
        box-sizing: border-box;
        margin: 0;
        padding: 0; }
        .gellery .thumbnails ul li img {
          width: 100%;
          cursor: pointer;
          box-sizing: border-box;
          border: 3px solid #f5f4f0;
          margin: 0;
          padding: 0;
          vertical-align: bottom; }
        .gellery .thumbnails ul li.current img {
          border: 3px solid #FF9900; }
  .gellery .navThumb {
    width: 100%;
    position: absolute;
    bottom: 78px;
    z-index: 1;
    margin: 0 0 15px 0; }
    .gellery .navThumb li {
      width: 20px;
      position: absolute; }
      .gellery .navThumb li img {
        width: 60%; }
      .gellery .navThumb li.prev {
        left: 8px; }
      .gellery .navThumb li.next {
        right: 8px; }
      .gellery .navThumb li button {
        background: #488fe1 !important;
        border: none;
        cursor: pointer;
        height: 100%; }
        .gellery .navThumb li button.disabled {
          opacity: 0.5;
          cursor: default; }

#CarDetails .price {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 5px 0; }
  #CarDetails .price p {
    margin: 0; }
  #CarDetails .price .down span:last-child {
    text-decoration: line-through;
    font-size: 14px;
    text-shadow: none; }
  #CarDetails .price .down span:first-child {
    font-weight: bold;
    color: #e05457;
    margin: 0 10px 0 0; }
  #CarDetails .price .minus {
    color: #e05457;
    font-size: 14px;
    margin: 0 0 0 10px;
    font-weight: bold; }
    #CarDetails .price .minus small {
      font-size: 10px; }

html, body {
  overflow-x: hidden !important; }

.viewer-backdrop {
  background-color: black; }

.viewer-toolbar ul li {
  width: 50px;
  height: 50px;
  background: none; }
  .viewer-toolbar ul li:before {
    display: none !important; }

.viewer-prev,
.viewer-next {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
  bottom: auto !important;
  background-color: rgba(0, 0, 0, 0.5);
  /* 任意の背景色 */
  border-radius: 50%;
  z-index: 9999; }

/* 左側（前へ） */
.viewer-prev {
  left: 10px !important;
  background: url("../../en/images/common/btnPrev1.png") no-repeat center 50% !important;
  background-size: 30px 30px !important; }

/* 右側（次へ） */
.viewer-next {
  right: 10px !important;
  background: url("../../en/images/common/btnNext1.png") no-repeat center 50% !important;
  background-size: 30px 30px !important; }

.viewer-close {
  position: fixed !important;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("../../en/images/common/btnClose.png") no-repeat center 50% !important;
  background-size: cover !important;
  border: none;
  z-index: 10000;
  cursor: pointer;
  opacity: 1 !important; }
  .viewer-close:before {
    display: none; }
