@charset "Shift_JIS";
/* ==========================================================
title : 賃貸ブログ 記事ページ／過去記事の文字調整リセットCSS
========================================================== */
/*  調整用ベーススタイル
========================================================== */
.entry_body span[style^=background] {
  background: none !important;
}
.entry_body span[style^=color] {
  color: #000 !important;
}
.entry_body span[style="font-size: 115%;"],
.entry_body span[style="font-size: 130%;"],
.entry_body span[style="font-size:115%;"],
.entry_body span[style="font-size:130%;"] {
  font-size: 17px !important;
}
.entry_body font[size="5"] {
  font-size: 17px !important;
}
.entry_body font[color] {
  color: #000 !important;
}

.entry_body p a:link,
.entry_body p a:link span[style^=color],
.entry_body p a:link font[color] {
  color: #003987 !important;
}
.entry_body p a:visited,
.entry_body p a:visited span[style^=color],
.entry_body p a:visited font[color]{
  color: #003987 !important;
}
@media (hover: hover) and (pointer: fine) {
  .entry_body p a:hover,
  .entry_body p a:hover span[style^=color] ,
  .entry_body p a:hover font[color] {
    color: #f75586 !important;
    text-decoration: none !important;
  }
}