/*
Date: 2025/11/10
Author: Tezuka
Desc: MyKomonArticle
*/

.mkitem {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #eff4f2;
  transform: scale(1.25);
}

#mkcontents {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*background-color: #eff4f2 !important;*/
  background-color: #fff;
}

.item_title a {
  color: #333;
  font-size: 15px;
}

.item_date_left {
  color: #333;
  font-size: 15px;
  padding: 2.08333vw 0 1.5625vw;
}
