@charset "UTF-8";
/* ============================================================
J:COM Magazine
============================================================ */
.magazine {
  float: left;
  width: 220px;
  margin-right: 35px;
}

.magazine-data {
  float: left;
  width: 360px;
}
.magazine-data h3 {
  font-size: 14px;
  font-weight: 400;
}

.magazine-num {
  float: left;
  width: 300px;
  margin-right: 35px;
}
.magazine-num h3 {
  font-size: 14px;
  font-weight: 400;
}
.magazine-num table.magazine {
  width: 100%;
  margin-bottom: 16px;
}
.magazine-num table.magazine th,
.magazine-num table.magazine td {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding: 4px 4px;
  border: solid #ccc 1px;
}
.magazine-num table.magazine th {
  font-weight: 400;
}
.magazine-num table.magazine td.area {
  font-weight: 700;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  background: #94c447;
}
.magazine-num table.magazine td.spot {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #fbac4f;
}
.magazine-num table.magazine td.infoma {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #dc71a7;
}
.magazine-num table.magazine td.jcom {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #ff4c00;
}
.magazine-num table.magazine td.st {
  white-space: nowrap;
}
.magazine-num table.magazine td.n, .magazine-num table.magazine td.b {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  background: #ffe1ae;
}
.magazine-num table.magazine td.n {
  font-weight: 400;
}
.magazine-num table.magazine th.total {
  font-weight: 700;
  text-align: center;
  padding: 6px 4px;
  background: #fff;
}

/* ============================================================
広告商品
============================================================ */
.ad_products {
  position: relative;
}
.ad_products .list {
  position: absolute;
  left: 0;
  top: 265px;
}
.ad_products .item {
  float: left;
  width: 48.5%;
}
.ad_products .item:nth-of-type(2n) {
  margin-left: 3%;
}