/* 全体の設計 */
body {
  font-family: font-family: Meiryo, 'メイリオ', ArialMT, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, Verdana, 'ＭＳ Ｐゴシック';
  color: #333;
}
body #social {
  display: none;
}
@media only screen and (max-width: 990px) {
  #blog-title-content {
    text-align: center;
  }
  #blog-title-content h1 {
    display: block;
  }
  #blog-title-content h2 {
    display: block;
  }
  #blog-title #blog-title-inner {
    width: 98%;
    margin: 0 1%;
  }
  body #content {
    max-width: 98%;
    margin: 0 1%;
  }
  body #main {
    max-width: 100%;
    float: left;
  }
  body #box2 {
    float: right;
    max-width: 100%;
    padding: 10px 0px;
  }
  body #footer {
    clear: both;
    display: block;
  }
  #footer .guest-footer-content {
    max-width: 98%;
    margin: 1%;
  }
}
@media only screen and (min-width: 991px) {
  #blog-title-content {
    text-align: left;
  }
  #blog-title-content h1 {
    display: inline-block;
  }
  #blog-title-content h2 {
    display: inline-block;
  }
  #blog-title #blog-title-inner {
    width: 990px;
    margin: 0 auto;
  }
  body #content {
    max-width: 990px;
    margin: 0 auto;
  }
  body #main {
    max-width: 675px;
    float: left;
  }
  body #box2 {
    float: right;
    max-width: 295px;
    padding: 10px 0px;
  }
  body #footer {
    clear: both;
    display: block;
  }
  #footer .guest-footer-content {
    max-width: 640px;
    margin: 0 auto;
  }
}


/* Header */
#blog-title {
  background-color: #333;
  padding: 8px 0px;
  margin-bottom: 16px;
}
#blog-title #title{
  margin: 0 0;
  display: inline-block;
}
#blog-title #title > a {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
#blog-title #blog-description {
  font-weight: normal;
  font-size: 12px;
  color: white;
  text-shadow: 0 0 1px #000;
}
.entry-footer .entry-footer-section {
  display: none;
}
.entry-footer .customized-footer {
  display: none;
}
.pager {
  display: none;
}
/* ブログのトップ */
.page-index .entry-inner {
  display: none;
}
.page-index .top-categories {
  margin-bottom: 8px;
  font-size: 20px;
}
.page-index .top-categories li {
  margin-bottom: 8px;
}
.page-index .top-categories a {
  color: #036;
  text-decoration: none;
  font-weight: bold;  
}
.page-index .top-categories a:hover {
  color: #c00;
}
.page-index .goto-page {
  display: block;
  text-align: right;
  color: #036;
}
.page-index .goto-page:hover {
  color: #c00;
}
.page-index h2 {
    font-size: 24px;
}
.page-index .entry-categories {
  display: none;
}
.page-index .entry-header img {
  width: 100%;
}
.page-index .top-about {
    line-height: 26px
}
.page-index h2 {
  margin-top: 24px;
}
.page-index .hatena-module-recent-entries {
  display: none;
}
.page-index .recent-entries {
  padding: 0;
}
.page-index li {
  max-width: 550px;
  margin: 0 auto;
}
.page-index .recent-entries a {
  color: #036;
  text-decoration: none;
  font-weight: bold;  
}
.page-index .recent-entries a:hover {
  color: #c00;
}
.recent-entries-date-link {
  display: none;
}
.page-index .recent-entries-date-link {
  display: block;
}
.page-index .recent-entries-date-link a {
  color: inherit;
  text-decoration: none;
}

/* ブログのエントリ */

.entry-header .entry-date {
  font-size: 12px;
}
.entry-header .entry-date > a {
  color: inherit;
  text-decoration: none;
}
.entry-header .entry-categories {
  text-align: right;
  font-weight: bold;
}
.entry-header .categories a:before {
  content: '特集: ';
  display: inline-block;
  margin-right: 8px;
}
.entry-header .categories a {
  color: inherit;
  text-decoration: none;
  margin-right: 12px;
}
.entry-header .categories a:hover {
  text-decoration: underline;
}
.entry-header .entry-title {
  margin-top: 0px;
  line-height: 32px;
}
.entry-header .entry-title > a {
  text-decoration: none;
  font-size: 24px;
  color: inherit;
}
.entry-header img:hover {
  opacity: 0.8;
}
.entry .entry-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 26px;
  word-wrap: break-word;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.entry .entry-content h3 {
  margin: 0 0 20px;
    padding: 5px 0 3px;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 2px solid #333;
}
.entry .entry-content p a {
  color: #036;
  font-weight: bold;
}
.entry .entry-content .keyword {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}

.entry blockquote {
 margin: 0;
 padding: 5px 5px;
 background-color: #EEE;
}
.entry .hatena-citation {
  display: none;
}
.entry img:first-child {
  display: block;
  margin-botom: 20px;
}
.entry .entry-content {
  padding-bottom: 16px;
}
.entry .entry-content li {
  margin-bottom: 8px;
}

.entry .category-entries {
 padding: 5px 5px;
 border: 2px solid #333;
 margin-bottom: 16px;
}

.entry .category-entries h2 {
   font-size: inherit;
   font-weight bold;
}
.entry .category-entries h2:before {
  display: inline-block;
  content: '特集:';
  margin-right: 4px;
}

.entry .category-entries a {
  font-size: inherit;
  color: #036;
}
.entry .category-entries a:visited {
  color: #69C;
}
.entry .category-entries a:hover {
  color: #c00;
}
.entry .category-entries li {
  margin-bottom: 8px;
}


/* ブログのサイド情報 */

#box2 {
  float: right;
  max-width: 295px;
  padding: 10px 0px;
}
#box2 .hatena-module {
  margin: 20px 0px;
  font-size: 16px;
  line-height: 24px;
}
#box2 .hatena-module-title {
  font-size:12px;
  font-weight: bold;
  margin: 10px 0px;
}
#box2 .hatena-module-title a {
  color: inherit;
  text-decoration: none;
}
#box2 a {
  color: #036;
  font-weight: bold;
}
#box2 a:hover {
  color: #c00;
}
#box2 ul,li {
  margin:0;
  padding:0;
}
#box2 ul {
  list-style: none;
}
#box2 li {
  margin-bottom: 12px;
}

/* パンくずリスト */

.breadcrumb {
  display: none;
}

/* 過去記事リスト */
.archive-heading:before {
  display: inline-block;
  content: '特集: ';
  margin-right: 8px;
}
.archive-entries .categories {
  display: none;
}
.archive-entries .date > a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}
.archive-entry .entry-title {
  margin-top: 0px;
}
.archive-entry .entry-title > a {
  text-decoration: none;
  font-size: 24px;
  color: #036;
}
.archive-entry .entry-title > a:hover {
  color: #c00;
}


/* Footer */
#footer {
  background-color: #333;
  padding: 8px 0px;
  margin-top: 24px;
  color: #FFF;
}
#footer a {
  color: #DDD;
}
#footer .footer-address {
  text-align: center;
}
#footer .footer-address-name:before {
  display: inline-block;
  content: '© ';
}
#footer .footer-address img {
  display: none;
}
#footer .services {
  text-align: center;
}
