/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/* ここから、ランキングプラグインのサムネイル写真 */
.sga-ranking-list figure {
    float: left;
    margin-right: 8px;
    width: 90px; /* 画像の横の長さ。自由に変更可 */
    height: 80px; /* 画像の縦の長さ。自由に変更可 */
    overflow: hidden;
}
.sga-ranking-list {
    margin: 0px;
    padding-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
	  line-height: 1.3;
}
.sga-ranking-list::after {
    clear: both;
    content: "";
    display: block;
}
.sga-ranking-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sga-ranking-list figure a {
    display: inline;
}
.sga-ranking-list a {
    overflow: hidden;
	  font-size: .9em;
}
.widget.widget_text li a {
    padding: .6em 0 .5em 0;
    margin: 0;
    font-size: .9em;
}
/* ここまで、ランキングプラグインのサムネイル写真 */

/* ここから、ランキングプラグインの順位数値を表示 */
ol.sga-ranking {
counter-reset: pupular-ranking;
}
li.sga-ranking-list {
position: relative;
}
li.sga-ranking-list:before {
background: none repeat scroll 0 0 #CC6666;
color: #fff;
content: counter(pupular-ranking, decimal);
counter-increment: pupular-ranking;
font-size: 100%;
left: -2px;
top: 4px;
line-height: 1;
padding: 2px 6px;
position: absolute;
z-index: 1;
border-radius: 15px;
}
/* ここまで、ランキングプラグインの順位数値を表示 */

h2 {
    padding: .5em 0em;
    font-size: 1.3em;
    margin: 1em 0 0.5em;
}

/* 大写真を縁なしに */
.wp-caption {
    text-align: left;
    padding: 0px 0px 10px !important;
    margin-bottom: 2em !important;
    }
.wp-caption-text {
  padding: 0px 10px 0px !important;
