/* プロフィール1カラム化 */
#topbox #profdata dl {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-direction: column;
width: 100%;
}

#topbox #profdata dt {
float: none;
width: 95%;
margin-bottom: 5px;
}

#topbox #profdata dd {
float:none;
width: 95%;
}


/* ヘッドラインの背景色・速度調整 */
.marquee
{background-color: #FFE500;}  /* 背景色 */
.marquee ul
{animation:scrollmarquee 30s linear infinite;} /* 文字速度 */

/* 写メ日記アイコン色変更 */
.sns .sns01 {
  background-color: #F067A6 !important;/* ←背景の色 */
  color: #ffffff;/* ←文字色 */
}

/* X(Twitter)アイコン色変更 */
.sns .sns02 {
  background-color: #000000 !important;/* ←背景の色 */
  color: #ffffff;/* ←文字色 */
}


