@charset "UTF-8";
#stock .stockList .item {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 5px;
  border: 1px solid #ccc;
  margin: 15px 0; }
  #stock .stockList .item:hover {
    background: #e7edf4; }
  #stock .stockList .item .imgArea {
    width: 245px;
    position: relative; }
    #stock .stockList .item .imgArea .preview {
      position: relative;
      z-index: 0;
      margin: 0 0 5px; }
      #stock .stockList .item .imgArea .preview img {
        width: 100%; }
    #stock .stockList .item .imgArea .down {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: #e25355;
      color: #fff;
      padding: 0 8px;
      font-size: 15px; }
      #stock .stockList .item .imgArea .down strong {
        font-weight: normal;
        font-size: 20px;
        margin: 0 2px; }
    #stock .stockList .item .imgArea .btnFavorite {
      width: 25px;
      height: 25px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1;
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer; }
      #stock .stockList .item .imgArea .btnFavorite img {
        width: 100%; }
        #stock .stockList .item .imgArea .btnFavorite img:last-child {
          display: none; }
      #stock .stockList .item .imgArea .btnFavorite.on img:first-child {
        display: none; }
      #stock .stockList .item .imgArea .btnFavorite.on img:last-child {
        display: inline-block; }
    #stock .stockList .item .imgArea .refNo {
      /*float: right;*/ }
    #stock .stockList .item .imgArea .icon {
      float: left;
      font-size: 13px;
      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: calc(100% - 260px); }
    #stock .stockList .item .txtArea h4 {
      width: calc(100% - 60px);
      font-size: 16px;
      margin: 0 0 10px;
      float: left; }
    #stock .stockList .item .txtArea .icon {
      float: right;
      font-size: 13px;
      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;
      margin: 3px 0 0 0; }
      #stock .stockList .item .txtArea .icon.update {
        color: #FF9900; }
      #stock .stockList .item .txtArea .icon.new {
        color: #F00; }
    #stock .stockList .item .txtArea .price {
      width: 195px;
      float: right;
      clear: both;
      border-bottom: 1px solid #ccc;
      text-align: right;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding: 0 0 5px 0; }
      #stock .stockList .item .txtArea .price dd {
        font-size: 16px; }
        #stock .stockList .item .txtArea .price dd.down span:first-child {
          font-size: 14px;
          text-decoration: line-through;
          margin: 0 10px 0 0; }
        #stock .stockList .item .txtArea .price dd.down span:last-child {
          font-weight: bold;
          color: #e05457; }
    #stock .stockList .item .txtArea .desc {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      clear: both; }
      #stock .stockList .item .txtArea .desc table {
        width: 235px !important;
        border-collapse: collapse;
        text-align: left; }
        #stock .stockList .item .txtArea .desc table th {
          background: #eaeaea;
          border: 1px solid #ccc;
          text-align: left; }
        #stock .stockList .item .txtArea .desc table td {
          border: 1px solid #ccc;
          text-align: left;
          background: #fff; }
      #stock .stockList .item .txtArea .desc .other {
        width: calc(100% - 255px);
        text-align: right;
        padding: 10px 0 0 0; }
        #stock .stockList .item .txtArea .desc .other p {
          text-align: right; }
        #stock .stockList .item .txtArea .desc .other .total {
          display: flex;
          justify-content: space-between;
          margin: 8px 0; }
        #stock .stockList .item .txtArea .desc .other .share li {
          width: 20px;
          display: inline-block; }
          #stock .stockList .item .txtArea .desc .other .share li img {
            width: 100%; }
        #stock .stockList .item .txtArea .desc .other .getQuote {
          margin: 10px 0 0 0; }
          #stock .stockList .item .txtArea .desc .other .getQuote img {
            width: 100%; }

.gellery {
  width: calc(100% - 10px);
  margin: 0 10px 0 0;
  position: relative;
  background: #f5f4f0; }
  .gellery #imgMain {
    width: 100%;
    position: relative;
    z-index: 0; }
    .gellery #imgMain img {
      width: 100%;
      cursor: pointer; }
  .gellery .btnZoom {
    width: 50px;
    height: 50px;
    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: 250px;
    z-index: 1; }
    .gellery .navMain li {
      width: 50px;
      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: center;
      align-items: center; }
      .gellery .btnArea ul li {
        width: 47%;
        margin: 0 1.5%; }
        .gellery .btnArea ul li img {
          width: 100%;
          vertical-align: top; }
  .gellery .thumbnails {
    padding: 15px 50px;
    position: relative;
    z-index: 0; }
    .gellery .thumbnails .block {
      display: none; }
      .gellery .thumbnails .block.current {
        display: block; }
    .gellery .thumbnails ul {
      height: 135px;
      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: 149px;
    z-index: 1; }
    .gellery .navThumb li {
      position: absolute; }
      .gellery .navThumb li.prev {
        left: 10px; }
      .gellery .navThumb li.next {
        right: 10px; }
      .gellery .navThumb li button {
        background: none;
        border: none;
        padding: none;
        cursor: pointer; }
        .gellery .navThumb li button.disabled {
          opacity: 0.5;
          cursor: default; }

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: 20px !important;
  background: url("../images/common/btnPrev1.png") no-repeat center 50% !important;
  background-size: 50px 50px !important; }

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

.viewer-close {
  position: fixed !important;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("../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; }

#detailsContents .Price.down span:last-child {
  text-decoration: line-through;
  font-size: 14px;
  text-shadow: none;
  color: #333; }
#detailsContents .Price.down span:first-child {
  font-weight: bold;
  color: #e05457;
  margin: 0 10px 0 0; }
#detailsContents .minus {
  float: left;
  color: #e05457;
  font-size: 14px;
  margin: 4px 0 0 10px;
  font-weight: bold; }
  #detailsContents .minus small {
    font-size: 10px; }

.related-item {
  clear: both; }
