.post_wrapper {
  padding-bottom: 20px;
}

.post_wrapper .post_content .excerpt {
  padding-bottom: 20px;
}

#blog-contents-list .blog-post-title {
  display: block;
  padding: 5px 10px;
  font-size: 20px;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

#blog-contents-list .blog-post-wrapper:nth-child(4n+1) .blog-post-title {
  border-left: 10px solid #4194ca;
}

#blog-contents-list .blog-post-wrapper:nth-child(4n+2) .blog-post-title {
  border-left: 10px solid #f4c900;
}

#blog-contents-list .blog-post-wrapper:nth-child(4n+3) .blog-post-title {
  border-left: 10px solid #333;
}

#blog-contents-list .blog-post-wrapper:nth-child(4n+4) .blog-post-title {
  border-left: 10px solid #b3b3b3;
}

#blog-contents-list .post-content {
  padding: 5px 10px;
}

#blog-contents-list .post-content img,
#blog-content-page .post-content img {
  padding: 5px 5px;
  border: 1px solid #eee;
}

#blog-contents-list .post-content img.pull-left,
#blog-content-page .post-content img.pull-left {
  margin-right: 15px;
}

#blog-contents-list .post-content img.pull-right,
#blog-content-page .post-content img.pull-right {
  margin-left: 15px;
}
