@charset "utf-8";
/*
Theme Name: fujicoh
Description: fujicoh-template
Author: beaut imaging office.
Version: 1.0
*/

/* WordPress用 */
.entry-content h1 {
  font-size: 200%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 120%;
}
.entry-content h4 {
  font-size: 100%;
}
.entry-content h5 {
  font-size: 80%;
}
.entry-content h6 {
  font-size: 70%;
}
.entry-content em {
  font-style: italic;
}
.entry-content b,
.entry-content strong {
  font-weight: bold;
}
.entry-content strong > span,
.entry-content strong > em {
  font-weight: bold;
}