
/*shareボタンstyle
/************************************************************/

/*ソーシャルリストデザイン7*/
.shareList7 {
	list-style:none;
	display: flex;
    justify-content: flex-end;
	flex-wrap:wrap;
	padding:0;
	margin:-5px 0 -4px -5px;
}
.shareList7__item {
	display: inline;
    flex-grow: 1;
	height:50px;
	line-height:50px;
	min-width:165px;
	text-align:center;
	margin:5px 0 4px 5px;
}

.shareList7__link {
	display:block;
	color:#ffffff;
	text-decoration: none;
	border-radius: 5px;
}
.shareList7__link::before{
	font-size:16px;
}
.shareList7__link::after{
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	margin-left:5px;
}
.shareList7__link:hover{opacity: 0.75;}


.shareList7__link.icon-twitter{background:#55acee; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link.icon-facebook{background:#3B5998; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link.icon-google-plus{background:#dd4b39; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link.icon-hatebu{background:#008FDE; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link.icon-pocket{background:#EB4654; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link.icon-rss{background:#ff9900; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link.icon-feedly{background:#6cc655; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link.icon-pinterest{background:#cb2027; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link.icon-linkedin{background:#0e76a8; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link.icon-line{background:#1dcd00; border-bottom: solid 4px rgba(0,0,0,0.25);}

.shareList7__link:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}
