@charset "UTF-8";
   .wpp-list {
counter-reset: wpp-ranking;
} .wpp-list li {
position: relative;
list-style-type: none;
padding-top: 5px;
padding-left: 5px;
}
.wpp-list li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
background: rgba(94, 185, 77, 0.9);
color: #fff;
font-size: 14px;
line-height: 1;
padding: 4px 8px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.wpp-list li:nth-child(1):before {
background: rgba(255, 88, 196, 0.9);
}
.wpp-list li:nth-child(2):before {
background: rgba(245, 171, 31, 0.9);
}
.wpp-list li:nth-child(3):before {
background: rgba(255, 121, 37, 0.9);
}
#post-6680 .post-meta {
display: none;
}
#post-39 .article .post-meta { 
display: none; 
} #post-39 ul.snsb {
display: none; 
} .top_main_small_widget {
padding: 10px;
margin-bottom: 10px;
} .top_under_small_widget {
background-color: #ffffff; !important;
border-width: 1px; !important;
border-style: solid; !important;
border-color: #ffffff; !important;
}