@charset "shift_jis";

/* =========================================================
mainContainer
========================================================= */
div#mainContainer {
}

div#mainContainer h2 {
  background: url(../img/icn_01.png) no-repeat 15px 50% #0e0f41;
  color: #fff;
  margin: 0 0 25px;
  padding: 12px 0 12px 30px;
  font-size: 18px;
  border-radius: 10px;
}

/* =========================================================
main
========================================================= */
div#main {
  background: #eceef5;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  overflow: hidden;
  zoom: 1;
}

/* =========================================================
mainLeft
========================================================= */
div#mainLeft {
  width: 660px;
  float: left;
  margin-bottom: 20px;
}

div#mainLeft h3 {
  margin-bottom: 10px;
}

/* =========================================================
infoBox
========================================================= */
div#infoBox {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

p#imgArea {
  margin-bottom: 10px;
}

p#imgArea img {
  border: 3px solid #eceef5;
}

table#infoTable {
  width: 620px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  font-size: 13px;
}

table#infoTable th {
  width: 100px;
  padding: 3px 0 3px 5px;
  background: #eee;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #cdcdcd;
  color: #000;
  line-height: 15px;
  text-align: center;
  vertical-align: top;
}

table#infoTable td {
  padding: 3px 0 3px 5px;
  border-left: dashed 1px #ccc;
  border-right: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  line-height: 15px;
}

/* =========================================================
links
========================================================= */
div#links {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  overflow: hidden;
  zoom: 1;
}

div#links ul li {
  float: left;
  width: 185px;
  padding-left: 10px;
  margin: 0 10px 10px 0;
  background: url(../img/icn_02.png) no-repeat 0 50%;
}

div#links ul li span {
  display: block;
  font-size: 11px;
  color: #333;
}

/* =========================================================
mainRight
========================================================= */
div#mainRight {
  float: right;
  width: 290px;
  margin-bottom: 20px;
}

/* =========================================================
ranking
========================================================= */
/* �A�N�Z�X�����L���O */
div#ranking {
  height: 627px;
  background: url(../../img/top/ranking_bg.png) no-repeat 0 54px;
  margin: 10px 0;
}

div#ranking h2 {
  background: none;
  padding: 0;
}

div#ranking p {
  padding: 0 0 0 42px;
}

/* =========================================================
membersGuide
========================================================= */
/* ����o�^�K�C�h */
div#membersGuide {
  width: 284px;
  float: right;
}
div#membersGuide div.txt {
  padding: 5px 5px 10px;
}
div#membersGuide p {
  padding: 5px 0;
  font-size: 12px;
  color: #1e0b07;
}
div#membersGuide p#memBtn {
  text-align: center;
  padding: 5px 0;
  width: 260px;
  margin-top: 6px;
}
div#membersGuide p#LoginBtn {
  padding: 0;
}

div.cubeArea {
  clear: both;
  background: #eceef5;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
}

div.cubeArea iframe {
  text-align: center;
}

/* =========================================================
listLink
========================================================= */
div#listLink {
  margin: 20px 0 40px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  background: #fff;
}

/* =========================================================
listLinkInner
========================================================= */
div#listLinkInner {
  background: #eceef5;
  padding: 20px;
  text-align: center;
}

/* =========================================================
scube
========================================================= */
div#ranking .scube-context p {
  padding: 0;
}

.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: 8px;
  padding-top: 5px;
  justify-content: flex-start;
  padding-left: 42px;
}

.scube-item {
  border: 1px solid #cccccc;
  width: 201px;
  position: relative;
  overflow: hidden;
}

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

.scube-comment {
  border-bottom: 1px solid #ffcc66;
  line-height: 14px;
  overflow: hidden;
  color: #ff3300;
  background: #ffcc66;
}

@keyframes scube-marquee {
  from {
    translate: 195px 0;
  }
  to {
    translate: -100% 0;
  }
}

.scube-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  animation: scube-marquee 30s linear infinite;
}

.scube-property {
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

.scube-text {
  border-top: 1px solid transparent;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 5px 0 9px;
  min-height: 70px;
}

/* 金額の数値*/
.scube-price {
  font-size: 15px;
  line-height: 1.1;
  color: #e72c31;
  font-weight: bold;
}

div#ranking .scube-context p.scube-price {
  padding-bottom: 3px;
}

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

.scube-info {
  font-size: 12px;
  color: #666666;
  line-height: 14px;
}

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

.scube-other {
  margin-top: 4px;
}

.scube-new {
  position: absolute;
  top: -4px;
  left: -53px;
  text-indent: -100%;
  overflow: hidden;
  display: inline-block;
  background: #fff600;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  width: 100px;
  height: 21px;
  padding: 34px 7px 0 5px !important;
  font-size: 11px;
  transform: scale(0.8) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.scube-new::before {
  content: "NEW";
  color: #644300;
  position: absolute;
  display: block;
  z-index: 2;
  top: 12px;
  right: 8px;
  width: 28px;
}

.scube-new:empty,
.div_stage ~ .scube-text .scube-new {
  display: none;
}

.scube-img-wrapper {
  width: fit-content;
  position: relative;
  flex-shrink: 0;
}

.div_stage  {
  position: absolute;
  top: 0;
  left: 0;
  color: #FF0000;
  background-color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  font-size: 12px;
  padding: 2px 0;
  opacity: 0.8;
  width: 100%;
  font-weight: bold;
  z-index: 1;
  color: #666666;
}
