h3 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

.marker-blue {
background: linear-gradient(transparent 60%, #99ccff 0%);
}

/*--------------------
　 吹き出し
--------------------*/
/* セリフ_画像が左側 */
.balloon-L{
    position: relative;
    margin-bottom: 50px; /* 吹き出し下の文章と重ならないように */
}
/* 文字設定 */
.balloon-L .text{
    position: relative;
    padding: 20px;
    border-radius: 10px;
    border-style: solid; border-color: #c0c0c0;/* セリフ枠の色 */
    max-width: calc(100% - 120px);
    display: inline-block;        /* 文字長さに応じた領域になるように */
    margin-left: 100px;
}
/* 画像設定 */
.balloon-L .icon{
    position: absolute;
    left: -50px;
    top: 0;
    width: 85px;         /* 画像の大きさ */
    height: 85px;
}
.balloon-L .icon-font {         /* 画像下の文字の大きさ */
    padding: 2px 0 0;
    font-size: 10px;
    text-align: center;
}
/* 三角アイコン */
.balloon-L::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 85px;
    top: 20px;
    border-right: 15px solid #c0c0c0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.balloon-L::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 88px;
    top: 20px;
    border-right: 15px solid #fff;        /* ブログの背景色に合わせる */
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.cardlink .timestamp { display:none; }

.grecaptcha-badge { visibility: hidden; }


div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a{
background: #6cc655;
border: 2px solid #6cc655;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 a{
background: #ff5800;
border: 2px solid #ff5800;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3 a{
background: #4072b3;
border: 2px solid #4072b3;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 a{
background: #F5989D;
border: 2px solid #F5989D;
}
