@charset "UTF-8";
/* CSS Document */

.content_body{ background: #f0f0f0;}

.archives article{ margin: 1.0rem 0 0 0; background: #fff; border-radius: 0.5rem; padding: 0.8rem 1.5rem;}
.archives article *{ margin-top: 0;}
.archives article a{ display: grid; grid-template-columns: min-content 1fr; gap: 0.5rem 1.0rem; align-items: center; color: #141414; text-decoration: none;}
.archives article h3{ grid-column: 1 / span 2;}
.archives article .category{ display: flex; gap: 0 0.5rem; align-items: center;}
.archives article .category span{ display: block; font-size: 77%; color: #fff; background: #0073bc; border-radius: 0.5rem; line-height: 1.0; padding: 0.3em 0.8em;}


.entry article{ background: #fff; padding: 1.0rem 1.5rem; border-radius: 0.8rem;}
.entry .outline{ margin: 0; padding: 0; display: flex; align-items: center; gap: 0 1.0rem;}
.entry .outline *{ margin-top: 0;}
.entry .outline .category{ display: flex; gap: 0 0.5rem; align-items: center;}
.entry .outline .category span{ display: block; font-size: 77%; color: #fff; background: #0073bc; border-radius: 0.5rem; line-height: 1.0; padding: 0.3em 0.8em;}
.entry .entry_title{ font-size: 132%; color: #00379c; font-weight: bold; margin: 1.0rem 0 0 0;}

.entry .content h2{ color: 132%; color: #00379c; font-weight: bold; border-top: solid 3px #00379c;}
.entry .content h3{ color: 116%; color: #00379c; font-weight: bold; border-top: solid 1px #00379c;}
.entry .content h4{ color: 100%; color: #00379c; font-weight: bold; }