.scube-context {
  min-height: 270px;
}

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

.scube-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  gap: 10px;
  padding-top: 0px;
  justify-content: center;
  padding-left: 0;
}

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

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

.scube-comment {
  border-bottom: 1px solid #999999;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  color: #666666;
  background: #ffffff;
  position: relative;
}

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

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

.scube-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: bold;
  color: #666666;
}

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

.scube-text-wrapper {
  border-top: 1px solid #999999;
  padding: 1px;
}

.scube-text {
  border: 1px solid #999999;
  padding: 1px;
}

/* 金額の数値*/
.scube-price {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #d91e26;
  font-weight: bold;
  border: 1px solid #999999;
  padding: 1px;
  margin-bottom: 1px;
}

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

.scube-info {
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: #ffffff;
  line-height: 1.1;
  flex-grow: 1;
  border: 1px solid #999999;
  padding: 1px;
}

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

/* 売買top */
.scube-sale-context {
  min-height: 320px;
}

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

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

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

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

.scube-sale-property {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  position: relative;
}

.scube-sale-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: bold;
  color: #666666;
}

.scube-sale-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 1px;
}

.scube-sale-text-wrapper {
  border-top: 1px solid #999999;
  padding: 1px;
  flex: 1;
}

.scube-sale-text {
  border: 1px solid #999999;
  padding: 1px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 金額の数値*/
.scube-sale-price {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
  background: #bddd00;
  font-weight: bold;
  border: 1px solid #999999;
  padding: 1px;
  margin-bottom: 1px;
}

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

.scube-sale-info {
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: #ffffff;
  line-height: 1.1;
  flex-grow: 1;
  border: 1px solid #999999;
  padding: 1px;
  display: grid;
  align-content: space-between;
}

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

/* 売買下 */

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

.scube-sale-bottom-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 5px;
  padding-top: 10px;
  justify-content: center;
  padding-left: 0;
}

.scube-sale-bottom-item {
  border: 1px solid #999999;
  width: 150px;
  position: relative;
}

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

.scube-sale-bottom-property {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  position: relative;
}

.scube-sale-bottom-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: bold;
  color: #666666;
}

.scube-sale-bottom-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 1px;
}

.scube-sale-bottom-text-wrapper {
  border-top: 1px solid #999999;
  padding: 1px;
  flex: 1;
}

.scube-sale-bottom-text {
  border: 1px solid #999999;
  padding: 1px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 金額の数値*/
.scube-sale-bottom-price {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
  background: #bddd00;
  font-weight: bold;
  border: 1px solid #999999;
  padding: 1px;
  margin-bottom: 1px;
}

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

.scube-sale-bottom-info {
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: #ffffff;
  line-height: 1.1;
  flex-grow: 1;
  border: 1px solid #999999;
  padding: 1px;
  display: grid;
  align-content: space-between;
}

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

.img_new {
  background-image: url(//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;
}
