@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot?ookgoz');
	src:url('/fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('/fonts/icomoon.woff?ookgoz') format('woff'),
		url('/fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a";}
.icon-feedly:before      {content: "\e900";}
.icon-pocket:before      {content: "\e902";}
.icon-instagram:before   {content: "\ea92";}
.icon-twitter:before     {content: "\ea96";}
.icon-youtube:before     {content: "\ea9d";}
.icon-google:before      {content: "\ea88";}
.icon-google2:before     {content: "\ea89";}
.icon-google-plus:before {content: "\ea8b";}
.icon-google-plus2:before{content: "\ea8c";}
.icon-facebook:before    {content: "\ea90";}
.icon-facebook2:before   {content: "\ea91";}
.icon-linkedin:before    {content: "\eaca";}
.icon-linkedin2:before   {content: "\eac9";}
.icon-pinterest:before   {content: "\ead2";}
.icon-pinterest2:before  {content: "\ead1";}
.icon-hatebu:before      {content: "\e903";}
.icon-hatebu2:before     {content: "\e901";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}




.shareList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 0;
	margin: -5px 0 -4px -5px;
}
.shareList__item {
	flex-grow: 1;
	height: 50px;
	line-height: 50px;
	margin: 5px 0 4px 5px;
	text-align: center;
	width: 30%;
}
 
.shareList__link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
}
.shareList__link::before{
	font-size:16px;
}
.shareList__link::after{
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	margin-left:5px;
}
.shareList__link:hover{opacity: 0.75;}
 
 
.shareList__link.icon-twitter{background:#55acee; border-bottom: solid 4px rgba(0,0,0,0.25);}
 
.shareList__link.icon-facebook{background:#3B5998; border-bottom: solid 4px rgba(0,0,0,0.25);}
 
.shareList__link.icon-line{background:#1dcd00; border-bottom: solid 4px rgba(0,0,0,0.25);}
 
.shareList__link:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}

@media screen and (max-width:600px){
.shareList__link::before {
	font-size: 4vw;
}
.shareList__link::after {
	content: attr(title);
	font-size: 3.5vw;
	font-weight: 700;
	vertical-align: top;
	margin-left: 5px;
}
.shareList__item {
	flex-grow: 1;
	height: 15px;
	line-height: 30px;
	margin: 5px 0 4px 5px;
	text-align: center;
	width: 30%;
}



}
