div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink a:before {
    padding-right: 90%;
    font-family: FontAwesome;
    content: "\f0da";
}

.profile-sns {
    padding: 10px 10px 0px;
}
.profile-sns li {
    width: 48%;
}
.widget .profile-sns li a {
    padding: 0;
    width: auto;
    height: auto;
}
.profile-sns li i {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 27px;
    line-height: 50px;
}



.prof-sns{
    text-align: center;
    padding-top: 5%;
    border-top: 2px dotted #42424220;
    font-size: 0.6em;
}
.prof-sns .pf-tw {
    display: inline-block;
    width: 43%;
    height: 60px;
    margin: 0% 1.5% 5%;
    padding-top: 6px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: .05em;
    background: #00c7f9;
    color: #fff;
}
.pf-tw:hover{
	background: #1DA1F2;
	text-decoration: none;
	transition: all ease-in-out .3s;
}
.prof-sns .pf-fd {
    display: inline-block;
    width: 43%;
    height: 60px;
    margin: 0% 1.5% 5%;
    padding-top: 6px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: .05em;
    background: #f780eb;
    color: #fff;
}
.pf-fd:hover{
	background: #BB1F72;
	text-decoration: none;
	transition: all ease-in-out .3s;
}
.prof-sns .pf-pf {
    display: inline-block;
    width: 43%;
    height: 60px;
    margin: 0% 1.5% 5%;
    padding-top: 6px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: .05em;
    background: #ff0000;
    color: #fff;
}
.pf-pf:hover{
    background: #F360E2;
    text-decoration: none;
    transition: all ease-in-out .3s;
}
.prof-sns .pf-amazon {
    display: inline-block;
    width: 43%;
    height: 60px;
    margin: 0% 1.5% 5%;
    padding-top: 6px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: .05em;
    background: #444444;
    color: #f49200;
}
.pf-amazon:hover{
    background:232F3E;
    text-decoration:none ;
    transition: all ease-in-out .3s;
}
.prof-sns i {
    font-size: 3em;
}

.top-yokosen {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 44px;
    background: #fff;
    color: #666;
    border-bottom: 2px solid #666;
    margin-bottom: 1em;
}
.home #entry {
    background-color: transparent;
}
.home .main-bc.raised {
    background-color: #a0a0a0;
}

/*ランキング順位表示*/
ul.wpp-list li {
    border-bottom: 1px dashed #77776E;
    position: relative;
    list-style: none;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    margin: 10px 10px 10px 0px;
}
ul.wpp-list li a.wpp-post-title:hover {
    color: #3fa3ff;
}
/*アイキャッチ*/
ul.wpp-list li img {
    margin: 10px;
}
/*ランキングカウンター*/
ul.wpp-list li:before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    padding: 3px 10px;
    border-radius:50%;
    z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
    counter-increment: wpp-count;
}
/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before{
    background-color: #EFAF00;
}
ul.wpp-list li:nth-child(2):before{
    background-color: #9EACB4;
}
ul.wpp-list li:nth-child(3):before{
    background-color: #BA6E40;
}



