/* プロフィールの枠・背景画像 */
.sidebar-profile-tw {
width: 90%;
border: 1px solid #666;
background-image: url(/wp-content/uploads/2017/07/c51dd741aec2d9af81f811d3f4263d9b.jpg);
background-repeat: repeat no-repeat;
background-size: auto 25%;
padding: 20px;
margin: 10px;
}
/* プロフィール画像 */
.sidebar-profile-tw .profileimg {
width: 30%;
border-radius: 200px;
border: 4px solid #FFF;
margin: 0px;
}
/* 名前 */
.profile-name {
font-size: 120%;
font-weight: bold;
}
/* リンクの下線を消す */
.sidebar-profile-tw a{
text-decoration: none;
}
/* Twitterリンクの文字色・サイズ */
.tw-link{
color: #777;
font-size: 90%;
}
/*--------------------------------------
wppでランキング順位を表示する
--------------------------------------*/
/* カウンタをリセット */
.my-widget.show_num {
    counter-reset: wpp-ranking;
}
/* 一覧の表示 */
.my-widget.show_num li {
    position: relative;
}
/* 順位を表示 */
.my-widget.show_num li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
 	display: inline-block;
 	position: absolute;
 	z-index: 1;
 	top: 0;
 	left: 0;
 	width: 25px;
 	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
}
/* 1位 */
.my-widget.show_num li:nth-child(1):before {
	background: #FCE36b;
	color: #fff;
}
/* 2位 */
.my-widget.show_num li:nth-child(2):before {
	background: #FCE36b;
	color: #fff;
}
/* 3位 */
.my-widget.show_num li:nth-child(3):before {
	background: #FCE36b;
	color: #fff;
}
/* 4位以降の色 */
.my-widget.show_num li:nth-child(n + 4):before{
	background: #f3f3f3;
	color: #9a9a9a;
}
/* 見出しの文字色・サイズ */
.entry-content h2  {
   position: relative;
   padding: 0.5em;
   background: #7fbaea;
   color: white;
}

.entry-content h2::before {
   position: absolute;
   content: '';
   top: 100%;
   left: 0;
   border: none;
   border-bottom: solid 15px transparent;
   border-right: solid 20px rgb(149, 158, 155);
}
.entry-content h3 {
   color: #7fbaea;/*文字色*/
   border-bottom: dashed 2px #6594e0;
/*線の種類（点線）2px 線色*/	
   border-left: none;
}
.entry-content h3::before{
   position: absolute;
   content: '';
   top: 100%;
   left: 0;
   border: none;
   border-bottom: solid 15px transparent;
   border-right: solid 20px rgb(149, 158, 155);
}
/* rinker sangoカスタマイズ */
div.yyi-rinker-contents ul.yyi-rinker-links{
    display: inline-block;
}
div.yyi-rinker-contents ul.yyi-rinker-links li{
    display: inline-block;
    height: 37px;
    margin: 5px 10px 5px 0;
    padding: 0 12px;
    border-radius: 3px;
    background: #73c1ea;
    box-shadow: 0 8px 15px -5px rgba(0,0,0,.25);
    font-size: .95em;
    font-weight: bold;
    vertical-align: middle;
    line-height: 37px;
    transition: .3s ease-in-out;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
    background: #ffb36b;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink{
    background: #ea7373;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a{
    height: 37px;
    line-height: 37px;
    font-size: 0.95em;
    padding-left: 10px;
    padding-right: 0;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:before{
    padding-right: 3px;
    font-family: FontAwesome;
    content: "\f0da"!important; 
    right: auto;
}
p.sample1 {text-decoration: line-through;}
