@charset "UTF-8";
/* CSS Document */
.cardsB {
  clear: both;
  float: left;
  display: block;
  position: relative;
  /* background-color:gold;*/
}
.cardB {
  clear: none;
  display: block;
  position: absolute;
  width: 360px;
  height: 360px;
}
.cardB:hover {
  box-shadow: 0px 16px 16px 4px rgba(0, 0, 0, 0.1);
}
.cardBTextBoxTitle {
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px;
}
.cardBTextBox {
  line-height: 1;
  margin-top: 12px;
  color: #002f5f;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cardBThumb {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f8f8f8;
  overflow: hidden;
  width: 360px;
  height: 360px;
}
.cardBDate {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: red;
  border-radius: 0px;
}
.cardBText {
  position: absolute;
  top: 310px;
  left: 10px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 340px;
  height: 40px;
  border-radius: 0px;
}
.cardBRoundThumb {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 360px;
  height: 360px;
}
.cardBRoundThumb > img {
  border-radius: 0px;
  width: 360px;
  height: 360px;
}
.tagB {
  position: absolute;
  top: -12px;
  left: 242px;
  width: 130px;
  height: 42px;
}
.tagBLabel {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: red;
  width: 130px;
  height: 36px;
}
.tagBLabelBox {
  margin: 4px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tagBTriangle {
  position: absolute;
  top: 36px;
  left: 118px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-top: 6px solid firebrick;
}