@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

body a {
    color: #111;
    text-decoration: none;
}

/*WordPress Popular Postsプラグイン*/
.wpp-list li{
	/*border-bottom: #ccc 1px dotted;*/
	    margin-bottom: 10px;
}
.wpp-list li:last-child{
	/*border-bottom: #fff 0px dotted;*/
}
.wpp-list{
    counter-reset: wpp-ranking;
}

.wpp-list li:before {
    color:#fff;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    text-align:center;
    opacity:0.999;
　　font-size:11px;
    float:left;
    line-height:20px;
    width: 32px;
    height: 20px;
    background-color:#e0a624;
    border-radius: 2px;
    -moz-border-radius: 2px;
        position: relative;
    left: 14px;
}
.wpp-list li img {
	float:left;
	margin-left:-18px;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
