@charset "utf-8";
/* CSS Document */
.t_newshoes {
  color: #ab473a; /*文字色*/
  padding: 0.5em 0; /*上下の余白*/
  border-top: solid 3px #ab473a; /*上線*/
  border-bottom: solid 3px #ab473a; /*下線*/
}
/*テキスト*/
.newshoestext {
  margin: 2em 0;
  background: #fffcca;
}
.newshoestext .box-title {
  font-size: 1.2em;
  background: #d9bd4f;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.newshoestext p {
  padding: 15px 20px;
  margin: 0;
  line-height: 1.5em; /*ｓｐテキスト行間*/
}
/* 紹介文アンダーライン */
.under {
  background: linear-gradient(transparent 50%, #ffff6b 50%);
  font-weight: bold;
}