/* = 
 * Fudousn Share Buttons
 * Icon Font Css.
 * @package WordPress4.7
 * Version: 0.9.0
-------------------------------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-g51vuz');
	src:url('../fonts/icomoon.eot?#iefix-v081') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-v081') format('woff'),
		url('../fonts/icomoon.ttf?-v081') format('truetype'),
		url('../fonts/icomoon.svg?-v081#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

#snscomm [class^="icon-"], 
#snscomm [class*=" icon-"] {
	font-family: 'icomoon';
	height: auto;
	width: auto;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 34px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#snscomm .icon-Evernote_logo:before {
	content: "\e600";
}

#snscomm .icon-facebook:before {
	content: "\e601";
}

#snscomm .icon-feedly:before {
	content: "\e602";
}

#snscomm .icon-google:before {
	content: "\f206";
}

#snscomm .icon-hatebu:before {
	content: "\e604";
}

#snscomm .icon-line:before {
	content: "\e605";
}

#snscomm .icon-nbloglogo_siro:before {
	content: "\e606";
}

#snscomm .icon-pocket:before {
	content: "\e607";
}

#snscomm .icon-twitter-alt:before {
	content: "\e60a";
}

#snscomm .icon-feed2:before {
	content: "\ea94";
}

#snscomm .icon-share2:before {
	content: "\ea82";
	margin: 0 0 0 -2px;
}

#snscomm .icon-uniF405:before {
	content: "\f405";
}

#snscomm .icon-cross:before {
	content: "\ea0f";
}

#snscomm .icon-push7:before {
	content: "\e900";
}

/* Icon */
#snscomm a.icomoon{
	color: #fff !important;;
	font-size: 34px;
	margin: 0 0.6rem 1rem 0;
	padding: 9px 9px 7px;
	border-radius: 100%;
	text-decoration: none;
}


#snscomm a:hover{
	opacity: 0.7;
}
#snscomm a.icon-twitter-alt{
	background: #00ACEC;
}
#snscomm a.icon-facebook{
	background: #3A5999
}
#snscomm a.icon-google{
	background: #DA4936;
}
#snscomm a.icon-hatebu{
	background: #5B8ABE;
}
#snscomm a.icon-feed2{
	background: #DF9A01;
}
#snscomm a.icon-pocket{
	background: #EE4056;
}
#snscomm a.icon-feedly{
	background: #86BF3E;
}
#snscomm a.icon-Evernote_logo{
	background: #2DBE60;
}
#snscomm a.icon-line{
	background: #1DCD00;
}
#snscomm a.icon-push7{
	background: #eeac00;
}
#snscomm a.icon-share2 {
	background: #333333;
	font-size: 33px !important;
}


.sharedaddy{
	margin: 2rem 0 0 0;
	display: inline-block;
}

.sharedaddy:after{
  content: "";
  clear: both;
  display: inline-block;
}

ul#snscomm {
	margin-left: 0;
	list-style: outside none none;
}

#snscomm li {
	float: left;
	line-height: 24px;
	list-style: outside none none;
	margin: 0 2px 22px 0;
	position: relative;
	height: 38px;
}

/*count*/
#snscomm .share-count{
	position: absolute;
	right: 0;
	bottom: -5px;
	font-size: 10px;
	color: #fff;
	background: #AF392E;
	border-radius: 25%;
	font-family: Arial;
	padding: 5px 7px;
	z-index: 10;
	line-height: 1;
}

#snscomm .share-count a{
	color: #fff;
}

#snscomm .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}




/* Dashicons */
.fudou_share_bottons_embed .dashicons {
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	width: 20px;
	height: 20px;
	top: 0 !important;
}

.fudou_share_bottons_embed .wp-embed-share-dialog-close_fudo .dashicons, 
.fudou_share_bottons_embed .wp-embed-share-dialog-open_fudo .dashicons{
	padding: 0;
}

.fudou_share_bottons_embed .dashicons {
	font-family: 'icomoon';
}

.fudou_share_bottons_embed .dashicons-share:before {
	content: "\ea82";
}
.fudou_share_bottons_embed .dashicons-no::before {
	content: "\f405";
}

.fudou_share_bottons_embed .dashicons-share {
	color: #fff !important;
	display: none;
	text-decoration: none;
}

.fudou_share_bottons_embed .dashicons-share {
	display: inline-block;
}

.fudou_share_bottons_embed .wp-embed-share-dialog_fudo {
	position: relative;
	background-color: #222;
	background-color: rgba(10, 10, 10, 0.9);
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	z-index: 10;
}

/*
.fudou_share_bottons_embed .wp-embed-share-dialog_fudo.hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}
*/

.fudou_share_bottons_embed .wp-embed-share-dialog-open_fudo {
	background: #333 none repeat scroll 0 0;
	border: medium none;
	border-radius: 100%;
	cursor: pointer;
	margin: -10px 0 0;
	outline: medium none;
	padding: 15px 14px;
	line-height: 1;
}

.fudou_share_bottons_embed .wp-embed-share-dialog-open_fudo:hover {
	opacity: 0.8;
}

.fudou_share_bottons_embed .wp-embed-share-dialog-close_fudo {
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	outline: none;
}

.fudou_share_bottons_embed .wp-embed-share-dialog-close_fudo {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 22px;
	color: #fff;
}

.fudou_share_bottons_embed .wp-embed-share-dialog-close_fudo:hover {
	text-decoration: none;
}

.fudou_share_bottons_embed .wp-embed-share-dialog-close_fudo .dashicons {
	height: 24px;
	width: 24px;
	-webkit-background-size: 24px 24px;
	background-size: 24px;
}

.fudou_share_bottons_embed .wp-embed-share-dialog-content {
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	/* overflow: hidden; */
}

.fudou_share_bottons_embed .wp-embed-share-dialog-text {
	margin-top: 25px;
	padding: 20px;
}

.fudou_share_bottons_embed .wp-embed-share-tabs {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.fudou_share_bottons_embed .wp-embed-share-tab-button_fudo {
	display: inline-block;
}

.fudou_share_bottons_embed .wp-embed-share-tab-button_fudo button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 16px;
	line-height: 1.3;
	color: #aaa;
	cursor: pointer;
	-webkit-transition: color .1s ease-in;
	transition: color .1s ease-in;
}

.fudou_share_bottons_embed button{
	box-shadow: none;
}



/* embed */
.fudou_share_bottons_embed .wp-embed-share-tab-button_fudo [aria-selected_fudu="true"] {
	color: #fff;
}

.fudou_share_bottons_embed .wp-embed-share-tab-button_fudo button:hover {
	color: #fff;
}

.fudou_share_bottons_embed .wp-embed-share-tab-button_fudo + .wp-embed-share-tab-button_fudo {
	margin: 0 0 0 10px;
	padding: 0 0 0 11px;
	border-left: 1px solid #aaa;
}

.fudou_share_bottons_embed .wp-embed-share-tab[aria-hidden_fudo="true"] {
	display: none;
}

.fudou_share_bottons_embed p.wp-embed-share-description {
	margin: 0;
	font-size: 14px;
	line-height: 1;
	font-style: italic;
	color: #aaa;
}

.fudou_share_bottons_embed .wp-embed-share-input_fudo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: none;
	height: 28px;
	margin: 0 0 10px 0;
	padding: 0 5px;
	resize: none;
	cursor: text;
}

.fudou_share_bottons_embed textarea.wp-embed-share-input_fudo {
	height: 100px;
}

.wp-embed-share-tab textarea,
.wp-embed-share-tab input[type="text"]{
	background-color: #fff !important;
}
.wp-embed-share-tab textarea:focus,
.wp-embed-share-tab input[type="text"]:focus{

}

.wp-embed-share-dialog_fudo hidden{
	display: none;
}


span.screen-reader-text{
	display: none;
}
