@charset "utf-8";

/* ===== エリアリンク */
#shuffleArea {
  overflow: hidden;
}
#up2date,
#shuffleArea {
  line-height:1.2;
}
#up2date .img,
#shuffleArea .img {
  width:80px;
  height:80px;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
}
#up2date DD,
#shuffleArea DD {
  color:#333;
  font-size:12px;
  margin-top:4px;
}
@media (max-width: 640px) {
  #shuffleMenu{
    font-size: 14px;
  }
}

/* ===== 頭文字ぶら下げ */
DL.inline,
DL.inline DT,
DL.inline DD {
  font-size: inherit;
  font-weight: inherit;
}
DL.inline DT {
  float: left;
}
DL.inline DD {
  margin-left:0;
  overflow: hidden;
}

/* ===== 	cmn_v2系差分追加 */
.fw_b {
  font-weight: bold !important;
}
.fc_c12 {
  color: #cf142b !important;
}
@media (max-width: 640px) {
}