@charset "utf-8";

/*
 * Global
 */
body {
  font-family:"Helvetica Neue","Hiragino Kaku Gothic ProN","Meiryo UI",Meiryo,sans-serif;
  color: #555;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-weight: normal;
  color: #333;
}
.container {
  max-width: none !important;
  width: 1280px;
}


/*
 * Masthead
 */
.blog-masthead {
  height: 32px;
  margin-bottom: 50px;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #d3d3d3;
  background-color: #35302a;
}
.blog-masthead .container {
  margin-top: -1px;
}
.blog-masthead a {
  display: block;
  width: 96px;
  height: 32px;
  float: left;
}
.blog-masthead a img {
  display: block;
  width: 100%;
  height: auto;
}


/*
 * Main column and sidebar layout
 */
.blog-main {
  font-size: 18px;
  line-height: 1.5;
}


/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-ad iframe {
  margin-left: -5px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: center;
}
.pager > li + li {
  margin-left: 20px;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 120px;
}
.blog-post img {
  max-width: 100%;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */
.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

div.ninja-recommend-block {
  display: block;
}

li.ninja-recommend-article {
  margin: 0 0 15px !important;
}
