/*
Theme Name:   Wellington Child
Theme URI:    https://themezee.com/themes/wellington/
Description:  Wellington Child Theme
Author:       ThemeZee as the Original
Author URI:   https://themezee.com/
Template:     wellington
Version: 1.2.2
*/

/* サイドバーの人気記事一覧レイアウト */
ul.wpp-list li {
  border-bottom: 1px dashed #bbb;
  counter-increment: wpp-count;
  position: relative;
}
ul.wpp-list li:before {
  display: block;
  padding: 1px 11px;
  color: #fff;
  background-color: #333;
  content: counter(wpp-count);
  position: absolute;
  opacity: 1;
  z-index: 10000;
  border-radius: 6px;
  top: 6px;
  left: 6px;
}
ul.wpp-list li:last-child {
  border-bottom: none;
}

ul.wpp-list li img {
  margin: 5px 10px 5px 5px;
  padding: 3px;
  border: 1px solid #ddd;
}
ul.wpp-list li a.wpp-post-title {
  display: block;
  font-size: 15px;
  padding: 12px;
  text-decoration: none;
  color: #333;
}

/**/
.inner {
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
}