
.scube-toku-context :where(*, *::before, *::after) {
    box-sizing: border-box;
    margin: 0;
  }

  #scube-toku-context div,
  #scube-toku-context.scube-toku-context {
    width: unset;
    height: unset;
    padding: unset;
    background: unset;
}

  .scube-toku-list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    list-style: none;
    gap: 5px;
    padding: 6px 0 0 5px;
    justify-content: center
  }

  .scube-toku-item {
    border: 1px solid #CDCDCD;
    width: 333px;
    position: relative;
  }

  .scube-toku-item:hover img {
    opacity: 0.7;
  }

  .scube-toku-comment {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    color: #FFFFFF;
    background: #333333;
    position: relative;
    background: url(cube_bg.png) repeat;
  }

  .scube-toku-comment span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    position: absolute;
    left: 100%;
  }

  #scube-toku-context .scube-toku-property {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .scube-toku-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 110px;
    height: 110px;
  }

  .scube-toku-text {
    border-left: solid 1px #CDCDCD;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  /* 金額の数値*/
  .scube-toku-price {
    font-size: 19px;
    line-height: 1.1;
    text-align: center;
    color: #E88180;
    background: #FFFFFF;
    font-weight: bold;
  }

  /* 金額の単位（万、円）*/
  .scube-toku-price .unit {
    font-size: 0.6em;
    color: #333333;
  }

  #scube-toku-context .scube-toku-info {
    padding-top: 2px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    background: #FFFFFF;
    line-height: 14px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .scube-toku-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  
  .scube-ranking-context :where(*, *::before, *::after) {
    box-sizing: border-box;
    margin: 0;
  }

  .scube-ranking-list {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    list-style: none;
    gap: 8px;
    padding-left: 4px;
    justify-content: flex-start;
  }

  .scube-ranking-item {
    border: 1px solid #ffffff;
    width: 94px;
    position: relative;
  }

  .scube-ranking-item:hover img {
    opacity: 0.7;
  }

  .scube-ranking-property {
    display: flex;
    flex-direction: column;
  }

  .scube-ranking-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border: solid 1px #ccc;
  }

  .scube-ranking-text {
    border-top: 1px solid #ffffff;
    
  }

  /* 金額の数値*/
  .scube-ranking-price {
    font-size: 16px;
    line-height: 1.1;
    text-align: left;
    color: #FF6600;
    background: #ffffff;
    font-weight: bold;
    padding-top: 2px;
  }

  /* 金額の単位（万、円）*/
  .scube-ranking-price .unit {
    font-size: 0.6em;
  }

  .scube-ranking-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  
  .scube-column-context :where(*, *::before, *::after) {
    box-sizing: border-box;
    margin: 0;
  }

  #scube-zero-context div,
  #scube-zero-context.scube-column-context,
  #scube-pet-context div,
  #scube-pet-context.scube-column-context {
    width: unset;
    margin: unset;
    padding: unset;
  }

  #scube-zero-context p,
  #scube-pet-context p {
    width: unset;
    position: unset;
    left: unset;
    bottom: unset;
  }

  .scube-column-list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    list-style: none;
    gap: 10px;
    padding-bottom: 10px;
    justify-content: center
  }

  .scube-column-item {
    border: 1px solid #999999;
    width: 195px;
    position: relative;
  }

  .scube-column-item:hover img {
    opacity: 0.7;
  }

  :is(#scube-zero-context, #scube-pet-context) .scube-column-comment {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #FFFFFF;
    background: #666666;
    position: relative;
    border-left: 5px solid #666666;
  }

  :is(#scube-zero-context, #scube-pet-context) .scube-column-comment span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    position: absolute;
    left: 100%;
  }

  .scube-column-property {
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .scube-column-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    
  }

  .scube-column-text {
    border-top: 1px solid #999999;
    min-height: 115px;
    display: flex;
    flex-direction: column;
  }

  /* 金額の数値*/
  :is(#scube-zero-context, #scube-pet-context) .scube-column-price {
    font-size: 19px;
    line-height: 1.1;
    text-align: center;
    color: #CC3300;
    background: #FFFFFF;
    font-weight: bold;
  }

  /* 金額の単位（万、円）*/
  .scube-column-price .unit {
    font-size: 0.6em;
    color: #333;
  }

  :is(#scube-zero-context, #scube-pet-context) .scube-column-info {
    padding-top: 2px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    background: #FFFFFF;
    line-height: 1.1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .scube-column-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .img_new {
    background-image: url(https://www.rals.co.jp/fudosan/img/new_4.gif);
    width: 25px;
    height: 13px;
    background-repeat: no-repeat;
    margin: 0 3px 0 0;
    display: inline-block;
    background-position: center bottom;
  }

  .scube-ranking-item .img_new {
    position: absolute;
    top: -16px;
    right: 0;
  }