/* Enter Your Custom CSS Here */

/* 投稿、固定ページのアイキャッチを通常の大きさで、真中に配置する */
.single .attachment-post-thumbnail {
max-width: 100% !important;
float: none !important;
margin: 0 auto 1em !important;
}

.popular-posts li {
  overflow: hidden;
  margin-bottom: 0.3em;
  padding: 5px 0px;
  border-bottom: 1px solid #ddd;
}

/* Popular Posts の表示を揃える */
.wpp-thumbnail {
  float: right;
  overflow: hidden;
  margin-bottom: 0.5em;
  margin-left: 1em;
  width: 60px;
}