.h_balloon .entry-content h2 {
    position: relative;
    display: inline-block;
    margin: 30px 0 25px 0;
    padding: 10px 12px;
    width: 100%;
    height: auto;
    font-size: 130% !important;
    line-height: 1.3;
    color: #333 !important;
    background: #fff4f5 !important;  /*吹き出し内側の背景色*/
    border: 5px solid #333;
    font-size: 22px;
    z-index: 0;
    box-sizing: border-box;
}

.h_balloon .entry-content h2:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 10%;
    margin-left: -11px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #fff4f5 transparent transparent transparent;  /*吹き出し矢印内側の背景色*/
    z-index: 0;
}

.h_balloon .entry-content h2:after{
content: "";
    position: absolute;
    bottom: -18px;
    left: 10%;
    margin-left: -15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #333 transparent transparent transparent;
    z-index: -1;
}




.fontBoldMore {
   font-weight: bold;
   font-size: 110%;
   background: linear-gradient(transparent 65%, #FFEEC1 65%);
}



.buruburu-hover:hover {
    display: inline-block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.ranking-img {
	height: 150px;
	width: 200px;
	overflow: hidden;
	margin-bottom: .5em;
}
 
li.sga-ranking-list {
	margin-bottom: 1em;
}

ol.sga-ranking {
	counter-reset: pupular-ranking;
}
 
li.sga-ranking-list {
	position: relative;
}
 
li.sga-ranking-list:before {
	background: none repeat scroll 0 0 #9F9E9E;
	color: #fff;
	content: counter(pupular-ranking, decimal);
	counter-increment: pupular-ranking;
	font-size: 100%;
	left: 0;
	top: 0;
	line-height: 1;
	padding: 4px 7px;
	position: absolute;
	z-index: 1;
	border-radius: 5px;
}