@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: Simplicity child sutasoku
Template:   simplicity
Version:    20150920
*/

/* Simplicity子テーマ用のスタイルを書く */

#h-top {
  background-color:#161614;
}
@media screen and (max-width:739px) {
  #h-top {
    background-position: bottom center;
  }
}

#site-title{
  position:absolute;
  bottom:0px;
  left:10px;
  margin-bottom:0px;
}


/* 人気記事ランキング */
.widget_top-posts {
  padding-left:0px;
  }
.widget_top-posts li {
  display: block;
  text-indent: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px !important;
  list-style: inside;
  margin-left:-15px;
}

.widget_top-posts li:nth-child(1) { background: url(img/icon_rank01.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(2) { background: url(img/icon_rank02.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(3) { background: url(img/icon_rank03.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(4) { background: url(img/icon_rank04.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(5) { background: url(img/icon_rank05.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(6) { background: url(img/icon_rank06.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(7) { background: url(img/icon_rank07.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(8) { background: url(img/icon_rank08.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(9) { background: url(img/icon_rank09.png) no-repeat left 2px;}
.widget_top-posts li:nth-child(10) { background: url(img/icon_rank10.png) no-repeat left 2px;}
