/* 
Theme Name: Express/nak
Description: Customized Express
Theme Author: nak@neknaq.com
Template: express
Version: 1.0.0
Text Domain: twentyseventeen
*/
body {
  font-family: Meiryo, メイリオ, ArialMT, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Helvetica, Arial, sans-serif;
  font-size: 15px;
}
header.header h1 {
  font-size: 28px;
  margin: 20px 0;
}
/* NOTE: 著者名非表示は express_posted_on() の改変で対応している
.entry-meta .byline {
  display: none;
}
*/
.post-navigation,
.author-info,
.site-info {
  display: none;
}
.single .hentry .entry-meta,
.page .hentry .entry-meta,
.archive .hentry.archive-cover .entry-meta {
  text-align: right;
}

/*-------------------------------------------------------
/* widget
 */
.widget {
  padding: 0 0 16px;
  margin: 0 0 13px;
}
.widget .widget-title {
  font-size: 14px;
  margin: 0;
}
.widget li {
  font-size: 12px;
}
.widget_recent_entries .post-date {
  /* 「最近の投稿」の日付を改行して表示 */
  display: block;
}
/* widget_categories のリスト装飾打ち消し */
.widget_categories li:before {
  content: none;
}
.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_archive li:before,
.widget_meta li:before {
  content: none;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul {
  padding: 0 0 0 15px;
  list-style: initial;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_categories li,
.widget_archive li,
.widget_meta li {
  padding: initial;
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_categories a,
.widget_archive a,
.widget_meta a {
  color: #337ab7;
}

/*-------------------------------------------------------*/
/* Breadcrumb NavXT
 */
.breadcrumbs {
  font-size: 13px;
}
.breadcrumbs [typeof="ListItem"]:first-child,
.breadcrumbs .current-item {
  /* ホームと現在のページは表示しない */
  display: none;
}
.breadcrumbs [typeof="ListItem"]:after {
  content: " \00bb ";
}

/*-------------------------------------------------------*/
/* home
 */
.home .hentry .entry-title {
  /* home の固定ページのタイトルは非表示 */
  display: none;
  font-size: 22px;
  margin: 0 0 10px;
}

/*-------------------------------------------------------*/
/* single
 */
.single .hentry .entry-title {
  font-size: 22px;
  margin: 0 0 10px;
}

/*-------------------------------------------------------*/
/* archive
 */
.archive .entry-content {
  /* 記事内容は非表示 */
  display: none;
}
.archive .page-header {
  padding: 0 0 18px;
  margin: 0 0 7px;
}
.archive .page-header .page-title {
  /* アーカイブの分類名表示 */
  font-size: 20px;
  color: #408cb3;
}
.archive .entry-title {
  font-size: 16px;
  margin: 0 0 4px;
}
.archive .hentry {
  padding: 0 0 0px;
  margin: 0 0 7px;
}
.archive .hentry .entry-meta {
  margin: 0 0 14px;
}

/*-------------------------------------------------------*/
/* article
 */
.main {
  line-height: 1.8em;
}
.main h3 {
  font-size: 18px;
}
.main li,
.entry-content li {
    margin-bottom: 10px;
}
.main figure,
.main .widget,
.entry-content figure {
    margin-bottom: 20px;
}
